/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    margin: .67em 0;
    font-size: 2em;
}
mark {
    color: #000;
    background: #ff0;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
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 {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}
legend {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}
@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;

        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff !important;
    }
    .navbar {
        display: none;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, 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: #428bca;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
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: normal;
    line-height: 1;
    color: #999;
}
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;
}
h6,
.h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
small,
.small {
    font-size: 85%;
}
cite {
    font-style: normal;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-muted {
    color: #999;
}
.text-primary {
    color: #428bca;
}
a.text-primary:hover {
    color: #3071a9;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #428bca;
}
a.bg-primary:hover {
    background-color: #3071a9;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt,
dd {
    line-height: 1.42857143;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
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: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
    content: "";
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    white-space: nowrap;
    background-color: #f9f2f4;
    border-radius: 4px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -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-right: 15px;
    padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: 0;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: 0;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: 0;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: 0;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: 0;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: 0;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: 0;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: 0;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
table {
    max-width: 100%;
    background-color: transparent;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    margin-bottom: 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-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.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, 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[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
input[type="date"] {
    line-height: 34px;
}
.form-group {
    margin-bottom: 15px;
}
.radio,
.checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label,
.checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .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;
    background-color: #dff0d8;
    border-color: #3c763d;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .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;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .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;
    background-color: #f2dede;
    border-color: #a94442;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.form-control-static {
    margin-bottom: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
.form-horizontal .form-control-static {
    padding-top: 7px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-primary .badge {
    color: #428bca;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    font-weight: normal;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    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%;
    padding-right: 0;
    padding-left: 0;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}
@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('../../../core/fonts/glyphicons-halflings-regular.eot');
    src: url('../../../core/fonts/glyphicons-halflings-regular.eot#iefix') format('embedded-opentype'), url('../../../core/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../../core/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../../core/fonts/glyphicons-halflings-regular.svg') format('svg');
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "\2a";
}
.glyphicon-plus:before {
    content: "\2b";
}
.glyphicon-euro:before {
    content: "\20ac";
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-cloud:before {
    content: "\2601";
}
.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-pencil:before {
    content: "\270f";
}
.glyphicon-glass:before {
    content: "\e001";
}
.glyphicon-music:before {
    content: "\e002";
}
.glyphicon-search:before {
    content: "\e003";
}
.glyphicon-heart:before {
    content: "\e005";
}
.glyphicon-star:before {
    content: "\e006";
}
.glyphicon-star-empty:before {
    content: "\e007";
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-film:before {
    content: "\e009";
}
.glyphicon-th-large:before {
    content: "\e010";
}
.glyphicon-th:before {
    content: "\e011";
}
.glyphicon-th-list:before {
    content: "\e012";
}
.glyphicon-ok:before {
    content: "\e013";
}
.glyphicon-remove:before {
    content: "\e014";
}
.glyphicon-zoom-in:before {
    content: "\e015";
}
.glyphicon-zoom-out:before {
    content: "\e016";
}
.glyphicon-off:before {
    content: "\e017";
}
.glyphicon-signal:before {
    content: "\e018";
}
.glyphicon-cog:before {
    content: "\e019";
}
.glyphicon-trash:before {
    content: "\e020";
}
.glyphicon-home:before {
    content: "\e021";
}
.glyphicon-file:before {
    content: "\e022";
}
.glyphicon-time:before {
    content: "\e023";
}
.glyphicon-road:before {
    content: "\e024";
}
.glyphicon-download-alt:before {
    content: "\e025";
}
.glyphicon-download:before {
    content: "\e026";
}
.glyphicon-upload:before {
    content: "\e027";
}
.glyphicon-inbox:before {
    content: "\e028";
}
.glyphicon-play-circle:before {
    content: "\e029";
}
.glyphicon-repeat:before {
    content: "\e030";
}
.glyphicon-refresh:before {
    content: "\e031";
}
.glyphicon-list-alt:before {
    content: "\e032";
}
.glyphicon-lock:before {
    content: "\e033";
}
.glyphicon-flag:before {
    content: "\e034";
}
.glyphicon-headphones:before {
    content: "\e035";
}
.glyphicon-volume-off:before {
    content: "\e036";
}
.glyphicon-volume-down:before {
    content: "\e037";
}
.glyphicon-volume-up:before {
    content: "\e038";
}
.glyphicon-qrcode:before {
    content: "\e039";
}
.glyphicon-barcode:before {
    content: "\e040";
}
.glyphicon-tag:before {
    content: "\e041";
}
.glyphicon-tags:before {
    content: "\e042";
}
.glyphicon-book:before {
    content: "\e043";
}
.glyphicon-bookmark:before {
    content: "\e044";
}
.glyphicon-print:before {
    content: "\e045";
}
.glyphicon-camera:before {
    content: "\e046";
}
.glyphicon-font:before {
    content: "\e047";
}
.glyphicon-bold:before {
    content: "\e048";
}
.glyphicon-italic:before {
    content: "\e049";
}
.glyphicon-text-height:before {
    content: "\e050";
}
.glyphicon-text-width:before {
    content: "\e051";
}
.glyphicon-align-left:before {
    content: "\e052";
}
.glyphicon-align-center:before {
    content: "\e053";
}
.glyphicon-align-right:before {
    content: "\e054";
}
.glyphicon-align-justify:before {
    content: "\e055";
}
.glyphicon-list:before {
    content: "\e056";
}
.glyphicon-indent-left:before {
    content: "\e057";
}
.glyphicon-indent-right:before {
    content: "\e058";
}
.glyphicon-facetime-video:before {
    content: "\e059";
}
.glyphicon-picture:before {
    content: "\e060";
}
.glyphicon-map-marker:before {
    content: "\e062";
}
.glyphicon-adjust:before {
    content: "\e063";
}
.glyphicon-tint:before {
    content: "\e064";
}
.glyphicon-edit:before {
    content: "\e065";
}
.glyphicon-share:before {
    content: "\e066";
}
.glyphicon-check:before {
    content: "\e067";
}
.glyphicon-move:before {
    content: "\e068";
}
.glyphicon-step-backward:before {
    content: "\e069";
}
.glyphicon-fast-backward:before {
    content: "\e070";
}
.glyphicon-backward:before {
    content: "\e071";
}
.glyphicon-play:before {
    content: "\e072";
}
.glyphicon-pause:before {
    content: "\e073";
}
.glyphicon-stop:before {
    content: "\e074";
}
.glyphicon-forward:before {
    content: "\e075";
}
.glyphicon-fast-forward:before {
    content: "\e076";
}
.glyphicon-step-forward:before {
    content: "\e077";
}
.glyphicon-eject:before {
    content: "\e078";
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
.glyphicon-plus-sign:before {
    content: "\e081";
}
.glyphicon-minus-sign:before {
    content: "\e082";
}
.glyphicon-remove-sign:before {
    content: "\e083";
}
.glyphicon-ok-sign:before {
    content: "\e084";
}
.glyphicon-question-sign:before {
    content: "\e085";
}
.glyphicon-info-sign:before {
    content: "\e086";
}
.glyphicon-screenshot:before {
    content: "\e087";
}
.glyphicon-remove-circle:before {
    content: "\e088";
}
.glyphicon-ok-circle:before {
    content: "\e089";
}
.glyphicon-ban-circle:before {
    content: "\e090";
}
.glyphicon-arrow-left:before {
    content: "\e091";
}
.glyphicon-arrow-right:before {
    content: "\e092";
}
.glyphicon-arrow-up:before {
    content: "\e093";
}
.glyphicon-arrow-down:before {
    content: "\e094";
}
.glyphicon-share-alt:before {
    content: "\e095";
}
.glyphicon-resize-full:before {
    content: "\e096";
}
.glyphicon-resize-small:before {
    content: "\e097";
}
.glyphicon-exclamation-sign:before {
    content: "\e101";
}
.glyphicon-gift:before {
    content: "\e102";
}
.glyphicon-leaf:before {
    content: "\e103";
}
.glyphicon-fire:before {
    content: "\e104";
}
.glyphicon-eye-open:before {
    content: "\e105";
}
.glyphicon-eye-close:before {
    content: "\e106";
}
.glyphicon-warning-sign:before {
    content: "\e107";
}
.glyphicon-plane:before {
    content: "\e108";
}
.glyphicon-calendar:before {
    content: "\e109";
}
.glyphicon-random:before {
    content: "\e110";
}
.glyphicon-comment:before {
    content: "\e111";
}
.glyphicon-magnet:before {
    content: "\e112";
}
.glyphicon-chevron-up:before {
    content: "\e113";
}
.glyphicon-chevron-down:before {
    content: "\e114";
}
.glyphicon-retweet:before {
    content: "\e115";
}
.glyphicon-shopping-cart:before {
    content: "\e116";
}
.glyphicon-folder-close:before {
    content: "\e117";
}
.glyphicon-folder-open:before {
    content: "\e118";
}
.glyphicon-resize-vertical:before {
    content: "\e119";
}
.glyphicon-resize-horizontal:before {
    content: "\e120";
}
.glyphicon-hdd:before {
    content: "\e121";
}
.glyphicon-bullhorn:before {
    content: "\e122";
}
.glyphicon-bell:before {
    content: "\e123";
}
.glyphicon-certificate:before {
    content: "\e124";
}
.glyphicon-thumbs-up:before {
    content: "\e125";
}
.glyphicon-thumbs-down:before {
    content: "\e126";
}
.glyphicon-hand-right:before {
    content: "\e127";
}
.glyphicon-hand-left:before {
    content: "\e128";
}
.glyphicon-hand-up:before {
    content: "\e129";
}
.glyphicon-hand-down:before {
    content: "\e130";
}
.glyphicon-circle-arrow-right:before {
    content: "\e131";
}
.glyphicon-circle-arrow-left:before {
    content: "\e132";
}
.glyphicon-circle-arrow-up:before {
    content: "\e133";
}
.glyphicon-circle-arrow-down:before {
    content: "\e134";
}
.glyphicon-globe:before {
    content: "\e135";
}
.glyphicon-wrench:before {
    content: "\e136";
}
.glyphicon-tasks:before {
    content: "\e137";
}
.glyphicon-filter:before {
    content: "\e138";
}
.glyphicon-briefcase:before {
    content: "\e139";
}
.glyphicon-fullscreen:before {
    content: "\e140";
}
.glyphicon-dashboard:before {
    content: "\e141";
}
.glyphicon-paperclip:before {
    content: "\e142";
}
.glyphicon-heart-empty:before {
    content: "\e143";
}
.glyphicon-link:before {
    content: "\e144";
}
.glyphicon-phone:before {
    content: "\e145";
}
.glyphicon-pushpin:before {
    content: "\e146";
}
.glyphicon-usd:before {
    content: "\e148";
}
.glyphicon-gbp:before {
    content: "\e149";
}
.glyphicon-sort:before {
    content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}
.glyphicon-sort-by-order:before {
    content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}
.glyphicon-sort-by-attributes:before {
    content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}
.glyphicon-unchecked:before {
    content: "\e157";
}
.glyphicon-expand:before {
    content: "\e158";
}
.glyphicon-collapse-down:before {
    content: "\e159";
}
.glyphicon-collapse-up:before {
    content: "\e160";
}
.glyphicon-log-in:before {
    content: "\e161";
}
.glyphicon-flash:before {
    content: "\e162";
}
.glyphicon-log-out:before {
    content: "\e163";
}
.glyphicon-new-window:before {
    content: "\e164";
}
.glyphicon-record:before {
    content: "\e165";
}
.glyphicon-save:before {
    content: "\e166";
}
.glyphicon-open:before {
    content: "\e167";
}
.glyphicon-saved:before {
    content: "\e168";
}
.glyphicon-import:before {
    content: "\e169";
}
.glyphicon-export:before {
    content: "\e170";
}
.glyphicon-send:before {
    content: "\e171";
}
.glyphicon-floppy-disk:before {
    content: "\e172";
}
.glyphicon-floppy-saved:before {
    content: "\e173";
}
.glyphicon-floppy-remove:before {
    content: "\e174";
}
.glyphicon-floppy-save:before {
    content: "\e175";
}
.glyphicon-floppy-open:before {
    content: "\e176";
}
.glyphicon-credit-card:before {
    content: "\e177";
}
.glyphicon-transfer:before {
    content: "\e178";
}
.glyphicon-cutlery:before {
    content: "\e179";
}
.glyphicon-header:before {
    content: "\e180";
}
.glyphicon-compressed:before {
    content: "\e181";
}
.glyphicon-earphone:before {
    content: "\e182";
}
.glyphicon-phone-alt:before {
    content: "\e183";
}
.glyphicon-tower:before {
    content: "\e184";
}
.glyphicon-stats:before {
    content: "\e185";
}
.glyphicon-sd-video:before {
    content: "\e186";
}
.glyphicon-hd-video:before {
    content: "\e187";
}
.glyphicon-subtitles:before {
    content: "\e188";
}
.glyphicon-sound-stereo:before {
    content: "\e189";
}
.glyphicon-sound-dolby:before {
    content: "\e190";
}
.glyphicon-sound-5-1:before {
    content: "\e191";
}
.glyphicon-sound-6-1:before {
    content: "\e192";
}
.glyphicon-sound-7-1:before {
    content: "\e193";
}
.glyphicon-copyright-mark:before {
    content: "\e194";
}
.glyphicon-registration-mark:before {
    content: "\e195";
}
.glyphicon-cloud-download:before {
    content: "\e197";
}
.glyphicon-cloud-upload:before {
    content: "\e198";
}
.glyphicon-tree-conifer:before {
    content: "\e199";
}
.glyphicon-tree-deciduous:before {
    content: "\e200";
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    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);
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999;
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
    outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    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-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
    display: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 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: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .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-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .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-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}
.nav {
    padding-left: 0;
    margin-bottom: 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: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #999;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: #428bca;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.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;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.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: #428bca;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li {
    float: none;
}
.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 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-left-radius: 0;
    border-top-right-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 {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: none;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 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;
        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-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
    }
}
.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}
.navbar-inverse .navbar-brand {
    color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #999;
}
.navbar-inverse .navbar-nav > li > a {
    color: #999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #080808;
}
@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: #999;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #999;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb > .active {
    color: #999;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #2a6496;
    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: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #808080;
}
.label-primary {
    background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}
.container .jumbotron {
    border-radius: 6px;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
    margin-right: auto;
    margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #428bca;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable {
    padding-right: 35px;
}
.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media,
.media .media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media-object {
    display: block;
}
.media-heading {
    margin: 0 0 5px;
}
.media > .pull-left {
    margin-right: 10px;
}
.media > .pull-right {
    margin-left: 10px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
a.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
    color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child 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 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 {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #428bca;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: auto;
    overflow-y: scroll;
    /* -webkit-overflow-scrolling: touch;*/   
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition:    -moz-transform .3s ease-out;
    -o-transition:      -o-transform .3s ease-out;
    transition:         transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-header {
    min-height: 16.42857143px;
    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: 20px;
}
.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
@media (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: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    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 {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    content: "";
    border-width: 10px;
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}
.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
}
.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    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 {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
    background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
    background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: none;
    opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: '\2039';
}
.carousel-control .icon-next:before {
    content: '\203a';
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('../../../core/fonts/fontawesome-webfont_v-4.7.0.eot');
    src: url('../../../core/fonts/fontawesome-webfont_v-4.7.0.eot') format('embedded-opentype'), url('../../../core/fonts/fontawesome-webfont.woff') format('woff2'), url('../../../core/fonts/fontawesome-webfont_v-4.4.0.woff') format('woff'), url('../../../core/fonts/fontawesome-webfont_v-4.4.0.ttf') format('truetype'), url('../../../core/fonts/fontawesome-webfont_v-4.4.0-fontawesomeregular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: .3em;
}
.fa.fa-pull-right {
    margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: .3em;
}
.fa.pull-right {
    margin-left: .3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}
.fa-won:before,
.fa-krw:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}

@font-face {
    font-family: 'EntypoRegular';
    src: url('../../../core/fonts/entypo_1.eot');
    src: url('../../../core/fonts/entypo.eot') format('embedded-opentype'),
        url('../../../core/fonts/entypo_1.woff') format('woff'),
        url('../../../core/fonts/entypo_1.ttf') format('truetype'),
        url('../../../core/fonts/entypo.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EntypoSocialRegular';
    src: url('../../../core/fonts/entypo-social.eot');
    src: url('../../../core/fonts/entypo-social.eot#iefix') format('embedded-opentype'),
        url('../../../core/fonts/entypo-social.woff') format('woff'),
        url('../../../core/fonts/entypo-social.ttf') format('truetype'),
        url('https://static.canadianaccountantsearch.com/fontsentypo-social.svg#EntypoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.entypo {
    font-family: 'EntypoRegular';
    font-size: 2em;
    font-weight: normal;
    line-height: 0;
}

.entypo-social {
    font-family: 'EntypoSocialRegular';
    font-size: 2em;
    font-weight: normal;
    line-height: 0;
}

.entypo.phone:before{ content:'\1F4DE'; }
.entypo.mobile:before{ content:'\1F4F1'; }
.entypo.mouse:before{ content:'\E789'; }
.entypo.address:before{ content:'\E723'; }
.entypo.mail:before{ content:'\2709'; }
.entypo.paper-plane:before{ content:'\1F53F'; }
.entypo.pencil:before{ content:'\270E'; }
.entypo.feather:before{ content:'\2712'; }
.entypo.attach:before{ content:'\1F4CE'; }
.entypo.inbox:before{ content:'\E777'; }
.entypo.reply:before{ content:'\E712'; }
.entypo.reply-all:before{ content:'\E713'; }
.entypo.forward:before{ content:'\27A6'; }
.entypo.user:before{ content:'\1F464'; }
.entypo.users:before{ content:'\1F465'; }
.entypo.add-user:before{ content:'\E700'; }
.entypo.vcard:before{ content:'\E722'; }
.entypo.export:before{ content:'\E715'; }
.entypo.location:before{ content:'\E724'; }
.entypo.map:before{ content:'\E727'; }
.entypo.compass:before{ content:'\E728'; }
.entypo.direction:before{ content:'\27A2'; }
.entypo.hair-cross:before{ content:'\1F3AF'; }
.entypo.share:before{ content:'\E73C'; }
.entypo.shareable:before{ content:'\E73E'; }
.entypo.heart:before{ content:'\2665'; }
.entypo.heart-empty:before{ content:'\2661'; }
.entypo.star:before{ content:'\2605'; }
.entypo.star-empty:before{ content:'\2606'; }
.entypo.thumbs-up:before{ content:'\1F44D'; }
.entypo.thumbs-down:before{ content:'\1F44E'; }
.entypo.chat:before{ content:'\E720'; }
.entypo.comment:before{ content:'\E718'; }
.entypo.quote:before{ content:'\275E'; }
.entypo.home:before{ content:'\2302'; }
.entypo.popup:before{ content:'\E74C'; }
.entypo.search:before{ content:'\1F50D'; }
.entypo.flashlight:before{ content:'\1F526'; }
.entypo.print:before{ content:'\E716'; }
.entypo.bell:before{ content:'\1F514'; }
.entypo.link:before{ content:'\1F517'; }
.entypo.flag:before{ content:'\2691'; }
.entypo.cog:before{ content:'\2699'; }
.entypo.tools:before{ content:'\2692'; }
.entypo.trophy:before{ content:'\1F3C6'; }
.entypo.tag:before{ content:'\E70C'; }
.entypo.camera:before{ content:'\1F4F7'; }
.entypo.megaphone:before{ content:'1F4E3'; }
.entypo.moon:before{ content:'\0045'; }
.entypo.palette:before{ content:'\1F3A8'; }
.entypo.leaf:before{ content:'\1F342'; }
.entypo.note:before{ content:'\266A'; }
.entypo.beamed-note:before{ content:'\266B'; }
.entypo.new:before{ content:'\1F4A5'; }
.entypo.graduation-cap:before{ content:'\1F393'; }
.entypo.book:before{ content:'\1F4D5'; }
.entypo.newspaper:before{ content:'\1F4F0'; }
.entypo.bag:before{ content:'\1F45C'; }
.entypo.airplane:before{ content:'\2708'; }
.entypo.lifebuoy:before{ content:'\E788'; }
.entypo.eye:before{ content:'\E70A'; }
.entypo.clock:before{ content:'\1F554'; }
.entypo.mic:before{ content:'\1F3A4'; }
.entypo.calendar:before{ content:'\1F4C5'; }
.entypo.flash:before{ content:'\26A1'; }
.entypo.thunder-cloud:before{ content:'\26C8'; }
.entypo.droplet:before{ content:'\1F4A7'; }
.entypo.cd:before{ content:'\1F4BF'; }
.entypo.briefcase:before{ content:'\1F4BC'; }
.entypo.air:before{ content:'\1F4A8'; }
.entypo.hourglass:before{ content:'\23F3'; }
.entypo.gauge:before{ content:'\1F6C7'; }
.entypo.language:before{ content:'\1F394'; }
.entypo.network:before{ content:'\E776'; }
.entypo.key:before{ content:'\1F511'; }
.entypo.battery:before{ content:'\1F50B'; }
.entypo.bucket:before{ content:'\1F4FE'; }
.entypo.magnet:before{ content:'\E7A1'; }
.entypo.drive:before{ content:'\1F4FD'; }
.entypo.cup:before{ content:'\2615'; }
.entypo.rocket:before{ content:'\1F680'; }
.entypo.brush:before{ content:'\E79A'; }
.entypo.suitcase:before{ content:'\1F6C6'; }
.entypo.traffic-cone:before{ content:'\1F6C8'; }
.entypo.globe:before{ content:'\1F30E'; }
.entypo.keyboard:before{ content:'\2328'; }
.entypo.browser:before{ content:'\E74E'; }
.entypo.publish:before{ content:'\E74D'; }
.entypo.progress-3:before{ content:'\E76B'; }
.entypo.progress-2:before{ content:'\E76A'; }
.entypo.progress-1:before{ content:'\E769'; }
.entypo.progress-0:before{ content:'\E768'; }
.entypo.light-down:before{ content:'\1F505'; }
.entypo.light-up:before{ content:'\1F506'; }
.entypo.adjust:before{ content:'\25D1'; }
.entypo.code:before{ content:'\E714'; }
.entypo.monitor:before{ content:'\1F4BB'; }
.entypo.infinity:before{ content:'\221E'; }
.entypo.light-bulb:before{ content:'\1F4A1'; }
.entypo.credit-card:before{ content:'\1F4B3'; }
.entypo.database:before{ content:'\1F4F8'; }
.entypo.voicemail:before{ content:'\2707'; }
.entypo.clipboard:before{ content:'\1F4CB'; }
.entypo.cart:before{ content:'\E73D'; }
.entypo.box:before{ content:'\1F4E6'; }
.entypo.ticket:before{ content:'\1F3AB'; }
.entypo.rss:before{ content:'\E73A'; }
.entypo.signal:before{ content:'\1F4F6'; }
.entypo.thermometer:before{ content:'\1F4FF'; }
.entypo.water:before{ content:'\1F4A6'; }
.entypo.sweden:before{ content:'\F601'; }
.entypo.line-graph:before{ content:'\1F4C8'; }
.entypo.pie-chart:before{ content:'\25F4'; }
.entypo.bar-graph:before{ content:'\1F4CA'; }
.entypo.area-graph:before{ content:'\1F53E'; }
.entypo.lock:before{ content:'\1F512'; }
.entypo.lock-open:before{ content:'\1F513'; }
.entypo.logout:before{ content:'\E741'; }
.entypo.login:before{ content:'\E740'; }
.entypo.check:before{ content:'\2713'; }
.entypo.cross:before{ content:'\274C'; }
.entypo.squared-minus:before{ content:'\229F'; }
.entypo.squared-plus:before{ content:'\229E'; }
.entypo.squared-cross:before{ content:'\274E'; }
.entypo.circled-minus:before{ content:'\2296'; }
.entypo.circled-plus:before{ content:'\2295'; }
.entypo.circled-cross:before{ content:'\2716'; }
.entypo.minus:before{ content:'\2796'; }
.entypo.plus:before{ content:'\2795'; }
.entypo.erase:before{ content:'\232B'; }
.entypo.block:before{ content:'\1F6AB'; }
.entypo.info:before{ content:'\2139'; }
.entypo.circled-info:before{ content:'\E705'; }
.entypo.help:before{ content:'\2753'; }
.entypo.circled-help:before{ content:'\E704'; }
.entypo.warning:before{ content:'\26A0'; }
.entypo.cycle:before{ content:'\1F504'; }
.entypo.cw:before{ content:'\27F3'; }
.entypo.ccw:before{ content:'\27F2'; }
.entypo.shuffle:before{ content:'\1F500'; }
.entypo.back:before{ content:'\1F519'; }
.entypo.level-down:before{ content:'\21B3'; }
.entypo.retweet:before{ content:'\E717'; }
.entypo.loop:before{ content:'\1F501'; }
.entypo.back-in-time:before{ content:'\E771'; }
.entypo.level-up:before{ content:'\21B0'; }
.entypo.switch:before{ content:'\21C6'; }
.entypo.numbered-list:before{ content:'\E005'; }
.entypo.add-to-list:before{ content:'\E003'; }
.entypo.layout:before{ content:'\268F'; }
.entypo.list:before{ content:'\2630'; }
.entypo.text-doc:before{ content:'\1F4C4'; }
.entypo.text-doc-inverted:before{ content:'\E731'; }
.entypo.doc:before{ content:'\E730'; }
.entypo.docs:before{ content:'\E736'; }
.entypo.landscape-doc:before{ content:'\E737'; }
.entypo.picture:before{ content:'\1F304'; }
.entypo.video:before{ content:'\1F3AC'; }
.entypo.music:before{ content:'\1F3B5'; }
.entypo.folder:before{ content:'\1F4C1'; }
.entypo.archive:before{ content:'\E800'; }
.entypo.trash:before{ content:'\E729'; }
.entypo.upload:before{ content:'\1F4E4'; }
.entypo.download:before{ content:'\1F4E5'; }
.entypo.save:before{ content:'\1F4BE'; }
.entypo.install:before{ content:'\E778'; }
.entypo.cloud:before{ content:'\2601'; }
.entypo.upload-cloud:before{ content:'\E711'; }
.entypo.bookmark:before{ content:'\1F516'; }
.entypo.bookmarks:before{ content:'\1F4D1'; }
.entypo.open-book:before{ content:'\1F4D6'; }
.entypo.play:before{ content:'\25B6'; }
.entypo.paus:before{ content:'\2016'; }
.entypo.record:before{ content:'\25CF'; }
.entypo.stop:before{ content:'\25A0'; }
.entypo.ff:before{ content:'\23E9'; }
.entypo.fb:before{ content:'\23EA'; }
.entypo.to-start:before{ content:'\23EE'; }
.entypo.to-end:before{ content:'\23ED'; }
.entypo.resize-full:before{ content:'\E744'; }
.entypo.resize-small:before{ content:'\E746'; }
.entypo.volume:before{ content:'\23F7'; }
.entypo.sound:before{ content:'\1F50A'; }
.entypo.mute:before{ content:'\1F507'; }
.entypo.flow-cascade:before{ content:'\1F568'; }
.entypo.flow-branch:before{ content:'\1F569'; }
.entypo.flow-tree:before{ content:'\1F56A'; }
.entypo.flow-line:before{ content:'\1F56B'; }
.entypo.flow-parallel:before{ content:'\1F56C'; }
.entypo.left-bold:before{ content:'\E4AD'; }
.entypo.down-bold:before{ content:'\E4B0'; }
.entypo.up-bold:before{ content:'\E4AF'; }
.entypo.right-bold:before{ content:'\E4AE'; }
.entypo.left:before{ content:'\2B05'; }
.entypo.down:before{ content:'\2B07'; }
.entypo.up:before{ content:'\2B06'; }
.entypo.right:before{ content:'\27A1'; }
.entypo.circled-left:before{ content:'\E759'; }
.entypo.circled-down:before{ content:'\E758'; }
.entypo.circled-up:before{ content:'\E75B'; }
.entypo.circled-right:before{ content:'\E75A'; }
.entypo.triangle-left:before{ content:'\25C2'; }
.entypo.triangle-down:before{ content:'\25BE'; }
.entypo.triangle-up:before{ content:'\25B4'; }
.entypo.triangle-right:before{ content:'\25B8'; }
.entypo.chevron-left:before{ content:'\E75D'; }
.entypo.chevron-down:before{ content:'\E75C'; }
.entypo.chevron-up:before{ content:'\E75F'; }
.entypo.chevron-right:before{ content:'\E75E'; }
.entypo.chevron-small-left:before{ content:'\E761'; }
.entypo.chevron-small-down:before{ content:'\E760'; }
.entypo.chevron-small-up:before{ content:'\E763'; }
.entypo.chevron-small-right:before{ content:'\E762'; }
.entypo.chevron-thin-left:before{ content:'\E765'; }
.entypo.chevron-thin-down:before{ content:'\E764'; }
.entypo.chevron-thin-up:before{ content:'\E767'; }
.entypo.chevron-thin-right:before{ content:'\E766'; }
.entypo.left-thin:before{ content:'\2190'; }
.entypo.down-thin:before{ content:'\2193'; }
.entypo.up-thin:before{ content:'\2191'; }
.entypo.right-thin:before{ content:'\2192'; }
.entypo.arrow-combo:before{ content:'\E74F'; }
.entypo.three-dots:before{ content:'\23F6'; }
.entypo.two-dots:before{ content:'\23F5'; }
.entypo.dot:before{ content:'\23F4'; }
.entypo.cc:before{ content:'\1F545'; }
.entypo.cc-by:before{ content:'\1F546'; }
.entypo.cc-nc:before{ content:'\1F547'; }
.entypo.cc-nc-eu:before{ content:'\1F548'; }
.entypo.cc-nc-jp:before{ content:'\1F549'; }
.entypo.cc-sa:before{ content:'\1F54A'; }
.entypo.cc-nd:before{ content:'\1F54B'; }
.entypo.cc-pd:before{ content:'\1F54C'; }
.entypo.cc-zero:before{ content:'\1F54D'; }
.entypo.cc-share:before{ content:'\1F54E'; }
.entypo.cc-remix:before{ content:'\1F54F'; }
.entypo.db-logo:before{ content:'\1F5F9'; }
.entypo.db-shape:before{ content:'\1F5FA'; }

.entypo-social.github:before{ content:'\F300'; }
.entypo-social.c-github:before{ content:'\F301'; }
.entypo-social.flickr:before{ content:'\F303'; }
.entypo-social.c-flickr:before{ content:'\F304'; }
.entypo-social.vimeo:before{ content:'\F306'; }
.entypo-social.c-vimeo:before{ content:'\F307'; }
.entypo-social.twitter:before{ content:'\F309'; }
.entypo-social.c-twitter:before{ content:'\F30A'; }
.entypo-social.facebook:before{ content:'\F30C'; }
.entypo-social.c-facebook:before{ content:'\F30D'; }
.entypo-social.s-facebook:before{ content:'\F30E'; }
.entypo-social.google+:before{ content:'\F30F'; }
.entypo-social.c-google+:before{ content:'\F310'; }
.entypo-social.pinterest:before{ content:'\F312'; }
.entypo-social.c-pinterest:before{ content:'\F313'; }
.entypo-social.tumblr:before{ content:'\F315'; }
.entypo-social.c-tumblr:before{ content:'\F316'; }
.entypo-social.linkedin:before{ content:'\F318'; }
.entypo-social.c-linkedin:before{ content:'\F319'; }
.entypo-social.dribbble:before{ content:'\F31B'; }
.entypo-social.c-dribbble:before{ content:'\F31C'; }
.entypo-social.stumbleupon:before{ content:'\F31E'; }
.entypo-social.c-stumbleupon:before{ content:'\F31F'; }
.entypo-social.lastfm:before{ content:'\F321'; }
.entypo-social.c-lastfm:before{ content:'\F322'; }
.entypo-social.rdio:before{ content:'\F324'; }
.entypo-social.c-rdio:before{ content:'\F325'; }
.entypo-social.spotify:before{ content:'\F327'; }
.entypo-social.c-spotify:before{ content:'\F328'; }
.entypo-social.qq:before{ content:'\F32A'; }
.entypo-social.instagram:before{ content:'\F32D'; }
.entypo-social.dropbox:before{ content:'\F330'; }
.entypo-social.evernote:before{ content:'\F333'; }
.entypo-social.flattr:before{ content:'\F336'; }
.entypo-social.skype:before{ content:'\F339'; }
.entypo-social.c-skype:before{ content:'\F33A'; }
.entypo-social.renren:before{ content:'\F33C'; }
.entypo-social.sina-weibo:before{ content:'\F33F'; }
.entypo-social.paypal:before{ content:'\F342'; }
.entypo-social.picasa:before{ content:'\F345'; }
.entypo-social.soundcloud:before{ content:'\F348'; }
.entypo-social.mixi:before{ content:'\F34B'; }
.entypo-social.behance:before{ content:'\F34E'; }
.entypo-social.google-circles:before{ content:'\F351'; }
.entypo-social.vk:before{ content:'\F354'; }
.entypo-social.smashing:before{ content:'\F357'; }
@font-face {
    font-family: 'SourceSansPro';
    font-weight: normal;
    font-style: normal;
    src: url('../../../core/fonts/SourceSansPro-Regular.eot') format('embedded-opentype'),
        url('../../../core/fonts/SourceSansPro-Regular.ttf.woff') format('woff2'),
        url('../../../core/fonts/SourceSansPro-Regular.otf.woff') format('woff'),
        url('../../../core/fonts/SourceSansPro-Regular.otf') format('opentype'),
        url('../../../core/fonts/SourceSansPro-Regular.ttf') format('truetype');
}
.no-cursor-pointer {
    cursor: default !important;
}


.header-full {
    position: relative;
}

.hero-background {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.hero-background img {
    height: 100%;
    width: auto;
    min-width: 100%;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.container {
    width: 1030px;
}

.cursor_pointer{
    cursor: pointer;
}

/*Top menu*/
.header-full {
    font-family: 'SourceSansPro', sans-serif !important;
}

.navbar-collapse{
    position: relative;
}

.navbar-nav>li>.dropdown-menu {
    margin-top:20px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
}
.navbar-default .navbar-nav>li>a {
    width:200px;
    font-weight:bold;
}
.mega-dropdown {
    position: static !important;
    min-width: 250px;
}

.header-full .navbar-default .navbar-nav > li > a.home-logo {
    display: inline !important;
    background-color: transparent !important;
}

.main-link {
    display: inline-block !important;
}

.home-logo img {
    margin-top: -15px;
    margin-left: 9px;
}

.open > .mega-dropdown{
    display: inline-block;
}
.mega-dropdown-menu {
    padding: 29px 0 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    border-radius: 0 !important;
}
.mega-dropdown-menu:before {
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: 40px;
    z-index: 10;
}
.mega-dropdown-menu:after {
    content: "";
    border-bottom: 17px solid #ccc;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    top: -17px;
    left: 38px;
    z-index: 8;
}
.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu > li > ul.featured-list {
    margin-top: -15px;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none;
}

.mega-dropdown-menu > li > ul.featured-list > li:first-child {
    padding-bottom: 0 !important;
}

.mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 6px 20px 6px 45px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999;
    white-space: normal;
    font-size: 20px;

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

.mega-dropdown-menu > li > ul > li.select > a {
    font-weight: bold;
}

.mega-dropdown-menu > li ul > li > a.featured  {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
    font-weight: bold;
}

.mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    font-weight:bold;
}
.mega-dropdown-menu form {
    margin:3px 20px;
}
.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}

.header-full .navbar-collapse {
    display: inline-block !important;
    padding: 10px 0;
}

.header-full .navbar-default {
    background-color: transparent;
    border: none;
}

.header-full {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px;
}

.subpage-default .header-full {
    background-image: url('../../../specificStatic/img/header/top_banner_sub.jpg');
    background-position: top center;
}

.header-full .navbar-nav > li > .dropdown-menu {
    margin-left: -47px;
    margin-top: -2px;
    min-width: 305px;
    display: block;
    opacity: 0;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    visibility: hidden;
}

.header-full .navbar-nav > li.open > .dropdown-menu {
    opacity:1;
    visibility: visible;
}

.main-link,
.open .mail-link {
    color: #fff !important;
    font-size: 32px;
    background-color: transparent !important;
    text-transform: uppercase;
}

.header-full .navbar-collapse.collapse{
    display: inline-block!important;
    vertical-align: middle;
}

.header-full .navbar {
    min-height: 0;
    background-color: transparent;
}
@media (min-width:990px) {
    .f-nav .navbar {
        background-color: #626262;
        border-bottom: 1px solid #fff;
        background-image: url('../../../specificStatic/img/header/top_banner_sub.jpg');
        background-position: top center;
        background-size: cover;
    }
}
@media (min-width:990px) {
    .subpage-default .f-nav .header-range.in {
        background-color: #626262;
        height: auto;
        position: fixed;
        width: 100%;
        border-bottom: 1px solid #fff;
        z-index: 100;
    }
}

.user-button {
    top: 15px;
    margin-left: 0;
    right: -117px;
    color: #fff;
    background-color: rgba(131, 131, 131, 0.2) !important;
    transition: background-color 300ms ease-out;
}

.user-button:hover,
.user-button:focus{
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.user-button .glyphicon {
    margin-left: 5px;
}

.header-full .navbar-default .navbar-nav > li > a {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-top: 3px;
}

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

.navbar-default .pseudo-toggle .icon-bar {
    background-color: #fff;
}
.pseudo-toggle .icon-bar + .icon-bar {
    margin-top: 3px;
}

.pseudo-toggle  {
    background-color: transparent;
    background-image: none;
    padding: 6px 0 12px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.right-menu {
    position: relative;
    padding-top: 15px;
}

.right-menu .btn {
    font-size: 12px;
    border-radius: 20px;
    padding: 10px 28px;
    margin-left: 10px;
    text-align: center;
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(255, 255, 255, 0.95);
    transition: all 300ms ease-out;
}

.right-menu .btn:hover {
    background-color: #efefef;
    border-color: #efefef;
}

.mega-dropdown-menu{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.mega-dropdown-menu .mobile-menu {
    display: none;
}

.header-full .navbar-collapse.collapse.user-menu {
    padding: 0;
    margin: 0;
    display: inline-block !important;
}

.header-full .navbar-collapse.collapse.user-menu  .mega-dropdown {
    min-width: 0;
}

.header-full .navbar-collapse.collapse.user-menu  .mega-dropdown .user-button {
    position: static;
    padding: 10px 28px;
    margin-top: 0;
}


.user-menu .navbar-nav > li > .dropdown-menu {
    float: right;
    left: auto;
    right: 0;
    min-width: 0;
    margin: 20px 0 0;
}

.user-menu .navbar-nav > li > .dropdown-menu a {
    padding-right: 40px;
    color: #444;
    white-space: nowrap;
}

.user-menu .navbar-nav > li > .dropdown-menu a:hover {
    background-color: #efefef;
}

.user-menu .mega-dropdown-menu:before {
    right: 40px;
    left: auto;
    border-bottom: 15px solid #fff;
}
.user-menu .mega-dropdown-menu:after {
    display: none;
}

.user-menu .mega-dropdown .dropdown-menu {
    background-color: #fff;
}

.header-full .navbar-collapse.collapse.user-menu .mega-dropdown .user-button {
    color: #fff;
    border-color: #fff !important;
}

.user-button .glyphicon.glyphicon-chevron-down,
.user-button .glyphicon glyphicon-chevron-up{
    vertical-align: middle;
}


@media only screen and (max-width: 1380px) {
    .user-button {
        position: static;
    }
}


@media only screen and (min-width: 768px)  {
    .footer .collapse {
        display: block;
    }
    .footer .footer_list:after {
        position: absolute;
        bottom: 0;
        left: 2px;
        content: '';
        width: 20px;
        height: 1px;
        border-bottom: 1px solid #cbcfd2;
        display: block;
    }
}

@media only screen and (max-width: 990px) {
    .mega-dropdown-menu .mobile-menu {
        display: block;
    }
    .right-menu .btn{
        display: none;
    }

    .header-full {
        padding-top: 0;
    }

    .header-full .navbar-fixed-top {
        position: static;
    }

    .f-nav .navbar {
        background-color: transparent;
        border-bottom: none;
    }

    .navbar-collapse {
        border-top: none;
    }
    .mega-dropdown-menu .not-login {
        display: block;
    }
    .mega-dropdown-menu .not-login a{
        padding: 10px 20px 10px 35px;
    }
    .footer .btn-social-icon {
        margin-bottom: 10px;
    }
}


@media only screen and (max-width: 840px) {
    .header-full nav .nav {
        display: block;
    }

}

@media only screen and (min-width: 800px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

}
@media only screen and (max-width: 768px) {
    .header-full .navbar-nav > li > .dropdown-menu {
        margin-left: 15px !important;
        position: absolute !important;
    }
    .header-full .navbar-nav {
        margin: 7.5px 15px;
    }

    .main-link, .open .mail-link{
        font-size: 24px;
    }
    .header-full .navbar-nav > li > .dropdown-menu {
        min-width: 280px;
    }
    .header-full .navbar-collapse {
        padding: 0;
    }
    .header-full{
        min-height: 0;
        padding-bottom: 45px;
    }

    .mega-dropdown-menu {
        padding-top: 15px;
    }
}


/*Search top*/

#search {
    margin: 0 95px;
}


.searchBaseAutocompleteLoader {
    text-align:center; margin-top:20px; margin-bottom:20px;
}
@media only screen and (max-width: 660px)  {
    .searchBaseAutocompleteLoader {
        text-align:center; margin-top:10px; margin-bottom:10px;
    }

}


.browse-category {
    display: inline-block;
    text-align: right;
}

#search form {
    display: inline-block;
}

#search .form-control {
    padding: 13px 15px 12px 60px;
    font-size: 20px;
    border: none;
    border-radius: 25px;
    box-shadow: none !important;
    background-color: rgba(255,255,255,0.95);
    height: 63px;
    width: 100%;
    line-height: initial;
}

#search .form-control::-moz-placeholder {
    font-size: 15px !important;
}

#search .form-control::-webkit-input-placeholder{
    font-size: 15px !important;
    line-height: 1.5em;
}

:-ms-input-placeholder {font-size: 15px !important; }

#search .form-control#search_full_width_category {
    border-radius: 25px 0 0 25px;
}

#search .form-control#search_full_width_category.open-input {
    border-radius: 25px 0 0 0;
}

#search .form-control#search_full_width_location {
    border-radius: 0;
}

.line-decor{
    border-left: 1px solid #e1e1e1;
    height: 40px;
    left: 0;
    position: absolute;
    top: 10px;
}

#search .btn-main {
    color: #fff !important;
    padding: 15px 25px 14px;
    border-radius: 0 25px 25px 0;
    font-family: 'Glyphicons Halflings';
    font-size: 28px;
    padding: 11px 35px 10px 30px;

}

#search .form-group {
    position: relative;
    padding: 0;
}

#search .form-group span.icon-search {
    left: 30px;
    position: absolute;
    top: 25px;
}

#search #search_full_width.row {
    padding: 0;
    margin: 0;
    width: 80%;
}

.twitter-typeahead {
    display: block !important;
}


#search .col-md-2 {
    padding: 0;
}

.header-range .container {
    position: relative;
}

.search-box-full .container {
    position: relative;
}

.browse-category {
    text-align: right;
    vertical-align: top;
    position: relative;
    float: right;
}

.or-category {
    position: absolute;
    top: 22px;
    color: #fff;
    left: -48px;
    font-weight: bold;
}

.browse-category-menu-button,
.browse-category-menu-button:hover,
.browse-category-menu-button:focus{
    padding: 21px 25px;
    font-size: 15px;
    border-radius: 25px;
    border: none;
    box-shadow: none !important;
    float: right;
    background: rgba(255, 255, 255, 0.95);;
    transition: background-color 300ms ease-out;
}


.browse-category-menu-button .glyphicon {
    vertical-align: middle;
    margin-left: 5px;
    font-size: 10px;
}

.browse-category-menu-button .fa {
    font-size: 14px;
}

.browse-category-menu-button.loader i {
    display: inline !important;

}
.browse-category-menu-button.loader span {
    display: none;
}

.browse-category-menu-button.open .glyphicon-chevron-up {
    display: inline !important;
    vertical-align: initial;
}

.browse-category-menu-button.open .glyphicon-chevron-down {
    display: none;
}

.browse-category-menu-button.open {
    border-radius: 30px 30px 0 0;
    position: relative;
    background-color: #fff;
}

.browse-category-menu-button.open:after {
    position: absolute;
    bottom: -27px;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: 30px;
    content: "";
}


.browse-category-menu-content {
    position: absolute;
    color: #fff;
    z-index: 3;
    margin-top: 15px;
    margin-left: 95px;
    margin-right: 105px;
    -webkit-box-shadow: 0px 12px 11px 0px rgba(204,204,204,0.32);
    -moz-box-shadow: 0px 12px 11px 0px rgba(204,204,204,0.32);
    box-shadow: 0px 12px 11px 0px rgba(204,204,204,0.32);
    border-radius: 25px 0 25px 25px;
    width: calc(100% - 210px);
}

.browse-category-menu-content .glyphicon-remove {
    display: none;
}

.browse-category-menu-content ul,
.browse-category-menu-close{
    background-color: #fff;
    margin-bottom: 0;
}

.browse-category-menu-content ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    padding-bottom: 35px;
    padding-top: 40px;
    border-radius: 25px 0 0;
}

.browse-category-menu-content li {
    list-style: none;
    font-size: 13px;
}

.ie9 .browse-category-menu-content ul {
    overflow: hidden;
}

.ie9 .browse-category-menu-content li {
    float: left;
    display: block;
    width: 33.3%
}

.browse-category-all {
    text-align: center;
    border-radius: 0 0 25px 25px;

}

.browse-category-menu-content .browse-category-all a {
    padding-right: 5px;
    color: #fff;
    font-size: 18px;
    padding: 23px 5px;
    display: block;
    text-transform: uppercase;
}

.browse-category-menu-content .browse-category-all a:hover {
    text-decoration: none;
}

.browse-category-menu-content a {
    padding-right: 5px;
    color: #7c7c7c;
    font-size: 15px;

}

.browse-category-all .caret {
    margin-left:5px;
}

.browse-category-all .caret {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 8px solid transparent;
    border-left-color: #fff;
}

.browse-category-menu-close {
    padding: 2px 10px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}


@media only screen and (max-width: 768px) {
    #search {
        padding: 0;
        margin: 0 15px;
    }

    #search #search_full_width.row,
    #search_full_width .clearContent, #search_full_width .clearContent.second-input {
        width: 100%;
    }

    .line-decor {
        display: none;
    }
}


/*Typeahead*/
.typeahead,
.tt-query,
.tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}

.typeahead {
    background-color: #fff;
}

.typeahead:focus {
    border: 2px solid #0097cf;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 100%;
    margin: 0;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border-radius: 0 0 0 25px;
    height: auto;
    max-height: 300px;
    overflow-y: auto;
    padding: 0;
}

.tt-suggestion {
    padding: 9px 20px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    color: #373737;
    padding-left: 35px;
}

.tt-suggestion small {
    display: block;
    line-height: 14px;
    font-style: italic;
}

.tt-suggestion small strong {
    color: inherit !important;
    font-weight: normal;
    font-style: italic;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion p {
    padding-left: 30px;
}

.tt-suggestion p strong {
    font-weight: normal;
}

.tt-dataset h3{
    font-size: 18px;
    font-style: italic;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 26px;
    padding-top: 9px;
    padding-bottom: 9px;
    color: #373737;
    background-color: #545353;
    color: #fff;

}

.tt-suggestion:nth-child(even) {
    background-color: #f6f6f6;
}

.tt-suggestion:hover,
.tt-suggestion.tt-cursor{
    cursor: pointer;
    background-color: #e3e3e3 !important;
    color: inherit !important;
}

.tt-dataset .alert-danger{
    color: #fff;
    display: block;
    padding: 10px;
    text-align: center;
}

/*Breadcrumb*/
.breadcrumb {
    font-size: 12px !important;
}

.breadcrumb-look,
.breadcrumb-look div.breadcrumb {
    background-color: #fff;
    height: 35px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 4px 0 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breadcrumb-look {
    margin-bottom: 3px;
    border-bottom: 1px solid #f5f5f5;
}

.breadcrumb-look .glyphicon-chevron-right{
    font-size: 8px;
    margin-left: 5px;
    margin-right: 5px;
    top: 0;
}


div.breadcrumb a {
    font-size: 12px;
}

#messages {
    position: absolute;
    top: -85px;
}

#messages div.error {
    margin-left: 0;
    min-height: 80px;
    width: 100%;
}

.home #messages {
    position: absolute;
    top: -456px;
}

div.breadcrumb a, div#crumbs a {
    color: #4a4848;
    text-decoration: none;
}

div.breadcrumb a:hover, div#crumbs a:hover {
    text-decoration: underline;
}



@media only screen and (max-width: 1365px){
    #search #search_full_width.row{
        width: 68%
    }
    .or-category {
        left: -42px;
    }
}


@media only screen and (min-width: 1023px)  {
    .header-full ul.mobile-menu {  margin: 0;padding-left: 20px;}
    .header-range.collapsing {
        max-height: 109px !important;
    }

}



/*New header Tablet*/
@media only screen and (max-width: 1024px)  {
    .search-box-full div.full_search img.second {margin-left: 11px;}
    .header-range .buttons_adv_events li.login {display: none;}
    .header-range .buttons_adv_events {margin: 7px 105px 0 0;}
    .header-full .styled {
        background: transparent;
        border-left: 1px solid #647dba;
        box-shadow: 1px 0 0 rgba(59, 86, 150, 1) inset;
        color: #ffffff;
        cursor: pointer;
        display: block !important;
        float: right;
        font-size: 22px;
        height: 39px;
        margin: 0;
        overflow: hidden;
        padding: 0;
        text-indent: -9999px;
        width: 72px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 999;
    }
    .container {
        width: 100%;
    }

    .header-range ul.menu li.show-on-phone {
        display: block;
    }

    .home #messages {
        top: -475px;
        z-index: 9999999999;
    }
    ul.ui-menu {
        top: 290px !important;
    }

    .header-full ul.mobile-menu {
        background-color: #ececec;
        display: none;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 38px !important;
        width: 320px;
        z-index: 99999;
        border-color: #848d8c;
        border-style: solid;
        border-width: 0 0 1px 1px;
    }

    .header-range ul.menu li {
        display: block;
        margin: 0;
        padding: 0 !important;
        width: 100%;
    }

    .header-range ul.menu li a{
        color: #27458b;
        display: block;
        margin:0;
        padding: 12px 5px 12px 30px;
        border-top: 1px solid  #c7c7c7;
        font-size: 14px;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset;
    }

    .header-range ul.menu li:first-child a {
        box-shadow: none;
    }

    .home .search-box-full div.full_search {
        display: block !important;
        margin: 18px 10px 21px;
    }

    .search-box-full div.full_search {
        margin: 18px auto 21px;
    }

    .search-box-full div.full_search img {
        height: 25px;
    }


    .search-box-full div.full_search input[type="text"] {
        font-size: 15px;
        height: 55px;
    }

    div.full_search input[type="submit"] {
        height: 55px;
    }

    #search_clear_location, #search_clear_category {
        height: 53px;
        padding-top: 19px;
    }

    .full_search #search_message_location {
        left: auto;
        right: 19%;
        top: 55px;
    }

    .full_search .search_warning_message {
        width: 190px;
    }

    .search-box-full .deep div.full_search  {
        display: block;
        padding-left: 0;
        min-height: 0;
    }

    .breadcrumb-look,
    .deep-back {
        display: none;
    }
}


@media only screen and (max-width: 990px) and (min-width: 768px){
    #search #search_full_width.row {
        width: 100%;
        margin-bottom: 10px;
    }

    #search #search_full_width_category.form-control {
        border-radius: 25px 25px 0 0 !important;
        border-bottom: 1px solid #d9d9d9;
    }

    #search .btn-main {
        border-radius: 0 0 25px 25px;
        width: 100%;
    }
    .browse-category {
        clear: both;
        display: block;
        float: none;
        text-align: center;
    }

    .or-category {
        color: #fff;
        font-weight: bold;
        left: -53px;
        position: static;
        top: 20px;
    }

    .btn-category-menu, .btn-category-menu:hover, .btn-category-menu:focus {
        float: none;
        margin: 0;
        padding: 10px 25px;
        text-align: center;
        width: 100%;
        margin-top: 15px;
    }

    .header-full {
        min-height: 0;
        padding-bottom: 15px;
    }

    .line-decor {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    #search #search_full_width.row {
        width: 100%;
    }

    .home .header-full .row {
        min-width: 750px;
    }
    .full_search .search_warning_message {
        width: 203px;
    }

    .header-full .row {
        min-width: 0;
    }

    .search-box-full .deep div.full_search input[type="submit"] {
        background-position: center center;
        background-size: 36% auto;
        float: none;
        height: 40px;
        margin: 0 0 0 5px;
        padding-left: 0;
        padding-right: 0;
        width: 53px;
    }

    .search-box-full .deep div.full_search {
        margin: 18px auto 8px;
    }

    .subpage-body ul#ui-id-2.ui-menu {
        top: 108px !important;
    }

    .deep #search_message_category {
        top: 33px;
    }

    .search-box-full .deep #search_message_location {
        top:33px;
        left: 53%;
    }

    .browse-category-menu-content ul {
        -webkit-column-count: initial;
        -moz-column-count: initial;
        column-count: initial;
        padding-left: 0;
        padding-top: 0;
        height: 240px;
        overflow: scroll;
    }

    .browse-category-menu-content {
        margin-left: 15px;
        border-top-left-radius: 0;
        margin-top: 0;
        width: calc(100% - 60px);
    }

    .browse-category-menu-content ul {
        border-top-left-radius: 0;
    }

    .browse-category-menu-content ul li:nth-child(odd)  {
        background-color: #f6f6f6;
    }

    .browse-category {
        float: none;
        clear: both;
        display: block;
        text-align: center;
    }

    .btn-category-menu, .btn-category-menu:hover, .btn-category-menu:focus {
        float: none;
        margin: 0;
        text-align: center;
        width: 100%;
        padding: 10px 25px;
    }

    .browse-category-menu-button.open::after,
    .browse-category-all{
        display: none;
    }

    .browse-category-menu-content a {
        padding: 10px 25px;
        display: block;
        font-size: 14px;
    }

    .or-category {
        clear: both;
        display: block;
        margin-bottom: 10px;
        position: static;
        text-align: center;
    }

    #search #search_full_width_category.form-control {
        border-radius: 25px 25px 0 0 !important;
        border-bottom: 1px solid #d9d9d9;
    }

    .btn-category-menu, .btn-category-menu:hover, .btn-category-menu:focus {
        float: none;
        margin: 0;
        padding: 10px 25px;
        text-align: center;
        width: 100%;
        font-size: 12px;
    }

    #search .form-group {
        margin-bottom: 0;
    }

    #search .btn-main {
        border-radius: 0 0 25px 25px;
        width: 100%;
        font-size: 16px;
        margin-bottom: 10px;
    }

    #search_full_width .clearContent,
    #search_full_width .clearContent.second-input {
        margin-bottom: 0 !important;
    }

    #search .form-control {
        font-size: 14px;
    }

    #search .form-control::-moz-placeholder {
        font-size: 12px !important;
    }

    #search .form-control::-webkit-input-placeholder{
        font-size: 12px !important;
    }

    :-ms-input-placeholder {font-size: 12px !important; }


    .tt-suggestion,
    .tt-dataset h3{
        font-size: 14px;
    }

    .tt-menu {
        max-height: 290px;
    }

}

/*New header Mobile*/
@media only screen and (max-width: 640px) {
    .header-full .row {min-width: 0;}
    .header-range.banner-home,
    .header-range .buttons_adv_events {display: none;}
    #search_full_width .clearContent,
    #search_full_width .clearContent.second-input {margin-bottom: 10px;}
    .search-box-full div.full_search img.second {margin-right: 11px;}
    .search-box-full #search_message_location {left: 8%;top: 115px;}
    .home .search-box-full div.full_search,
    .search-box-full div.full_search {padding-bottom: 10px;}
    .search-box-full div.full_search input[type="submit"],
    .search-box-full .deep div.full_search input[type="submit"]  {
        background-position: 77px 12px;
        background-size: 16% auto;
        color: #fff;
        float: right;
        font-size: 19px;
        margin-right: 15px;
        margin-top: 0;
        padding-left: 20px;
        padding-right: 18px;
        width: auto;
    }

    .logo-full .row {padding: 14px 0 13px;}
    .logo-full img {height: 75px;margin-right: 0;}
    .search-box-full div.full_search input[type="text"] {height: 43px;}
    div.full_search input[type="submit"] {height: 44px;}
    #search_clear_location, #search_clear_category {height: 41px;padding-top: 13px;}
    #search_message_category {
        left: 36px;
        top: 36px;
        z-index: 100;
    }
    .search-box-full #search_message_location,
    .search-box-full .deep #search_message_location {
        left: 10%;
        top: 89px;
    }
    ul.ui-menu#ui-id-1 {
        top: 265px !important;
    }
    ul.ui-menu#ui-id-2 {
        top: 210px !important;
    }
    .subpage-body ul#ui-id-2.ui-menu,
    .subpage-body ul.ui-menu{
        top: 105px !important;
    }


}

@media only screen and (max-width: 600px) {
    .subpage-body ul#ui-id-1.ui-menu {
        top: 155px !important;
    }

    .subpage-body .search-box-full {
        background-color: #294687;
        height: auto;
        position: absolute;
        width: 100%;
        z-index: 900;
    }
    #messages {
        position: absolute;
        top: -49px;
        z-index: 2147483647;
    }


}


@media only screen and (max-width: 480px) {
    ul.ui-menu{min-width: 0 !important;}
}

/*New header Mobile-iPhone*/
@media only screen and (max-width: 380px) {
    ul.ui-menu .ui-menu-item a, ul.ui-menu .ui-menu-item a.ui-state-focus {
        overflow: hidden;
        text-overflow: ellipsis;
    }

}

@media only screen and (max-width: 320px) {
    .search-box-full div.full_search input[type="submit"] {
        margin-right: 7px;
    }
    ul.ui-menu {
        max-width: 242px !important;
        min-width: 0 !important;
    }


}

.header-range h1 {
    color: #fff !important;
    font-family: inherit;
    font-size: 59px;
    font-weight: normal;
    margin-bottom: 50px;
    margin-top: 107px;
    text-align: center;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);

}

.header-range small.title-sub-task {
    color: #fff;
    display: block;
    font-size: 19px;
    margin-top: 8px;
    text-align: center;
    margin-top: -45px;
    margin-bottom: 45px;
    font-family: inherit;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

/*Footer*/
.show-map {
    display: none;
}

.subpage-body div.container {
    background-color: #f5f5f5 !important;
}

div#attachments .table-list table {
    width: 100%;
}

/*Logo pay fotter*/
.show-on-phone {
    display: none !important;
}
.mobile-adds, .show-on-phone, .show-on-tablet {
    display: none !important;
}

@media only screen and (max-width: 1024px)  {
    .entypo.icon-search {height: 40px;line-height: 0.7;top: -2px;}
    div.header {background-color: #104DAA;height: auto;background-image: none; padding-bottom: 3px; min-height: 65px;
                background: rgb(16,78,171); /* Old browsers */
                background: -moz-linear-gradient(top,  rgba(16,78,171,1) 0%, rgba(21,143,221,1) 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(16,78,171,1)), color-stop(100%,rgba(21,143,221,1)));
                background: -webkit-linear-gradient(top,  rgba(16,78,171,1) 0%,rgba(21,143,221,1) 100%);
                background: -o-linear-gradient(top,  rgba(16,78,171,1) 0%,rgba(21,143,221,1) 100%);
                background: -ms-linear-gradient(top,  rgba(16,78,171,1) 0%,rgba(21,143,221,1) 100%);
                background: linear-gradient(to bottom,  rgba(16,78,171,1) 0%,rgba(21,143,221,1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#104eab', endColorstr='#158fdd',GradientType=0 );
    }
    div.full_search {min-height: 50px; min-width: 0 !important;}
    nav section {display: block; width: 135px;}
    div.buttons_adv_events {clear: both; margin: 10px 0; width: 100%;}
    .buttons_adv_events a {float: left;}
    .buttons_adv_events a:last-child {float: right;}
    div.header .logo a img { display: none !important;}
    div.header .logo {width: 50%; float: left;}
    div.header .logo a {position: static; display: block; height: 45px; margin: 0; background: url(https://static.canadianaccountantsearch.com/css/page/images/logo.png?5) top left no-repeat; background-size: contain; margin-top: 3px;}
    form#search_full_width {background-image: none;}
    div.full_search input[type="submit"] {margin-top: 0;}
    ul.menu {width: auto; margin: 0; position: absolute; top: 10px; right: 10px;}
    ul.menu li{padding: 0 3px !important; margin: 0!important;}
    div.header {height: 80px;padding: 30px 0 0; min-height: 0;}
    div.header .logo a img, .buttons_adv_events a img { display: none !important;}
    div.header .logo {width: 50%; float: left; margin-top: -5px;}
    div.header .logo a {position: static; display: block; height: 45px; margin: 0; background: url(https://static.canadianaccountantsearch.com/css/page/images/logo.png?5) 3px 0 no-repeat; background-size: contain;}
    .buttons_adv_events a b{display: inline-block; padding: 5px; font-weight: normal}
    .deep .search-open {
        display: none !important;
    }

    /*-zerowanie menu*/

    .login_popup_div {margin: -10px 0 0;width: 100%; background: url("https://static.canadianaccountantsearch.com/css/page/images/mobile/login.png") no-repeat center 1px transparent; padding: 23px 0 0; }
    .login_popup_div form {margin: 0; background-color: #b1c9e1;padding: 10px 0; width: 100%; }
    .login_popup_div #submit_login {display: block; width: 100%; clear: both; margin: 0; border-top: 1px solid #a0b7ce; border-bottom: 1px solid #617b96; background: url("https://static.canadianaccountantsearch.com/css/page/images/mobile/login_button.png") no-repeat center 9px #c4d5e6; height: 40px;}
    div.login_popup_div #user_login, div.login_popup_div #user_pass {display: block; width: 46% !important; float: left; padding: 10px !important; height: 40px !important; border-radius: 0; border: 2px solid #546f8a; margin-right: 6px; }
    div.login_popup_div #user_pass {margin-right: 0;}
    .login_popup_div #pass_remind {overflow: hidden; background-color: #a1bedb;  margin: -10px 0 0; width: 100%; border-bottom: 1px solid #7494b6;
                                   -webkit-box-shadow:  0px 3px 3px 0px rgba(0, 0, 0, 1);
                                   box-shadow:  0px 3px 3px 0px rgba(0, 0, 0, 1);
    }
    .login_popup_div #pass_remind a, .login_popup_div #pass_remind a:hover {border: none; margin: 0 !important; padding: 15px 0; width: 50%; font-size: 11px !important; color: #33526f !important; background-color: transparent !important; }
    #login_popup_close {background-image: none; border-left: 1px solid #7494b6 !important;}
    .show-on-tablet {display: block !important;}

}


@media only screen and (max-width: 480px) {
    nav section {
        float: right;
        color: #fff;
        border-radius: 5px;
        padding: 10px 10px 10px 30px;
        cursor: pointer;
        margin-top: 10px;
        background: url(https://static.canadianaccountantsearch.com/css/page/images/menu.png) no-repeat 10px 14px #000;}
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    /*head */
    div.header {border-bottom: 0;}
    div.header .logo a {margin-left: 20px;}
    .styled {margin-right: 20px;}

    /*menu tablet*/
    .mobile-menu .hide-on-tablet {display: none !important;}
    .mobile-menu .menu-two-tablet {width: 50% !important; float: left;
                                   background: rgb(18,101,189);
                                   background: -moz-linear-gradient(top,  rgba(18,101,189,1) 0%, rgba(19,121,204,1) 100%);
                                   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(18,101,189,1)), color-stop(100%,rgba(19,121,204,1)));
                                   background: -webkit-linear-gradient(top,  rgba(18,101,189,1) 0%,rgba(19,121,204,1) 100%);
                                   background: -o-linear-gradient(top,  rgba(18,101,189,1) 0%,rgba(19,121,204,1) 100%);
                                   background: -ms-linear-gradient(top,  rgba(18,101,189,1) 0%,rgba(19,121,204,1) 100%);
                                   background: linear-gradient(to bottom,  rgba(18,101,189,1) 0%,rgba(19,121,204,1) 100%);
                                   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1265bd', endColorstr='#1379cc',GradientType=0 );
    }
    .mobile-menu .menu-two-tablet a{border-left: 1px solid #5092D6;border-right: 1px solid #002A66;}
    .mobile-menu .menu-map {display: block !important; text-align: center; color: #fff; font-size: 14px; font-weight: bold;}
    .mobile-menu .menu-map b {display: inline-block; margin: 15px 0;}
    .mobile-menu .menu-map div {text-align: center;}
    .mobile-menu .menu-map img {opacity: 0.9;}
    div.login_popup_div #user_login, div.login_popup_div #user_pass {width: 42% !important; margin-left: 10px;}
    .login_popup_div #pass_remind #login_popup_close {background: url("https://static.canadianaccountantsearch.com/css/page/images/mobile/close_login.png") no-repeat center center transparent;text-indent: -9999px; border-left: none !important; position: absolute; right: 0; top: 23px;width: 10% !important; background-color: #9cb8d3 !important; height: 61px;}
    .login_popup_div #pass_remind a.blue2:first-child {width: 100% !important;}
    .login_popup_div #submit_login {height: 44px; background-position: center 11px;}
}

@media screen and (min-width: 600px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.1){
    .featured-wrapper .mobile_item li.friend {background-position: 47px 13px !important; background-image: url("https://static.canadianaccountantsearch.com/css/page/images/mobile/retina/toafriend.png") !important;background-size: 16px 14px !important;}
}
@media screen and (max-width: 600px){
    .deep .search-open {
        top: 30px;
        right: 70px;
        background: transparent;
        border-left: 1px solid #647dba;
        box-shadow: 1px 0 0 rgba(59, 86, 150, 1) inset;
        color: #ffffff;
        cursor: pointer;
        display: block !important;
        float: right;
        font-size: 22px;
        height: 39px;
        margin-right: 5px;
        margin-top: -69px;
        overflow: hidden;
        padding: 5px 3px 15px 20px;
        position: absolute;
        right: 67px;
        text-indent: -9999px;
        width: 70px;
    }
}

@media only screen and (min-width: 1366px) {
    .container {width: 1290px;}
    .hero-background img {
        height: auto;
        width: auto;
        min-height: 100%;
        min-height: 100%;
    }
}

@media only screen and (min-width: 1024px){
    .right-section .panel-default .panel-body {
        padding-right: 0;
        text-align: justify;
    }

    .right-section .panel-default#articles-body-right .panel-body {
        text-align: left;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 600px) {
    .header-range ul.menu li.show-on-phone {
        display: block !important;
    }


    .left-logo img {
        margin-top: 10px;
    }

    .home-button-box {
        margin-bottom: 15px !important;
    }
}

@media screen and (max-width: 600px){
    .header-range ul.menu li.show-on-phone {display: block !important;}
}

/*Map global*/
.modal-lg .close-ribbon {
    overflow: hidden;
}

.listingTitle {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
}
/* Customer feedback */

#feadback-bubble,
#feadback-content{
    box-shadow:         0px -2px 9px 0px rgba(101, 101, 101, 0.25);
    background-color: #f3f3f3;
    position: fixed;
    bottom: 0;
    display: block;
    color: #7c0968;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: content-box;
}

#feadback-bubble {
    right: 80px;
    border: 1px solid #b2b2b2;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    padding: 8px 31px 7px 54px;
    width: 150px;
    z-index: 100000000;
    cursor: pointer;

}

#feadback-bubble:after {
    content: "\1F4E3";
    font-family: 'EntypoRegular';

    font-size: 45px;
    left: 17px;
    position: absolute;
    top: -5px;
    color: #7c0968;
}

#feadback-bubble:hover,
#feadback-content.hide {
    box-shadow:         0px 0px 0px 0px rgba(50, 50, 50, 0.46);
}

#feadback-content {
    width: 100%;
    border-top: 1px solid #b2b2b2;
    z-index: 2147483646;
    text-align: center;
    transition: bottom 300ms ease-out;
    box-sizing: content-box;
}

#feadback-content.hide {
    bottom: -450px;
}

#feadback-content-close,
#feadback-bubble-close {
    cursor: pointer;
    box-sizing: content-box;
}

#feadback-bubble-close {
    display: block;
    font-size: 21px;
    font-weight: bold;
    height: 20px;
    position: absolute;
    right: 7px;
    top: 0;
    width: 14px;
}

#feadback-content-close{
    border: 1px solid #b2b2b2;
    border-radius: 3px;
    display: block;
    font-size: 12px;
    text-decoration: none;
    padding: 3px 10px;
    width: 56px;
    height: 18px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    position: absolute;
    top: 16px;
    right: 0;
    color: #6A215D;
    line-height: 1.1;
}

#feadback-content-close span {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin-left: 7px;
    margin-top: -3px;
    vertical-align: middle;
}

.fback-contener {
    margin: 0 auto;
    width: 960px;
    padding: 20px;
    text-align: left;
    position: relative;
    box-sizing: content-box;
}

.fback-contener .left {
    float: left;
    padding-left: 235px;
    width: 430px;
    box-sizing: content-box;
}

.fback-contener .left header {
    font-size: 20px;
    color: #6a215d;
    display: block;
    padding-bottom: 20px;
    position: relative;
    line-height: 22px;
    box-sizing: content-box;
    margin-top: 9px;
}

.fback-contener .left header:before {
    box-sizing: content-box;
    display: block;
    font-family: "EntypoRegular";
    font-size: 60px;
    height: 26px;
    left: -50px;
    position: absolute;
    top: -13px;
    width: 30px;
    content: "\275E";
}


.fback-contener .left header.messege-header {
    margin-top: 50px;
    margin-bottom: 60px;
    text-align: center;
    line-height: 26px;
}

.fback-contener .left header.messege-header:before {
    content: none;
}

.fback-contener .right {
    float: right;
    padding: 44px 10px 0 0;
    width: 194px;
    font-size: 13px;
    color: #5b5b5b;
    line-height: 16px;
    box-sizing: content-box;
    text-align: left;
}

.fback-contener .left input[type="text"],
.fback-contener .left textarea,
.fback-contener .left select {
    clear: both;
    padding: 3px 15px;
    border-radius: 2px;
    font-size: 13px;
    margin: 0 auto 13px;
    height: 28px;
    transition: all 0.5s ease;
    width: 95%;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: content-box;
}

.fback-contener .left input[type="text"],
.fback-contener .left select {
    height: 28px;
}


.fback-contener .left select {
    height: 19px;
    line-height: 1.5;
    padding-bottom: 9px;
    padding-top: 9px;
    position: relative;
    -webkit-appearance: none;
}

.fback-contener .left .select-box {
    position: absolute;
}

.fback-contener .left .select-box .arrow {
    background: url("https://static.canadianaccountantsearch.com/css/page/images/select.png") no-repeat -3px -2px #FFFFFF;
    display: block;
    height: 20px;
    position: absolute;
    right: 21px;
    top: 10px;
    width: 18px;
}

.fback-contener .left select option {
    color: black;
}
.fback-contener .left select option:first-child {
    color: grey;
}
.fback-contener .left select.empty {
    color: grey;
}
/* Hidden placeholder */
.fback-contener .left select option[disabled]:first-child {
    display: none;
}

.fback-contener .left input[type="text"]:hover,
.fback-contener .left textarea:hover,
.fback-contener .left input[type="text"]:focus,
.fback-contener .left textarea:focus,
.fback-contener .left select:hover,
.fback-contener .left select:focus  {

}

.fback-contener .left textarea {
    height: 111px;
    padding: 7px 15px;
}

.fback-contener .submit.btn {
    color: #fff;
    background: #8f1b7c;
    background: -moz-linear-gradient(top, #8f1b7c 0%, #761566 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8f1b7c), color-stop(100%,#761566));
    background: -webkit-linear-gradient(top, #8f1b7c 0%,#761566 100%);
    background: -o-linear-gradient(top, #8f1b7c 0%,#761566 100%);
    background: -ms-linear-gradient(top, #8f1b7c 0%,#761566 100%);
    background: linear-gradient(to bottom, #8f1b7c 0%,#761566 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f1b7c', endColorstr='#761566',GradientType=0 );
    border: 1px solid #3c0033;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    text-indent: 0;
    font-size: 18px;
    padding: 0;
    border-radius: 2px;
    height: 46px;
    margin: 0 auto;
    width: 325px;
    cursor: pointer;
    box-sizing: content-box;
    margin-bottom: 20px;
    transition: background-color 300ms ease-out 0s;
}

.fback-contener .submit.btn:hover {
    background: #8f1b7c;
}

.optional input::-webkit-input-placeholder {font-style: italic;}
.optional input::-moz-placeholder {font-style: italic;}
.optional input::-ms-input-placeholder {font-style: italic;}

.fback-contener .left .antonyms {
    font-size: 12px;
    color: #5b5b5b;
    padding-bottom: 10px;
    box-sizing: content-box;
    margin-top: -6px;
    box-sizing: content-box;
    margin-bottom: 6px;
    padding-left: 0;
}

.fback-contener .left label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-left: 10px;
    font-size: 13px;
    box-sizing: content-box;
}

.fback-contener .left input[type=radio] {
    display: none;
}
.fback-contener .left label:before {
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: -6px;
    bottom: 1px;
    border: 1px solid #b2b2b2;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    padding: 3px 10px;
    width: 5px;
    height: 18px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-sizing: content-box;
    font-family: 'Glyphicons Halflings';
    color: #6a215d;
    content: "";
}

.fback-contener .left label span:before {
    color: #6a215d;
    content: "\e125";
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-size: 14px;
    left: 7px;
    position: absolute;
    top: -4px;
}

.fback-contener .left label span.negative:before {
    content: "\e126";
}

.fback-contener .left input[type=radio]:checked + label:before {
    content: "";
    border-color: #771667;
    box-shadow:         0 0 3px 0 rgba(50, 50, 50, 0.2);
}

.fback-contener .left .error-box {
    position: relative;
}

.fback-contener .left .error-box .error-msg {
    position: absolute;
    display: block;
    top: 5px;
    left: -250px;
    display: block;
    width: 240px;
    text-align: right;
    color: red;
    font-size: 12px;
    line-height: 13px;
}

.fback-contener .form-control-feedback.glyphicon.glyphicon-remove {
    top: 0 !important;
}

.header-vote {
    float: left;
}

.fback-contener .left label:last-child {
    margin-left: 44px;
    top: -6px;
}

#feedback-form .has-feedback .form-control {
    background-color: #fff;
}

@media only screen and (max-width: 980px)  {
    .feadback-box {display: none !important;}
}

.modal-loader {
    position: absolute;
    width: 100%;
    height: 355px;
    z-index: 1000000000000000;
    text-align: center;
    margin-top: 100px;
    font-weight: bold;
    font-size: 20px;
    color: #6a215d;
    font-weight: normal;
}

.modal-loader img {
    margin-top: 15px;
}

/*Loader full screen*/
.overlay #foo {
    background: none repeat scroll 0 0 #fff;
    border-radius: 5px;
    height: 100px;
    left: 50%;
    margin-left: -43px;
    margin-right: auto;
    position: absolute;
    top: 40%;
    width: 90px;
    opacity: 0.9;
    -webkit-box-shadow: 0px -1px 11px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px -1px 11px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px -1px 11px 0px rgba(50, 50, 50, 0.75);
}
.overlay {
    position: fixed;
    z-index: 2147483647;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 0, 0, 0, 0.5) 50% 50% no-repeat;
    -webkit-opacity: 0.6;
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-opacity: 0.6;
    -o-opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
}
#foo:before {
    bottom: 3px;
    color: #000;
    content: "Please wait";
    font-size: 12px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

#foo .spinner {
    right: 45px;
    top: 40px;
}

.notfound-404 .jumbotron{
    margin-top: 40px;
    position: relative;
    border-bottom: 20px solid #ccc;
    border-top: 20px solid #e7e7e7;
}

.notfound-404 .jumbotron:after {
    color: #fff;
    content: "404";
    font-size: 184px;
    font-weight: bold;
    opacity: 0.6;
    position: absolute;
    right: 61px;
    top: -20px;
}

.notfound-404 .jumbotron h1 {
    font-size: 38px;
}

.notfound-404 .jumbotron p {
    font-size: 18px;
}

.notfound-404 .jumbotron {
    border-radius: 100px;
}

.modal-backdrop.in {
    filter: alpha(opacity=70);
    opacity: .7;
}

.modal-full {
    z-index: 2147483647;

}

.fb-like {height: 22px;overflow: hidden;vertical-align: middle;}

.posters > ins {
    border: 1px solid #d1d1d1 !important;
}



@media only screen and (min-width: 980px){
    .no-res-now {
        margin-left: -15px;
        margin-right: 15px;
    }
}



@media only screen and (max-width: 660px)  {

    .search-box-full div.full_search input[type="submit"], .search-box-full .deep div.full_search input[type="submit"] {float: none; display: block; margin-left: 40px;  width: fit-content  ; width: -moz-available;width: fit-available;width: calc(97% - 40px);}

}


@media only screen and (max-width: 480px)  {
    .search-box-full div.full_search {margin-bottom: 10px;}
    .entypo.icon-search {width: 32px;}
}

/* Closest featured listings*/
.free .panel.closest {
    margin-top: 20px;
}

.panel.closest {
    border: none;
    box-shadow: none;
}

.panel-default.closest .panel-heading {
    border-bottom: none;
    margin-bottom: 4px;
    text-align: left;
    font-size: 17px;
    font-weight: normal;
    padding: 16px 20px;
}

.panel-default.closest .panel-body {
    padding: 0;
}

.panel-default.closest .panel-body .title-featured {
    padding: 20px 0 18px 0;
    font-size: 13px;
    line-height: 17px;
}

.panel-default.closest .panel-body .title-featured .title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 2px;
}

.panel-default.closest .panel-body .title-featured a {
    display: block;
    font-size: 11px;
}

.panel-default.closest .panel-body .title-featured a:hover {
    text-decoration: underline;
}

.panel-default.closest .panel-body .content-featured {
    padding: 0;
}

.panel-default.closest a.btn,
.closest-featured .slider-carusel .btn{
    border-radius: 20px;
    color: #fff;
    display: inline-block !important;
    font-size: 13px;
    margin-top: 13px;
    padding: 5px 12px 4px 7px;
    text-align: left;
    transition: background-color 300ms ease-out 0s;

}

.panel-default.closest a.btn:hover,
.panel-default.closest a.btn:focus,
.closest-featured .slider-carusel .btn:hover,
.closest-featured .slider-carusel .btn:focus{
    opacity: 0.85;
}

.panel-default.closest a.btn i,
.closest-featured .slider-carusel .btn i{
    font-style: normal;
}

.panel-default.closest a.btn .glyphicon,
.closest-featured .slider-carusel .btn .glyphicon{
    font-size: 14px;
    margin-right: 3px;
}

.panel-default.closest.default-open a.btn {
    background-color: #2a313a;
    border-color: #2a313a;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin-right: 10px;
    padding: 5px 15px;
    transition: background-color 300ms ease-out 0s;
}


.panel-default.closest.default-open a.btn:hover,
.panel-default.closest.default-open a.btn:focus {
    background-color: #4a535e;
}

.panel-default.closest .panel-body .content-featured .glyphicon,
.panel-default.closest .panel-body .content-featured .entypo{
    margin-right: 3px;
}

.closest .frame {
    background: none repeat scroll 0 0 #fff;
    float: left;
    height: 75px;
    margin: 0;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    width: 75px;
    margin-right: 14px;
}

.free .closest .frame{
    bottom: 0;
    margin-right: 14px;;
    position: relative
}

.closest .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.closest .frame img {
    height: auto;
    max-height: 73px;
    max-width: 73px;
    padding: 10px;
    width: auto;
    background: #fff;
    vertical-align: middle;
    margin: 0;
}

.closest .content-featured-box {
    overflow: hidden;
}

.closest .content-featured-box .content-data {
    position: relative;
    margin-bottom: 3px;
}

.closest .content-featured-box .content-data span.content-label{
    position: absolute;
    top: 0;
}

.closest .content-featured-box .content-data.no-logo-closest span.content-label {
    left: 20px;
}

.closest .entypo.address {
    padding: 0 !important;
}

/*Closest slider*/

.closest-featured  .jcarousel-wrapper.slider-carusel {
    border: none;
}

.closest-featured .slider-carusel li .slider-head a{
    border-right: none;
}

.closest-featured .slider-carusel li {
    border-right: 1px solid #fff;

}

.closest-featured .slider-carusel .slider-body {
    min-height: 127px;
}

.closest-featured .slider-carusel .btn {
    font-size: 11px;
}

.closest-featured .slider-carusel .btn .glyphicon {
    font-size: 12px;
}

/* Closest featured listings - mobile*/

@media only screen and (max-width: 1366px)  {
    .closest-featured .slider-carusel li { }
}

@media only screen and (max-width: 768px)  {

    .hero-background img {
        margin-left: -20%;
    }
    .closest-featured {margin-bottom: 25px;}
    .header-range h1 {
        font-size: 39px;
        line-height: 40px;
        margin-bottom: 35px;
        margin-top: 0;
    }

    .header-range small.title-sub-task {
        font-size: 13px;
        line-height: 16px;
        margin-top: -28px;
        margin-bottom: 36px;
    }

    #search {
        margin: 0 25px;
    }

    #search .form-control {
        height: 48px;
        padding: 17px 15px 12px 45px;
    }

    #search .form-group span.icon-search {
        top: 19px;
        left: 20px;
    }

    #search .btn-main{
        font-size: 21px;
        padding: 6px 35px 6px 30px;
        border-radius: 0 0 19px 19px;
        transition: background 300ms ease-out;
    }

    #search #search_full_width_category.form-control {
        border-radius: 19px 19px 0 0 !important;
    }

    .or-category {
        margin-top: -8px;
    }

    .header-full .navbar-nav {
        margin: 3.5px 19px;
    }

    .browse-category-menu-content {
        width: calc(100% - 80px);
        margin-left: 25px;
    }

    .browse-category-menu-button.open {
        border-radius: 19px 19px 0 0;
    }

    .mega-dropdown-menu > li > ul > li > a {
        padding: 6px 20px 6px 35px;
        font-size: 18px;
    }

    .mega-dropdown-menu::before {
        left: 3px;
    }

    .mega-dropdown-menu::after {
        left: 1px;
    }

    .user-button {
        background-color: inherit !important;
    }
}

@media only screen and (max-width: 480px)  {
    .hero-background img {
        margin-left: -75%;
    }
    .closest .frame {display: none;}
    .closest .content-featured-box .content-data span.content-label{left: 20px;}
    .panel-default.closest .panel-body .content-featured {padding: 10px 0 0 0; overflow: hidden;}
    .panel-default.closest .panel-heading {text-align: center !important;}
    .closest-load-box {display: block !important; text-align: center; margin-bottom: 20px; margin-top: 20px;}
    .panel-default.closest .panel-body.no-mobile {display: none;}
    .closest-load-box.hide {display: none !important;}
    .panel-default.closest .panel-body .title-featured {padding: 20px 0 5px;}
}

/* Closest featured listings - colors*/

.panel-default.closest .panel-heading {
    color: #751464;
    background-color: #f7eaf5;
}

.panel-default.closest .panel-body .title-featured a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.panel-default.closest a.btn,
.closest-featured .slider-carusel .btn{
    background-color: #fff;
    border-color: #d9bed1;
    color:#333;
}

.panel-default.closest a.btn:hover,
.closest-featured .slider-carusel .btn:hover,
.panel-default.closest a.btn:focus,
.closest-featured .slider-carusel .btn:focus{
    background-color: #efefef;
}

.closest-featured .slider-carusel li .slider-head a {
    color: #fff;
}

.panel-default.closest .panel-body .title-featured img {
    max-height: 55px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 360px)  {
    .hero-background img {
        margin-left: -120%;
    }
}

@media only screen and (max-width: 320px)  {
    .hero-background img {
        margin-left: -150%;
    }
}


@media only screen and (min-width: 960px) and (max-width: 1100px)  {
    .home .categories-menu #search_full_width, .home .browse-category{
        white-space: nowrap;
    }
}

/*Alerts*/

.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    left: 0;
    margin-bottom: 20px;
    padding: 20px 15px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2147483647;
    border-radius: 0;
    text-align: center;
}

.alert-danger {
    background-color: #b94343;
    border-color: #b94343;
    color: #320001;
}

.alert-error {
    background-color: #b94343;
    border-color: #b94343;
    color: #320001;
}

.alert-succes{
    background-color: #4fb560;
    border-color: #4fb560;
    color: #320001;
}

.alert-notice{
    background-color: #fcffca;;
    border-color: #f9ff85;
    color: #320001;
}


.close {
    color: #320001;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.5;
}

.alert li{
    list-style: none;
}

#error {
    background-color: #b94343;
    border-color: #b94343;
    color: #320001;
    margin-bottom: 25px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px 25px;
}

.checkbox .has-error .help-block {
    text-align: left;
}

.checkbox .has-feedback .form-control-feedback {
    display: none !important;
}

.home-default #collapseExample {
    display: block;
}

.alert{
    position: fixed;
}

/*Subpages header*/

.subpage-default .navbar {
    margin-bottom: 0;
}

.subpage-default .header-full {
    padding-top: 71px;
    padding-bottom: 0;

}

#articles-body-right .panel-body {
    margin-top: 10px;
}

#articles-body-right .panel-body a {
    display: inline;
}

#articles-body-right .panel-body p {
    padding-left: 110px;
    margin-bottom: 0;
}

#articles-body-right .panel-body img {
    float: left;
    margin-right: 20px;
    border: 1px solid #000;
    margin-right: 20px;
    width: 90px;
    height: auto;
}

#articles-body-right .panel-body b {
    display: block;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 5px;
}

@media only screen and (min-width: 1361px) {
    .subpage-default #search .form-group.col-md-5 {
        width: 44%;
    }

    #search .col-md-2 {
        width: 10%;
    }

    .subpage-default .browse-category-menu-content {
        width: calc(100% - 12px);
    }
}

@media (min-width: 768px){
    .navbar-nav > li.mega-dropdown > a {
        padding-top: 6px;
        padding-bottom: 6px;
    }
}

@media only screen and (min-width: 990px) {

    .subpage-default .f-nav .header-range,
    .subpage-default .f-nav .header-range.in{
        display: none !important;
    }

    .subpage-default .navbar {
        margin-bottom: 0;
    }
    .panel-default.default-open.closest {
        margin-top: 50px;
    }

    .right-menu a,
    .right-menu a:hover,
    .right-menu a:focus {
        outline: none;
    }

    .mobile-search{
        display: none;
    }

    .subpage-default .mobile-search {
        display: inline-block !important;
    }
    .subpage-default .header-full {
        padding-top: 71px;
        padding-bottom: 0;
    }

    .subpage-default #search {
        border-top: 1px solid #cecece;
        margin: 5px 0 15px;
        padding-top: 20px;
        width: 100%;
    }

    .subpage-default #search #search_full_width_category.form-control {
        border-radius: 30px 0 0 30px;
    }

    .subpage-default #search .btn-main {
        border-radius: 0 30px 30px 0;
    }

    .subpage-default #search #search_full_width.row {
        width: 82%;
    }

    .subpage-default .browse-category-menu-content {
        border-radius: 25px;
        margin-top: -8px !important;
        width: calc(100% - 5px);
        margin: 0;
    }

    .subpage-default .browse-category-menu-content ul{
        border-radius: 25px 25px 0 0;
    }

    .subpage-default  #search .form-control {
        padding-left: 45px;
    }
    .subpage-default  #search .form-group span.icon-search {
        left: 25px;
    }
    .subpage-default  .browse-category-menu-button, .subpage-default .browse-category-menu-button:hover, .subpage-default .browse-category-menu-button:focus  {
        border-radius: 35px;
        text-align: left;
        width: 190px;
    }

    .subpage-default .browse-category-menu-button.open {
        border-radius: 30px 30px 0 0;
    }

    .subpage-default .or-category {
        left: -38px;
    }

    .subpage-default #search #search_full_width_category.form-control.open-input {
        border-radius: 30px 0 0 0;
    }


    .browse-category-menu-button:hover,
    .browse-category-menu-button:focus{
        background-color: #efefef;
    }

    .browse-category-menu-button,
    .browse-category-menu-button.open:hover,
    .browse-category-menu-button.open:focus{
        padding: 21px 25px;
        font-size: 15px;
        border-radius: 25px;
        border: none;
        box-shadow: none !important;
        float: right;
        background: rgba(255, 255, 255, 0.95);
        transition: background-color 300ms ease-out;
    }


    .browse-category-menu-button.open:hover,
    .browse-category-menu-button.open:focus{
        border-radius: 30px 30px 0 0;
        position: relative;
        background-color: #fff;
    }

    .subpage-default .mobile-search {
        font-size: 22px;
        height: 39px;
        padding: 6px 17px;
    }
}

@media only screen and (max-width: 1360px) and (min-width: 990px) {
    .subpage-default #search #search_full_width.row {
        width: 79%;
    }
}

@media only screen and (max-width: 990px) {
    .subpage-default .header-full {
        padding-top: 0;
    }
    .subpage-default .navbar {
        border-bottom: 1px solid #fff;
    }

    .subpage-default .mobile-search {
        display: block !important;
        position: absolute;
        top: 0px;
        right: 0px;
        color: #fff;
        font-size: 32px;
        padding: 15px 21px 10px;
        cursor: pointer;
        border: none !important;
        border-radius: 0;
    }

    .subpage-default .right-menu {
        margin-right: -15px;
    }

    .subpage-default .header-full {
        background-position: center top;
        background-size: auto;
    }

    .subpage-default #search {
        margin: 35px 25px;
    }

    .subpage-default .browse-category-menu-content {
        margin-top: -35px;
        width: calc(100% - 70px);
        margin-left: 25px;
    }
    .subpage-default .header-full .navbar-default .navbar-nav > li > a {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .subpage-default .free {
        border-top: none;
    }
}

@media only screen and (max-width: 800px){
    .subpage-default .browse-category-menu-content {
        width: calc(100% - 80px);

    }
}

@media only screen and (max-width: 768px) {
    .subpage-default .mobile-search {
        font-size: 30px;
        padding: 12px 16px 3px 18px;
    }

}

/*New fotter*/

.footer {
    clear: both;
    border-top: 1px solid #e9ebec;
    background-color: #f6f6f6;
    font-family: 'SourceSansPro', sans-serif !important;
    color: #7b8994 !important;
    padding: 50px 0 0;
    margin-top: 50px;
    font-size: 14px;
}

.footer a{
    font-family: 'SourceSansPro', sans-serif !important;
    color: inherit !important;
    text-decoration: none;
}

.footer a:hover,
.footer a:focus {
    text-decoration: underline;
}

.footer .footer_list {
    font-size: 16px;
    padding-bottom: 18px;
    margin-bottom: 11px;
    display: block;
    position: relative;
}

.footer .container {
    position: relative;
    padding-bottom: 100px;
}

.back-to-top {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    outline: none;
}

.back-to-top:hover,
.back-to-top:focus{
    text-decoration: none !important;
    outline: none;
}

.back-to-top .glyphicon {
    display: inline-block;
    padding: 23px 20px;
    border-radius: 15px 15px 0 0;
    color: #fff;
    margin-left: 17px;
}

.footer .btn-social-icon *:first-child {
    bottom: 0;
    font-size: 2em;
    left: 0;
    line-height: 34px;
    position: absolute;
    text-align: center;
    top: 11px;
    width: 32px;
}

.footer .btn-social-icon *:first-child {
    border: medium none;
    text-align: center;
    width: 100% !important;
}

.footer .btn-social-icon {
    height: 53px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 53px;
    color: #fff !important;
    border: none;
    margin-right: 4px;
    opacity: 1;
    transition: opacity 300ms ease-out;
}

.footer .btn-social-icon:hover {
    opacity: 0.85;
}

.btn-google {
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.btn-twitter {
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.btn-facebook {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.pay-secured {
    margin-top: 40px;
}

.pay-logos div {
    height: 35px;
    background-image: url('https://static.canadianaccountantsearch.com/core/img/header_footer.png');
    width: 47px;
    display: inline-block;
    height: 35px;
    margin-right: 12px;
    margin-top: 15px;
    width: 47px;
}

.pay-logos div:last-child {
    margin-right: 0;
}

.pay-logos div.visa{
    width: 72px;
}

.pay-logos div.amex{
    width: 36px;
    background-position: -107px 0;
}

.pay-logos div.bt{
    width: 88px;
    background-position: -92px 0;
}

.pay-logos div.master-card{
    background-position: -202px 0;
}

.subpage-default.single-page-line .home-logo img{
    margin-top: 0;
}

.operator {
    margin-top: 30px;
    font-size: 14px;
}

.operator a {
    color: inherit;
    text-decoration: underline;
}

.operator img {
    display: block;
    margin-top: 7px;
}

#collapse-right-additional {
    text-align: justify;
    padding-right: 0 !important;
    padding-right: 0 !important;
}


@media (max-width: 1360px) {
    .pay-logos div{
        margin-right: 3px;
    }
}

@media (min-width: 990px) {
    .footer-nav{
        display: block !important;
        padding-bottom: 0px;
        overflow: visible !important;
    }
    .footer .footer_list:after {
        position: absolute;
        bottom: 0;
        left: 2px;
        content: '';
        width: 20px;
        height: 1px;
        border-bottom: 1px solid #cbcfd2;
        display: block;
    }

    .footer .footer_list.no-line:after {
        display: none;
    }

    .browse-category-menu-button .fa {
        font-size: 17px;
    }

    .row-fluid .col-xs-12:first-child {
        padding-left: 0;
    }

    .alert > p, .alert > ul {
        padding: 0;
    }

    .alert li {
        font-size: 20px;
    }

}

@media (max-width: 767px) {

    .footer {
        padding-top: 0;
        border-top: none;
        margin-top: 15px;
    }
    .footer .container,
    .footer .col-xs-12{
        padding-left: 0;
        padding-right: 0;
    }

    .footer .footer_list {
        margin-bottom: 0;
        border-top: 1px solid #e9ebec;
        padding: 12px 15px;
        cursor: pointer;
    }
    .footer .list-unstyled {
        margin-bottom: 0;
    }

    .footer .footer-nav li a {
        display: block;
        padding: 10px 15px;
        display: block;
    }

    #footer-nav4 {
        padding-left: 15px;
    }

    .footer  .panel-group {
        margin-bottom: 0;
    }

    .pay-secured {
        border-top: 1px solid #e9ebec;
        margin-top: 0;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 20px;
        text-align: center;
    }

    .footer .btn-social-icon {
        margin-bottom: 20px;
    }

    .panel-default.closest .panel-body .title-featured a {
        white-space: normal;
    }

    .operator {
        padding: 0 15px;
        text-align: center;
    }

    .operator img {
        margin: 10px auto;
    }
}


@media (max-width: 480px){
    .header-full .navbar-default .navbar-nav > li > a.home-logo {

        display: inline-block !important;
        width: 80%;
    }

    .home-logo img {
        margin-top: -10px;
        max-height: 23px;
        max-width: 180px !important;
        width: auto;
    }


}

@media (max-width: 380px){
    .main-link, .open .mail-link {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1360px) and (max-width: 1366px){
    .subpage-default #search #search_full_width.row {
        width: 75%;
    }
}

#spinner-full.spinner-icons.full-spinner{
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    display: block;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    z-index: 10000;
    position: fixed;
}
.sk-three-bounce {
    margin: 400px auto 0;
    text-align: center;
    width: 70px;
}
.sk-three-bounce .sk-child {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    -moz-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}
.sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes sk-three-bounce {
    0%, 80%, 100% {
        -moz-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


@media (max-width: 480px){
    .subpage-default #spinner-full.full-spinner .sk-three-bounce,
    #spinner-full.full-spinner .sk-three-bounce{
        margin: 125px auto 0;
    }
}

/*Map list wiew*/

.modal-lg {
    height: 100%;
    left: 0;
    margin: 0 !important;
    top: 0;
    width: 100%;
    border-radius: 0;
    border: none;
}

.modal-lg .close-ribbon {
    text-align: center;
    font-size: 19px;
    padding: 10px;
    z-index: 2147483647;
    position: relative;
    min-height: 42px;
}

.modal-lg .close-ribbon .close {
    opacity: 0.8;
}

.modal-lg .map-body {
    padding: 0;
    height: 98%;
}

.modal-lg .close-ribbon {color: #fff;background-color: #294687;}
.modal-lg .close-ribbon .close {color: #fff;}

.flexible-container {
    height: 100%;
    margin-top: -28px;
    padding-top: 28px;
}

#big-map .infoBox,
#big-map-listing .infoBox{
    background-color: #000;
    color: #fff;
    border-radius: 2px;
    position: relative;
    min-height: 85px;
}

#big-map .infoBox:after,
#big-map-listing .infoBox:after,
#big-map .featured.infoBox:after,
#big-map-listing .featured.infoBox:after {
    border-color: transparent #000 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 19px;
    content: "";
    display: block;
    left: -38px;
    position: absolute;
    top: 23px;
    z-index: 2147483647;
}

#big-map .tooltip_arrow a,
#big-map-listing .tooltip_arrow a{
    color: #fff !important;
}

#big-map .tooltip_arrow a:hover,
#big-map-listing .tooltip_arrow a:hover{
    text-decoration: none;
}

#big-map .tooltip_header,
#big-map-listing .tooltip_header{
    padding: 6px 15px;
    border-bottom: 1px solid #c5c5c5;
}

#big-map .tooltip_header .glyphicon,
#big-map-listing .tooltip_header .glyphicon {
    font-size: 11px;
    margin-left: 10px;
    padding-right: 10px;
}

#big-map .tooltip_header a,
#big-map-listing .tooltip_header a{
    padding: 0 !important;
    display: inline !important;
    font-weight: bold;
    font-size: 14px;
}

#big-map .tooltip_container a,
#big-map-listing .tooltip_container a{
    padding: 10px 15px;
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}

#big-map .tooltip_container p,
#big-map-listing .tooltip_container p{
    margin-bottom: 0;
}

.tooltip_container .rating-container .rating-stars {color: #fff;}
.tooltip_container .rating-container {color: #ccc}

.tooltip_container .star-rating {
    margin-right: 10px;
}


#big-map .featured .tooltip_arrow .title-type,
#big-map-listing .featured .tooltip_arrow .title-type{
    display: block !important;
    left: 0;
    padding: 10px 15px;
    position: absolute;
    top: -36px;
    width: 100%;
    text-align: center;

}

.map {
    text-align: center;
}

.gm-style img {
    border-radius: 3px;
}
/*!
 * @copyright &copy; Kartik Visweswaran, Krajee.com, 2013 - 2016
 * @version 3.5.8
 *
 * A simple yet powerful JQuery star rating plugin that allows rendering
 * fractional star ratings and supports Right to Left (RTL) input.
 *
 * For more JQuery/Bootstrap plugins and demos visit http://plugins.krajee.com
 * For more Yii related demos visit http://demos.krajee.com
 */.rating-fa,.rating-fa .rating-stars:before{padding-left:1px}.rating-container-rtl .rating-stars:before,.rating-container-rtl:before,.rating-container:before{content:attr(data-content)}.rating-container,.rating-container-rtl{display:inline-block;vertical-align:middle}.star-rating .clear-rating,.star-rating-rtl .caption{padding-right:5px}.rating-loading{width:25px;height:25px;font-size:0;color:#fff;background:url(https://static.canadianaccountantsearch.com/css/page/img/loading.gif)top left no-repeat;border:none}.rating-fa{font-family:FontAwesome}.rating-gly,.rating-gly-star{font-family:'Glyphicons Halflings'}.rating-gly-star,.rating-gly-star .rating-stars:before{padding-left:2px}.rating-lg .rating-gly-star,.rating-lg .rating-gly-star .rating-stars:before{padding-left:4px}.rating-xl .rating-gly-star,.rating-xl .rating-gly-star .rating-stars:before{padding-left:2px}.rating-active{cursor:default}.rating-disabled{cursor:not-allowed}.rating-uni{font-size:1.2em;margin-top:-5px}.rating-container{position:relative;color:#e3e3e3;overflow:hidden}.rating-container .rating-stars{position:absolute;left:0;top:0;white-space:nowrap;overflow:hidden;color:#fde16d;transition:all .25s ease-out;-o-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-webkit-transition:all .25s ease-out}.rating-container .rating-stars:before{content:attr(data-content);text-shadow:0 0 1px rgba(0,0,0,.7)}.rating-container-rtl{position:relative;overflow:hidden;color:#fde16d}.rating-container-rtl:before{text-shadow:0 0 1px rgba(0,0,0,.7)}.rating-container-rtl .rating-stars{position:absolute;left:0;top:0;white-space:nowrap;overflow:hidden;color:#e3e3e3;transition:all .25s ease-out;-o-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-webkit-transition:all .25s ease-out}.rating-xl{font-size:4.89em}.rating-lg{font-size:3.91em}.rating-md{font-size:3.13em}.rating-sm{font-size:2.5em}.rating-xs{font-size:2em}.star-rating .clear-rating,.star-rating-rtl .clear-rating{color:#aaa;cursor:not-allowed;display:inline-block;vertical-align:middle;font-size:60%}.clear-rating-active{cursor:pointer!important}.clear-rating-active:hover{color:#843534}.star-rating .caption,.star-rating-rtl .caption{color:#999;display:inline-block;vertical-align:middle;font-size:55%}.star-rating .caption{padding-left:5px}@media print{.rating-container,.rating-container-rtl .rating-stars,.rating-container-rtl .rating-stars:before,.rating-container:before{color:#f3f3f3!important}.star-rating .clear-rating,.star-rating-rtl .clear-rating{display:none}}
/*!
 * Datetimepicker for Bootstrap v3
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */.bootstrap-datetimepicker-widget{top:0;left:0;width:250px;padding:4px;margin-top:1px;z-index:99999 !important;border-radius:4px}.bootstrap-datetimepicker-widget.timepicker-sbs{width:600px}.bootstrap-datetimepicker-widget.bottom:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);position:absolute;top:-7px;left:7px}.bootstrap-datetimepicker-widget.bottom:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:8px}.bootstrap-datetimepicker-widget.top:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,0.2);position:absolute;bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.top:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;position:absolute;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget .dow{width:14.2857%}.bootstrap-datetimepicker-widget.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget>ul{list-style-type:none;margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:bold;font-size:1.2em;margin:0}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator{width:4px;padding:0;margin:0}.bootstrap-datetimepicker-widget .datepicker>div{display:none}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget td,.bootstrap-datetimepicker-widget th{text-align:center;border-radius:4px}.bootstrap-datetimepicker-widget td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget td.day{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget td.day:hover,.bootstrap-datetimepicker-widget td.hour:hover,.bootstrap-datetimepicker-widget td.minute:hover,.bootstrap-datetimepicker-widget td.second:hover{background:#eee;cursor:pointer}.bootstrap-datetimepicker-widget td.old,.bootstrap-datetimepicker-widget td.new{color:#999}.bootstrap-datetimepicker-widget td.today{position:relative}.bootstrap-datetimepicker-widget td.today:before{content:'';display:inline-block;border-left:7px solid transparent;border-bottom:7px solid #428bca;border-top-color:rgba(0,0,0,0.2);position:absolute;bottom:4px;right:4px}.bootstrap-datetimepicker-widget td.active,.bootstrap-datetimepicker-widget td.active:hover{background-color:#428bca;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget td.disabled,.bootstrap-datetimepicker-widget td.disabled:hover{background:none;color:#999;cursor:not-allowed}.bootstrap-datetimepicker-widget td span{display:block;width:54px;height:54px;line-height:54px;float:left;margin:2px 1.5px;cursor:pointer;border-radius:4px}.bootstrap-datetimepicker-widget td span:hover{background:#eee}.bootstrap-datetimepicker-widget td span.active{background-color:#428bca;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget td span.old{color:#999}.bootstrap-datetimepicker-widget td span.disabled,.bootstrap-datetimepicker-widget td span.disabled:hover{background:none;color:#999;cursor:not-allowed}.bootstrap-datetimepicker-widget th{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget th.switch{width:145px}.bootstrap-datetimepicker-widget th.next,.bootstrap-datetimepicker-widget th.prev{font-size:21px}.bootstrap-datetimepicker-widget th.disabled,.bootstrap-datetimepicker-widget th.disabled:hover{background:none;color:#999;cursor:not-allowed}.bootstrap-datetimepicker-widget thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget thead tr:first-child th:hover{background:#eee}.input-group.date .input-group-addon span{display:block;cursor:pointer;width:16px;height:16px}.bootstrap-datetimepicker-widget.left-oriented:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.left-oriented:after{left:auto;right:7px}.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody>tr>td{padding:0 !important}@media screen and (max-width:767px){.bootstrap-datetimepicker-widget.timepicker-sbs{width:283px}}
/*!
 * Bootstrap-select v1.5.4 (http://silviomoreto.github.io/bootstrap-select/)
 *
 * Copyright 2013-2014 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */.bootstrap-select{width:220px \0}.bootstrap-select>.btn{width:100%;padding-right:25px}.error .bootstrap-select .btn{border:1px solid #b94a48}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*=span]{float:none;display:inline-block;margin-bottom:10px;margin-left:0}.form-search .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group{margin-bottom:0}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}.bootstrap-select.btn-group.pull-right,.bootstrap-select.btn-group[class*=span].pull-right,.row-fluid .bootstrap-select.btn-group[class*=span].pull-right{float:right}.input-append .bootstrap-select.btn-group{margin-left:-1px}.input-prepend .bootstrap-select.btn-group{margin-right:-1px}.bootstrap-select:not([class*=span]):not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select.form-control:not([class*=span]){width:100%}.bootstrap-select.show-menu-arrow.open>.btn{z-index:2051}.bootstrap-select .btn:focus{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.btn-group .btn .filter-option{display:inline-block;overflow:hidden;width:100%;text-align:left}.bootstrap-select.btn-group .btn .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select.btn-group>.disabled,.bootstrap-select.btn-group .dropdown-menu li.disabled>a{cursor:not-allowed}.bootstrap-select.btn-group>.disabled:focus{outline:0!important}.bootstrap-select.btn-group[class*=span] .btn{width:100%}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;z-index:2000;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;border:0;padding:0;margin:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.bootstrap-select.btn-group .dropdown-menu dt{display:block;padding:3px 20px;cursor:default}.bootstrap-select.btn-group .div-contain{overflow:hidden}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li>a.opt{position:relative;padding-left:35px}.bootstrap-select.btn-group .dropdown-menu li>a{cursor:pointer}.bootstrap-select.btn-group .dropdown-menu li>dt small{font-weight:400}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark{position:absolute;display:inline-block;right:15px;margin-top:2.5px}.bootstrap-select.btn-group .dropdown-menu li a i.check-mark{display:none}.bootstrap-select.btn-group .dropdown-menu li a span.text{display:inline-block}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu li:not(.disabled)>a:hover small,.bootstrap-select.btn-group .dropdown-menu li:not(.disabled)>a:focus small,.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled)>a small{color:#64b1d8;color:rgba(100,177,216,.4)}.bootstrap-select.btn-group .dropdown-menu li>dt small{font-weight:400}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom-width:7px;border-bottom-style:solid;border-bottom-color:#ccc;border-bottom-color:rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-bottom:0;border-top-width:7px;border-top-style:solid;border-top-color:#ccc;border-top-color:rgba(204,204,204,.2)}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #FFF;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after{display:block}.bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px}.bootstrap-select.btn-group .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group.fit-width .btn .filter-option{position:static}.bootstrap-select.btn-group.fit-width .btn .caret{position:static;top:auto;margin-top:-1px}.control-group.error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.bootstrap-select-searchbox,.bootstrap-select .bs-actionsbox{padding:4px 8px}.bootstrap-select .bs-actionsbox{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .bs-actionsbox .btn-group button{width:50%}.bootstrap-select-searchbox+.bs-actionsbox{padding:0 8px 4px}.bootstrap-select-searchbox input{margin-bottom:0}.mobile-device{position:absolute;top:0;left:0;display:block!important;width:100%;height:100%!important;opacity:0}
/*Global*/

.breadcrumb {
    margin-bottom: 0;
}

.clear {
    clear: both;
    display: block;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-bottom-50 {
    margin-bottom: 50px
}

.margin-top {
    margin-top: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top2 {
    margin-top: 30px;
}

.margin-right {
    margin-right: 15px;
}

.padding-left {
    padding-left: 20px;
}

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

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

.no-margin-right {
    margin-right: 0 !important;
}

.no-padding {
    padding: 0 !important
}

.no-padding-left {
    padding-left: 0 !important
}

.entypo {
    font-size: 29px;
    height: 15px;
    line-height: 0.1;
    overflow: hidden;
    width: 17px;
    top: 2px;
}

.btn-grey i {
    font-style: normal;
}


/*RP - header*/

header {
    padding-right: 0;
}

h1 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 30px;
    /*
    -ms-word-break: keep-all;
    word-break: keep-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    */
    font-family: Arial, sans-serif;
}

header h2 {
    font-size: 13px;
    font-weight: normal;
    margin-top: -8px; margin-bottom: 15px;
}


header .header-sub-title {
    font-size:13px; font-weight: normal;;
    margin-bottom: 15px; margin-top:-8px;
}

header p {
    font-size: 12px;
    margin-bottom: 15px;
}

header p.intro-lead {
    padding-top: 23px;
    border-top: 1px solid #d8d8d8;
    font-size: 13px;
    padding-bottom: 5px;
    padding-left: 0;
}

.serp-header-sub-title {
    padding-bottom: 10px;
}
@media (max-width:640px) {
    .serp-header-sub-title {
        text-align:center;
    }
}

.list-section .left-section {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    margin-bottom: 20px;
}

.rp-index .nav-pills .btn {
    padding: 3px 15px;
    border-radius: 3px;
    font-size: 13px;
}

.rp-index .nav-pills .btn span {
    margin-right: 2px;
}

.rp-index .nav-pills {
    margin-bottom: 25px;
}

.rp-index .nav-pills > li + li {
    margin-left: 8px;
}

.label-nav {
    font-size: 15px;
    padding-top: 3px;
}

.list-section {
    margin-left: 0;
}

.right-section.col-md-3 {
    padding-left: 0;
    transition: all 300ms ease-out 0s;
}

.left-section {
    display: block;
}

.left-section.simple-list-box {
    width: 100%;
}


/*RP main*/

#left-tree,
#left-list {
    display: table-cell;
}

#left-tree {
    width: 240px;
    border-right: 1px solid #b4b4b4;
    padding-top: 0;
    position: relative;
    vertical-align: top;
    transition: left 300ms ease-out 0s;
    -webkit-overflow-scrolling: touch;
}

#left-list {

}

@media (max-width:1024px){
    #left-tree, #left-list {
        display:block;
    }

}



#left-tree.close {
    width: 30px;
    float: none;
    opacity: 1;
}

#left-tree.close #tree-box {
    display: none;
}



.tree-header-content {
    display: inline;
    font-size: inherit;
    margin: 0;
    font-size: 14px;
    padding-top: 4px;
    height: 30px;
}

.tree-header .glyphicon {
    border: 1px solid #000;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    padding: 5px;
    position: absolute;
    right: 5px;
    top: 4px;
}

.tree-header .glyphicon:hover {
    opacity: 0.85;
}

#left-list {
    padding-bottom: 20px;
}

.tree-header {
    padding: 5px 12px;
    min-height: 30px;
    white-space: nowrap;
    position: relative;
}

.tree-header b {
    font-size: 14px;
    font-weight: normal;
}

#left-tree .nav-header {
    display: block;
    padding: 3px 12px 0;
    cursor: pointer;
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 0;
}

#left-tree .tree-label {
    display: block;
    padding: 8px 25px 6px;
    cursor: pointer;
    font-size: 13px;
    margin-bottom: 15px;
    border-radius: 20px;
    font-weight: bold;


}
#left-tree .tree-label span {margin-right:5px;}




#tree-box .nav li a {
    padding-top: 3px;
    padding-bottom: 0;
    color: inherit;
    font-size: 12px;
}

#tree-box .nav li a:hover,
#tree-box .nav li a:focus {
    background-color: #fff
}

#tree-box .most-popular-links-first-categories .tree-toggler{
    color:#333;
}
#tree-box .most-popular-links-first-categories .nav .tree-toggler {
    margin-bottom:5px;
}
#tree-box .most-popular-links-first-categories .nav .tree-toggler span{
    font-size:15px; display:inline-block; text-align:center;
    width:25px;
}


#left-tree .tree {
    margin-left: 7px;
}

#left-tree .tree li:not(.distinct) + .distinct{
    margin-top: 20px;
}

#left-tree nav {
    margin-top: 35px;
    margin-bottom: 25px;
}

#left-tree nav .btn-group {
    width: 100%;
}

#left-tree nav .btn-group a {
    border: none;
    border-left: 1px solid #fff;
    background-color: #f5f5f5;
    transition: background-color 300ms ease-out 0s;
    width: 25%;
    margin-left: 0 !important;
    padding: 8px 12px 4px;
    font-size: 12px;
    height: 32px;
}

#left-tree nav .btn-group a:hover,
#left-tree nav .btn-group a:focus {
    box-shadow: none !important;
}

#left-tree nav .btn-group a:last-child {
    border-right: none;
}

#left-tree nav .btn-group a:first-child {
    border-left: none;
}

#left-tree nav .btn-group a.active .glyphicon {
    color: #fff;
}

#left-tree nav .btn-group a.active .fa {
    color: #fff;
}

#left-tree nav .btn-group a .fa.fa-filter {
    font-size:15px;
}

#left-tree nav .btn-group a .entypo {
    font-size: 32px;
    height: 23px;
    line-height: 0.6;
    top: 6px;
    width: 20px;
}

#left-tree nav .btn-group a:first-child {
    border-radius: 20px 0 0 20px;
}

#left-tree nav .btn-group a:last-of-type {
    border-radius: 0 20px 20px 0;
}

#left-tree nav .btn-group a.hide {
    display: table-cell !important;
    background-color: #f5f5f5 !important;
    cursor: default;
}

#left-tree nav .btn-group a.hide .glyphicon {
    color: #ccc !important;
}

#left-tree .tooltip {
    font-size: 11px;
}

.map-button-nav {
    position: relative;
    height: 32px;
}

.map-button-nav .entypo {
    position: absolute;
    top: 5px;
    left: 34%;
}

.tree .glyphicon {
    font-size: 7px;
    top: -1px;
    margin-right: 3px;
}

#left-tree.close {
    font-weight: normal;
    text-shadow: none;
}

#left-tree.close nav .btn-group a {
    width: 100% !important;
    float: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #fff;
    display: block !important;
    border-radius: 0 !important;
}

#left-tree.close nav .btn-group a:first-child {
    border-radius: 20px 20px 0 0 !important;
}

#left-tree.close nav .btn-group a:last-of-type {
    border-radius: 0 0 20px 20px !important;
}

.categories-end li:last-child,
.locations-end li:last-child {
    padding-bottom: 30px;
}

.tree-label .entypo {
    height: 16px;
}

#left-list article {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f1f1f1;
    border: 1px solid #DDD !important;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.2);
}

#left-list article.standard {
    box-shadow: none;
    -webkit-box-shadow: none;
    ;
    -moz-box-shadow: none;
    border: 1px solid #e7e7e7;
    background-color: #fff;
}

#left-list article header {
    position: relative;
    min-height: 90px;
    padding-right: 88px;
    border-left: none;
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
}

.listing-link {
    color: inherit;
    float: left;
    font-size: inherit;
    height: 100px;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.listing-link a:hover,
.listing-link a:focus {
    text-decoration: none;
    color: inherit;
}

.listing-expired .listing-link {
    height: 80px;
}

#left-list article.listing-expired header {
    min-height: 85px;
}

#left-list article header .frame {
    background: #fff;
    float: left;
    height: 100px;
    margin: 0;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #a1a1a1;
}

#left-list article header .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#left-list article header img {
    height: auto;
    max-height: 100px;
    max-width: 140px;
    padding: 10px 20px;
    width: auto;
}

#left-list article header .status {
    bottom: 4px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 4px;
    border-radius: 20px;
    padding: 3px 20px;
    color: #fff;
}

#left-list article header h3 {
    color: inherit;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 0;
    margin-right: 50px;
    margin-top: 30px;
    position: absolute;
    vertical-align: middle;
    max-width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 1.4em;
}

#left-list article header h3 a {
    color: inherit;
    font-size: 23px;
    height: 1.1em;
    line-height: 1em;
    overflow: hidden;
    white-space: nowrap;
}

#left-list article header .mini-crumb {
    font-size: 11px;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    top: 58px;
    white-space: nowrap;
}

#left-list article header .mini-crumb .glyphicon {
    font-size: 7px;
    top: -1px;
}

.no-logo {
    width: 89px;
    height: 89px;
    float: left;
    margin-right: 20px;
    text-align: center;
}


/*RP -Tabs*/

.nav-tabs,
.nav-tabs a,
.tab-content {
    font-size: 12px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-color: #ccc #ccc transparent;
}

.nav-tabs {
    border-bottom: 1px solid #ccc;
}

.nav-tabs a {
    font-size: 11px;
}

.tab-content .tab-pane {
    line-height: 1.2;
    padding: 15px 15px 15px 25px;
    position: relative;
    min-height: 60px;
    font-size: 12px;
}

.tab-content .tab-pane  .btn.radius.reviewTabBtn {
    background:#fff;
    color:#333;
    border:solid 1px rgba(204,204,204,1);

}

.tab-content .tab-pane .btn.radius.reviewTabBtn:hover,.tab-content .tab-pane .btn.radius.reviewTabBtn:focus {
    background-color:#efefef !important;
    border-color:#b8b8b8 !important;
    color:#333 !important;
 }



.tab-content .tab-pane .overall-score {
    border-bottom:solid 1px rgba(0,0,0,0.1);
    width:100%; float:left; clear:both;
    padding-bottom:25px; margin-bottom: 15px;
    font-size:15px; padding-top:10px;
}
.tab-content .tab-pane .overall-score * {
    font-size:15px;
}
/*SPECIAL OFFERS TAB*/
.tab-content .tab-pane .article-list .article-item {
    width:100%; float:left; clear:both;
    border-bottom:solid 1px #d0d0d0; padding:12px 0 17px 0;
}
.tab-content .tab-pane .article-list .article-item h4 {
    font-size:13px; font-weight: bold;
}
.tab-content .tab-pane .article-list .article-item p {
    font-size:12px;
}
.tab-content .tab-pane .article-list .article-item p.tab-date {
    margin-bottom:10px; font-size:12px;
}
.tab-content .tab-pane .article-list .article-item .btn {
    font-size:12px; transition:background 0.3s ease-out;
    padding:5px 16px;
}

.tab-content .tab-pane .article-list .article-item:first-child {
    margin-top:-17px;
}

.tab-content .tab-pane .article-list .article-item:last-child {
    border-bottom:none; padding-bottom: 0;
}


.nav-tabs li:first-child {
    padding-left: 23px;
}

.nav-tabs > li > a {
    outline: none;
}

.tab-content {
    border-left: 0 !important;
    border-bottom: 0 !important;
}

.tab-button {
    float: right;
    margin-top: -25px;
}

.tab-button a {
    padding: 0;
    color: inherit;
    font-size: 11px;
    margin-right: 15px;
}

.tab-button.listing-tab-buttons a{
    position:relative; top:-2px;
}
.tab-panel.listing-tab-panel .nav-tabs a{
    padding-left:10px; padding-right:10px;
}
@media (max-width:800px) and (min-width:640px){
    .tab-panel.listing-tab-panel.all-tabs-active  {
        padding-top:20px;
    }
    .tab-panel.listing-tab-panel.all-tabs-active .tab-button.listing-tab-buttons {
        margin-top:-50px;
    }
}



.tab-button a .glyphicon {
    font-size: 7px;
    top: -1px;
}
.tab-button a .fa {
    font-size: 9px;
    top: -1px;
}
.tab-button a:hover,
.tab-button a:focus {
    color: inherit;
}

.nav-tabs .entypo {
    font-size: 24px;
}

.btn-more:hover,
.btn-more:focus {
    opacity: 0.85;
}

.btn-more.btn-sm {
    padding: 5px 7px;
}

.btn-black,
.btn-black:hover,
.btn-black:focus,
.btn-navy {
    outline: none;
}

.btn-navy:hover,
.btn-navy:focus {
    outline: none;
    opacity: 0.85;
}

.bar {
    bottom: -19px;
    height: 20px;
    left: 0;
    margin-left: -1px;
    margin-right: -2px;
    position: absolute;
    width: 102%;
}

.table-layout {
    display: table;
    padding: 0;
}

.table-layout .table-cell {
    padding: 0;
}

.table-layout .table-cell div {
    display: table-row;
}

.tab-description {
    padding-bottom: 10px;
}

.tab-date {
    margin-bottom: 3px;
    margin-top: 3px;
}

.tab-content .table-layout,
.tab-content .table-layout div {
    padding: 0;
}

.tab-content .table-layout {
    width: 100%;
}

.tab-content .table-layout .padding-left {
    text-align: right;
}

.tab-content .tab-button {
    margin-top: 10px;
    text-align: right;
}

.tab-content .content-tab {
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: justify;
}

.modal-lg {
    height: 100%;
    left: 0;
    margin: 0 !important;
    top: 0;
    width: 100%;
    border-radius: 0;
    border: none;
}

.modal-lg .close-ribbon {
    text-align: center;
    font-size: 19px;
    padding: 10px;
    z-index: 99999999999999;
    position: relative;
    min-height: 42px;
}

.modal-lg .close-ribbon .close {
    opacity: 0.8;
}

.modal-lg .map-body {
    padding: 0;
    height: 98%;
}

.flexible-container {
    height: 100%;
    margin-top: -28px;
    padding-top: 28px;
}

.tab-content > .active.no-padding {
    padding: 0;
    min-height: 200px;
}

.table-layout .header-review {
    font-weight: normal;
    font-size: 14px;
    padding: 0;
    margin: 0 0 5px;
}
.table-layout .report-a-review {
    color:#999;
    text-decoration:underline;
    margin-left:14px; position:relative; top:-2px;
}
.table-layout .report-a-review:hover {
    text-decoration:none;
}

.nav > li > a {
    padding: 6px 15px;
}

.nav-tabs > li.entypo-tabs a {
    padding: 5px 15px;
}

.nav-tabs > li.entypo-tabs.only-map a {
    padding-left: 0;
}

.listing-data .table-layout {
    width: 100%;
}

.listing-data .table-cell {
    vertical-align: top;
}

.tab-panel {
    clear: both;
    margin-top: 16px;
}

.tab-panel .star-rating {
    vertical-align: text-top;
    margin-right: 5px;
}

.table-cell h4 {
    font-size: 14px;
}

.article-tab .table-cell div:first-child h4 {
    margin-top: 0;
}

.article-tab .table-cell h4 {
    margin-bottom: 0;
    margin-top: 17px;
}

.article-tab .table-cell p a {
    color: inherit;
    text-decoration: underline;
    display: block;
    margin-top: 3px;
}

.article-tab .table-cell p span {
    display: block;
    max-height: 3.6em;
    overflow: hidden;
}

.article-tab .table-cell p span br {
    display: none;
}


.article-tab .table-cell p a .glyphicon {
    font-size: 10px;
}

.score-rp {
    font-size: 13px;
    margin-bottom: 6px;
    position: relative;
}

.score-rp a {
    color: inherit;
    font-size: inherit;
}

.listing-data {
    margin-top: 16px;
}

.listing-data .address {
    position: relative;
    width: 55%;

}
.listing-data .address.two-badge {
    padding-right:70px;
}

@media (max-width:1024px){
    .listing-data .address.two-badge {
        padding-right:160px;
    }
}
@media (max-width:640px){
    .listing-data .address.two-badge {
        padding-right:0;
    }
}


.listing-data.no-photo .address {
    width: 100%;
}

.listing-data.no-photo {
    min-height: 0;
}

.listing-data .pull-right {
    margin-bottom: -30px;
    margin-right: 4px;
    margin-top: -10px;
    position: relative;
    z-index: 2;
}

.listing-data .address p {
    font-size: 12px;
    min-height: 20px;
    padding-right: 15px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}

.listing-data .address p i {
    display: block;
    position: relative;
    font-style: normal;
    font-size: 13px;
}

.listing-data .address p i .glyphicon {
    top: 3px;
    left: -20px;
}

.listing-data p .glyphicon,.listing-data p .fa {
    margin-right: 5px;
    position: absolute;
    left: 25px;
}

.listing-data p {
    margin-bottom:2px;
}
.listing-data p .fa {
    font-size:15px;
}

.listing-data p .fa.fa-map-marker {
    left:29px;
}
.listing-data p .fa.fa-arrows-h {
    left:26px;
}
.listing-data p .fa.fa-car, .listing-data p .fa.fa-bullhorn {
    font-size:14px;
}


.address .address-cut {
    display: block;
    left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.no-photo .address .address-cut {
    right: 1px;
}

.virtual-cat a {
    color: inherit;
}

/*Save button*/

.btn-save {
    position: absolute;
    right: 4px;
    top: 4px;
    border-radius: 20px;
    font-size: 11px;
    text-align: center;
    padding: 10px10px;
    color: #000;
    background-color: #e5e5e5;
    transition: background-color 300ms ease-out 0s;
}

.btn-save .glyphicon {
    display: block;
    font-size: 18px;
}

.btn-save:hover,
.btn-save:focus {
    background-color: #d2d2d2;
}

.btn-save.save-active {
    background-color: #fbbc42;
    color: #fff;
}

.btn-save.save-active:hover,
.btn-save.save-active:focus {
    background-color: #fbbc42;
}

.btn-save.save-active .glyphicon-star-empty {
    display: none;
}

.btn-save.save-active .glyphicon-star {
    display: block !important;
}

.saved-list #left-list {
    display: block;
}


/*RP star rating*/

.rating-container {
    font-size: 12px;
    padding-right: 1px;
}

.rating-container .rating-stars {
    color: #000;
}

.rating-container .rating-stars:before {
    text-shadow: none;
}

.star-rating {
    display: inline-block !important;
    vertical-align: text-bottom;
    position: relative;
}


/*Gallery 3 img*/

.gallery {
    list-style: none;
    padding: 0;
}

.gallery li {
    float: right;
    padding-right: 1px;
    padding-top: 1px;
}

.gallery li img {
    color: #a1a1a1;
    display: block;
    font-size: 10px;
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70px;
}


/* Modal */

.modal-dialog {
    margin: 90px auto;
}

.modal-content {
    border: none;
    border-radius: 1px;
    font-family: Arial;
}

.modal-header {
    padding: 15px 15px 10px;
}

.modal-title {
    font-size: 23px;
    font-weight: normal;
    text-align: center;
}

.modal-header .close {
    margin-right: -3px;
    margin-top: -10px;
}

.modal-subtitle {
    display: block;
    text-align: center;
    font-size: 12px;
    margin-top: 3px;
}

h5.modal-subtitle {
    font-size: 16px;
    margin-bottom: 0;
}

.modal-body {
    font-size: 12px;
    overflow: hidden;
    padding: 20px 40px;
}

.modal-footer {
    margin-top: 0;
}

.text-left-button {
    float: left;
    font-size: 11px;
    text-align: left;
    width: 60%;
}

.posters {
    margin-bottom: 15px;
}

.btn-ma {
    font-size: 18px;
    padding: 11px 14px;
    border-radius: 3px;
}

.btn-ma:hover,
.btn-ma:focus {
    opacity: 0.9;
}

.form-control {
    border-radius: 2px;
    height: 38px;
    padding: 8px 12px;
}

.black-paper {
    padding-top: 10px;
}

.modal-address {
    font-size: 12px;
}

.modal-address b {
    font-size: 20px;
}

.form-horizontal .control-label.text-left {
    text-align: left;
}

.modal label {
    font-weight: normal;
    font-size: 14px;
}

.modal .checkbox label {
    font-size: 12px;
}

.modal .checkbox {
    padding-top: 2px;
}

.modal .checkbox input[type="checkbox"] {
    margin-top: 0;
}

.modal .form-horizontal .checkbox {
    min-height: 20px;
}

.panel-footer.on-mobile {
    display: none;
}

.fa-rotate-45 {
    -moz-animation-direction: reverse;
    -o-animation-direction: reverse;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.carousel .glyphicon-refresh {
    position: absolute;
    opacity: 0.3;
    top: 85px;
    left: 85px;
}

.glyphicon-refresh {
    -moz-animation: spin-moz .7s infinite linear;
    -webkit-animation: spin-webkit .7s infinite linear;
    animation: spin .7s infinite linear;
}

@-moz-keyframes spin-moz {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-webkit {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}


/*Standard listin on RP*/

#left-list article.standard header .status {
    font-weight: normal;
}

.standard .score-rp {
    color: inherit;
}

.standard .rating-container {
    font-size: 12px;
}

.middle-header {
    padding-top: 0;
}

.middle-header a {
    text-decoration: none;
}

.middle-header p {
    margin-top: 0;
    margin-bottom: 10px;
}

.middle-header li {
    font-size: 12px;
    text-decoration: underline;
}

.middle-header .title-section {
    font-size: 15px;
    border-top: 1px solid #d8d8d8;
    padding-top: 10px;
    margin-bottom: 25px;
    margin-top: 30px;
    clear:both;
    font-weight: normal;
}

.middle-header .title-section i {
    font-size:23px; margin-right:5px;
    position:relative; top:2px;
}

.middle-header .title-section .glyphicon {
    font-size: 20px;
    margin-right: 5px;
    position:relative; top:5px;
}

.middle-header:first-child .title-section {
    margin-top: 0;
}

.middle-header:first-child p:empty {
    display: none;
}

.middle-header:first-child ul {
    margin-bottom: 30px;
}

.standard .listing-link a,
.standard .listing-link a:hover,
.standard .listing-link a:focus {
    color: inherit;
}


/* Right column */

.right-section .panel {
    border-radius: 0;
    border-color: #d1d1d1;
}

.panel-default.default-open {
    border: none;
    box-shadow: none;
}

.panel-default.default-open .panel-heading {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 2px;
    text-align: center;
    border: none;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
    font-size: 18px;
    margin-bottom: 10px;
}

.panel-default .panel-body {
    padding: 15px 20px;
    font-size: 12px;
}

.panel-default .panel-body:last-child {
    border-bottom: none;
}

.panel-default.default-open .bussines {
    font-size: 15px;
    font-weight: bold;
}

.panel-default.default-open .panel-body {
    padding-bottom: 25px;
}

.panel-default.default-open {
    overflow: hidden;
    text-overflow: ellipsis;
}

.panel-default .panel-body b {
    display: block;
    margin-bottom: 5px;
}

.right-section .panel-default .panel-body a {
    display: block;
}

.right-section .panel-default #collapse-bt1 .panel-body a,
.right-section .panel-default #collapse-right-additional .panel-body a{
    display: inline;
    text-decoration: underline;
}


.panel-body a {
    margin: 0;
    padding: 0;
    color: inherit;
}

.panel-default .panel-body a:hover {
    text-decoration: none;
}

.panel-default .star-rating {
    margin-bottom: 12px;
    margin-top: 5px;
}

.panel-default .score-rp {
    color: inherit;
}

.panel-default .rating-container {
    font-size: 16px;
    padding-right: 1px;
}


/*Bottom text*/

.bottom-text .panel {
    border-radius: 0;
    background-color: transparent;
    font-size: 14px;
}

.bottom-text .panel-body {
    padding: 30px 20px;
    font-size: 14px;
}

.bottom .panel {
    box-shadow: none;
}

.bottom .panel-default {
    overflow: hidden;
}

.bottom .panel-default .panel-body {
    border-bottom: none;
    padding: 30px 35px 20px 25px;
    min-height: 200px;
}

.bottom .panel-default .panel-body.col-md-6.center {
    padding-top: 0;
    padding-bottom: 0;
}

.bottom .panel-default a:hover,
.bottom-text .panel-default li a:hover,
.bottom-text .panel-default a:hover {
    text-decoration: underline;
}

.bottom .panel-default a.btn,
.bottom-text .panel-default li a.btn,
.bottom-text .panel-default a.btn {
    text-decoration: none;
}

.bottom-text .panel-default a {
    text-decoration: underline;
}

.bottom-text .panel-default li a {
    text-decoration: none;
}

.bottom.quick-links .panel-default .panel-body {
    padding: 30px 25px 7px;
    font-size: 12px;
}

.bottom.quick-links .panel-default .panel-body.center {
    padding-top: 0;
}

.article .panel-default {
    font-size: 13px;
}

.article .panel-default h5 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 0;
    text-decoration: none;
}

.bottom-text .panel-default#collapse-related-articles a {
    text-decoration: none;
}

.article .panel-default .btn {
    border-radius: 20px;
    padding: 5px 15px;
    transition: background-color 300ms ease-out 0s;
    font-size: 12px;
}

.up-footer.about-bottom {
    padding-bottom: 0;
}

.about-bottom .bottom-text,
#collapse-about-us-footer {
    margin-bottom: 0;
}

#collapse-about-us-footer .panel-body {
    padding: 0;
}

.article #collapse-related-articles div:first-child,
.quick-links #collapse-quick-links .panel-default.no-padding-left {
    padding-left: 0;
}
.article #collapse-related-articles .panels-row {
    width:100%; float:left; clear:both;
}
@media (max-width:991px){
    .article #collapse-related-articles .panels-row .panel-body{
        padding-left:0; padding-right:0;
    }
}



.bottom .panel-heading {
    font-size: 18px;
    padding-left: 0;
}

.article .panel-default img {
    margin-right: 20px;
}

.article .panel-default p {
    padding-left: 145px;
    font-size: 12px;
}

.quick-links ul {
    margin-top: 10px;
    padding-left: 0;
}

.quick-links li .glyphicon {
    font-size: 8px;
    top: -1px;
}

.quick-links li {
    list-style: none;
}

.panel-rel-art.panel-default .bussines {
    margin-bottom: 10px;
}

.panel-rel-art.panel-default img {
    border: 1px solid #636363;
    border-radius: 1px;
    float: left;
    margin-right: 10px;
    width: 64px;
}


/*Grid view*/

.grid #left-list article {
    float: left;
    margin-right: 15px;
    width: 31.8%;
}

.grid #left-list article:nth-child(4) {
    clear: both
}

.grid #left-list article header img {
    display: none;
}

.grid #left-list {
    clear: both;
    display: block;
    overflow: visible;
}

.grid #left-list article .listing-data {
    border-bottom: 1px solid #751464;
    margin-top: 0;
    background-color: #fff;
    border-left: 1px solid #751464;
    border-right: 1px solid #751464;
}

.grid #left-list article.standard .listing-data {
    border-bottom: 1px solid #bababa;
    margin-top: 0;
    background-color: #fff;
    border-left: 1px solid #bababa;
    border-right: 1px solid #bababa;
}

.grid #left-list article header {
    padding-left: 10px;
    height: 60px;
    min-height: 0;
}

.grid .listing-data .pull-right {
    width: 100%;
    padding: 0;
    margin: 0;
}

.grid .listing-data .pull-right .carousel {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 0;
}

.grid .carousel-control .icon-prev,
.grid .carousel-control .glyphicon-chevron-left {
    left: 11px;
}

.grid .carousel-control .icon-next,
.grid .carousel-control .glyphicon-chevron-right {
    right: 0;
}

.grid .carousel-inner {
    height: 110px;
}

.grid .carousel-inner img {
    width: auto;
    max-width: 100%;
    margin-top: -15%;
}

.grid .carousel-control .glyphicon-chevron-left,
.grid .carousel-control .glyphicon-chevron-right,
.grid .carousel-control .icon-prev,
.grid .carousel-control .icon-next {
    margin-top: -26px;
}

.grid .num {
    text-shadow: 0px 0px 2px rgba(245, 245, 245, 1);
}

.grid .carousel {
    min-height: 0;
}

.grid #left-list article header h3,
.grid #left-list article header .mini-crumb {
    left: 20px;
}

.grid .tab-panel {
    display: none;
}

.grid .no-logo {
    display: none;
}

.grid #left-list article header h3,
.grid #left-list article header .mini-crumb {
    left: 12px;
}

.grid #left-list article header h3 {
    margin-top: 9px;
    font-size: 15px;
}

.grid #left-list article header .mini-crumb {
    bottom: 9px;
}

.grid .btn-save {
    right: -1px;
    top: -1px;
    display: inline-block;
    font-size: 0;
    padding: 7px 9px;
}

.grid .btn-save .glyphicon {
    text-indent: 0;
}

.grid #left-list article header .status {
    bottom: 5px;
    font-size: 11px;
    font-weight: bold;
    overflow: hidden;
    position: absolute;
    right: 5px;
    white-space: nowrap;
    width: 49px;
}

.grid .score-rp {
    margin-bottom: 0;
    padding-left: 15px;
}

.grid .score-rp u {
    font-size: 14px;
    vertical-align: text-bottom;
    margin-left: 5px;
}

.grid .star-rating {
    margin-top: 14px;
}

.grid .address {
    padding-bottom: 1px;
    padding-left: 15px;
    padding-top: 10px;
    clear: both;
}

.grid .address p:nth-of-type(2) {
    display: none;
}

.grid .carousel .glyphicon-refresh {
    left: 47%;
    opacity: 0.3;
    position: absolute;
    top: 48px;
}

.grid .listing-data .btn-nav-bar {
    margin-top: 0;
    border-top: 1px solid #d8d8d8;
    background: #f4f4f4;
    overflow: hidden;
    margin-top: 0 !important;
}

.grid .listing-data .btn-nav-bar .btn-group {
    margin-bottom: 0;
    margin-right: 0;
}

.grid .listing-data .btn-nav-bar .btn {
    border: none !important;
    background-color: transparent !important;
    border-right: 1px solid #d8d8d8 !important;
    border-radius: 0;
    padding: 7px 13px 5px;
    font-size: 11px;
}

.grid .listing-data .btn-nav-bar .btn .glyphicon {
    display: block;
    margin-bottom: 4px;
    font-size: 20px;
}

.grid .listing-data .btn-nav-bar .btn.btn-grey-light {
    background-color: #d0d0d0 !important;
    margin-left: -5px;
    padding-bottom: 6px;
}

.grid .listing-data .btn-nav-bar .btn-group.mobile-btn-more {
    display: block !important;
    float: right;
}

.grid .listing-data .btn-nav-bar .btn-group.mobile-btn-more .btn {
    padding: 14px 8px 13px 14px;
    ;
    color: #fff;
    background-color: #2b3036 !important;
    border: 1px solid #000 !important;
    border-right: none !important;
    border-radius: 3px 0 0 3px;
}

.grid .listing-data .address p i {
    margin-left: 0;
}

.grid .listing-data .btn-nav-bar {
    border-right-color: #000;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.grid .standard .status {
    display: none;
}

.grid .listing-data {
    min-height: 253px;
    position: relative;
}

.grid .middle-header {
    width: 100%;
    clear: both;
}

.grid .rp-mobile-menu .pull-right {
    display: none;
}

.grid .listing-link {
    display: inline-block;
    overflow: hidden;
    padding: 0 0 60px;
}

.grid #left-list article:last-child {
    margin-bottom: 20px;
}


/*Categories*/

.big-button-menu {
    margin-bottom: 25px;
    margin-right: 18px;
    margin-top: 0;
    padding-bottom: 20px;
}

.big-button-menu .btn {
    margin-right: 20px;
    background-color: #fff;
    border-radius: 35px;
    font-size: 15px;
    padding: 13px 40px 13px 60px;
    text-align: center;
    transition: all 300ms ease-out 0s;
    position: relative;
}

.big-button-menu .btn:hover,
.big-button-menu .btn:focus {
    background-color: #ebebeb;
}

.big-button-menu .btn .entypo {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 46px;
    line-height: 24px;
    height: 28px;
    width: 35px;
}

.grid-eyes {
    margin: 0;
    padding: 0;
}

.grid-eyes li {
    display: table;
    list-style: outside none none;
    margin: 0 16px 16px 0;
    padding: 0;
    width: 22.7%;
}

.grid-eyes li a {
    display: table-cell;
    height: 130px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1.1;
    padding: 0 10px;
}

.grid-eyes li a:hover {
    text-decoration: none;
}

.grid-eyes li a img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    height: 80px;
}

.grid-eyes li a span {
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.rp-index .listing-data .address p,
.table-layout .header-review {
    padding-left: 52px;
}

.score-rp {
    padding-left: 25px;
}

.btn-box {
    display: inline-block;
}

.rp-index .listing-data .address p {
    font-size: 13px;
}

.rp-index .listing-data .address p:nth-of-type(2),
.rp-index .listing-data .address p:nth-of-type(3) {
    font-size: 13px;
    padding-left: 52px;
}

.rp-index .listing-data .address p:nth-of-type(2) .glyphicon,
.rp-index .listing-data .address p:nth-of-type(3) .glyphicon {
    left: 25px;
}



.btn-nav-bar {
    margin-top: 12px !important;
    margin-bottom: 0 !important;
    padding-left: 25px;
}

.btn-nav-bar .dropdown {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.btn-nav-bar .dropdown .contact-me-open {
    cursor: pointer;
    padding: 7px 30px 6px 20px;
    background-color: #2a313a;
    color: #fff;
    font-size: 13px;
    border-radius: 2px;
    transition: background-color 300ms ease-out 0s;
}

.btn-nav-bar .dropdown.open .contact-me-open,
.btn-nav-bar .dropdown .contact-me-open:hover {
    background-color: #4a535e;
}

.btn-nav-bar .dropdown.open .contact-me-open {
    border-radius: 2px 2px 0 0;
}

.btn-nav-bar .dropdown .dropdown-menu {
    padding: 0;
    margin-top: 0;
    border: none;
    min-width: 0;
    width: 100%;
}

.btn-nav-bar .dropdown .dropdown-menu a {
    font-size: 13px;
    background-color: #2a313a;
    color: #fff;
    padding: 10px 20px;
    width: 100%;
    border-top: 1px solid #626972;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    transition: background-color 300ms ease-out 0s;
}

.btn-nav-bar .dropdown .dropdown-menu a:hover {
    background-color: #4a535e;
}

.btn-nav-bar .dropdown .dropdown-menu li:last-child a {
    border-bottom: 1px solid #000;
    border-radius: 0 0 3px 3px;
}

.rp-index .listing-data .btn-group .btn-grey:first-of-type {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.rp-index .listing-data .btn-group .btn-grey:last-of-type {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}


/*Locations */

#map_base {
    position: relative;
    height: 0;
    width: 100%;
    padding: 0;
    padding-bottom: 100%;
    /* override this inline for aspect ratio other than square */
}
#map_base svg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}


.map {
    text-align: center;
    padding-left: 15px;
    margin-top: 100px;
    clear: both;
}

.map path {
    opacity: 1;
    transition: all 250ms cubic-bezier(0.1, 0.57, 0.1, 1) 0s;
}
.map a:hover path,
.map .poligon:hover path {
    opacity: 0.9;
}

.map a {
    text-decoration: none;
    fill: #fff !important;
}

.map text {
    fill: #fff !important;
}

.tab-content.only-map-content {
    margin-bottom: 5px;
}

.tab-content.only-map-content .tab-pane {
    padding-top: 0;
    min-height: 0;
    line-height: 1;
    float: right;
    margin-top: -42px;
}

.no-border {
    border: none !important;
}

.btn-box li {
    padding: 0;
    margin: 0;
}

.btn-box .btn {
    background-color: #2a313a;
    border-color: #2a313a;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 20px;
    transition: background-color 300ms ease-out 0s;
    padding: 5px 15px;
    margin-right: 4px;
}
.btn-box li:last-child .btn {margin-right:1px;}


.btn-box .btn:hover {
    background-color: #4a535e !important;
}


.btn-box .btn .glyphicon {
    display: none !important;
}

.rp-index .listing-data .address p.mobile-service {
    padding-left: 25px;
    font-size: 13px;
}

.rp-index .listing-data .address p.mobile-service .fa {
    font-style: normal;
    padding-right: 3px;
    vertical-align: middle;
}

.tab-content.only-map-content.no-tab-in .tab-pane {
    margin-top: -5px;
}

.tab-panel.margin-0 {
    margin-top: 0;
}

#left-tree .tree-label a,
#left-tree .tree-label a:hover {
    color: inherit !important;
    background: inherit !important;
}

#left-list .nav-tabs > li.active > a,
#left-list .nav-tabs > li.active > a:hover,
#left-list .nav-tabs > li.active > a:focus,
#left-list .nav .nav-tabs > li.active > a,
#left-list .nav .nav-tabs > li.active > a:hover,
#left-list .nav .nav-tabs > li.active > a:focus {
    background-color: #f1f1f1 !important;
    cursor: pointer;
    border-bottom-color: #f1f1f1 !important;
}

#left-list .standard .nav-tabs > li.active > a,
#left-list .standard .nav-tabs > li.active > a:hover,
#left-list .standard .nav-tabs > li.active > a:focus,
#left-list .standard .nav .nav-tabs > li.active > a,
#left-list .standard .nav .nav-tabs > li.active > a:hover,
#left-list .standard .nav .nav-tabs > li.active > a:focus {
    background-color: #fff !important;
    cursor: pointer;
    border-bottom-color: #fff !important;
}

.up-footer {
    border-top: 1px solid #ccc;
    padding-top: 35px;
    padding-bottom: 20px;
}

.up-footer .head-up {
    font-size: 20px;
    font-weight: bold;
}

.up-footer .label-default {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 20px;
    color: inherit;
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 20px;
    padding: 10px 15px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    white-space: normal;
}

.simple-list-box #left-list header.col-md-12,
.simple-list-box #left-list .col-md-9 {
    padding-left: 0;
}

.rp-events .simple-list-box #left-list .col-md-9 {
    padding-left: 40px;
}


/*Colors*/

body,
.no-logo,
.modal-lg,
.panel-default .panel-heading,
.grid-eyes li a {
    background-color: #f5f5f5;
}

.list-section .left-section {
    background-color: #fff;
    border-color: #bcbcbc;
}

.rp-index .nav-pills .btn {
    background-color: #294687;
    border-color: #294687;
    transition: background-color 300ms ease-out 0s;
}

.rp-index .nav-pills .btn.btn-saved-menu {
    background-color: #d18805;
    border-color: #b77403;
}

.rp-index .nav-pills .btn.btn-saved-menu:hover {
    background-color: #d18805;
    border-color: #b77403;
    opacity: 0.85;
}

.rp-index .nav-pills .btn:hover,
.rp-index .nav-pills .btn:focus,
.rp-index .nav-pills .btn.active {
    background-color: #4f6cb0;
    border-color: #697078;
}

#left-tree,
#left-tree.close {
    background-color: #fff;
}

#left-tree {
    border-right-color: #b4b4b4;
}

.tree-header {
    color: #fff;
    background-color: #294688;
}

.tree-header.glyphicon {
    background-color: transparent;
    border-color: transparent;
}

#left-tree .tree-label {
    background-color: #f5f5f5;
}

#left-tree {
    border-right: 1px solid #b5b5b5;
    color: #272727;
}

.tree-header .glyphicon {
    background: transparent;
    border-color: transparent;
}

#left-list article header {
    background-color: #fff;
    color: #2a313a;
}

.no-logo .glyphicon {
    color: #d0d0d0;
}

.nav-tabs,
.nav-tabs a,
.tab-content {
    color: #2a313a;
}

.btn-grey {
    background-color: #fff;
    border-color: #ccc;
    transition: background-color 300ms ease-out 0s;
}

.btn-grey:hover,
.btn-grey:focus {
    background-color: #efefef;
    border-color: #b8b8b8;
}

.btn-grey-light {
    background-color: #d0d0d0;
    border-color: #b8b8b8;
}

.btn-grey-light:hover,
.btn-grey-light:focus {
    background-color: #efefef;
    border-color: #ccc;
}

.btn-black {
    background-color: #2a313a;
    border-color: #000;
    color: #fff;
}

.btn-black:hover,
.btn-black:focus {
    background-color: #2a313a;
    border-color: #000;
    color: #fff;
}

.btn-navy {
    background-color: #294687;
    border-color: #2a313a;
    color: #fff;
}

.btn-navy:hover,
.btn-navy:focus {
    background-color: #294687;
    border-color: #2a313a;
    color: #fff;
}

.bar {
    background-color: #2a313a;
}

.modal-lg .close-ribbon {
    color: #fff;
}

.modal-lg .close-ribbon .close {
    color: #fff;
}

.btn-load {
    border-radius: 20px;
}
@media (max-width:799px){
    .btn-load.load-more-rp {
        margin-bottom:30px;
    }
}


.rating-container {
    color: #ccc;
    text-shadow: none;
}

.carousel {
    border: 1px solid #ccc;
}

.num {
    color: #2a313a;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    background-color: rgba(255, 255, 255, 0.5);
    color: #751464;
}

.modal-backdrop.in {
    background-color: #333333;
}

.ekko-lightbox .modal-header .close,
.ekko-lightbox .modal-header h4.modal-title,
.ekko-lightbox .modal-footer,
.ekko-lightbox .modal-loading {
    color: #fff;
}

.modal-dialog {
    box-shadow: 0px -1px 18px 0px rgba(50, 50, 50, 0.98);
}

.modal-header {
    background-color: #f6f6f6;
}

.modal-title,
.modal-header .close,
.modal-subtitle {
    color: #2d2d2d;
}

.modal-body,
.modal-footer {
    background-color: #f6f6f6;
}

.modal-body {
    color: #686868;
    background-color: #fff;
}

.btn-ma {
    color: #fff;
    background: #112e71 !important;
    border: 1px solid #001342;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.btn-ma:hover,
.btn-ma:focus {
    color: #fff !important;
    border: 1px solid #001342;
}

.form-control {
    background-color: #f3f3f3;
}

.black-paper {
    background: #2f353b;
    color: #fff;
}

.standard .rating-container .rating-stars {
    color: #2a313a;
}

.standard .rating-container {
    color: #ccc;
    text-shadow: none;
}

.nav.nav-tabs > li > a:focus,
.nav.nav-tabs > li > a:hover {
    background: transparent !important;
    border-bottom-color: transparent !important;
}

.standard .nav-tabs > li > a:focus,
.standard .nav-tabs > li > a:hover {
    background-color: #f7f7f7;
}

.standard .nav-tabs > li.active > a,
.standard .nav-tabs > li.active > a:hover,
.standard .nav-tabs > li.active > a:focus {
    border-bottom-color: #f1f1f1;
}

.standard .carousel-control .glyphicon-chevron-left,
.standard .carousel-control .glyphicon-chevron-right,
.standard .carousel-control .icon-prev,
.standard .carousel-control .icon-next {
    color: #2a313a;
}

.right-section .panel {
    border-color: #d1d1d1;
}

.panel-default .panel-heading {
    border-bottom-color: #d1d1d1;
    color: #11161b;
    padding: 10px 20px;
}

.panel-default .panel-body {
    border-bottom: 1px solid #d1d1d1;
}

.panel-default .rating-container .rating-stars {
    color: #2a313a;
}

.panel-default .rating-container {
    color: #ccc;
    text-shadow: none;
}

.bottom-text .panel,
.bottom .panel-default {
    border-color: #dadada;
    border: none;
    box-shadow: none;
}

.article .panel-default img {
    border: 1px solid #35508e;
}

.big-button-menu {
    border-bottom: 1px solid #dcdcdc;
}

.grid-eyes li a {
    border: 1px solid #e0e0e0;
    color: #2a313a;
}

.grid-eyes li a:hover {
    background-color: #EEEEEE;
}

.grid-eyes li a span {
    border-bottom: 1px solid #dcdcdc;
}

.nav-tabs > li.only-map > a:hover {
    border-color: transparent !important;
    background-color: transparent !important;
}

.select-stripes {
    display: block;
}

.select-stripes a {
    text-decoration: underline;
    font-weight: bold;
}

#tree-box .nav li a:hover {
    text-decoration: underline;
}


/*End colors*/


/*RWD*/

@media only screen and (min-width: 1380px) {
    #left-list.big-top .right-section {
        max-width: 263px;
    }
    .big-top .col-md-9 {
        width: 78.2%;
    }
    .rp-index .listing-data .address p {
        max-width: 600px;
    }
    .rp-index .listing-data.no-photo .address p {
        max-width: 100%;
    }
    .rp-index .btn-group .btn-grey {
        padding: 5px 17px;
        font-size: 12px;
    }
    .rp-index .btn-group .btn-grey .glyphicon {
        padding-right: 3px;
    }
    .rp-index .standard .listing-data .btn-group .btn-grey {
        border-color: #ccc;
    }
    .listing-data .address.gallery-record {
        min-height: 0 !important;
    }
    .listing-data .address {
        position: relative;
        width: 70%;
    }
    .right-section.col-md-3 {
        padding-right: 10px;
    }
    #left-list article header h3 {
        max-width: 86%;
    }
    #left-list article header .logo-is h3 {
        max-width: 74%;
    }
}

@media only screen and (max-width: 1380px) {
    .list-section {
        padding-right: 0;
    }
    .listing-data .address p {
        white-space: normal
    }
    .listing-data .btn-group {
        margin-bottom: 5px;
    }
    .grid-eyes li {
        width: 29.7%;
    }
    .grid-eyes li a {
        height: 150px;
    }
    .location-list #left-tree {
        display: none;
    }
    .rp-index .listing-data .address p {
        max-width: 500px;
    }
    .btn-box .btn {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 1380px) and (min-width: 1025px) {
    .nav > li > a {
        padding: 6px 10px;
    }
    .right-section.col-md-3 {
        width: 34%
    }
    #left-list .col-md-9 {
        width: 66%;
    }
    .most-popular-search-box-mobile {
        position: relative;
    }
    .most-popular-search {
        position: absolute;
        top: 80px !important;
        right: -5px;
        margin-top: -25px;
    }
    .most-popular-search-box-mobile .address {
        min-height: 55px !important;
        padding-right: 90px;
    }
    .most-popular-search-box-mobile .address.gallery-record {
        min-height: 73px !important;
    }
    .no-photo .most-popular-search {
        margin-top: -95px !important;
    }
    #left-list .right-section{
        max-width: 267px !important;
        width: 25% !important;
        padding-right: 2px !important;
        padding-left: 0 !important;
    }

    #left-list .col-md-9 {
        width: 74.4% !important;
        padding-left: 0 !important;
    }
    #left-list, .rp-events .simple-list-box #left-list {
        width: 100% !important;
    }

    #left-tree {
        width: 25% !important;
    }

    .list-section #tree-box  {
        margin-top: 0 !important;
    }

    #tree-box .nav li, #tree-box .nav li a {
        font-size: 14px;
    }

    #tree-box .nav li a:hover,
    #tree-box .nav li a:focus {
        background: transparent !important;
    }

    #left-list {
        padding-left: 0;
    }
}


/*Tablet*/

@media only screen and (max-width: 1024px) {

    .join-box {
        display: none;
    }

    .right-section.col-xs-3,
    .left-section.col-xs-9 {
        width: 100%;
    }
    .list-section {
        margin-right: 0;
    }
    .modal-full {
        z-index: 2147483647;
    }
    .posters {
        float: left;
        margin-top: 20px;
        margin-right: 20px;
        display: none;
    }
    .right-section.col-xs-3 {
        padding-left: 0;
        padding-right: 0;
        margin-top: 20px;
    }
    #left-tree .nav-header {
        padding: 5px 12px 5px;
    }
    #tree-box .nav li a {
        padding-bottom: 6px;
        padding-top: 6px;
    }
    .tab-content .content-tab {
        max-width: 100%;
    }
    .listing-data.no-photo .address {
        clear: none;
    }
    .listing-data.no-photo {
        padding-top: 17px;
    }
}

@media only screen and (min-width: 1025px) {
    .listing-data.no-photo.most-popular-search-box-mobile {
        padding-right: 90px;
    }
    #left-tree.close {
        float: left;
    }

    #left-list.big-top {
        width: calc(100% - 56px);
    }

    #left-tree.close .most-popular.only-button{
        display: none;
    }
    .middle-header .title-section {
        font-size: 15px !important;
    }
    #left-list .col-md-9 {
        padding-left: 40px;
        padding-right: 40px;
    }
    header.col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }
    header p {
        font-size: 13px !important;
    }
    .panel-default.default-open .panel-body {
        padding-left: 0;
    }
    .location-list #tree-box,
    .list-section #tree-box {
        margin-top: 35px;
    }
    #left-list article header h3 a {
        display: initial;
        white-space: nowrap;
    }
    #left-list article header h3 {
        max-width: 86%;
    }
    #left-list article header .logo-is h3 {
        max-width: 60%;
    }

    #left-list,
    .rp-events .simple-list-box #left-list{
        float: right;
        width: calc(100% - 240px);
        transition: width 300ms ease-out 0s;
    }

    #left-list {
        padding-left: 0 !important;
    }
    .simple-list-box #left-list {
        /* float: none; */
        width: 100%;
    }
    #left-tree {
        float: left;
    }
}

@media only screen and (max-width: 1380px) {
    #left-list .col-md-9,
    aside.right-section.col-md-3 {
        padding-left: 35px;
        padding-right: 35px;
    }
    .right-section.col-md-3 {
        width: 100%;
    }
    #left-tree {
        display: block;
        position: absolute;
        top: -1px;
        width: 50%;
        z-index: 100;
        left: -120%;
        transition: left 300ms ease-out 0s;
        bottom: 0;
        border-left: 1px solid #ccc;
    }
    .rp-mobile-menu {
        display: block !important;
        text-align: center;
        margin-bottom: 50px;
    }
    header p {
        margin-bottom: 30px;
    }
    .rp-mobile-menu .btn-group a {
        border: none;
        margin-left: 0 !important;
        background-color: #f5f5f5;
        border-left: 1px solid #fff;
        font-size: 13px;
        padding: 10px 20px;
        height: 60px;
    }
    .rp-mobile-menu .btn-group a .button-label {
        display:block; width:100%; font-size:13px;
        padding-top:2px;
    }

    .rp-mobile-menu .btn-group a .fa {
        font-size:16px;
    }




    .rp-mobile-menu .btn-group a:first-child {
        border-radius: 30px 0 0 30px !important;
        margin-left: 0 !important;
        border-left: none !important;
    }
    .rp-mobile-menu .btn-group a:last-child {
        border-radius: 0 30px 30px 0!important;
        margin-left: 0 !important;
    }
    .rp-mobile-menu .btn-saved-menu.hide {
        display: inline !important;
        color: #ccc !important;
    }
    #left-tree nav {
        display: none;
    }
    #left-list .col-md-9 {
        width: 100%;
    }
    #left-tree {
        display: block;
        position: absolute;
        top: -1px;
        width: 50%;
        z-index: 100;
        left: -120%;
        transition: left 300ms ease-out 0s;
        bottom: 0;
        border-left: 1px solid #ccc;
    }
    #left-tree.open-mobile {
        left: -15px;
        background-color: #f5f5f5;
        padding-top: 30px;
        padding-left: 20px;
        z-index: 10000;
        bottom: auto;
        overflow: scroll;
        height: 100%;
        position: fixed;
    }
    #left-tree.open-mobile .glyphicon-remove.hide {
        display: block !important;
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 20px;
        color: #000;
        cursor: pointer;
        z-index: 200;
    }
    .up-footer {
        padding-top: 0;
        border-top: none;
        margin-bottom: 10px;
    }
    .list-section .left-section {
        border: none;
        background-color: transparent;
        margin-bottom: 0;
    }
    .nav-tabs .entypo {
        vertical-align: baseline;
    }
    .list-section,
    #left-list {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .panel-default.default-open:last-child {}
    .up-footer .head-up {
        font-size: 18px;
    }
    .panel-default.default-open .panel-heading,
    .quick-links .panel-heading,
    .article .panel-heading {
        cursor: pointer;
    }
    .panel-default.default-open .panel-heading {
        text-align: center !important;
    }
}

@media only screen and (max-width: 840px) {
    .close #left-tree {
        width: 32px;
    }
    .close .tree-header-content {
        display: none;
    }
    #left-tree {
        display: block;
        position: absolute;
        top: -1px;
        width: 50%;
        z-index: 100;
        left: -120%;
        transition: left 300ms ease-out 0s;
        bottom: 0;
        border-left: 1px solid #ccc;
    }
    #left-tree.open-mobile {
        left: -15px;
        background-color: #f5f5f5;
        padding-top: 45px;
        padding-left: 20px;
    }
    #left-tree .tree-label {
        background-color: #fff !important;
    }
    #left-tree.open-mobile .tree-header {
        display: none;
    }
    #left-tree .nav-header {
        margin-right: 35px;
    }
    .rp-mobile-menu {
        display: block !important;
        text-align: center;
    }
    nav .nav {
        display: none;
    }
    #left-tree.open-mobile .glyphicon-remove.hide {
        display: block !important;
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 20px;
        color: #000;
        cursor: pointer;
        z-index: 200;
    }
    .rp-mobile-menu {
        padding-left: 0;
    }
    .rp-mobile-menu li {
        list-style: none;
        float: left;
        margin-right: 10px;
    }
    .rp-mobile-menu {
        display: block !important;


    }
    .list-section {
        clear: both;
    }
    .btn-black {
        overflow: visible;
        position: relative;
    }
    .right-section.col-xs-3 {
        position: static;
    }
    .list-section {
        position: relative;
    }
    .rp-mobile-menu .btn-default {
        overflow: visible;
        position: relative;
    }
    #events-button .bar {
        width: 101.5%;
    }
    #events-button.mobile-button-open {
        background-color: #2a313a;
        border-color: #000;
        color: #fff;
        outline: medium none;
    }
    #reviews-button.mobile-button-open {
        background-color: #2a313a;
        border-color: #000;
        color: #fff;
        outline: medium none;
    }
    .panel-default .score-rp {
        color: inherit;
    }
    #left-list {
        display: block;
    }
    .rp-mobile-menu {
        margin-bottom:45px;
    }


    /*.rp-mobile-menu .btn-group a {*/
        /*border: none;*/
        /*margin-left: 0 !important;*/
        /*background-color: #f5f5f5;*/
        /*border-left: 1px solid #fff;*/
        /*font-size: 13px;*/
        /*padding: 10px 20px;*/
        /*height: 40px;*/
    /*}*/
    /*.rp-mobile-menu .btn-group a:first-child {*/
        /*border-radius: 20px 0 0 20px !important;*/
        /*margin-left: 0 !important;*/
        /*border-left: none !important;*/
    /*}*/
    /*.rp-mobile-menu .btn-group a:last-child {*/
        /*border-radius: 0 20px 20px 0!important;*/
        /*margin-left: 0 !important;*/
    /*}*/
    /*.rp-mobile-menu .btn-saved-menu.hide {*/
        /*display: inline !important;*/
        /*color: #ccc !important;*/
    /*}*/
    #left-tree nav {
        display: none;
    }
}

@media only screen and (max-width: 840px) and (min-width: 641px) {
    #events-body,
    #events-body .panel-heading,
    #reviews-body,
    #reviews-body .panel-heading {
        display: none;
    }
    #events-body.open-mobile {
        position: absolute;
        display: block;
        top: 0;
        z-index: 200;
        right: 0;
        width: 270px;
        border-color: #2a313a;
        background: #2a313a;
        color: #fff;
    }
    #reviews-body.open-mobile {
        position: absolute;
        display: block;
        top: 0;
        z-index: 200;
        right: 0;
        width: 270px;
        border-color: #2a313a;
        background: #2a313a;
        color: #fff;
    }
    .open-mobile .panel-body {
        border-bottom-color: #454c56;
    }
}

@media only screen and (min-width: 800px) {
    .btn-save .glyphicon {
        left: 1px;
    }
    .listing-data p .glyphicon {
        top: 3px;
    }
    .listing-data .address p {
        margin-bottom: 2px;
    }
    .rp-index .btn-group .btn-grey {
        padding: 5px 15px;
        font-size: 12px;
    }
    .btn-nav-bar {
        padding-left: 25px;
        margin-top: 20px !important;
    }
    .rp-index .btn-group .btn-grey .glyphicon {
        padding-right: 3px;
    }
    .rp-index .standard .listing-data .btn-group .btn-grey {
        border-color: #ccc;
    }
    .listing-data .address.gallery-record {
        min-height: 60px;
    }
    .btn-box.list-inline {
        margin-left: 0;
        margin-bottom: 0;
    }
    .right-section.col-md-3 {
        padding-top: 35px;
    }
}

@media only screen and (max-width: 800px) {
    .right-section.col-md-3,
    .left-section {
        width: 100%;
        float: none;
    }
    .right-section.col-md-3 {
        padding-left: 0;
        padding-right: 0;
        float:left;
    }
    .list-section {
        margin-right: 0;
    }
    .tree-label .entypo {
        height: 23px;
        line-height: 0.5;
    }
    #left-tree .tree-label {
        background-color: inherit;
        color: #fff;
    }
    .open-mobile .collapse {
        display: block;
    }
    .featured-box-set .no-logo.gallery-icon-no-logo {
        display: block;
        height: 70px;
        left: 0;
        position: absolute;
        top: 60px;
        width: 70px;
        margin-right: 0;
    }
    .featured-box-set .no-logo.gallery-icon-no-logo .glyphicon {
        font-size: 28px;
        margin-top: 22px;
    }
    .listing-data .address.gallery-record {
        min-height: 0;
    }
    .btn-nav-bar {
        padding-left: 25px;
    }
    .listing-data .btn-nav-bar {
        white-space: nowrap;
    }
    .listing-data .btn-nav-bar .btn-grey.stat-mobile i {
        display: block;
        font-style: normal;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .bottom .panel-default .panel-body {
        padding-left: 10px !important;
    }
    #left-list .rp-mobile-menu .map {
        vertical-align: sub;
    }
}


/*Mobile*/

@media only screen and (min-width: 640px) {
    .rp-index .btn-group .btn-grey .glyphicon {
        display: none;
    }
    #left-list article header h3 {
        max-width: 80%;
    }
    #left-list article header .logo-is h3 {
        max-width: 68%;
    }
    .listing-data .btn-nav-bar .btn.stat-email,
    .listing-data .btn-nav-bar .btn.stat-www{
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 70px !important;
    }

    .listing-data .btn-nav-bar .btn.stat-email.black-raven{
        max-width: 100px !important;;
    }
    .sp-offer .btn.btn-booking{
        padding: 5px 15px !important;
    }
}

.rp-mobile-menu .btn-group .glyphicon {margin-right:4px;}


@media only screen and (max-width: 640px) {


    .rp-index .listing-data .address p.virtual-cat .glyphicon {
        left: 0;
    }

    .rp-index .listing-data .address p.virtual-cat {

        display: block !important;
    }
    .listing-data .btn-nav-bar .btn-grey.stat-mobile i,
    .listing-data .btn-nav-bar .btn-grey.stat-phone i {
        display: block;
        font-style: normal;
        overflow: hidden;
        max-width: 90%;
        margin: 0 auto;
        text-overflow: ellipsis;
    }
    .listing-data .btn-nav-bar .btn-grey.stat-mobile,
    .listing-data .btn-nav-bar .btn-grey.stat-phone {
        padding-right: 10px;
    }
    .listing-data .btn-nav-bar .btn-grey.stat-email i,
    .listing-data .btn-nav-bar .btn-grey.stat-www i{
        max-width: 90%;
        margin: 0 auto;
        text-overflow: ellipsis;
    }
    .listing-data .btn-nav-bar .btn.stat-email.black-raven i{
        max-height: 2em;
        display: inline-block;
        overflow: hidden;
    }
    #left-list article.listing-expired header {
        min-height: auto;
        height: initial;
    }
    .listing-expired .listing-link {
        height: auto;
    }
    .most-popular-search-box-mobile {
        position: relative;
    }
    .most-popular-search {
        position: absolute;
        top: 80px !important;
        right: -5px !important;
        margin-top: -10px;
    }
    .most-popular-search-box-mobile .address {
        min-height: 55px !important;
        width: calc(100% - 90px) !important;
    }
    .most-popular-search-box-mobile .address.gallery-record {
        min-height: 73px !important;
    }
    .no-photo .most-popular-search,
    .standard .most-popular-search {
        top: 10px !important;
    }
    .most-popular-search a:nth-child(2) {
        display: none;
    }
    #left-list .col-md-9,
    aside.right-section.col-md-3 {
        padding-left: 0;
        padding-right: 0;
    }
    .listing-data .btn-nav-bar .btn {
        height: 54px;
        min-width: 50px;
        padding: 18px 0px 0 !important;
        width: 59px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .rp-mobile-menu .btn-group {
        width: 100%;
    }

    #left-list article header h3 a {
        font-size: 19px;
    }
    .rp-mobile-menu .btn-group a {
        width: 33.3%
    }
    #left-list h1 {
        text-align: center;
        font-size: 20px;
    }
    #left-list .header-sub-title {
        text-align: center;
    }

    .listing-data .address {
        width: 100%;
    }
    .btn-nav-bar {
        margin-bottom: 0;
    }
    .listing-data p .glyphicon, .listing-data p .fa {
        left: 0;
    }
    .listing-data p .fa.fa-map-marker {
        left:3px;
    }
    .listing-data p .fa.fa-arrows-h {
        left:0;
    }
    .rp-index .listing-data .address p {
        padding-left:25px;
    }
    .rp-index .listing-data .address p:nth-of-type(2),
    .rp-index .listing-data .address p:nth-of-type(3){
        padding-left:25px;
    }


    .table-layout .header-review {
        padding-left: 20px;
    }
    .score-rp,
    .listing-data .btn-group {
        padding-left: 0;
    }
    .no-photo .score-rp {
        margin-top: 0;
    }
    .on-mobile {
        display: block;
    }
    .posters {
        float: none;
        margin-right: 0;
        text-align: center;
    }
    .right-section.col-xs-3 {
        margin-top: 0;
    }
    h1 {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    nav .nav,
    #left-list article header img {
        display: none;
    }

    header p,
    header h2 {
        text-align: center;

    }
    header h2 {
        line-height: 1.3;
    }
    header p.intro-lead {
        padding-top:10px;
        margin-bottom: 20px;
        padding-left: 0;
    }

    .left-section.col-xs-9 {
        width: 100%;
        float: none;
    }
    .list-section .left-section {
        border: none;
        background-color: transparent;
        margin-bottom: 0;
    }
    .rp-mobile-menu {
        padding-left: 0;
        margin-bottom: 35px;
    }
    .rp-mobile-menu li {
        list-style: none;
        float: left;
        margin-right: 10px;
    }
    #left-tree.open-mobile {
        width: calc(100% + 15px);
        max-width:none;
    }
    #left-tree.open-mobile .tree-header,
    .tab-panel {
        display: none;
    }
    .rp-mobile-menu {
        display: block !important;
    }
    #left-list {
        clear: both;
        display: block;
        overflow: visible;
        padding-left: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #left-list article .listing-data {
        border-bottom: none;
        margin-top: 0;
    }
    .rp-index .listing-data .btn-group .btn-grey:last-of-type {
        border-radius: 0;
    }
    #left-list article header {
        padding-left: 10px;
        height: 76px;
        min-height: 0;
    }
    .listing-data .pull-right {
        width: 100%;
        padding: 0;
        margin: 0;
        float: none !important;
        margin-top: -10px;
        margin-bottom: 10px;
    }
    .listing-data .pull-right .carousel {
        border: none;
        border-bottom: 1px solid #ccc;
        padding: 0;
    }
    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 11px;
    }
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 0;
    }
    .carousel-inner {
        height: 110px;
    }
    .carousel-inner img {
        width: 100%;
        max-width: 100%;
        margin-top: -30%;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        margin-top: -26px;
    }
    .num {
        text-shadow: 0px 0px 2px rgba(245, 245, 245, 1);
    }
    .carousel {
        min-height: 0;
    }
    #left-list article header h3,
    #left-list article header .mini-crumb {
        left: 20px;
    }
    .no-logo {
        display: none;
    }
    #left-list article header h3,
    #left-list article header .mini-crumb {
        left: 12px;
    }
    #left-list article header h3 {
        margin-top: 20px;
        font-size: 15px;
        margin-left: 5px;
        margin-right: 50px;
    }
    #left-list article header .mini-crumb {
        bottom: 9px;
        margin-left: 6px;
        top: 44px;
    }
    .btn-save {
        display: inline-block;
        font-size: 0;
        padding: 6px 10px;
        right: 4px;
        top: 4px;
        border: none;
    }
    .btn-save .glyphicon {
        text-indent: 0;
    }
    #left-list article header .status {
        bottom: 5px;
        font-size: 11px;
        font-weight: normal;
        overflow: hidden;
        position: absolute;
        right: 5px;
        white-space: nowrap;
        width: 54px;
        padding: 2px 7px;
    }
    .score-rp {
        padding-left: 15px;
        font-size: 0;
        clear: right;
    }
    .score-rp u {
        font-size: 13px;
        vertical-align: text-bottom;
        margin-left: 5px;
    }
    .star-rating {
        margin-top: 14px;
    }
    .address {
        padding-bottom: 1px;
        padding-left: 15px;
        padding-top: 10px;
        clear: both;
        margin-bottom: 12px;
    }
    .address p:nth-of-type(2) {

    }
    .carousel .glyphicon-refresh {
        left: 47%;
        opacity: 0.3;
        position: absolute;
        top: 48px;
    }
    .listing-data .btn-nav-bar {
        margin-top: 0;
        border-top: 1px solid #d8d8d8;
        background: #fff;
        padding-left: 0;
    }
    .listing-data .btn-nav-bar .btn-group {
        margin-bottom: 0;
        margin-right: 0;
    }
    .listing-data .btn-nav-bar .btn {
        border: none !important;
        background-color: transparent !important;
        border-right: 1px solid #d8d8d8 !important;
        border-radius: 0;
        padding: 19px 13px 0;
        font-size: 12px;
        min-width: 50px;
        height: 54px;
    }
    .listing-data .btn-nav-bar .btn .glyphicon {
        display: block;
        margin-bottom: 4px;
        font-size: 20px;
        display: none !important;
    }
    .listing-data .btn-nav-bar .btn.btn-grey-light {
        background-color: #d0d0d0 !important;
        margin-left: -5px;
        padding-bottom: 6px;
    }
    .listing-data .btn-nav-bar .btn-group.mobile-btn-more {
        display: block !important;
        float: right;
    }
    .listing-data .btn-nav-bar .btn-group.mobile-btn-more .btn {
        padding: 14px 8px 13px 14px;
        ;
        color: #fff;
        background-color: #2b3036 !important;
        border: 1px solid #000 !important;
        border-right: none !important;
        border-radius: 3px 0 0 3px;
    }
    .listing-data .address p i {
        margin-left: 0;
    }
    .standard .listing-data .pull-right,
    .standard .status {
        display: none;
    }
    .standard .carousel-inner img {
        height: 0;
    }
    .listing-data {
        min-height: 0;
    }
    .middle-header p {
        display: block;
    }
    .rp-mobile-menu #reviews-button {
        display: none;
    }
    .rp-mobile-menu .btn-saved-menu {
        border-radius: 0 20px 20px 0 !important;
    }
    .listing-link {
        display: inline-block;
        overflow: hidden;
        padding: 0 0 60px;
    }
    #left-list article:last-child {
        margin-bottom: 20px;
    }
    .right-section .panel-default .panel-heading {
        text-align: center;
        font-weight: normal;
        font-size: 15px;
        cursor: pointer;
    }
    .right-section .panel {
        margin-bottom: 10px;
    }
    .quick-links .panel-heading,
    .article .panel-heading {
        font-size: 15px;
        font-weight: normal;
        text-align: center;
        background-color: #fff;
        border-width: 0 0 1px 0;
        padding: 10px 20px;
        border-radius: 1px;
        cursor: pointer;
    }
    .article .panel-default img {
        display: none;
    }
    .article .panel-default p {
        padding-left: 0;
    }
    .article .panel-default,
    .quick-links.bottom .panel-default {
        border-top: medium none;
    }
    .quick-links .center {
        border-right: none;
        border-top: 1px solid #dedede;
        border-bottom: 1px solid #dedede !important;
    }
    .quick-links,
    .article {
        margin-bottom: 10px;
    }
    .list-section {
        margin-bottom: 0;
    }
    .rp-index .panel-heading {
        cursor: pointer;
    }
    .bottom.quick-links .center {
        padding-top: 0 !important;
    }
    .bottom.quick-links .center .col-md-6 {
        padding-top: 10px;
    }
    .bottom.quick-links .panel-default .panel-body:last-child {
        padding-bottom: 25px !important;
    }
    .modal-dialog {
        margin-top: 0;
    }
    .modal-title br {
        display: none;
    }
    .col-md-4.black-paper {
        display: none;
    }
    .modal-body {
        padding: 20px 30px;
    }
    .text-left-button {
        float: none;
        width: 100%
    }
    .mobile-center {
        text-align: center !important;
        margin-top: 15px !important;
    }
    .modal-title {
        font-size: 20px;
        padding: 0 10px;
    }
    .panel-footer.on-mobile {
        display: block;
        text-align: center;
        color: #fff;
        background-color: #2f353b;
        border-radius: 0;
    }
    .col-md-12.text-right.margin-top.no-padding .form-group:first-child {
        margin-bottom: 0
    }
    .big-button-menu {
        display: none;
    }
    .mobile-clear {
        clear: both;
    }
    .grid-eyes li a {
        background-color: #fff;
    }
    .grid-eyes li:nth-of-type(3n+0) {
        margin-right: 0;
    }
    .grid-eyes li {
        width: 30%;
    }
    .locations-links {
        display: block !important;
        padding-left: 0;
    }
    .locations-links li {
        list-style: none;
    }
    .locations-links li a {
        display: block;
        padding: 12px 24px;
        border: 1px solid #e0e0e0;
        border-radius: 2px;
        background-color: #fff;
        color: #272727;
        font-size: 18px;
        margin-bottom: 5px;
    }
    .locations-links li a:hover {
        text-decoration: none;
    }
    #left-list .map {
        display: none;
    }
    #left-list .rp-mobile-menu .map {
        display: inline;
    }
    .locations-links li a .glyphicon {
        font-size: 10px;
        top: -2px;
    }
    #big-map .infoBox,
    #big-map-listing .infoBox {
        width: 50% !important;
    }
    #left-list article.standard header .frame {
        display: none !important;
    }
    .article .panel-body .btn {
        color: #454c56 !important;
    }
    .rp-index .listing-data .address p {
        max-width: 315px;
    }
    #left-list article header img {
        max-height: 70px;
        max-width: 70px;
        width: auto !important;
        padding: 0;
    }
    #left-list article header .frame {
        display: block;
        height: 70px;
        left: 1px;
        position: absolute;
        top: 77px;
        width: 70px;
        background-color: #fff;
    }
    #left-list article header img {
        display: inline;
        max-width: 70px !important;
    }
    .no-show-logo {
        display: none !important;
    }
    #left-list article header .mini-crumb {
        right: 65px;
    }
    .btn-nav-bar .dropdown .contact-me-open {
        border-radius: 0;
        text-align: center;
    }
    .btn-nav-bar .dropdown .contact-me-open .glyphicon {
        display: block;
        font-size: 20px;
        margin-bottom: 4px;
    }
    .btn-nav-bar .dropdown,
    .btn-nav-bar .btn-group {
        margin-right: 0;
        position: static;
    }
    .btn-nav-bar {
        position: relative;
    }
    .btn-nav-bar .dropdown .dropdown-menu a {
        padding: 20px;
    }
    .btn-nav-bar .dropdown .dropdown-menu a .glyphicon {
        margin-right: 10px;
    }
    .btn-nav-bar .dropdown .dropdown-menu {
        margin-left: -16px;
        width: calc(100% + 32px)
    }
    .btn-box .btn {
        margin-bottom: 0;
    }
    .btn-box .btn .glyphicon {
        display: block !important;
        visibility: visible !important;
    }
    .listing-data .btn-nav-bar .btn-box .btn {
        background-color: #2a313a !important;
        border-color: #2a313a !important;
        float: left;
        height: 54px;
        line-height: 1.35;
        margin-right: 0;
        max-width: 67px;
        padding:11px 0 0 0 !important;
        white-space: normal;
        width:70px;
    }
    .btn-box {
        display: inline-block;
        vertical-align: middle;
    }

    .listing-data .btn-nav-bar  .btn-group {
        margin-left:-3px;



    }

    .listing-data .btn-nav-bar  .btn-group  .btn {max-width:30px;}

    .listing-data .btn-nav-bar .btn-box li:first-child{
        border-right: 1px solid #ccc !important;
        position:relative;

    }
    .btn-box li {
        float: left;
        margin: 0;
        padding: 0;
    }
    .btn-box {
        display: inline-block;
        margin: 0;
        padding: 0;
        vertical-align: middle;
    }
    .rp-index .listing-data .address p.mobile-service {
        display: block !important;
        padding-left: 0;
    }
    #left-list .col-md-9 {
        padding: 0;
    }
    .up-footer {
        padding-top: 0;
        border-top: none;
    }
}

@media only screen and (max-width: 480px) {
    .grid-eyes li:nth-of-type(3n+0) {
        margin-right: 16px;
    }
    .grid-eyes li:nth-of-type(2n+0) {
        margin-right: 0;
    }
    .grid-eyes li {
        width: 47%;
    }
    .grid-eyes li img {
        max-width: 100%;
        height: auto
    }
    .rp-index .listing-data.most-popular-search-box-mobile .address p {
        max-width: 230px !important;
    }
}

@media only screen and (max-width: 360px) {
    .grid-eyes li img {
        width: 75%;
        height: auto
    }
    .rp-index .listing-data .address p {
        max-width: 299px;
    }
}

@media only screen and (max-width: 320px) {
    .rp-index .listing-data .address p {
        max-width: 250px;
    }

    .rp-index .listing-data .address p.virtual-cat {
        display: block !important;
    }
    .grid-eyes li,
    .grid-eyes li:nth-of-type(3n) {
        margin-right: 5px;
    }
    .grid-eyes li img {
        width: 100%;
        height: auto;
    }
    .listing-data .btn-nav-bar .btn-grey.stat-mobile i,
    .listing-data .btn-nav-bar .btn-grey.stat-phone i {
        display: block;
        font-style: normal;
        overflow: hidden;
        max-width: 90%;
        margin: 0 auto;
        text-overflow: ellipsis;
    }
    .listing-data .btn-nav-bar .btn-grey.stat-mobile,
    .listing-data .btn-nav-bar .btn-grey.stat-phone {
        padding-right: 10px;
    }
    .listing-data .btn-nav-bar .btn-grey.stat-email i,
    .listing-data .btn-nav-bar .btn-grey.stat-www i{
        max-width: 90%;
        margin: 0 auto;
        text-overflow: ellipsis;
    }
    .listing-data .btn-nav-bar .btn.stat-email.black-raven i{
        max-height: 2em;
        display: inline-block;
        overflow: hidden;
    }

}


.listing-data .btn-nav-bar .btn.stat-email.black-raven i {
    font-style: normal;
}

header p,
.tab-content,
#tree-box .nav li a {
    font-size: 14px;
}

#tree-box .nav li,
#tree-box .nav li a {
    font-size: 13px;
}

.listing-link a:hover {
    text-decoration: underline;
}
.listing-link .fa.fa-chevron-right {
    font-size:8px;
}

.tab-content .tab-button {
    margin-top: 7px;
}

.btn-more,
.standard .btn-more {
    background-color: #fff;
    border-color: #ccc;
    color: #000;
}

.rhs-body-text {
    font-size: 13px !important;
    margin-bottom: 25px;
    padding-top: 5px;
}

.sp-offer {
    margin-left: 25px;
    margin-bottom: -6px;
}

.sp-offer .btn {
    padding: 3px 15px;
    font-size: 12px;
    border-radius: 20px;
    background-color: #dfdfdf;
    border-color: #dfdfdf;
    transition: all 300ms ease-out 0s;
}

.sp-offer .btn:hover,
.sp-offer .btn:focus {
    background-color: #fdfdfd;
}


.sp-offer .btn.btn-booking {
    color: #fff !important;
    margin-right: 10px;
}


/*Most popular*/

.most-popular {
    background-color: #f1f1f1;
    border-radius: 2px;
    padding: 13px 20px;
    font-size: 13px;
    margin-bottom: 28px;
}

.most-popular div {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 20px;
}

.most-popular ul {
    padding: 0;
    list-style: none;
}

.most-popular li {
    margin-bottom: 20px;
}

.most-popular li a {
    color: inherit;
}

.most-popular li .glyphicon {
    font-size: 7px;
    top: 4px;
    position: absolute;
    left: 0;
}

.most-popular .glyphicon-thumbs-up {
    font-size: 15px;
    top: 2px;
}

.most-popular .rihgt-chev {
    position: relative;
    padding-left: 10px;
    display: block;
}

.most-popular.only-button {
    padding: 0;
    background: transparent;
}

.most-popular.only-button .btn {
    border-radius: 30px;
    padding: 5px 19px;
    padding-left: 50px;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    transition: background-color 300ms ease-out 0s;
    background-image: none;
    white-space: normal;
    text-align: left;
    position: relative;
    font-weight: bold;
}

.most-popular.only-button .btn:hover,
.most-popular.only-button .btn:focus {
    background-color: #ccc;
}

.most-popular.only-button .btn .glyphicon {
    position: absolute;
    left: 20px;
    top: 17px;
    font-size: 16px;
}

.most-popular-search {
    float: right; margin-right:5px;
}

.no-photo .most-popular-search {
    margin-top: -10px;
    position: absolute;
    top: 0;
    right: 0;
}

.most-popular-search img {
    margin: 10px 5px 10px 0;
    width: 65px;
}

@media (max-width:640px){
    .most-popular-search .hideOnMobile {
        display:none;
    }
}

.most-popular-article {
    min-height: 80px;
}

.listing-data.no-photo.most-popular-article .address {
    min-height: 60px;
}

.most-popular-search-box-mobile .listing-photo-box {
    position: relative;
    min-height: 130px;
}

.most-popular-search-box-mobile .listing-photo-box .most-popular-search {
    position: absolute;
    right: 0;
    top: 65px;
}

.most-popular-search-box-mobile {
    position: relative;
}

.most-popular-icon-2015,
.most-popular-icon-2016,
.most-popular-icon-2017 {
    position: absolute;
    top: 0;
    left: -1px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 1px 0;
    border-radius: 25px;
    background-color: #1d72ad;
    width: 22px;
    text-align: center;
}


.most-popular-right{
    border: 1px solid #b8d1e5;
    padding: 0;
    text-align: center;
    margin-bottom: 28px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.2;
    margin-top: 25px;
}

.most-popular-right img {
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}

.most-popular-right .btn {
    clear: both;
    display: inline-block;
    color: #fff;
    background-color: #0c68a7;
    border-color: #0c68a7;
    font-size: 14px;
    margin-top: 10px;
    padding: 3px 14px;
    border-radius: 20px;
    transition: background-color 300ms ease-out 0s;
}

.most-popular-right a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 12px 20px;
}

.most-popular-right .btn:hover,
.most-popular-right .btn:focus {
    background-color: #418ac9;
    border-color:#418ac9;
}

.most-popular-right .sticker {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 10px;
    right: -51px;;
    color: #fff;
    width: 150px;
    padding: 11px 2px;
    font-size: 13px;
    font-weight: bold;
    font-family: Arial;
    position: absolute;
    text-align: center;
    letter-spacing: 1px;
    background-color: #0c68a7;
    line-height: 1;
}

#left-list article.most-popular-info {
    background-color: #fff;
    padding: 25px;
    box-shadow: none;
}

/*Join community box*/

.join-box {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 6px 15px 17px 15px;
    background-color: #fbfbfb;
    margin-bottom: 30px;
    border-radius: 3px;
    border:solid 1px #d8d8d8;
}

.join-box .iconContainer {
    width:100%; text-align:center; padding-top:12px; margin-top:3px;
}
.join-box .iconContainer .icon {
    display:inline-block; width:44px; height:44px;
    border-radius:100%; line-height:44px;
    font-size:23px; color:#fff;
}



.join-box .join-box-intro-text {
    font-size:13px;

}

.join-box .join-box-title {
    text-align: center;
    font-size: 17px;
    padding-bottom: 10px;
    padding-top: 5px;
    font-weight: normal;
}





.join-box ul {
    font-size: 13px;
    margin-left: 3px;
    padding-bottom: 3px;
}

.join-box ul {
    list-style: none;
    padding: 0;
}
.join-box li {
    padding-left: 1.3em;
}
.join-box li:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    font-size: 14px;
}


@media only screen and (max-width: 600px) {
    .most-popular.only-button .btn .glyphicon {
        top: 10px;
    }
}

@media only screen and (min-width: 640px) {
    .list-section .left-section,
    #left-tree,
    #left-list article,
    #left-list article header {
        border: none;
    }
    #left-list article header {
        min-height: 100px;
    }
    .btn-save {
        border: none !important;
    }
    .tab-content.only-map-content .active {
        background-color: transparent;
    }
    .tab-content.only-map-content .tab-pane {
        margin-top: -33px;
    }
    .tab-panel {
        overflow: hidden;
    }
    #left-list article header .no-logo-master h3,
    #left-list article header .no-logo-master .mini-crumb {
        left: 25px;
    }
}


/* Big screen */

@media only screen and (min-width: 1380px) {
    .tab-content .content-tab {
        float: left;
    }
    .tab-content .tab-button {
        float: right;
    }
    .tab-content > .active {
        overflow: hidden;
    }
}

@media only screen and (max-width: 840px) {
    #left-list {
        padding-left: 0;
    }
    .most-popular {
        background-color: transparent;
    }
}

@media only screen and (min-width: 1024px) {

    .dont-colapse-on-desktop .header-range.collapse {
        display: block !important;
        height: auto !important;
    }

    .dont-colapse-on-desktop .header-range.collapsing {
        height: auto !important;
    }

    .subpage-default .dont-colapse-on-desktop  .mobile-search {
        display: none !important;
    }
    .subpage-default .f-nav .mobile-search {
        display: inline-block !important;
    }
    .list-section .left-section {
        width: 100%;
    }
}

.btn-box .fa {
    display:none;
}
@media only screen and (min-width: 640px) {
    .btn-box {
        margin-right: 0;
    }
    /*
    .btn-box .btn {
        margin-right: 0;
    }
    .btn-box .btn {
        border-radius: 0;
    }
    .btn-box li:last-of-type a {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
    .btn-box li:first-of-type a {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
    .btn-box li:nth-child(2) {
         margin-left: -3px;
    }
    */
}



.btn.btn-default.black-raven.add-onclick.request-booking {
    margin-left:-3px;
}


@media (max-width:640px){

    .listing-data .btn-nav-bar .btn-group {
        width:100%;
    }



}



@media (max-width:361px){
    .listing-data .btn-nav-bar.all-requests-types {font-size:0;}
    .listing-data .btn-nav-bar.all-requests-types .btn-group {
        width:55%;
    }
    .listing-data .btn-nav-bar.all-requests-types .btn-group a.btn  {
        width:33.33%; max-width:none;
    }
    .listing-data .btn-nav-bar.all-requests-types .btn-group a.btn:last-child  {
        border-right:none !important;
    }

    .listing-data .btn-nav-bar.all-requests-types .btn-box {
        width:45%;
    }
    .listing-data .btn-nav-bar.all-requests-types .btn-box li {
        width:50%; margin-right:-1px;
    }
    .listing-data .btn-nav-bar.all-requests-types .btn-box li .btn {
        width:100%; max-width:none;
    }
}


.phpdebugbar .color-red {
    color: red;
}
.phpdebugbar .color-green {
    color: #00b230;
}

.phpdebugbar .query-heading .pull-left:first-child {
    min-width: 250px;
}

.phpdebugbar .query-heading .pull-left + .pull-left {
    margin-left: 50px;
}

.phpdebugbar .extended-info {
    margin-top: 50px;
}



/*
.subpage-default .header-full.with-ppl  .mobile-search {
    display:inline !important;
}


.subpage-default .header-full.with-ppl .header-range {
    transition:height 0.3s ease-out;
    -webkit-transition:height 0.3s ease-out;
    -moz-transition:height 0.3s ease-out;
}

.subpage-default .header-full.with-ppl .header-range.collapse {
    display:none !important; box-shadow:0 0 10px #ff0;
    height:0 !important;
}

.subpage-default .header-full.with-ppl .header-range.collapsing {
    display:block !important; box-shadow:0 0 10px #f00;
    height:150px !important;
}

.subpage-default .header-full.with-ppl .header-range.collapse.in {
    display:block !important; box-shadow:0 0 10px #f00;
    height:150px !important;
}
*/

#disable-debugger {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 25px;
    background: #efefef url(data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20fill%3D%22%23000%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22M6.039%208.342c.463%200%20.772.084.927.251.154.168.191.455.11.862-.084.424-.247.727-.487.908-.241.182-.608.272-1.1.272h-.743l.456-2.293h.837zm-2.975%204.615h1.22l.29-1.457H5.62c.461%200%20.84-.047%201.139-.142.298-.095.569-.254.812-.477.205-.184.37-.387.497-.608.127-.222.217-.466.27-.734.13-.65.032-1.155-.292-1.518-.324-.362-.84-.543-1.545-.543H4.153l-1.089%205.479zM9.235%206.02h1.21l-.289%201.458h1.079c.679%200%201.147.115%201.405.347.258.231.335.607.232%201.125l-.507%202.55h-1.23l.481-2.424c.055-.276.035-.464-.06-.565-.095-.1-.298-.15-.608-.15H9.98L9.356%2011.5h-1.21l1.089-5.48M15.566%208.342c.464%200%20.773.084.928.251.154.168.19.455.11.862-.084.424-.247.727-.488.908-.24.182-.607.272-1.1.272h-.742l.456-2.293h.836zm-2.974%204.615h1.22l.29-1.457h1.046c.461%200%20.84-.047%201.139-.142.298-.095.569-.254.812-.477.205-.184.37-.387.497-.608.127-.222.217-.466.27-.734.129-.65.032-1.155-.292-1.518-.324-.362-.84-.543-1.545-.543H13.68l-1.089%205.479z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E)  no-repeat 5px 4px / 20px 20px;
    z-index: 2000;
    cursor: pointer;
}
@import "https://static.canadianaccountantsearch.com/css/page/result_page/_forms";
@import "https://static.canadianaccountantsearch.com/css/page/import";
#search_full_width .btn-main {
  background: #003081;
  border-color: #003081;
  color: #fff;
  transition: background 300ms ease-out;
}
#search_full_width .btn-main:hover,
#search_full_width .btn-main:focus {
  background: #001d4e;
  border-color: #001d4e;
}
@media (max-width: 640px) {
  html.prevent-mobile-document-from-scrolling {
    overflow: hidden;
  }
}
.mega-dropdown .dropdown-menu,
.browse-category-all,
.back-to-top .glyphicon,
.mega-dropdown .dropdown-menu > li {
  background: #001d4e;
  transition: background 300ms ease-out;
}
.header-full {
  background-color: #003081;
  position: relative;
  z-index: 60;
}
.covid-info {
  width: 100%;
  background: blue;
  padding: 15px 0;
  text-align: center;
  background: #001d4e;
}
.covid-info a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.back-to-top:hover .glyphicon,
.back-to-top:focus .glyphicon {
  background-color: #003081;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  color: #fff;
  background-color: #003081;
}
.mega-dropdown-menu > li ul > li.not-login > a {
  background-color: #003081;
  border-bottom: 1px solid #001d4e;
}
.mega-dropdown-menu > li ul > li.not-login > a:hover {
  background: #0043b4;
}
.mega-dropdown-menu > li ul > li > a.featured {
  background-color: #68156f;
}
.mega-dropdown-menu > li ul > li > a.featured:hover {
  background-color: #901d9a;
}
.mega-dropdown-menu > li ul > li > a {
  color: #fff;
  transition: background-color 300ms ease-out;
}
.mega-dropdown-menu::before,
.mega-dropdown-menu::after {
  border-bottom-color: #001d4e;
}
.btn-main {
  background: #001d4e;
  border-color: #001d4e;
  color: #fff;
  transition: background 300ms ease-out;
}
.btn-main:hover,
.btn-main:focus {
  background: #003081;
  border-color: #003081;
}
.right-menu .btn.btn-featured,
.btn-featured {
  background: #68156f;
  border-color: #68156f;
  color: #fff;
}
.right-menu .btn.btn-featured:hover,
.right-menu .btn.btn-featured:focus,
.btn-featured:hover,
.btn-featured:focus {
  background: #901d9a;
  border-color: #901d9a;
}
.right-menu .btn.ppl-button {
  background: #001d4e;
  border-color: #001d4e;
  color: #fff;
  display: none;
}
.right-menu .btn.ppl-button:hover,
.right-menu .btn.ppl-button:focus {
  background: #003081;
  border-color: #003081;
}
.f-nav .right-menu .btn.ppl-button {
  display: inline-block;
}
@media (max-width: 1365px) {
  .f-nav .right-menu .btn.ppl-button {
    display: none;
  }
}
#search .form-group span.icon-search,
.tt-suggestion strong,
.intro section strong,
.popular #myTabs li.active a,
.popular #myTabs li a:hover,
.business .title-box,
.business .btn-home,
.recent-meta,
.recent .text .btn-link,
.testimonals .text:before,
.testimonals .text:after {
  color: #001d4e;
}
.business .btn-home {
  border-color: #001d4e;
}
.reviews-box .reviews-body {
  background-color: #001d4e;
  color: #fff;
}
.resources-box .blox-content .col-xs-12 .blox-box,
.resources-box .col-xs-12 {
  background-color: #001d4e;
}
.resources-box .text-center .btn-home,
.recent .text-center .btn-home {
  color: #001d4e;
  border-color: #001d4e;
}
.recent-stars-box .rating-container .rating-stars {
  color: #001d4e;
}
.contact-me-form h1 {
  color: #001d4e;
  font-family: inherit;
}
.contact-me-form .panel-group .panel:last-child {
  background-color: #001d4e;
  border-color: #001d4e;
}
.contact-me-form .panel-group .panel:last-child > .panel-heading {
  background-color: #001d4e;
}
.contact-me-form .form-control:hover,
.contact-me-form .form-control:focus {
  border-color: #003081;
}
.contact-me-form a {
  color: #001d4e;
}
#left-tree nav .btn-group a {
  color: #001d4e;
}
#left-tree nav .btn-group a.active {
  background-color: #001d4e;
}
#left-tree .tree-label,
.select-stripes,
.rp-mobile-menu .btn-group a,
.vma-login .content-login.register-form .purpure-link,
.small-info {
  color: #001d4e;
}
.middle-header a,
#tree-box .nav li,
#tree-box .nav li a {
  color: #333 !important;
}
#left-list article header .status,
.featured .pack-status {
  background-color: #68156f;
}
.modal-lg .close-ribbon {
  background-color: #001d4e;
}
.panel-default.default-open .panel-heading {
  color: #001d4e;
  border-color: #001d4e;
}
.featured-box-set .sp-offer .btn {
  color: #68156f;
  border-color: rgba(104,21,111,0);
  background-color: rgba(104,21,111,0.15);
}
.featured-box-set .sp-offer .btn:hover {
  border-color: rgba(144,29,154,0.1);
  background-color: rgba(104,21,111,0.3);
}
.sp-offer .btn.btn-booking {
  background-color: #68156f;
  border-color: #68156f;
}
.sp-offer .btn.btn-booking:hover {
  background-color: #901d9a;
  border-color: #901d9a;
}
.big-button-menu .btn {
  color: #001d4e;
  border-color: #001d4e;
}
@media only screen and (max-width: 990px) {
  .reviews-box .review-header,
  .blox .title-blox,
  .recent .title-recent {
    background: #001d4e;
  }
  .reviews-box .item .btn,
  .blox .text .btn-home {
    color: #001d4e;
    border-color: #001d4e;
  }
  .subpage-default .mobile-search {
    background: #001d4e;
  }
  .subpage-default .mobile-search:hover,
  .subpage-default .mobile-search:focus {
    background-color: #003081;
  }
  .sp-offer {
    margin-left: 20px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .header-full .navbar-nav > li > .dropdown-menu {
    background: #001d4e;
  }
  .quick-links .panel-heading,
  .article .panel-heading,
  .prim-locations .label {
    color: #001d4e;
    border-color: #001d4e;
  }
}
@media only screen and (max-width: 640px) {
  .sp-offer {
    margin-left: 0;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 0;
  }
  .sp-offer .btn {
    padding: 7px 15px;
  }
}
.featured .summary .btn-save,
.featured .contact-header {
  background-color: rgba(104,21,111,0.1);
  color: #68156f;
  border-color: rgba(104,21,111,0.3);
}
.featured .contact-header {
  background-color: #68156f;
  color: #fff;
}
.featured h1,
.featured .mini-crumb,
.featured .virtual-cat,
.color {
  color: #68156f !important;
}
.featured .adress-contact,
.featured .adress-button .adress-link a,
.adress-button .adress-link {
  color: #68156f;
}
.jcarousel-control-prev,
.jcarousel-control-next {
  background-color: rgba(51,51,51,0.2);
  color: #333;
}
.featured .contact {
  background-color: rgba(104,21,111,0.1);
}
.featured .emali-listing .btn,
.contact-items .btn-default,
.featured .adress-button .btn {
  border-color: rgba(104,21,111,0.3);
}
.featured .emali-listing .btn:hover,
.featured .contact-items .btn-default:hover,
.featured .contact .group-btn-contact a.btn-grey:hover {
  background-color: rgba(104,21,111,0.02) !important;
}
.featured .adress-button .btn {
  color: #68156f;
  background-color: #fff;
}
.featured .adress-button .btn:hover {
  background-color: rgba(255,255,255,0.02);
}
.slider-carusel .featured-slide .slider-head,
.slider-carusel .featured-slide .cut-title,
.slider-carusel .related-button li.featured-slide a.btn {
  background-color: #68156f;
}
.slider-carusel .featured-slide .slider-body {
  color: #333;
  background-color: rgba(104,21,111,0.1);
}
.panel-default.closest a.btn,
.closest-featured .slider-carusel .btn,
.slider-carusel .related-button li.featured-slide a.btn {
  border-color: rgba(104,21,111,0.3);
}
.closest-featured .slider-carusel .btn {
  color: #fff !important;
  background-color: #68156f;
  text-transform: uppercase;
}
.closest-featured .slider-carusel .btn:hover,
.closest-featured .slider-carusel .btn:focus,
.slider-carusel .related-button li.featured-slide a.btn:hover,
.slider-carusel .related-button li.featured-slide a.btn:focus {
  color: #fff !important;
  background-color: #901d9a;
}
.slider-carusel .featured-slide .slider-head .label {
  border: 1px solid #901d9a;
  background-color: transparent;
}
.center-form  .btn-primary {
  background-color: #001d4e;
  border-color: #000a1b;
  transition: background-color 300ms ease-out;
}
.center-form  .btn-primary:hover {
  background-color: #003081;
}
.contact-me-form .form-control:hover,
.contact-me-form .form-control:focus {
  border-color: #001d4e;
}
@media only screen and (max-width: 767px) {
  .featured .contact {
    background: #f5f5f5;
  }
  .featured .contact-info {
    color: #68156f;
  }
  .featured .adress-contact,
  .featured .adress-button .adress-link a,
  .featured .adress-button .adress-link,
  .featured .contact-info {
    color: #333333;
  }
  .featured .adress-button .btn {
    border-color: #c1c1c1;
  }
}
#feadback-bubble:after,
#feadback-bubble,
#feadback-content,
.fback-contener .left header,
.fback-contener .left label span:before,
#feadback-content-close {
  color: #001d4e;
}
.fback-contener .submit.btn {
  background-color: #001d4e;
  border-color: #001d4e;
}
.fback-contener .submit.btn:hover,
.fback-contener .submit.btn:focus {
  background-color: #003081;
}
.fback-contener .submit.btn {
  background-image: none;
}
.most-popular-right {
  color: #6a6a6a;
}
.blog-comment .post-content a {
  color: #001d4e;
}
#big-map .infoBox.featured,
#big-map-listing .infoBox.featured {
  background-color: #68156f;
}
#big-map .featured.infoBox:after,
#big-map-listing .featured.infoBox:after {
  border-color: transparent #68156f transparent transparent;
}
#big-map .featured .tooltip_arrow .title-type,
#big-map-listing .featured .tooltip_arrow .title-type {
  display: block !important;
  background-color: #400d44;
}
.vma-login .content-login h2,
.vma-login .content-login .btn,
.vma-login .forgot a,
.link-under-submit,
.link-under-submit a,
.front-header .modal-title {
  color: #001d4e !important;
}
.vma-login .content-login .btn {
  border-color: #001d4e;
}
.vma-login .content-login .login-submit .btn,
.modal .login-submit .btn-ma {
  background-color: #001d4e;
  color: #fff !important;
}
.vma-login .content-login .login-submit .btn:hover,
.vma-login .content-login .login-submit .btn:focus,
.modal .login-submit .btn-ma:hover,
.modal .login-submit .btn-ma:focus {
  background-color: #003081 !important;
  border-color: #003081 !important;
}
.vma-login .join-benefits-info br {
  display: none;
}
.vma-login .join-benefits-info .benefits_intro {
  max-width: 370px;
}
.vma-login .join-benefits-info .benefits {
  width: 100%;
  margin-top: 30px;
}
.vma-login .join-benefits-info .benefits b {
  display: block;
  width: 100%;
}
.vma-login .join-benefits-info .benefits b:before {
  content: "> ";
  display: inline;
}
.vma-login .content-login.register-form .inlineTextDivider {
  margin-bottom: 10px;
}
.vma-login .content-login.register-form #register-form-next-step {
  font-size: 19px;
}
@media (max-width: 990px) {
  .vma-login .join-benefits-info {
    padding-top: 0;
    clear: both;
    margin-top: -15px;
  }
  .vma-login .join-benefits-info .benefits_intro {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .vma-login .join-benefits-info p {
    color: #858585;
  }
  .vma-login .join-benefits-info p.benefits {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .vma-login .register-form .inlineTextDivider {
    display: none;
  }
  .vma-login .register-form #register-form-next-step {
    margin-top: 20px;
    display: inline-block;
  }
  .vma-login .register-form .small-info {
    text-align: center;
  }
}
@media (max-width: 640px) {
  .vma-login .join-benefits-info p {
    font-size: 14px;
  }
}
.testimonilas-caruzel .title-test a,
.testimonilas-caruzel .title-test {
  color: #68156f;
}
.footerPaymentAndOperatorInfoContainer > div:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .footerPaymentAndOperatorInfoContainer {
    border-top: solid 1px #e9ebec;
    padding-top: 15px;
  }
  .footerPaymentAndOperatorInfoContainer > div:first-child {
    border-top: none;
  }
}
footer.footer .footer_list {
  font-weight: bold;
}
footer.footer .footer_list::after {
  width: 154px;
  max-width: 100%;
}
footer.footer #footer-nav4 {
  margin-bottom: 24px;
}
footer.footer .pay-secured {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  margin-top: 0;
  padding-top: 18px;
  padding-bottom: 11px;
}
footer.footer .pay-secured::before {
  width: 154px;
  max-width: 100%;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  background: #cbcfd2;
  height: 1px;
}
footer.footer .pay-secured::after {
  width: 154px;
  max-width: 100%;
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  display: block;
  background: #cbcfd2;
  height: 1px;
}
footer.footer .pay-secured > a {
  text-decoration: underline;
}
footer.footer .pay-secured > a:hover {
  text-decoration: none;
}
footer.footer .pay-secured .pay-logos {
  width: 100%;
  float: left;
  clear: both;
  margin: 0;
}
footer.footer .pay-secured .pay-logos > div {
  margin-top: 5px;
}
footer.footer .operator {
  width: 100%;
  float: left;
  clear: both;
  margin-top: 20px;
  position: relative;
}
footer.footer .operator:before {
  width: 154px;
  max-width: 100%;
  content: "";
  top: -21px;
  left: 0;
  position: absolute;
  display: block;
  background: #cbcfd2;
  height: 1px;
}
footer.footer .operator img {
  max-width: 100%;
  height: auto;
}
footer.footer .operator a:hover {
  text-decoration: none;
}
footer.footer .footerPaymentAndOperatorInfoContainer {
  width: 100%;
  float: left;
  clear: both;
  margin-top: 0;
}
footer.footer .footerPaymentAndOperatorInfoContainer > div:first-child {
  padding-top: 0;
  margin-top: 0;
}
footer.footer .footerPaymentAndOperatorInfoContainer > div:first-child:before {
  display: none;
}
@media (max-width: 767px) {
  footer.footer #footer-nav4 a {
    margin-bottom: 0;
  }
  footer.footer .footer_list {
    font-weight: bold;
  }
  footer.footer .footer_list::after {
    width: 154px;
    max-width: 100%;
  }
  footer.footer .pay-secured {
    margin-top: 0;
  }
  footer.footer .pay-secured::before {
    display: none;
  }
  footer.footer .pay-secured::after {
    width: 100%;
    background: #e9ebec;
  }
  footer.footer .operator:before {
    width: 100%;
    background: #e9ebec;
  }
  footer.footer .footerPaymentAndOperatorInfoContainer {
    margin-top: 2px;
  }
  footer.footer .footerPaymentAndOperatorInfoContainer .pay-secured {
    margin-top: 0;
    padding-top: 5px;
  }
  footer.footer .footerPaymentAndOperatorInfoContainer .operator:first-child {
    margin-top: 5px;
  }
  footer.footer .footerPaymentAndOperatorInfoContainer .operator:first-child:before {
    display: none;
  }
}
.btn.radius {
  border-radius: 20px;
}
.btn.radius.reviewTabBtn {
  margin: 5px 0 10px 0;
}
.right-section .body-text-stats .panel {
  border: solid 1px #d8d8d8;
  border-radius: 3px;
}
.right-section .body-text-stats .panel .panel-heading {
  background: #4e90ff;
  color: #001d4e;
  border-color: #c4cde2;
  margin-bottom: -1px;
  cursor: default;
}
.right-section .body-text-stats .panel .panel-body {
  padding: 16px 0 11px 0;
}
.right-section .body-text-stats .panel .panel-body ul {
  color: #001d4e;
  padding: 0;
  list-style: outside none none;
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 10px;
}
.right-section .body-text-stats .panel .panel-body ul li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1px;
  font-size: 13px;
  text-align: left;
}
.right-section .body-text-stats .panel .panel-body ul li:before {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 10px;
  margin-left: -10px;
  width: 1.3em;
  color: #001d4e;
}
.right-section .special-offers-box {
  width: 100%;
  border: solid 1px #d8d8d8;
  border-radius: 3px;
  margin-bottom: 25px;
  background: #fbfbfb;
  position: relative;
  overflow: hidden;
}
.right-section .special-offers-box .iconContainer {
  width: 100%;
  text-align: center;
  padding-top: 12px;
  margin-top: 3px;
}
.right-section .special-offers-box .iconContainer .icon {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background: #001d4e;
  line-height: 44px;
  font-size: 28px;
  color: #fff;
}
.right-section .special-offers-box .iconContainer .icon i {
  transform: rotate(45deg);
}
.right-section .special-offers-box .box-info {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 15px 12px 15px;
  text-align: center;
  color: #001d4e;
}
.right-section .special-offers-box .box-info .booking-box-title {
  color: #2a313a;
  font-size: 17px;
  font-weight: normal;
  line-height: 120%;
  padding-bottom: 5px;
}
.right-section .special-offers-box .box-info .button-container {
  padding: 5px 0 5px 0;
}
.right-section .special-offers-box .box-info .button-container .booking-box-button {
  border-radius: 20px;
  background: #001d4e;
  color: #fff;
  border: none;
  box-shadow: none;
  transition: 0.3s ease-out;
  padding: 5px 25px 4px 25px;
  font-size: 13px;
}
.right-section .special-offers-box .box-info .button-container .booking-box-button:hover {
  background: #000a1b;
}
.join-box {
  margin-bottom: 25px;
}
.join-box .iconContainer .icon {
  background: #001d4e;
}
.join-box .button-container {
  padding: 5px 0 5px 0;
  width: 100%;
  text-align: center;
}
.join-box .button-container .booking-box-button {
  border-radius: 20px;
  background: #001d4e;
  color: #fff;
  border: none;
  box-shadow: none;
  transition: 0.3s ease-out;
  padding: 6px 25px 3px 25px;
  font-size: 13px;
}
.join-box .button-container .booking-box-button:hover {
  background: #2c4379;
}
.right-section .booking-box {
  width: 100%;
  border: solid 1px #d8d8d8;
  border-radius: 3px;
  margin-bottom: 25px;
  background: #fbfbfb;
  position: relative;
  overflow: hidden;
}
.right-section .booking-box .iconContainer {
  width: 100%;
  text-align: center;
  padding-top: 10px;
  margin-top: 13px;
}
.right-section .booking-box .iconContainer .icon {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background: #c4132f;
  line-height: 44px;
  font-size: 23px;
  color: #fff;
}
.right-section .booking-box .iconContainer .icon i {
  position: relative;
  left: 1px;
}
.right-section .booking-box .box-info {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px 15px 15px;
  text-align: center;
  color: #2a313a;
}
.right-section .booking-box .box-info p {
  color: #2a313a;
  font-size: 13px;
}
.right-section .booking-box .box-info .booking-box-title {
  color: #2a313a;
  font-size: 17px;
  font-weight: normal;
  line-height: 120%;
  padding-bottom: 5px;
}
.right-section .booking-box .box-info .button-container {
  padding: 5px 0 5px 0;
}
.right-section .booking-box .box-info .button-container .booking-box-button {
  border-radius: 20px;
  background: #c4132f;
  color: #fff;
  border: none;
  box-shadow: none;
  transition: 0.3s ease-out;
  padding: 5px 25px 4px 25px;
  font-size: 13px;
}
.right-section .booking-box .box-info .button-container .booking-box-button:hover {
  background: #960e24;
}
.right-section .statistics-box {
  width: 100%;
  border: solid 1px #d8d8d8;
  border-radius: 3px;
  margin-bottom: 25px;
  background: #fbfbfb;
  position: relative;
  overflow: hidden;
}
.right-section .statistics-box .iconContainer {
  width: 100%;
  text-align: center;
  padding-top: 10px;
  margin-top: 13px;
}
.right-section .statistics-box .iconContainer .icon {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background: #001d4e;
  line-height: 44px;
  font-size: 23px;
  color: #fff;
}
.right-section .statistics-box .iconContainer .icon i {
  position: relative;
  left: 1px;
}
.right-section .statistics-box .box-info {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px 15px 15px;
  text-align: center;
  color: #2a313a;
}
.right-section .statistics-box .box-info p {
  color: #2a313a;
  font-size: 13px;
}
.right-section .statistics-box .box-info ul {
  width: 100%;
  text-align: center;
  font-size: 13px;
  list-style: none;
  margin: 10px 0 15px 0;
  padding: 0;
}
.right-section .statistics-box .box-info ul li {
  font-size: 13px;
  width: 100%;
  text-align: center;
}
.right-section .statistics-box .box-info .booking-box-title {
  color: #2a313a;
  font-size: 17px;
  font-weight: normal;
  line-height: 120%;
  padding-bottom: 5px;
}
.right-section .most-popular-box {
  width: 100%;
  border: solid 1px #d8d8d8;
  border-radius: 3px;
  margin-bottom: 25px;
  background: #fbfbfb;
  position: relative;
  overflow: hidden;
}
.right-section .most-popular-box .iconContainer {
  width: 100%;
  text-align: center;
  padding-top: 1px;
  margin-top: 13px;
}
.right-section .most-popular-box .iconContainer img {
  width: 55px;
  height: auto;
}
.right-section .most-popular-box .box-info {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px 15px 15px;
  text-align: center;
  color: #2a313a;
}
.right-section .most-popular-box .box-info p {
  color: #2a313a;
  font-size: 13px;
}
.right-section .most-popular-box .box-info .most-popular-box-title {
  color: #2a313a;
  font-size: 17px;
  font-weight: normal;
  line-height: 120%;
  padding-bottom: 5px;
}
.right-section .most-popular-box .box-info .booking-box-button {
  border-radius: 20px;
  background: #001d4e;
  color: #fff;
  border: none;
  box-shadow: none;
  transition: 0.3s ease-out;
  padding: 6px 25px 3px 25px;
  font-size: 13px;
}
.right-section .most-popular-box .box-info .booking-box-button:hover {
  background: #000a1b;
}
.right-section  .text-section-box {
  width: 100%;
  margin-bottom: 25px;
  border-top: solid 1px #d8d8d8;
  padding-top: 13px;
}
.right-section  .text-section-box .box-title {
  font-size: 15px;
  margin-bottom: 12px;
}
.right-section  .text-section-box p {
  text-align: justify;
  font-size: 13px;
}
.right-section  .text-section-box p:last-child {
  margin-bottom: 0;
}
.right-section  .text-section-box a {
  color: #333;
  text-decoration: underline;
}
.right-section  .text-section-box a:hover {
  text-decoration: none;
}
.right-section .adsbygoogle {
  margin-bottom: 25px;
}
.form-base .form-submit-info {
  color: #999999;
  padding: 15px 0;
  font-size: 12px;
}
.form-base .form-submit-info a {
  color: #999999;
  text-decoration: underline;
}
.form-base .form-submit-info a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .form-base .form-submit-info {
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  #brochures-section #collapse-att-box {
    border-bottom: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
  }
  #brochures-section #collapse-att-box div {
    margin-bottom: -1px;
  }
  #brochures-section #collapse-att-box div:nth-child(even) {
    position: relative;
    left: 1px;
  }
}
.checkbox-input-wrapper {
  width: 90%;
  float: left;
  clear: both;
  min-height: 0;
  margin: 0 0 10px 0;
  padding: 0 15px;
  position: relative;
  background: transparent;
}
.checkbox-input-wrapper label {
  padding-left: 13px;
  min-height: 20px;
  position: relative;
  width: 100%;
  padding-top: 0 !important;
  padding-right: 0 !important;
}
.checkbox-input-wrapper label a,
.checkbox-input-wrapper label u,
.checkbox-input-wrapper label u a {
  color: #333;
}
.checkbox-input-wrapper i.form-control-feedback {
  right: -30px !important;
  top: -6px !important;
  opacity: 1;
}
.checkbox-input-wrapper input[type=checkbox],
.checkbox-input-wrapper input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.checkbox-input-wrapper input[type=checkbox] + label,
.checkbox-input-wrapper input[type=checkbox] + i +  label {
  position: relative;
  background: url("../../../core/img/search/modal-tick.svg") transparent, url("../../../core/img/search/tick-round.svg") transparent;
  background-size: 0 0;
}
.checkbox-input-wrapper input[type=checkbox] + label:before,
.checkbox-input-wrapper input[type=checkbox] + i +  label:before {
  width: 20px;
  height: 20px;
  display: block;
  content: "";
  border-radius: 2px;
  border: solid 1px #adadad;
  position: absolute;
  top: 3px;
  left: -15px;
  background: #fff;
}
.checkbox-input-wrapper input[type=checkbox]:checked + label:before,
.checkbox-input-wrapper input[type=checkbox]:checked + i + label:before {
  background: url("../../../core/img/search/modal-tick.svg") #fff no-repeat center center;
}
.checkbox-input-wrapper input:disabled + label {
  color: #bbbbbb;
  cursor: default;
  pointer-events: none;
}
.checkbox-input-wrapper input:disabled + label:before {
  opacity: 0.35;
}
.checkbox-input-wrapper + .help-block {
  width: 100%;
  float: left;
  clear: both;
}
.form-add-review .checkbox-input-wrapper label.control-label {
  width: 100% !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.main-page-why-your-business-list-encapsulation .section-title {
  text-align: center;
  font-size: 48px;
  position: relative;
  top: -10px;
  padding-bottom: 30px;
}
.main-page-why-your-business-list-encapsulation .default-icons-list {
  width: 100%;
  float: left;
  clear: both;
  font-size: 0;
  line-height: 0;
  text-align: center;
  vertical-align: top;
  margin-bottom: 40px;
}
.main-page-why-your-business-list-encapsulation .default-icons-list .icon-item-container {
  width: 33%;
  height: 130px;
  margin-bottom: 30px;
  padding: 10px;
  display: inline-block;
}
.main-page-why-your-business-list-encapsulation .default-icons-list .icon-item-container .icon-item {
  width: 100%;
  float: left;
  clear: both;
}
.main-page-why-your-business-list-encapsulation .default-icons-list .icon-item-container .icon-item .icon-icon {
  width: 100%;
  height: 90px;
  font-size: 50px;
  line-height: 90px;
}
.main-page-why-your-business-list-encapsulation .default-icons-list .icon-item-container .icon-item .icon-icon .custom {
  display: block;
  width: 60px;
  height: 60px;
  background: no-repeat center center;
  margin: auto;
}
.main-page-why-your-business-list-encapsulation .default-icons-list .icon-item-container .icon-item .icon-icon .custom.more-profit-icon {
  background-image: url('../../../core/img/introduction/more-profit-icon.png');
  background-size: 44px auto;
}
.main-page-why-your-business-list-encapsulation .default-icons-list .icon-item-container .icon-item .icon-icon .custom.trusted {
  background-image: url('../../../core/img/introduction/trusted.svg');
}
.main-page-why-your-business-list-encapsulation .default-icons-list .icon-item-container .icon-item .icon-icon .custom.bussines {
  background-image: url('../../../core/img/introduction/bussines.svg');
}
.main-page-why-your-business-list-encapsulation .default-icons-list .icon-item-container .icon-item .icon-icon .custom.phone {
  background-image: url('../../../core/img/introduction/phone.svg');
}
.main-page-why-your-business-list-encapsulation .default-icons-list .icon-item-container .icon-item .icon-icon .custom.browser {
  background-image: url('../../../core/img/introduction/browser.png');
}
.main-page-why-your-business-list-encapsulation .default-icons-list .icon-item-container .icon-item .icon-icon .custom.seedling {
  background-image: url('../../../core/img/introduction/seedling.svg');
}
.main-page-why-your-business-list-encapsulation .default-icons-list .icon-item-container .icon-item .icon-icon .custom.user-tie {
  background-image: url('../../../core/img/introduction/user-tie.svg');
}
.main-page-why-your-business-list-encapsulation .default-icons-list .icon-item-container .icon-item .icon-icon .custom.cost-effective-icon {
  background-image: url('../../../core/img/introduction/cost-effective-icon.png');
}
.main-page-why-your-business-list-encapsulation .default-icons-list .icon-item-container .icon-item .icon-description {
  font-size: 22px;
  line-height: 120%;
  text-transform: uppercase;
}
.main-page-why-your-business-list-encapsulation .default-icons-list .icon-item-container .icon-item .icon-description small {
  text-transform: none;
  font-size: 14px;
  display: block;
  width: 100%;
}
.main-page-why-your-business-list-encapsulation .default-icons-list.small-icon-list {
  margin-bottom: 20px;
}
.main-page-why-your-business-list-encapsulation .default-icons-list.small-icon-list .icon-item-container {
  width: 20%;
  height: 85px;
}
.main-page-why-your-business-list-encapsulation .default-icons-list.small-icon-list .icon-item-container .icon-item .icon-icon {
  width: 100%;
  height: 75px;
  font-size: 50px;
  line-height: 60px;
}
.main-page-why-your-business-list-encapsulation .default-icons-list.small-icon-list .icon-item-container .icon-item .icon-icon .custom {
  background-size: 44px auto;
}
.main-page-why-your-business-list-encapsulation .default-icons-list.small-icon-list .icon-item-container .icon-item .icon-description {
  font-size: 17px;
}
.main-page-why-your-business-list-encapsulation .default-icons-list.small-icon-list .icon-item-container .icon-item .icon-description small {
  font-size: 14px;
}
@media (max-width: 991px) {
  .main-page-why-your-business-list-encapsulation .section-title {
    text-align: center;
    font-size: 48px;
    padding-bottom: 20px;
    margin-top: 50px;
  }
  .main-page-why-your-business-list-encapsulation .default-icons-list.small-icon-list {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .main-page-why-your-business-list-encapsulation .section-title {
    text-align: center;
    font-size: 30px;
    padding-bottom: 5px;
    margin-top: 50px;
  }
  .main-page-why-your-business-list-encapsulation .default-icons-list {
    margin-top: 0;
  }
  .main-page-why-your-business-list-encapsulation .default-icons-list.small-icon-list {
    margin-bottom: 30px;
  }
  .main-page-why-your-business-list-encapsulation .default-icons-list.small-icon-list .icon-item-container {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 50px;
  }
}
.popular-searches-box-panel-container {
  background: #f5f5f5;
  margin: 0 0 20px 0;
  border-radius: 15px;
  overflow: hidden;
  padding: 11px 18px 14px 18px;
  width: 100%;
  float: left;
  clear: both;
  margin-top: 1px;
}
.popular-searches-box-panel-container h4 {
  text-align: center;
  color: #2a313a;
  font-size: 22px;
  font-weight: bold;
}
.popular-searches-box-panel-container ul {
  padding: 10px 20px;
}
.popular-searches-box-panel-container ul li {
  color: #373737;
  margin-bottom: 1px;
  list-style: none;
}
.popular-searches-box-panel-container ul li a {
  color: #373737;
  text-decoration: underline;
}
.popular-searches-box-panel-container ul li a:hover {
  text-decoration: none;
}
.popular-seraches-panel-list {
  padding-left: 0;
}
.popular-seraches-panel-list li {
  list-style: none;
  font-size: 13px;
}
.popular-seraches-panel-list li a {
  color: #373737;
  text-decoration: underline;
  font-size: 13px;
}
.popular-seraches-panel-list li a:hover {
  text-decoration: none;
}
.main-page-testimonials-section-container .main-page-testimonials-section .main-page-testimonials .left.carousel-control {
  left: -50px;
  overflow: hidden;
  margin: 0;
  text-indent: -9999px;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  background: no-repeat center center url(../../../core/img/misc/prev-arrow.svg);
}
.main-page-testimonials-section-container .main-page-testimonials-section .main-page-testimonials .left.carousel-control * {
  display: none;
}
.main-page-testimonials-section-container .main-page-testimonials-section .main-page-testimonials .left.carousel-control:hover {
  opacity: 1;
  transform: scale(1.1);
}
.main-page-testimonials-section-container .main-page-testimonials-section .main-page-testimonials .right.carousel-control {
  right: -50px;
  margin: 0;
  overflow: hidden;
  text-indent: -9999px;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  background: no-repeat center center url(../../../core/img/misc/next-arrow.svg);
}
.main-page-testimonials-section-container .main-page-testimonials-section .main-page-testimonials .right.carousel-control * {
  display: none;
}
.main-page-testimonials-section-container .main-page-testimonials-section .main-page-testimonials .right.carousel-control:hover {
  opacity: 1;
  transform: scale(1.1);
}
.main-page-testimonials-section-container .main-page-testimonials-section .main-page-testimonials .double-wrapper {
  width: 800px;
  max-width: 100%;
  margin: 0 auto 30px auto;
}
.main-page-testimonials-section-container .main-page-testimonials-section .main-page-testimonials .carousel {
  margin-bottom: 30px;
}
.main-page-testimonials-section-container .main-page-testimonials-section .main-page-testimonials .carousel .panel-testimonial {
  border-radius: 20px;
  border: solid 1px #dcdcdc;
}
.main-page-testimonials-section-container .main-page-testimonials-section .main-page-testimonials .carousel .panel-testimonial .testimonial-logo-container {
  width: 100%;
  text-align: center;
  line-height: 90px;
  height: 90px;
  margin-bottom: 5px;
}
.main-page-testimonials-section-container .main-page-testimonials-section .main-page-testimonials .carousel .panel-testimonial .testimonial-logo-container img {
  max-width: 100%;
  height: auto;
  max-height: 90px;
  text-indent: -9999px;
}
.main-page-testimonials-section-container .main-page-testimonials-section .main-page-testimonials .carousel .panel-testimonial .testimonial-main-content {
  padding: 0 10px;
  width: 100%;
  font-size: 14px;
  text-align: justify;
}
.main-page-testimonials-section-container .main-page-testimonials-section .main-page-testimonials .carousel .panel-testimonial .testimonial-main-content .testimonial-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  clear: both;
  width: 100%;
  padding-bottom: 5px;
}
.main-page-testimonials-section-container .main-page-testimonials-section .main-page-testimonials .carousel .panel-testimonial .testimonial-main-content p:first-child {
  padding-top: 10px;
}
.main-page-testimonials-section-container .main-page-testimonials-section .main-page-testimonials .carousel .panel-testimonial .testimonial-main-content p,
.main-page-testimonials-section-container .main-page-testimonials-section .main-page-testimonials .carousel .panel-testimonial .testimonial-main-content p i,
.main-page-testimonials-section-container .main-page-testimonials-section .main-page-testimonials .carousel .panel-testimonial .testimonial-main-content i {
  font-size: 14px;
  text-align: justify;
}
.main-page-testimonials-section-container .main-page-testimonials-section .main-page-testimonials .carousel .panel-testimonial .testimonial-main-content .button-container {
  text-align: center;
  width: 100%;
}
.main-page-testimonials-section-container .main-page-testimonials-section .main-page-testimonials .carousel .panel-testimonial .testimonial-main-content .button-container .btn-read-full {
  text-decoration: none;
  margin: 10px auto 0 auto;
  border-radius: 20px;
}
.main-page-testimonials-section-container .main-page-testimonials-section .main-page-testimonials .carousel .panel-testimonial .testimonials-person-avatar-container {
  height: 5px;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.main-page-testimonials-section-container .main-page-testimonials-section .main-page-testimonials .carousel .panel-testimonial .testimonials-person-avatar-container .testimonial-person-avatar {
  width: 60px;
  height: 60px;
  margin: auto;
  display: inline-block;
  overflow: hidden;
  border-radius: 100%;
}
.main-page-testimonials-section-container .main-page-testimonials-section .main-page-testimonials .carousel .panel-testimonial .testimonials-person-avatar-container .testimonial-person-avatar span {
  display: block;
  width: 60px;
  height: 60px;
  background: no-repeat center center;
  background-size: cover;
  overflow: hidden;
  transform: scale(1.2);
}
.main-page-testimonials-section-container .main-page-testimonials-section .main-page-testimonials .carousel .panel-testimonial .testimonials-person-avatar-container .testimonial-person-avatar img {
  display: none;
}
.main-page-testimonials-section-container .main-page-testimonials-section .main-page-testimonials .carousel .panel-testimonial .testimonials-person-card {
  width: 100%;
  background: #f4f4f4;
  border-radius: 10px;
  margin-top: 30px;
  padding: 20px 20px 5px 20px;
  text-align: justify;
}
.main-page-testimonials-section-container .main-page-testimonials-section .main-page-testimonials .carousel .panel-testimonial .testimonials-person-card p {
  font-size: 14px;
  margin-bottom: 15px;
  text-align: justify;
}
.main-page-testimonials-section-container .main-page-testimonials-section .main-page-testimonials .carousel .panel-testimonial .testimonials-person-card p a {
  text-decoration: none;
  margin-bottom: 10px;
  font-weight: bold;
  color: #222;
}
.main-page-testimonials-section-container .main-page-testimonials-section .main-page-testimonials .carousel .panel-testimonial .testimonials-person-card p a:hover {
  text-decoration: underline;
}
.main-page-testimonials-section-container .main-page-testimonials-section .main-page-testimonials .carousel .panel-testimonial .testimonials-person-avatar-container + .testimonials-person-card {
  padding-top: 40px;
}
.main-page-testimonials-section-container .main-page-testimonials-section .main-page-testimonials .item:only-child {
  width: 400px;
  margin: auto;
  max-width: 100%;
}
@media (max-width: 640px) {
  .main-page-testimonials-section-container .main-page-testimonials-section .main-page-testimonials .carousel .panel-testimonial .testimonial-main-content {
    padding: 0;
  }
  .main-page-testimonials-section-container .main-page-testimonials-section .main-page-testimonials .carousel .panel-testimonial .testimonials-person-card {
    padding: 20px 10px 5px 10px;
  }
  .main-page-testimonials-section-container .main-page-testimonials-section .main-page-testimonials .carousel .panel-testimonial .testimonials-person-avatar-container + .testimonials-person-card {
    padding-top: 40px;
  }
}
.custom-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat center center;
  background-size: contain;
}
.custom-icon.calendar-check {
  background-image: url("../../../core/img/misc/calendar-check.svg");
}
.custom-icon.user-clock {
  background-image: url("../../../core/img/misc/user-clock.svg");
}
@keyframes show-preview-admin-nav {
  0% {
    opacity: 0;
    top: -200px;
  }
  100% {
    opacity: 1;
    top: 72px;
  }
}
.listing-preview-admin-bar-container {
  width: 100%;
  float: left;
  clear: both;
  background: #f8f8f8;
  border-bottom: solid 1px #e7e7e7;
  border-top: solid 1px #e7e7e7;
  height: 140px;
  padding: 0 20px;
  position: relative;
}
.listing-preview-admin-bar-container .listing-preview-admin-bar {
  width: 100%;
  position: absolute;
  height: 140px;
  background: #f8f8f8;
  top: 0;
  left: 0;
  padding: 0 170px 0 15px;
}
.listing-preview-admin-bar-container .listing-preview-admin-bar:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  top: 100%;
  left: 0;
  position: absolute;
  background: #e7e7e7;
}
.listing-preview-admin-bar-container .listing-preview-admin-bar.fixed {
  position: fixed;
  z-index: 1030;
  top: 72px;
  animation: show-preview-admin-nav 0.8s forwards;
  animation-timing-function: ease-in-out;
}
.listing-preview-admin-bar-container .listing-preview-admin-bar .right-action {
  position: absolute;
  top: 13px;
  right: 15px;
}
.listing-preview-admin-bar-container .listing-preview-admin-bar .btn {
  position: relative;
  transition: background 0.3s ease-out, opacity 0.3s ease-out;
}
.listing-preview-admin-bar-container .listing-preview-admin-bar .btn:before {
  position: absolute;
  top: 6px;
  right: -10px;
  content: "\f110";
  font-family: "FontAwesome";
  color: inherit;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  animation: fa-spin 2s infinite linear;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
}
.listing-preview-admin-bar-container .listing-preview-admin-bar .btn.disabled:before {
  opacity: 1;
}
.listing-preview-admin-bar-container .listing-preview-admin-bar .btn.btn-approve {
  border-color: #28d664;
  color: #28d664;
}
.listing-preview-admin-bar-container .listing-preview-admin-bar .btn.btn-reject {
  border-color: red;
  color: red;
}
.listing-preview-admin-bar-container .listing-preview-admin-bar .btn.btn-edit {
  border-color: blue;
  color: blue;
}
.listing-preview-admin-bar-container .listing-preview-admin-bar.loading {
  pointer-events: none;
}
.listing-preview-admin-bar-container .listing-preview-admin-bar.loading .btn {
  opacity: 0.5;
}
.listing-preview-admin-bar-container .listing-preview-admin-bar .overflow-fix {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  height: 140px;
}
.listing-preview-admin-bar-container .listing-preview-admin-bar .overflow-fix .listing-info-table {
  width: auto;
  height: 60px;
  white-space: nowrap;
  table-layout: fixed;
}
.listing-preview-admin-bar-container .listing-preview-admin-bar .overflow-fix .listing-info-table td {
  height: 50px;
  padding: 0 10px;
  border-right: solid 1px rgba(0,0,0,0.1);
  border-top: solid 1px rgba(0,0,0,0.1);
  position: relative;
}
.listing-preview-admin-bar-container .listing-preview-admin-bar .overflow-fix .listing-info-table td .cover {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: background 0.3s ease-out;
}
.listing-preview-admin-bar-container .listing-preview-admin-bar .overflow-fix .listing-info-table td .cover:hover {
  background: rgba(0,0,0,0.05);
}
.listing-preview-admin-bar-container .listing-preview-admin-bar .overflow-fix .listing-info-table td span.yes {
  color: green;
}
.listing-preview-admin-bar-container .listing-preview-admin-bar .overflow-fix .listing-info-table td span.no {
  color: red;
}
.listing-preview-admin-bar-container .listing-preview-admin-bar .overflow-fix .listing-info-table td span.country-flag {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat center center;
  background-size: contain;
  margin-left: 10px;
  position: relative;
  top: 5px;
}
.listing-preview-admin-bar-container .listing-preview-admin-bar .overflow-fix .listing-info-table td:first-child {
  padding-left: 0;
}
@keyframes show-preview-admin-nav2 {
  0% {
    opacity: 0;
    top: -200px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@media (max-width: 990px) {
  .listing-preview-admin-bar-container {
    width: 100%;
    float: left;
    clear: both;
    background: #f8f8f8;
    border-bottom: solid 1px #e7e7e7;
    border-top: solid 1px #e7e7e7;
    height: 140px;
    padding: 0 20px;
    position: relative;
  }
  .listing-preview-admin-bar-container .listing-preview-admin-bar {
    top: 0;
    left: 0;
  }
  .listing-preview-admin-bar-container .listing-preview-admin-bar.fixed {
    animation: show-preview-admin-nav2 0.8s forwards;
    animation-timing-function: ease-in-out;
  }
}
.member-default-box {
  position: relative;
  min-height: 80px;
  padding-left: 75px;
  padding-bottom: 20px;
}
.member-default-box .member-image-container {
  width: 48px;
  height: 48px;
  display: inline-block;
  overflow: hidden;
  border-radius: 100%;
  background: #fff url("../../../core/img/no-image.svg") no-repeat center center;
  background-size: 30px auto;
  position: absolute;
  top: 20px;
  left: 15px;
}
.member-default-box .member-image-container img {
  display: none;
}
.member-default-box .member-image-container .bg {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 100%;
}
.member-default-box .member-description {
  width: 100%;
  float: left;
  clear: both;
  padding-top: 25px;
  padding-right: 20px;
}
.member-default-box .member-description h6 {
  font-size: 16px;
  color: #2a313a;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.member-default-box .member-description p {
  font-size: 15px;
  margin: 0 0 10px 0;
  color: #2a313a;
}
.member-default-box .member-description p .listing-address-result-pages .listing-address-row {
  display: inline;
}
.member-default-box .member-description p .listing-address-result-pages .listing-address-row:after {
  content: ', ';
  margin-left: -3px;
}
.member-default-box .member-description p .listing-address-result-pages .listing-address-row:last-child:after {
  display: none;
}
.member-default-box .member-description a {
  color: #2a313a;
  text-decoration: underline;
}
.member-default-box .member-description a:hover {
  text-decoration: none;
}
.become-a-member-side-section {
  width: 100%;
  border-radius: 15px;
  background: #f5f5f5;
  float: left;
  clear: both;
  margin: 15px 0;
  min-height: 100px;
  padding-left: 95px;
  padding-bottom: 22px;
}
.become-a-member-side-section .member-image-container {
  width: 62px;
  height: 62px;
}
.become-a-member-side-section .member-image-container .bg {
  top: 4px;
  left: 4px;
  width: 54px;
  height: 54px;
}
.become-a-member-side-section .member-description {
  padding-top: 15px;
  padding-bottom: 0;
}
.become-a-member-side-section .member-description p {
  margin: 0 0 5px 0;
}
.become-a-member-side-section .member-description a {
  cursor: pointer;
}
.free .become-a-member-side-section {
  margin-top: 0;
}
div.redirect-container {
  font-size: 17px;
  text-align: center;
  padding-bottom: 100px;
}
p.redirect-spinner {
  margin-top: 45px;
  font-size: 26px;
  color: #3A589E;
}
p.redirect-header {
  margin-top: 45px;
  color: #3A589E;
}
p.redirect-info a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
#listing .container .left-column.left-column-bis > section#members-of-listing-section .become-a-member-btn {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 15px;
  margin-top: 15px;
  border: solid 1px #d7d7d7;
  padding: 6px 20px;
  color: #2a313a;
  text-decoration: none;
  border-radius: 20px;
  transition: background 0.3s ease-out;
  cursor: pointer;
}
#listing .container .left-column.left-column-bis > section#members-of-listing-section .become-a-member-btn:hover {
  background: rgba(0,0,0,0.1);
}
#listing .container .left-column.left-column-bis > section#members-of-listing-section .section-title-and-action {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}
#listing .container .left-column.left-column-bis > section#members-of-listing-section .section-title-and-action .description-title {
  padding-right: 180px;
}
#listing .container .left-column.left-column-bis > section#members-of-listing-section .section-title-and-action .become-a-member-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  margin-top: 5px;
}
#listing .container .left-column.left-column-bis > section#members-of-listing-section .member-list-container {
  width: 100%;
  padding-top: 5px;
  float: left;
  clear: both;
}
#listing .container .left-column.left-column-bis > section#members-of-listing-section .member-list-container .become-a-member-btn {
  width: 100%;
  display: none;
}
#listing .container .left-column.left-column-bis > section#members-of-listing-section .member-list-container .members-list {
  width: 100%;
  background: #f5f5f5;
  float: left;
  clear: both;
  margin: 15px 0;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
#listing .container .left-column.left-column-bis > section#members-of-listing-section .member-list-container .members-list:before {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
}
#listing .container .left-column.left-column-bis > section#members-of-listing-section .member-list-container .members-list .member-default-box {
  float: left;
  width: 50%;
}
#listing .container .left-column.left-column-bis > section#members-of-listing-section .member-list-container .members-list .member-default-box:nth-of-type(2n+1) {
  clear: both;
}
#listing .container .left-column.left-column-bis > section#members-of-listing-section .member-list-container .members-list .member-default-box:nth-of-type(2n+1):before {
  content: '';
  display: block;
  width: 200%;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
#listing .container .left-column.left-column-bis > section#members-of-listing-section .member-list-container .members-list .member-default-box:first-child:before {
  display: none;
}
@media (min-width: 768px) {
  #listing .container .left-column.left-column-bis > section#members-of-listing-section .member-list-container {
    display: block;
  }
}
@media (max-width: 767px) {
  #listing .container .left-column.left-column-bis > section#members-of-listing-section .section-title-and-action .description-title {
    padding-right: 60px;
  }
  #listing .container .left-column.left-column-bis > section#members-of-listing-section .section-title-and-action .become-a-member-btn {
    display: none;
  }
  #listing .container .left-column.left-column-bis > section#members-of-listing-section .member-list-container {
    padding: 5px 15px 25px 15px;
    border: solid 1px #d3d3d3;
    border-top: none;
  }
  #listing .container .left-column.left-column-bis > section#members-of-listing-section .member-list-container .become-a-member-btn {
    width: 100%;
    display: block;
    clear: both;
  }
  #listing .container .left-column.left-column-bis > section#members-of-listing-section .member-list-container .members-list {
    width: 100%;
    background: #f5f5f5;
    float: left;
    clear: both;
    margin: 15px 0;
    border-radius: 15px;
  }
  #listing .container .left-column.left-column-bis > section#members-of-listing-section .member-list-container .members-list:before {
    display: none;
  }
  #listing .container .left-column.left-column-bis > section#members-of-listing-section .member-list-container .members-list .member-default-box {
    float: left;
    width: 100%;
  }
  #listing .container .left-column.left-column-bis > section#members-of-listing-section .member-list-container .members-list .member-default-box:before {
    content: '';
    display: block;
    width: 200%;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  #listing .container .left-column.left-column-bis > section#members-of-listing-section .member-list-container .members-list .member-default-box:first-child:before {
    display: none;
  }
}
#listing .container .left-column.left-column-bis > section#tags-and-memberships-of-listing-section .section-title-and-action {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}
#listing .container .left-column.left-column-bis > section#tags-and-memberships-of-listing-section .qcm-section-container {
  width: 100%;
  padding-top: 5px;
  float: left;
  clear: both;
}
#listing .container .left-column.left-column-bis > section#tags-and-memberships-of-listing-section .qcm-section-container .qcm-section {
  width: 100%;
  background: #f5f5f5;
  float: left;
  clear: both;
  margin: 10px 0;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
#listing .container .left-column.left-column-bis > section#tags-and-memberships-of-listing-section .qcm-section-container .qcm-section > section {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}
#listing .container .left-column.left-column-bis > section#tags-and-memberships-of-listing-section .qcm-section-container .qcm-section > section:before {
  content: '';
  display: block;
  width: 200%;
  height: 5px;
  background: #fff;
  position: absolute;
  top: -2px;
  left: 0;
}
#listing .container .left-column.left-column-bis > section#tags-and-memberships-of-listing-section .qcm-section-container .qcm-section > section .section-title {
  width: 190px;
  float: left;
  padding: 15px 20px 20px 20px;
  font-weight: bold;
}
#listing .container .left-column.left-column-bis > section#tags-and-memberships-of-listing-section .qcm-section-container .qcm-section > section .section-data {
  width: calc(100% - 190px);
  float: left;
}
#listing .container .left-column.left-column-bis > section#tags-and-memberships-of-listing-section .qcm-section-container .qcm-section > section:first-child:before {
  display: none;
}
#listing .container .left-column.left-column-bis > section#tags-and-memberships-of-listing-section .qcm-section-container .qcm-section > section.property-values-section {
  margin-bottom: 15px;
}
#listing .container .left-column.left-column-bis > section#tags-and-memberships-of-listing-section .qcm-section-container .qcm-section > section.property-values-section .section-data {
  padding-top: 20px;
}
#listing .container .left-column.left-column-bis > section#tags-and-memberships-of-listing-section .qcm-section-container .qcm-section > section.property-values-section .section-data ul {
  list-style: none;
  margin: -5px 0 0 0;
  padding: 0;
}
#listing .container .left-column.left-column-bis > section#tags-and-memberships-of-listing-section .qcm-section-container .qcm-section > section.property-values-section .section-data ul li {
  font-size: 15px;
  margin-bottom: 5px;
}
#listing .container .left-column.left-column-bis > section#tags-and-memberships-of-listing-section .qcm-section-container .qcm-section > section.memberships-section .section-title {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 5px;
}
#listing .container .left-column.left-column-bis > section#tags-and-memberships-of-listing-section .qcm-section-container .qcm-section > section.memberships-section .section-title p {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 15px;
}
#listing .container .left-column.left-column-bis > section#tags-and-memberships-of-listing-section .qcm-section-container .qcm-section > section.memberships-section .section-data {
  width: 100%;
  padding-right: 35px;
  padding-bottom: 15px;
  padding-left: 20px;
}
#listing .container .left-column.left-column-bis > section#tags-and-memberships-of-listing-section .qcm-section-container .qcm-section > section.memberships-section .section-data .members-list .member-default-box {
  float: left;
  width: 100%;
  position: relative;
}
#listing .container .left-column.left-column-bis > section#tags-and-memberships-of-listing-section .qcm-section-container .qcm-section > section.memberships-section .section-data .members-list .member-default-box:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #d6d6d6;
  position: absolute;
  top: 0;
  left: 0;
}
#listing .container .left-column.left-column-bis > section#tags-and-memberships-of-listing-section .qcm-section-container .qcm-section > section.memberships-section .section-data .members-list .member-default-box:first-child:before {
  display: none;
}
#listing .container .left-column.left-column-bis > section#tags-and-memberships-of-listing-section .qcm-section-container .qcm-section > section.memberships-section .section-data .members-list .member-default-box .member-image-container {
  width: 62px;
  height: 62px;
  left: 0;
}
#listing .container .left-column.left-column-bis > section#tags-and-memberships-of-listing-section .qcm-section-container .qcm-section > section.memberships-section .section-data .members-list .member-default-box .member-image-container .bg {
  top: 4px;
  left: 4px;
  width: 54px;
  height: 54px;
}
#listing .container .left-column.left-column-bis > section#tags-and-memberships-of-listing-section .qcm-section-container .qcm-section > section.memberships-section .section-data .members-list .member-default-box .member-description a {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
  border: solid 1px #d7d7d7;
  background: #fff;
  padding: 4px 15px;
  color: #2a313a;
  text-decoration: none;
  border-radius: 20px;
  transition: background 0.3s ease-out;
  cursor: pointer;
}
#listing .container .left-column.left-column-bis > section#tags-and-memberships-of-listing-section .qcm-section-container .qcm-section > section.memberships-section .section-data .members-list .member-default-box .member-description a:hover {
  background: #ededed;
}
#listing .container .left-column.left-column-bis > section#tags-and-memberships-of-listing-section .qcm-section-container .qcm-section > section.memberships-section .section-data .members-list .load-more-memberships-button {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #listing .container .left-column.left-column-bis > section#tags-and-memberships-of-listing-section .qcm-section-container {
    display: block;
  }
}
@media (max-width: 767px) {
  #listing .container .left-column.left-column-bis > section#tags-and-memberships-of-listing-section .section-title-and-action .description-title {
    padding-right: 60px;
  }
  #listing .container .left-column.left-column-bis > section#tags-and-memberships-of-listing-section .section-title-and-action .become-a-member-btn {
    display: none;
  }
  #listing .container .left-column.left-column-bis > section#tags-and-memberships-of-listing-section .qcm-section-container {
    padding: 5px 15px 11px 15px;
    border: solid 1px #d3d3d3;
    border-top: none;
  }
  #listing .container .left-column.left-column-bis > section#tags-and-memberships-of-listing-section .qcm-section-container .qcm-section > section .section-title {
    width: 100px;
    padding: 15px 15px 0 15px;
  }
  #listing .container .left-column.left-column-bis > section#tags-and-memberships-of-listing-section .qcm-section-container .qcm-section > section .section-data {
    width: 100%;
    padding: 0 15px;
  }
}
.main-sections-container .section-container {
  width: 100%;
  float: left;
  clear: both;
  overflow: hidden;
  padding: 50px 0 35px 0;
}
.main-sections-container .section-container:nth-child(even) {
  background: #f4f4f4;
}
.main-sections-container .section-container.reverse-section {
  background: #f4f4f4;
  padding: 0;
}
.main-sections-container .section-container.reverse-section:nth-child(even) {
  background: #fff;
}
.main-sections-container .section-container .section-title {
  text-align: center;
  font-size: 35px;
  margin: 15px 0 30px 0;
}
.main-sections-container .section-container ins {
  text-align: center;
}
.main-sections-container .section-container .section-actions {
  width: 100%;
  text-align: center;
  float: left;
  clear: both;
  margin-bottom: 36px;
}
.main-sections-container .section-container .section-actions .button-container {
  margin-top: 20px;
  width: 100%;
  float: left;
  clear: both;
}
.main-sections-container .section-container .v-a-w {
  width: 100%;
  display: table;
  table-layout: fixed;
  vertical-align: middle;
  height: inherit;
  min-height: inherit;
}
.main-sections-container .section-container .v-a-w .v-a {
  display: table-cell;
  height: inherit;
  vertical-align: middle;
  min-height: inherit;
}
.main-sections-container .section-container .btn.btn-action {
  font-size: 14px;
  background: #001d4e;
  color: #fff;
  padding: 12px 30px;
  border-radius: 25px;
  transition: background 0.3s ease-out;
}
.main-sections-container .section-container .btn.btn-action:hover {
  background: #003081;
}
.main-sections-container .section-container .btn.btn-find-out-more {
  font-size: 14px;
  box-shadow: 0 0 0 1px #1b70ff;
  padding: 12px 30px;
  border-radius: 25px;
  transition: background 0.3s ease-out;
  background: #4e90ff;
  color: #001d4e;
}
.main-sections-container .section-container .btn.btn-find-out-more:hover {
  background: #81b0ff;
}
.main-sections-container .section-container .intro-section-container {
  padding: 0;
  width: 100%;
  float: left;
  clear: both;
}
.main-sections-container .section-container .intro-section-container .introduction {
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
}
.main-sections-container .section-container .intro-section-container .introduction h2 {
  padding-bottom: 10px;
}
.main-sections-container .section-container .intro-section-container .introduction p {
  margin-bottom: 20px;
}
.main-sections-container .section-container .intro-section-container .popular-sliders-container {
  width: 100%;
  float: left;
  clear: both;
  margin: 30px 0 0 0;
}
.main-sections-container .section-container .intro-section-container .popular-sliders-container:first-child {
  margin-top: 0;
}
.main-sections-container .section-container .intro-section-container .popular-sliders-container .container {
  max-width: 100%;
  padding-top: 0;
}
.main-sections-container .section-container .intro-section-container .popular-sliders-container .categories-list {
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
  vertical-align: top;
  line-height: 0;
  display: table-row;
  font-size: 0;
}
.main-sections-container .section-container .intro-section-container .popular-sliders-container .categories-list:first-child {
  padding-top: 30px;
}
.main-sections-container .section-container .intro-section-container .popular-sliders-container .categories-list .category-container {
  padding: 10px 20px 10px 20px;
  display: inline-block;
  min-width: 16%;
  vertical-align: top;
}
.main-sections-container .section-container .intro-section-container .popular-sliders-container .categories-list .category-container a {
  display: block;
}
.main-sections-container .section-container .intro-section-container .popular-sliders-container .categories-list .category-container a .image-container {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  box-shadow: 0 0 0 1px #eaeaea;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.main-sections-container .section-container .intro-section-container .popular-sliders-container .categories-list .category-container a .image-container img {
  display: none;
}
.main-sections-container .section-container .intro-section-container .popular-sliders-container .categories-list .category-container a .image-container .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat center center;
  background-size: cover;
}
.main-sections-container .section-container .intro-section-container .popular-sliders-container .categories-list .category-container a .title {
  padding: 20px 0 10px 0;
  display: block;
  max-width: 150px;
  line-height: 120%;
  color: #333333;
  font-size: 14px;
  text-decoration: none;
}
.main-sections-container .section-container .intro-section-container .popular-sliders-container .popular-sliders {
  width: 1100px;
  margin: auto;
  max-width: 100%;
}
.main-sections-container .section-container .intro-section-container .popular-sliders-container .popular-sliders .popular #myTabs li {
  width: 25%;
  height: auto;
  padding-bottom: 15px;
}
.main-sections-container .section-container .intro-section-container .popular-sliders-container .popular-sliders .popular #myTabs li a {
  font-size: 18px;
  height: 50px;
  border: none !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.main-sections-container .section-container .intro-section-container .popular-sliders-container .popular-sliders .popular #myTabs li a:before {
  height: 26px;
  width: 1px;
  background: #e3e3e3;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -13px;
}
.main-sections-container .section-container .intro-section-container .popular-sliders-container .popular-sliders .popular #myTabs li:last-child a:before {
  display: none;
}
@media (max-width: 767px) {
  .main-sections-container .section-container .intro-section-container .popular-sliders-container {
    width: calc(100% + 32px);
    margin: 10px 0 0 -16px;
    border-top: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
  }
  .main-sections-container .section-container .intro-section-container .popular-sliders-container:first-child {
    margin-top: -50px;
  }
  .main-sections-container .section-container .intro-section-container .popular-sliders-container .container {
    max-width: 100%;
    padding-top: 0;
  }
  .main-sections-container .section-container .intro-section-container .popular-sliders-container .categories-list {
    padding: 0 0 0 0;
  }
  .main-sections-container .section-container .intro-section-container .popular-sliders-container .categories-list .category-container {
    width: 50%;
    float: left;
  }
  .main-sections-container .section-container .intro-section-container .popular-sliders-container .categories-list .category-container:nth-child(odd) {
    clear: both;
  }
  .main-sections-container .section-container .intro-section-container .popular-sliders-container .categories-list .category-container a {
    display: block;
    width: 100%;
  }
  .main-sections-container .section-container .intro-section-container .popular-sliders-container .categories-list .category-container a .title {
    display: block;
    max-width: 100%;
  }
}
.main-sections-container .section-container .why-use-section {
  width: 100%;
  padding: 0 20px 8px 20px;
  float: left;
  clear: both;
}
.main-sections-container .section-container .why-use-section .why-use-advantages-list {
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
  margin-top: 10px;
  line-height: 0;
  font-size: 0;
}
.main-sections-container .section-container .why-use-section .why-use-advantages-list .advantage-container {
  width: 280px;
  display: inline-block;
  max-width: 100%;
  text-align: center;
  vertical-align: top;
  padding: 0 20px 20px 20px;
}
.main-sections-container .section-container .why-use-section .why-use-advantages-list .advantage-container .advantage {
  width: 100%;
  float: left;
  clear: both;
}
.main-sections-container .section-container .why-use-section .why-use-advantages-list .advantage-container .advantage .icon-container {
  height: 70px;
  width: 100%;
  text-align: center;
  font-size: 50px;
  line-height: 50px;
}
.main-sections-container .section-container .why-use-section .why-use-advantages-list .advantage-container .advantage .icon-container .custom-icon {
  display: block;
  width: 50px;
  height: 50px;
  background: no-repeat center center;
  background-size: 50px auto;
  margin: auto;
}
.main-sections-container .section-container .why-use-section .why-use-advantages-list .advantage-container .advantage .icon-container .custom-icon.clock-solid {
  background-image: url('../../../core/img/icons/clock-solid.svg');
}
.main-sections-container .section-container .why-use-section .why-use-advantages-list .advantage-container .advantage .icon-container .custom-icon.business-time-solid {
  background-image: url('../../../core/img/icons/business-time-solid.svg');
}
.main-sections-container .section-container .why-use-section .why-use-advantages-list .advantage-container .advantage .icon-container .custom-icon.certificate-solid {
  background-image: url('../../../core/img/icons/certificate-solid.svg');
}
.main-sections-container .section-container .why-use-section .why-use-advantages-list .advantage-container .advantage h6 {
  font-weight: 300;
  font-size: 22px;
  line-height: 120%;
}
.main-sections-container .section-container .why-use-section .why-use-advantages-list .advantage-container .advantage p {
  font-size: 14px;
  line-height: 120%;
}
.main-sections-container .section-container .businesses-to-select-from .section-title {
  padding: 0 20px;
}
.main-sections-container .section-container .businesses-to-select-from .intro-slider-container {
  margin: 20px auto 25px auto;
}
.main-sections-container .section-container .businesses-to-select-from .recent-listings-action {
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
  margin-bottom: 0;
}
.main-sections-container .section-container .businesses-to-select-from .recent-listings-action .btn.btn-action {
  min-width: 200px;
}
@media (max-width: 767px) {
  .main-sections-container .section-container.intro-section-container-fix {
    padding-bottom: 0;
  }
}
.intro-slider-container {
  width: 100%;
  float: left;
  clear: both;
}
.intro-slider-container .intro-slider-align {
  width: 1430px;
  max-width: 100%;
  padding: 0 65px;
  position: relative;
  margin: auto;
}
.intro-slider-container .slick-arrow {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  border: none;
  background: no-repeat center center;
  text-indent: -9999px;
  outline: none;
  margin-top: -15px;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.intro-slider-container .slick-arrow.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.intro-slider-container .slick-arrow.slick-prev {
  left: -50px;
  background-image: url("../../../core/img/misc/prev-arrow.svg");
}
.intro-slider-container .slick-arrow.slick-next {
  right: -50px;
  background-image: url("../../../core/img/misc/next-arrow.svg");
}
.intro-slider-container .slick-arrow:hover {
  transform: scale(1.1);
}
.intro-slider-container .slick-dots {
  list-style: none;
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0 0 0;
  padding: 0;
  text-align: center;
}
.intro-slider-container .slick-dots li {
  display: inline-block;
}
.intro-slider-container .slick-dots li button {
  display: inline-block;
  overflow: hidden;
  width: 10px;
  height: 10px;
  border: solid 1px #000;
  text-indent: -9999px;
  background: none;
  padding: 0;
  outline: none;
  border-radius: 100%;
  margin: 0 3px;
  transition: background 0.3s ease-out, transform 0.3s ease-out;
}
.intro-slider-container .slick-dots li button:hover {
  transform: scale(1.1);
}
.intro-slider-container .slick-dots li.slick-active button {
  background: #000;
}
.intro-slider-container .intro-slider {
  width: 100%;
}
.intro-slider-container .intro-slider .slide {
  width: 100%;
  outline: none;
  padding: 0 5px;
}
.intro-slider-container .intro-slider .slide .slide-content {
  width: 100%;
  border: solid 1px #e6e6e6;
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
}
.intro-slider-container .intro-slider .slide .slide-content .slide-box-container {
  width: 50%;
  float: left;
}
.intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  padding: 0 0 0 50%;
  overflow: hidden;
  min-height: 323px;
}
.intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box .image-container {
  width: 50%;
  outline: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box .image-container .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background: no-repeat center center;
  background-size: cover;
}
.intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box .image-container:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  top: 50px;
  border-top: 15px solid transparent;
  border-right: 15px solid #fff;
  border-bottom: 15px solid transparent;
  z-index: 20;
}
.intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box .description-container {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  min-height: 323px;
  padding: 0 20px 40px 20px;
  z-index: 10;
}
.intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box .description-container .logo-container {
  float: left;
  overflow: hidden;
  width: 90px;
  height: 90px;
  margin: 0 10px 10px 0;
  text-align: center;
}
.intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box .description-container .logo-container img {
  max-width: 90px;
  max-height: 90px;
  width: auto;
  height: auto;
  font-size: 1px;
}
.intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box .description-container h3 {
  margin: 20px 0 5px 0;
  font-size: 22px;
  color: #2c2c2c;
}
.intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box .description-container h3 a {
  color: #2c2c2c;
}
.intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box .description-container .subtitle {
  font-size: 13px;
  color: #b1b1b1;
}
.intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box .description-container .aside-info {
  width: 100%;
  float: left;
  clear: both;
  font-size: 13px;
  margin: 10px 0;
}
.intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box .description-container .aside-info p {
  display: block;
  display: -webkit-box;
  margin: 10px 0;
  text-align: justify;
  height: auto;
  max-height: 62.4px;
  font-size: 13px;
  line-height: 1.2;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box .description-container .aside-info .info {
  color: #001d4e;
}
.intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box .description-container .view-page {
  position: absolute;
  bottom: 25px;
  left: 25px;
  font-size: 12px;
  color: #2c2c2c;
  border: solid 1px #cecece;
  border-radius: 10px;
  height: 24px;
  line-height: 22px;
  padding: 0 15px;
  text-decoration: none;
  transition: background 0.3s ease-out;
}
.intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box .description-container .view-page:hover {
  background: rgba(0,0,0,0.05);
}
.intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box.second-box-3,
.intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box.second-box-4 {
  padding: 0 50% 0 0;
}
.intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box.second-box-3 .image-container,
.intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box.second-box-4 .image-container {
  top: 0;
  left: auto;
  right: 0;
}
.intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box.second-box-3 .image-container:before,
.intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box.second-box-4 .image-container:before {
  display: none;
}
.intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box.second-box-3 .image-container:after,
.intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box.second-box-4 .image-container:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  top: 50px;
  border-top: 15px solid transparent;
  border-left: 15px solid #fff;
  border-bottom: 15px solid transparent;
  z-index: 20;
}
@media (max-width: 980px) {
  .intro-slider-container {
    width: 100%;
    float: left;
    clear: both;
  }
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container {
    width: 100%;
    float: left;
  }
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    padding: 0 0 0 50%;
    overflow: hidden;
    min-height: 0;
  }
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box .image-container {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box .image-container .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background: no-repeat center center;
    background-size: cover;
  }
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box .image-container:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    top: 50px;
    border-top: 15px solid transparent;
    border-right: 15px solid #fff;
    border-bottom: 15px solid transparent;
    z-index: 20;
  }
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box.second-box-1,
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box.second-box-3 {
    padding: 0 50% 0 0;
  }
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box.second-box-1 .image-container,
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box.second-box-3 .image-container {
    top: 0;
    left: auto;
    right: 0;
  }
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box.second-box-1 .image-container:before,
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box.second-box-3 .image-container:before {
    display: none;
  }
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box.second-box-1 .image-container:after,
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box.second-box-3 .image-container:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    top: 50px;
    border-top: 15px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 15px solid transparent;
    z-index: 20;
  }
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box.second-box-4 {
    padding: 0 0 0 50%;
  }
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box.second-box-4 .image-container {
    top: 0;
    left: 0;
    right: auto;
  }
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box.second-box-4 .image-container:before {
    display: block;
  }
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box.second-box-4 .image-container:after {
    display: none;
  }
}
@media (max-width: 640px) {
  .intro-slider-container {
    width: 100%;
    float: left;
    clear: both;
  }
  .intro-slider-container .slick-arrow {
    display: none;
  }
  .intro-slider-container .intro-slider-align {
    width: 1430px;
    max-width: 100%;
    padding: 0 15px;
    position: relative;
    margin: auto;
  }
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container {
    width: 100%;
    float: left;
  }
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    padding: 0 0 0 0;
    overflow: hidden;
    min-height: 0;
    border-bottom: solid 1px rgba(0,0,0,0.1);
  }
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box .image-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.05;
  }
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box .image-container:before {
    display: none;
  }
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box .description-container {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    padding: 0 20px 50px 20px;
    min-height: 0;
  }
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box .description-container .main-info-container .logo-container {
    width: 100%;
    height: auto;
  }
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box .description-container .aside-info {
    margin: 2px 0;
  }
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box .description-container .aside-info p {
    display: none;
  }
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box .description-container .view-page {
    bottom: 20px;
    left: 20px;
  }
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box.second-box-1,
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box.second-box-3 {
    padding: 0 0 0 0;
  }
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box.second-box-1 .image-container,
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box.second-box-3 .image-container {
    top: 0;
    left: auto;
    right: 0;
  }
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box.second-box-1 .image-container:before,
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box.second-box-3 .image-container:before {
    display: none;
  }
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box.second-box-1 .image-container:after,
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box.second-box-3 .image-container:after {
    display: none;
  }
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box.second-box-4 {
    padding: 0 0 0 0;
  }
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box.second-box-4 .image-container {
    top: 0;
    left: 0;
    right: auto;
  }
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box.second-box-4 .image-container:before {
    display: none;
  }
  .intro-slider-container .intro-slider .slide .slide-content .slide-box-container .slide-box.second-box-4 .image-container:after {
    display: none;
  }
}
.main-slider-section-container .slick-arrow {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  border: none;
  background: no-repeat center center;
  text-indent: -9999px;
  outline: none;
  margin-top: -15px;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.main-slider-section-container .slick-arrow.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.main-slider-section-container .slick-arrow.slick-prev {
  left: -50px;
  background-image: url("../../../core/img/misc/prev-arrow.svg");
}
.main-slider-section-container .slick-arrow.slick-next {
  right: -50px;
  background-image: url("../../../core/img/misc/next-arrow.svg");
}
.main-slider-section-container .slick-arrow:hover {
  transform: scale(1.1);
}
.main-slider-section-container .slick-dots {
  list-style: none;
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0 10px 0;
  padding: 0;
  text-align: center;
}
.main-slider-section-container .slick-dots li {
  display: inline-block;
}
.main-slider-section-container .slick-dots li button {
  display: inline-block;
  overflow: hidden;
  width: 10px;
  height: 10px;
  border: solid 1px #000;
  text-indent: -9999px;
  background: none;
  padding: 0;
  outline: none;
  border-radius: 100%;
  margin: 0 3px;
  transition: background 0.3s ease-out, transform 0.3s ease-out;
}
.main-slider-section-container .slick-dots li button:hover {
  transform: scale(1.1);
}
.main-slider-section-container .slick-dots li.slick-active button {
  background: #000;
}
.main-slider-section-container .main-slider-container {
  width: 1430px;
  max-width: 100%;
  padding: 0 65px;
  position: relative;
  margin: 35px auto 20px 0;
}
.main-slider-section-container .main-slider-container .main-slider {
  width: 100%;
}
.main-slider-section-container .main-slider-container .main-slider .slide {
  padding: 0 20px;
  width: 100%;
}
.main-slider-section-container .main-slider-container .main-slider .slide .slide-content {
  width: 100%;
  float: left;
  clear: both;
  border: solid 1px #dcdcdc;
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
  outline: none;
}
.main-slider-section-container .main-slider-container .main-slider .slide .slide-content .image-container {
  width: 100%;
  height: 250px;
  position: relative;
  top: 0;
  left: 0;
  outline: none;
}
.main-slider-section-container .main-slider-container .main-slider .slide .slide-content .image-container .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background: no-repeat center center;
  background-size: cover;
}
.main-slider-section-container .main-slider-container .main-slider .slide .slide-content .description-container {
  padding: 35px 20px 60px 20px;
  position: relative;
  width: 100%;
  float: left;
  clear: both;
}
.main-slider-section-container .main-slider-container .main-slider .slide .slide-content .description-container .title {
  margin: 0 0 15px 0;
  text-align: center;
  font-size: 22px;
  color: #2c2c2c;
  display: block;
  width: 100%;
}
.main-slider-section-container .main-slider-container .main-slider .slide .slide-content .description-container p {
  font-size: 14px;
  text-align: justify;
  margin: 20px 0;
}
.main-slider-section-container .main-slider-container .main-slider .slide .slide-content .description-container .read-more-container {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}
.main-slider-section-container .main-slider-container .main-slider .slide .slide-content .description-container .read-more-container .read-more {
  display: inline-block;
  font-size: 12px;
  color: #2c2c2c;
  border: solid 1px #cecece;
  border-radius: 10px;
  height: 24px;
  line-height: 22px;
  padding: 0 15px;
  text-decoration: none;
  transition: background 0.3s ease-out;
}
.main-slider-section-container .main-slider-container .main-slider .slide .slide-content .description-container .read-more-container .read-more:hover {
  background: rgba(0,0,0,0.05);
}
.main-slider-section-container .main-slider-container .main-slider .slide .testimonial {
  padding: 20px 20px;
}
.main-slider-section-container .main-slider-container .main-slider .slide .testimonial .testimonial-logo-container {
  width: 100%;
  text-align: center;
  line-height: 90px;
  height: 90px;
  margin-bottom: 5px;
}
.main-slider-section-container .main-slider-container .main-slider .slide .testimonial .testimonial-logo-container a {
  display: inline-block;
}
.main-slider-section-container .main-slider-container .main-slider .slide .testimonial .testimonial-logo-container img {
  max-width: 100%;
  height: auto;
  max-height: 90px;
  text-indent: -9999px;
}
.main-slider-section-container .main-slider-container .main-slider .slide .testimonial .testimonial-main-content {
  padding: 0 10px;
  width: 100%;
  font-size: 14px;
  text-align: justify;
}
.main-slider-section-container .main-slider-container .main-slider .slide .testimonial .testimonial-main-content .testimonial-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  clear: both;
  width: 100%;
  padding-bottom: 5px;
}
.main-slider-section-container .main-slider-container .main-slider .slide .testimonial .testimonial-main-content p:first-child {
  padding-top: 10px;
}
.main-slider-section-container .main-slider-container .main-slider .slide .testimonial .testimonial-main-content p,
.main-slider-section-container .main-slider-container .main-slider .slide .testimonial .testimonial-main-content p i,
.main-slider-section-container .main-slider-container .main-slider .slide .testimonial .testimonial-main-content i {
  font-size: 14px;
  text-align: justify;
}
.main-slider-section-container .main-slider-container .main-slider .slide .testimonial .testimonial-main-content .button-container {
  text-align: center;
  width: 100%;
}
.main-slider-section-container .main-slider-container .main-slider .slide .testimonial .testimonial-main-content .button-container .btn-read-full {
  text-decoration: none;
  margin: 10px auto 0 auto;
  border-radius: 20px;
}
.main-slider-section-container .main-slider-container .main-slider .slide .testimonial .testimonials-person-avatar-container {
  height: 5px;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.main-slider-section-container .main-slider-container .main-slider .slide .testimonial .testimonials-person-avatar-container .testimonial-person-avatar {
  width: 60px;
  height: 60px;
  margin: auto;
  display: inline-block;
  overflow: hidden;
  border-radius: 100%;
}
.main-slider-section-container .main-slider-container .main-slider .slide .testimonial .testimonials-person-avatar-container .testimonial-person-avatar span {
  display: block;
  width: 60px;
  height: 60px;
  background: no-repeat center center;
  background-size: cover;
  overflow: hidden;
  transform: scale(1.2);
}
.main-slider-section-container .main-slider-container .main-slider .slide .testimonial .testimonials-person-avatar-container .testimonial-person-avatar img {
  display: none;
}
.main-slider-section-container .main-slider-container .main-slider .slide .testimonial .testimonials-person-card {
  width: 100%;
  background: #f4f4f4;
  border-radius: 10px;
  margin-top: 30px;
  padding: 20px 20px 5px 20px;
  text-align: justify;
}
.main-slider-section-container .main-slider-container .main-slider .slide .testimonial .testimonials-person-card p {
  font-size: 14px;
  margin-bottom: 15px;
  text-align: justify;
}
.main-slider-section-container .main-slider-container .main-slider .slide .testimonial .testimonials-person-card p a {
  text-decoration: none;
  margin-bottom: 10px;
  font-weight: bold;
  color: #222;
}
.main-slider-section-container .main-slider-container .main-slider .slide .testimonial .testimonials-person-card p a:hover {
  text-decoration: underline;
}
.main-slider-section-container .main-slider-container .main-slider .slide .testimonial .testimonials-person-avatar-container + .testimonials-person-card {
  padding-top: 40px;
}
@media (max-width: 640px) {
  .main-slider-section-container .slick-arrow {
    display: none;
  }
  .main-slider-section-container .main-slider-container {
    padding: 0 0;
  }
  .main-slider-section-container .main-slider-container .main-slider {
    width: 100%;
  }
  .main-slider-section-container .main-slider-container .main-slider .slide {
    padding: 0 5px;
    width: 100%;
  }
  .main-slider-section-container .main-slider-container .main-slider .slide .slide-content {
    width: 100%;
    float: left;
    clear: both;
    border: solid 1px #dcdcdc;
    background: #fff;
    overflow: hidden;
    border-radius: 20px;
    outline: none;
  }
  .main-slider-section-container .main-slider-container .main-slider .slide .slide-content .image-container {
    width: 100%;
    height: 250px;
    position: relative;
    top: 0;
    left: 0;
    outline: none;
  }
  .main-slider-section-container .main-slider-container .main-slider .slide .slide-content .image-container .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background: no-repeat center center;
    background-size: cover;
  }
  .main-slider-section-container .main-slider-container .main-slider .slide .slide-content .description-container {
    padding: 35px 20px 60px 20px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
  }
  .main-slider-section-container .main-slider-container .main-slider .slide .slide-content .description-container .title {
    margin: 0 0 15px 0;
    text-align: center;
    font-size: 22px;
    color: #2c2c2c;
    display: block;
    width: 100%;
  }
  .main-slider-section-container .main-slider-container .main-slider .slide .slide-content .description-container p {
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
  }
  .main-slider-section-container .main-slider-container .main-slider .slide .slide-content .description-container .read-more-container {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .main-slider-section-container .main-slider-container .main-slider .slide .slide-content .description-container .read-more-container .read-more {
    display: inline-block;
    font-size: 12px;
    color: #2c2c2c;
    border: solid 1px #cecece;
    border-radius: 10px;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    text-decoration: none;
    transition: background 0.3s ease-out;
  }
  .main-slider-section-container .main-slider-container .main-slider .slide .slide-content .description-container .read-more-container .read-more:hover {
    background: rgba(0,0,0,0.05);
  }
  .main-slider-section-container .main-slider-container .main-slider .slide .testimonial .testimonial-main-content {
    padding: 0;
  }
  .main-slider-section-container .main-slider-container .main-slider .slide .testimonial .testimonials-person-card {
    padding: 20px 10px 5px 10px;
  }
  .main-slider-section-container .main-slider-container .main-slider .slide .testimonial .testimonials-person-avatar-container + .testimonials-person-card {
    padding-top: 40px;
  }
}
.main-sections-container .section-container .are-you-business-section .description-container {
  text-align: center;
}
.main-sections-container .section-container .are-you-business-section .description-container p {
  font-size: 14px;
  margin: 15px 0;
}
.main-sections-container .section-container .are-you-business-section .icons-container {
  width: 100%;
  float: left;
  clear: both;
  margin: 0 0 30px 0;
}
.main-sections-container .section-container .are-you-business-section .icons-container .default-icons-list {
  width: 1100px;
  margin: auto;
  float: none;
  max-width: 100%;
}
.why-use-section-container + .reviews-and-testimonials-section-reverse-container {
  margin-top: -60px;
}
.main-sections-container .section-container .reviews-and-testimonials-section-container {
  width: 100%;
  float: left;
  clear: both;
  padding: 120px 0 0 0;
}
.main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  background: #001d4e;
}
.main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section.reviews-and-testimonials-section-activeactivities {
  background-image: url('../../../specificStatic/img/home/review.png');
}
.main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section:after {
  background-image: url('../../../specificStatic/img/home/review-cover.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 570px;
  display: block;
  pointer-events: none;
}
.main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section .content-wrapper {
  width: 1300px;
  margin: auto;
  padding: 0 20px;
  max-width: 100%;
  position: relative;
  z-index: 10;
}
.main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section .content-wrapper .content {
  position: relative;
  width: 100%;
  float: left;
  clear: both;
}
.main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section .content-wrapper .content .title-container {
  width: 33%;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section .content-wrapper .content .title-container h2 {
  color: #fff;
  font-size: 45px;
  margin: 0;
}
.main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section .content-wrapper .content .slider-container {
  float: right;
  width: 35%;
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 20px 0;
}
.main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section .content-wrapper .content .slider-container .slider {
  width: 100%;
  padding-bottom: 20px;
}
.main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section .content-wrapper .content .slider-container .slider .slick-dots {
  list-style: none;
  position: absolute;
  bottom: 0;
  left: 28px;
  margin: 0;
  padding: 0;
}
.main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section .content-wrapper .content .slider-container .slider .slick-dots li {
  display: inline-block;
}
.main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section .content-wrapper .content .slider-container .slider .slick-dots li button {
  display: inline-block;
  overflow: hidden;
  width: 10px;
  height: 10px;
  border: solid 1px #fff;
  text-indent: -9999px;
  background: none;
  padding: 0;
  outline: none;
  border-radius: 100%;
  margin: 0 3px;
  transition: background 0.3s ease-out, transform 0.3s ease-out;
}
.main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section .content-wrapper .content .slider-container .slider .slick-dots li button:hover {
  transform: scale(1.1);
}
.main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section .content-wrapper .content .slider-container .slider .slick-dots li.slick-active button {
  background: #fff;
}
.main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section .content-wrapper .content .slider-container .slider .slide {
  outline: none;
  width: 100%;
}
.main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section .content-wrapper .content .slider-container .slider .slide .slide-content {
  padding: 0 10px 20px 30px;
  outline: none;
}
.main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section .content-wrapper .content .slider-container .slider .slide .slide-content .slide-title {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section .content-wrapper .content .slider-container .slider .slide .slide-content .stars-section {
  opacity: 0.26;
}
.main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section .content-wrapper .content .slider-container .slider .slide .slide-content .stars-section .rating-container {
  font-size: 29px;
}
.main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section .content-wrapper .content .slider-container .slider .slide .slide-content .stars-section .rating-container .rating-stars {
  color: #fff;
  text-shadow: none !important;
  outline: none;
}
.main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section .content-wrapper .content .slider-container .slider .slide .slide-content .stars-section .rating-container {
  color: #989898;
}
.main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section .content-wrapper .content .slider-container .slider .slide .slide-content p {
  display: block;
  position: relative;
  margin: 0 0 14px 0;
  font-size: 18px;
  color: #fff;
}
.main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section .content-wrapper .content .slider-container .slider .slide .slide-content p:before {
  background-image: url(../../../specificStatic/img/home/home_1.png);
  background-position: -280px 0;
  content: "";
  display: inline-block;
  font-size: 18px;
  font-style: italic;
  height: 15px;
  opacity: 0.26;
  width: 20px;
  position: absolute;
  top: 4px;
  left: -26px;
}
.main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section .content-wrapper .content .slider-container .slider .slide .slide-content .author-and-action {
  width: 100%;
  clear: both;
}
.main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section .content-wrapper .content .slider-container .slider .slide .slide-content .author-and-action .author {
  font-size: 16px;
  color: #fff;
  margin: 0 5px 10px 0;
}
.main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section .content-wrapper .content .slider-container .slider .slide .slide-content .author-and-action .btn.btn-visit-listing-page {
  display: inline-block;
  background: #fff;
  padding: 3px 14px;
  color: #001d4e;
  text-decoration: none;
  border-radius: 15px;
  font-size: 12px;
  line-height: 100%;
  transition: background 0.3s ease-out;
  position: relative;
  top: -3px;
}
.main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section .content-wrapper .content .slider-container .slider .slide .slide-content .author-and-action .btn.btn-visit-listing-page:hover {
  background: rgba(255,255,255,0.8);
}
@media (max-width: 1023px) {
  .main-sections-container .section-container .reviews-and-testimonials-section-container {
    margin-top: -70px;
  }
  .main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    background: #001d4e url('../../../specificStatic/img/home/review.png');
  }
  .main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section:after {
    background-image: url('../../../specificStatic/img/home/review-cover.png');
    background-position: top left;
    background-repeat: no-repeat;
    opacity: 0.05;
  }
  .main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section .content-wrapper .content .title-container {
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    padding: 45px 20px 70px 20px;
    height: auto;
    display: block;
    text-align: center;
  }
  .main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section .content-wrapper .content .title-container h2 {
    color: #fff;
    font-size: 30px;
    margin: 0;
  }
  .main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section .content-wrapper .content .title-container h2 br {
    display: none;
  }
  .main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section .content-wrapper .content .slider-container {
    float: none;
    width: 500px;
    max-width: 100%;
    margin: auto;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 90px 0;
    position: relative;
    left: -15px;
  }
  .main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section .content-wrapper .content .slider-container .slider {
    padding-bottom: 40px;
  }
  .main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section .content-wrapper .content .slider-container .slider .slick-dots {
    list-style: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 10px;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section .content-wrapper .content .slider-container .slider .slide {
    outline: none;
  }
  .main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section .content-wrapper .content .slider-container .slider .slide .slide-content {
    text-align: center;
  }
  .main-sections-container .section-container .reviews-and-testimonials-section-container .reviews-and-testimonials-section .content-wrapper .content .slider-container .slider .slide .slide-content .author-and-action .author {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.default-icons-list {
  width: 100%;
  float: left;
  clear: both;
  font-size: 0;
  line-height: 0;
  text-align: center;
  vertical-align: top;
  margin-bottom: 40px;
}
.default-icons-list .icon-item-container {
  width: 33%;
  height: 110px;
  margin-bottom: 30px;
  padding: 10px;
  display: inline-block;
}
.default-icons-list .icon-item-container .icon-item {
  width: 100%;
  float: left;
  clear: both;
}
.default-icons-list .icon-item-container .icon-item .icon-icon {
  width: 100%;
  height: 65px;
  font-size: 40px;
  line-height: 65px;
}
.default-icons-list .icon-item-container .icon-item .icon-icon img {
  max-height: 50px;
  height: auto;
  width: auto;
}
.default-icons-list .icon-item-container .icon-item .icon-icon .custom {
  display: block;
  width: 60px;
  height: 60px;
  background: no-repeat center center;
  margin: auto;
}
.default-icons-list .icon-item-container .icon-item .icon-icon .custom.more-profit-icon {
  background-image: url('../../../core/img/introduction/more-profit-icon.png');
}
.default-icons-list .icon-item-container .icon-item .icon-icon .custom.trusted {
  background-image: url('../../../core/img/introduction/trusted.svg');
}
.default-icons-list .icon-item-container .icon-item .icon-icon .custom.bussines {
  background-image: url('../../../core/img/introduction/bussines.svg');
}
.default-icons-list .icon-item-container .icon-item .icon-icon .custom.phone {
  background-image: url('../../../core/img/introduction/phone.svg');
}
.default-icons-list .icon-item-container .icon-item .icon-icon .custom.browser {
  background-image: url('../../../core/img/introduction/browser.png');
}
.default-icons-list .icon-item-container .icon-item .icon-icon .custom.seedling {
  background-image: url('../../../core/img/introduction/seedling.svg');
}
.default-icons-list .icon-item-container .icon-item .icon-icon .custom.user-tie {
  background-image: url('../../../core/img/introduction/user-tie.svg');
}
.default-icons-list .icon-item-container .icon-item .icon-icon .custom.cost-effective-icon {
  background-image: url('../../../core/img/introduction/cost-effective-icon.png');
}
.default-icons-list .icon-item-container .icon-item .icon-icon .custom.money-bill-alt-solid {
  background-image: url('../../../core/img/introduction/money-bill-alt-solid.svg');
}
.default-icons-list .icon-item-container .icon-item .icon-icon .custom.hand-point-down-regular {
  background-image: url('../../../core/img/introduction/hand-point-down-regular.svg');
}
.default-icons-list .icon-item-container .icon-item .icon-description {
  font-size: 22px;
  line-height: 120%;
  text-transform: uppercase;
}
.default-icons-list .icon-item-container .icon-item .icon-description small {
  text-transform: none;
  font-size: 14px;
  display: block;
  width: 100%;
}
.default-icons-list.small-icon-list {
  margin-top: -40px;
  margin-bottom: 20px;
}
.default-icons-list.small-icon-list .icon-item-container {
  width: 20%;
  height: 70px;
}
.default-icons-list.small-icon-list .icon-item-container .icon-item .icon-icon {
  width: 100%;
  height: 60px;
  font-size: 30px;
  line-height: 60px;
}
.default-icons-list.small-icon-list .icon-item-container .icon-item .icon-icon .custom {
  background-size: 35px auto;
}
.default-icons-list.small-icon-list .icon-item-container .icon-item .icon-description {
  font-size: 17px;
}
.default-icons-list.small-icon-list .icon-item-container .icon-item .icon-description small {
  font-size: 13px;
}
@media (max-width: 1024px) {
  .default-icons-list .icon-item-container {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .default-icons-list .icon-item-container {
    width: 100%;
    margin-bottom: 15px;
  }
}
.contact-side-container {
  width: 100%;
  float: left;
  clear: both;
}
.contact-side-container .contact-side {
  position: static;
}
.contact-side-container .contact-side.fixed {
  position: fixed;
  left: 0;
  top: 0;
  border-radius: 20px;
  z-index: 100;
  background: #fff;
}
:root .content .content-image-container {
  float: left;
  max-width: 50%;
  margin: 0 20px 20px 0;
}
:root .content .content-image-container img.thumbnail {
  width: auto;
  max-width: 100%;
  margin: 0 0 0 0;
  display: inline-block;
  float: left;
}
:root .content .content-image-container .caption-container {
  width: 100%;
  display: inline-block;
  clear: both;
  text-align: center;
  float: left;
  margin-top: 10px;
}
.force-fit-in-one-line {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer-mobile-app-download {
  padding-top: 4px;
  width: 180px;
  max-width: 100%;
}
.footer-mobile-app-download p {
  line-height: 120%;
}
.footer-mobile-app-download .action {
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .footer-mobile-app-download {
    padding-top: 14px;
    width: 100%;
    padding: 0 20px 20px 15px;
  }
  .footer-mobile-app-download p {
    line-height: 120%;
  }
  .footer-mobile-app-download .action {
    display: inline-block;
    margin: 0 10px 10px 0;
  }
}
body > #disable-debugger + img {
  display: none;
}
body > #disable-debugger + img + img {
  display: none;
}
@keyframes show-nav {
  0% {
    opacity: 0;
    top: -200px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@media (min-width: 1024px) {
  .header-full.f-nav .navbar-fixed-top {
    animation: show-nav 0.8s forwards;
    animation-timing-function: ease-in-out;
  }
}
.please-wait-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  z-index: 9999;
  display: none;
}
.please-wait-overlay .loader-body {
  background: white;
  width: 200px;
  height: 150px;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: 50%;
  margin-top: -75px;
}
.please-wait-overlay .loader-body .loading-icon {
  margin-top: 40px;
  font-size: 26px;
}
.btn-confirm-cancelation {
  display: inline-block;
  min-width: 124px;
  margin: auto;
  padding: 0 10px;
  height: 33px;
  border-radius: 15px;
  background: #282828;
  line-height: 33px;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  transition: background 0.3s ease-out;
}
.cancelation-request-info select {
  padding: 6px;
}
.ppl-wizard .symfony-form-captcha-math label {
  padding: 0;
}
.ppl-wizard .symfony-form-captcha-math .bv-group {
  padding: 0;
}
.ppl-wizard .symfony-form-captcha-math .captcha-math-tooltip {
  top: -20px;
  left: -30px;
}
@media (max-width: 768px) {
  .ppl-wizard .symfony-form-captcha-math .captcha-math-tooltip {
    display: none;
  }
}
.modal-open {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
.modal-open .modal {
  width: 100vw;
  height: 100vh;
  z-index: 99999;
}
.modal-dialog {
  margin: 90px auto;
}
.modal-content {
  border: none;
  border-radius: 1px;
}
.modal-header {
  padding: 15px 15px 10px;
}
.modal-title {
  font-size: 23px;
  font-weight: normal;
  text-align: center;
}
.modal-header .close {
  margin-right: -3px;
  margin-top: -10px;
}
.modal-subtitle {
  display: block;
  text-align: center;
  margin-top: 3px;
}
h5.modal-subtitle {
  margin-bottom: 0;
}
.modal-body {
  padding: 20px 40px;
}
.modal-footer {
  margin-top: 0;
}
.modal-backdrop.in {
  background-color: rgba(0,0,0,0.01);
}
.ekko-lightbox .modal-header .close,
.ekko-lightbox .modal-header h4.modal-title,
.ekko-lightbox .modal-footer,
.ekko-lightbox .modal-loading {
  color: #fff;
}
.modal-dialog {
  box-shadow: 0px -1px 18px 0px rgba(50,50,50,0.98);
}
.modal-header {
  background-color: #f6f6f6;
}
.modal-title,
.modal-header .close,
.modal-subtitle {
  color: #2d2d2d;
}
.modal-body,
.modal-footer {
  background-color: #f6f6f6;
}
.modal-body {
  color: #686868;
  background-color: #fff;
}
.auction-modal {
  background: rgba(0,0,0,0.8);
  line-height: 1.2;
  padding-bottom: 0;
  font-family: "SourceSansPro", sans-serif;
  -webkit-overflow-scrolling: auto;
}
.auction-modal .modal-base-info {
  margin-bottom: 10px;
}
.auction-modal .checkbox label input[type=text] + .form-control-feedback {
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.auction-modal .become-a-member-terms-and-conditions-feedback.has-feedback .form-control-feedback {
  top: 0;
}
.auction-modal .become-a-member-captcha {
  margin-bottom: 20px;
  width: 100%;
  float: left;
  clear: both;
}
.auction-modal.eso-modal {
  padding: 0 10px;
  z-index: 10050;
}
.auction-modal.eso-modal .modal-dialog {
  margin: 25px auto;
}
.auction-modal.eso-modal .modal-dialog .ppl-intro {
  font-size: 17px;
  margin-bottom: 25px;
}
.auction-modal.eso-modal .modal-dialog .modal-body {
  padding-top: 30px;
}
.auction-modal.eso-modal .modal-dialog label {
  margin-bottom: 5px;
}
.auction-modal.eso-modal .modal-dialog label i {
  font-style: normal;
}
.auction-modal.eso-modal .modal-dialog .eso-modal-intro {
  padding: 0 0 20px 0;
  margin-top: -10px;
  border-bottom: solid 1px #dedede;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 17px;
  margin-bottom: 20px;
}
.auction-modal.eso-modal .modal-dialog .modal-header.eso-modal-header {
  padding-top: 0;
}
.auction-modal.eso-modal .modal-dialog .modal-header.eso-modal-header .modal-title {
  padding: 25px 0 15px 0;
}
.auction-modal.eso-modal .checkbox label {
  font-size: 14px;
}
.auction-modal.eso-modal .captcha-form-group-validation label {
  font-size: 14px;
}
.auction-modal.eso-modal .modal-dialog input[type=text],
.auction-modal.eso-modal .modal-dialog input[type=email],
.auction-modal.eso-modal .modal-dialog select {
  margin-bottom: 15px;
}
.auction-modal.eso-modal .modal-dialog textarea {
  height: 66px;
  margin-bottom: 25px;
}
.auction-modal.eso-modal .modal-dialog .checkbox label {
  margin-bottom: 15px;
}
.auction-modal .captcha-form-group-validation {
  margin-bottom: -25px !important;
}
.auction-modal .captcha-form-group-validation .control-label {
  float: left;
  text-align: left;
  padding: 0 0 5px 0;
  width: 130px;
  position: relative;
  top: 10px;
}
.auction-modal .captcha-form-group-validation .col-sm-5 {
  padding: 0;
  width: 100px;
  float: left;
  position: relative;
  z-index: 10;
}
.auction-modal .captcha-form-group-validation .col-sm-5 input {
  position: relative;
  z-index: 10;
}
.auction-modal .captcha-form-group-validation .help-block {
  position: relative;
  left: -130px;
  width: 280px !important;
}
.auction-modal .captcha-form-group-validation .tooltip {
  min-width: 200px;
}
.auction-modal .captcha-form-group-validation .captcha-math-tooltip {
  top: 11px;
}
.auction-modal.introduction-modal .modal-dialog {
  width: 543px;
  max-width: 100%;
}
.auction-modal.introduction-modal .modal-dialog .modal-content .modal-header {
  background: #001d4e;
  min-height: 40px;
}
.auction-modal.introduction-modal .modal-dialog .modal-content .modal-header .entypo.cross:before {
  text-shadow: none;
  color: rgba(255,255,255,0.3);
}
.auction-modal.introduction-modal .modal-dialog .modal-content .modal-body {
  background: #001d4e;
  padding-left: 80px;
  padding-right: 55px;
  padding-bottom: 25px;
}
.auction-modal.introduction-modal .modal-dialog .modal-content .modal-body .site-logo {
  margin-bottom: 75px;
  margin-top: -15px;
  max-width: 100%;
}
.auction-modal.introduction-modal .modal-dialog .modal-content .modal-body .site-logo img {
  max-width: 100%;
  height: auto;
}
.auction-modal.introduction-modal .modal-dialog .modal-content .modal-body p {
  font-size: 28px;
  line-height: 140%;
  color: #fff;
}
.auction-modal.introduction-modal .modal-dialog .modal-content .modal-body .button-container {
  width: 100%;
  float: left;
  clear: both;
  margin: 70px 0 0 0;
}
.auction-modal.introduction-modal .modal-dialog .modal-content .modal-body .button-container .find-out-more-link {
  float: left;
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
  position: relative;
  top: 15px;
}
.auction-modal.introduction-modal .modal-dialog .modal-content .modal-body .button-container .find-out-more-link:hover {
  text-decoration: none;
}
.auction-modal.introduction-modal .modal-dialog .modal-content .modal-body .button-container button {
  display: block;
  border: solid 1px #ffffff;
  margin-bottom: 0;
  border-radius: 40px;
  padding: 10px 45px;
  float: right;
  position: relative;
  right: -15px;
  background: none;
  color: #fff;
  font-size: 20px;
  transition: background 0.3s ease-out;
}
.auction-modal.introduction-modal .modal-dialog .modal-content .modal-body .button-container button:hover {
  background: rgba(255,255,255,0.05);
}
.auction-modal p,
.auction-modal li,
.auction-modal ul,
.auction-modal h1,
.auction-modal h2,
.auction-modal h3,
.auction-modal h4,
.auction-modal h5,
.auction-modal h6,
.auction-modal input,
.auction-modal select,
.auction-modal textarea,
.auction-modal a,
.auction-modal button,
.auction-modal label {
  font-family: "SourceSansPro", sans-serif;
}
.auction-modal .modal-dialog {
  box-shadow: none;
  border-radius: 10px;
  width: 785px;
  max-width: 100%;
}
.auction-modal .modal-dialog .modal-content {
  border-radius: 4px;
  background: transparent;
  border-radius: 10px;
}
.auction-modal .modal-dialog .modal-header {
  background: #f3f3f3;
  border: none;
  border-radius: 10px 10px 0 0;
  padding: 20px 70px 5px 70px;
}
.auction-modal .modal-dialog .modal-header.eso-modal-header {
  padding-top: 0;
}
.auction-modal .modal-dialog .modal-header.eso-modal-header .modal-title {
  font-size: 24px;
}
.auction-modal .modal-dialog .modal-header .modal-title {
  font-size: 28px;
  color: #424240;
  font-weight: 600;
  padding: 18px 0;
  text-align: center;
  line-height: 1.2;
}
.auction-modal .modal-dialog .modal-header .close {
  display: block;
  opacity: 1;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 4px;
  top: 13px;
  transition: transform 0.3s ease-out;
}
.auction-modal .modal-dialog .modal-header .close span {
  font-size: 50px;
  color: #000;
  display: inline-block;
  line-height: 20px;
  height: 20px;
}
.auction-modal .modal-dialog .modal-header .close:hover {
  transform: scale(1.1);
}
.auction-modal .modal-dialog .mobile-progress-fix {
  width: 100%;
}
.auction-modal .modal-dialog .progres-container {
  width: 100%;
  height: 17px;
  background: #cbd9f4;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 3px;
}
.auction-modal .modal-dialog .progres-container .progress {
  height: 17px;
  border-radius: 0;
  background: #cbd9f4;
  box-shadow: none;
  margin: 0;
}
.auction-modal .modal-dialog .progres-container .progress .progress-bar {
  background: #1b53aa;
  line-height: 17px;
  color: rgba(255,255,255,0.5);
}
.auction-modal .modal-dialog .modal-body {
  overflow: visible;
  width: 100%;
  float: left;
  clear: both;
  color: #2a313a;
}
.auction-modal .modal-dialog .modal-body,
.auction-modal .modal-dialog .ppl-finish {
  padding: 26px 70px 25px 70px;
  border-radius: 0 0 10px 10px;
  position: relative;
  display: block;
}
.auction-modal .modal-dialog .modal-body .has-error *,
.auction-modal .modal-dialog .ppl-finish .has-error * {
  box-shadow: none;
}
.auction-modal .modal-dialog .modal-body.ppl-finish,
.auction-modal .modal-dialog .ppl-finish.ppl-finish {
  padding: 0;
  position: static;
}
.auction-modal .modal-dialog .modal-body .next-actions,
.auction-modal .modal-dialog .modal-body.ppl-finish .pull-right,
.auction-modal .modal-dialog .ppl-finish .next-actions,
.auction-modal .modal-dialog .ppl-finish.ppl-finish .pull-right {
  float: right;
  margin-left: 10px;
}
.auction-modal .modal-dialog .modal-body .next-actions .btn,
.auction-modal .modal-dialog .modal-body.ppl-finish .pull-right .btn,
.auction-modal .modal-dialog .ppl-finish .next-actions .btn,
.auction-modal .modal-dialog .ppl-finish.ppl-finish .pull-right .btn {
  background: #1a51ab;
  padding: 0 32px;
  border: none;
  outline: none;
  border-radius: 30px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  transition: background 0.3s ease-out;
}
.auction-modal .modal-dialog .modal-body .next-actions .btn:hover,
.auction-modal .modal-dialog .modal-body.ppl-finish .pull-right .btn:hover,
.auction-modal .modal-dialog .ppl-finish .next-actions .btn:hover,
.auction-modal .modal-dialog .ppl-finish.ppl-finish .pull-right .btn:hover {
  background: #2166d7;
}
.auction-modal .modal-dialog .modal-body .sep,
.auction-modal .modal-dialog .ppl-finish .sep {
  width: 100%;
  float: left;
  clear: both;
  height: 10px;
}
.auction-modal .modal-dialog .modal-body .prev-actions,
.auction-modal .modal-dialog .ppl-finish .prev-actions {
  float: left;
}
.auction-modal .modal-dialog .modal-body .prev-actions button,
.auction-modal .modal-dialog .ppl-finish .prev-actions button {
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 30px;
  border: none;
  outline: none;
  text-align: center;
  transition: background 0.3s ease-out;
  margin-bottom: 13px;
  background: #f3f3f3;
  position: relative;
  color: #272727;
}
.auction-modal .modal-dialog .modal-body .prev-actions button:hover,
.auction-modal .modal-dialog .ppl-finish .prev-actions button:hover {
  background: #dadada;
}
.auction-modal .modal-dialog .ppl-finish {
  width: 100%;
  max-width: 100%;
  margin: auto;
}
.auction-modal .modal-dialog .ppl-finish .fa {
  font-size: 80px;
  color: #424240;
}
.auction-modal .modal-dialog .ppl-finish p {
  font-size: 18px;
  color: #000;
}
.auction-modal .modal-dialog .ppl-nothing-found {
  width: 100%;
  max-width: 100%;
  margin: auto;
}
.auction-modal .modal-dialog .ppl-nothing-found .fa {
  font-size: 80px;
  color: #424240;
}
.auction-modal .modal-dialog .ppl-nothing-found p {
  font-size: 18px;
  color: #000;
}
.auction-modal .modal-dialog .tab-pane {
  min-height: none;
  padding: 0;
  width: 100%;
  float: left;
  clear: both;
  margin: 0;
  overflow: visible;
}
.auction-modal .modal-dialog .ppl-wizard,
.auction-modal .modal-dialog .ppl-category-select {
  width: 100%;
  margin: auto;
  max-width: 100%;
}
.auction-modal .modal-dialog .ppl-intro {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 26px;
  color: #2a313a;
}
.auction-modal .modal-dialog .ppl-intro-gray-info {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 26px;
  color: gray;
}
.auction-modal .modal-dialog select,
.auction-modal .modal-dialog input[type=text],
.auction-modal .modal-dialog textarea,
.auction-modal .modal-dialog input[type=email] {
  margin-bottom: 17px;
}
.auction-modal .modal-dialog input[type=text],
.auction-modal .modal-dialog textarea,
.auction-modal .modal-dialog input[type=email],
.auction-modal .modal-dialog select {
  border: solid 1px #d1d1d1;
  border-radius: 3px;
  font-size: 16px;
  color: #747474;
  width: 100%;
  float: left;
  clear: both;
  height: 38px;
  padding: 0 10px;
  font-weight: normal;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: #f4f4f4;
  box-shadow: none;
}
.auction-modal .modal-dialog input[type=checkbox],
.auction-modal .modal-dialog input[type=radio] {
  margin-right: 10px;
}
.auction-modal .modal-dialog textarea {
  resize: none;
  height: 235px;
  padding: 10px;
}
.auction-modal .modal-dialog label {
  width: 100%;
  float: left;
  clear: both;
  font-size: 16px;
  margin: 0;
  margin-bottom: 6px;
  color: #000000;
  font-weight: normal;
}
.auction-modal .modal-dialog label a {
  color: #000000;
  text-decoration: underline;
}
.auction-modal .modal-dialog label a:hover {
  text-decoration: none;
}
.auction-modal .modal-dialog label.option-disabled {
  color: #bbbbbb;
  cursor: default;
  pointer-events: none;
}
.auction-modal .modal-dialog label.option-disabled:before {
  opacity: 0.35;
}
.auction-modal .modal-dialog .radio + .radio,
.auction-modal .modal-dialog .checkbox + .checkbox {
  margin-top: 0;
}
.auction-modal .modal-dialog .select-wrapper {
  margin: auto;
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  padding: 0;
  max-width: 100%;
}
.auction-modal .modal-dialog .select-wrapper:after {
  width: 45px;
  height: 43px;
  border: solid 1px #d1d1d1;
  border-left: none;
  content: '\E75C';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 3px 3px 0;
  background: #ededed;
  pointer-events: none;
  font-family: "EntypoRegular";
  font-size: 60px;
  text-align: center;
  line-height: 45px;
}
.auction-modal .modal-dialog .select-wrapper select {
  width: 100%;
  float: left;
  clear: both;
  height: 43px;
  border: solid 1px #d1d1d1;
  border-radius: 3px;
  font-size: 16px;
  color: #747474;
  font-weight: normal;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 0 10px;
}
.auction-modal .modal-dialog .auction-terms-and-options,
.auction-modal .modal-dialog label.auction-terms-and-options {
  font-size: 16px;
  color: #000000;
  margin-bottom: 7px;
  margin-top: 3px;
}
.auction-modal .modal-dialog .auction-terms-and-options a,
.auction-modal .modal-dialog label.auction-terms-and-options a {
  text-decoration: none;
  font-size: 16px;
  color: #000000;
  text-decoration: underline;
}
.auction-modal .modal-dialog .auction-terms-and-options a:hover,
.auction-modal .modal-dialog label.auction-terms-and-options a:hover {
  text-decoration: none;
}
.auction-modal .modal-dialog .auction-terms-and-options input,
.auction-modal .modal-dialog label.auction-terms-and-options input {
  position: relative;
  top: 2px;
}
.auction-modal .modal-dialog .form-group {
  float: left;
  clear: both;
  margin: 0;
  width: 100%;
}
.auction-modal .modal-dialog .white-imput-wrapper input {
  background: #fff;
}
.auction-modal .modal-dialog .radio-wrapper,
.auction-modal .modal-dialog .checkbox_multiple-wrapper {
  width: 100%;
  float: left;
  clear: both;
}
.auction-modal .modal-dialog .checkbox {
  width: 100%;
  float: left;
  clear: both;
  min-height: 0;
  margin: 0;
  padding: 0;
  position: relative;
}
.auction-modal .modal-dialog .checkbox label {
  padding-left: 30px;
  min-height: 20px;
  position: relative;
  margin-bottom: 20px;
  width: auto;
}
.auction-modal .modal-dialog .checkbox label input[type=text] {
  display: block;
  clear: both;
  float: none;
  width: 90%;
  height: 33px;
  margin: 15px 0 0 0;
  max-width: 100%;
}
.auction-modal .modal-dialog .checkbox input[type=checkbox],
.auction-modal .modal-dialog .checkbox input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.auction-modal .modal-dialog .checkbox input[type=checkbox] + label,
.auction-modal .modal-dialog .checkbox input[type=checkbox] + i+ label,
.auction-modal .modal-dialog .checkbox input[type=radio] + label,
.auction-modal .modal-dialog .checkbox input[type=radio] + i + label {
  width: 90%;
  position: relative;
  background: url("../../../core/img/search/modal-tick.svg"), url("../../../core/img/search/tick-round.svg");
  background-size: 0 0;
}
.auction-modal .modal-dialog .checkbox input[type=checkbox] + label:before,
.auction-modal .modal-dialog .checkbox input[type=checkbox] + i+ label:before,
.auction-modal .modal-dialog .checkbox input[type=radio] + label:before,
.auction-modal .modal-dialog .checkbox input[type=radio] + i + label:before {
  width: 20px;
  height: 20px;
  display: block;
  content: "";
  border-radius: 2px;
  border: solid 1px #adadad;
  position: absolute;
  top: 0px;
  left: -1px;
}
.auction-modal .modal-dialog .checkbox input[type=checkbox]:checked + label:before,
.auction-modal .modal-dialog .checkbox input[type=checkbox]:checked + i + label:before {
  background: url("../../../core/img/search/modal-tick.svg") no-repeat center center;
}
.auction-modal .modal-dialog .checkbox input[type=radio]:checked + label:before,
.auction-modal .modal-dialog .checkbox input[type=radio]:checked + i + label:before {
  background: url("../../../core/img/search/tick-round.svg") no-repeat center center;
}
.auction-modal .modal-dialog .checkbox input[type=radio] +  label:before,
.auction-modal .modal-dialog .checkbox input[type=radio] + i +  label:before {
  border-radius: 100%;
  width: 21px;
  height: 21px;
}
.auction-modal .modal-dialog .checkbox input:disabled + label,
.auction-modal .modal-dialog .checkbox input:disabled + i +  label {
  color: #bbbbbb;
  cursor: default;
  pointer-events: none;
}
.auction-modal .modal-dialog .checkbox input:disabled + label:before,
.auction-modal .modal-dialog .checkbox input:disabled + i +  label:before {
  opacity: 0.35;
}
.auction-modal .modal-dialog .datepicker-wrapper {
  position: relative;
  width: 100%;
  min-height: 43px;
  float: left;
  clear: both;
  margin-bottom: 13px;
}
.auction-modal .modal-dialog .datepicker-wrapper .icon {
  height: 43px;
  line-height: 42px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 10px;
  width: 70px;
  pointer-events: none;
  font-size: 50px;
}
.auction-modal .modal-dialog .datepicker-wrapper input.datepicker {
  width: 100%;
  background: #fff;
  height: 43px;
  padding: 0 10px 0 50px;
}
.auction-modal .modal-dialog .datetime-wrapper {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}
.auction-modal .modal-dialog .datetime-wrapper .help-block + .help-block {
  display: none !important;
  visibility: hidden;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.auction-modal .modal-dialog .datetime-wrapper .hour-label {
  width: 10px;
  height: 43px;
  text-indent: 0;
  display: block;
  position: absolute;
  top: 10px;
  left: 95px;
  font-size: 16px;
}
.auction-modal .modal-dialog .datetime-wrapper .min-label {
  width: 10px;
  height: 43px;
  text-indent: 0;
  display: block;
  position: absolute;
  top: 10px;
  left: 220px;
  font-size: 16px;
}
.auction-modal .modal-dialog .datetime-wrapper select {
  width: 85px;
  float: left;
  text-indent: 0;
  height: 43px;
  border: solid 1px #d1d1d1;
  border-radius: 3px;
  font-size: 16px;
  color: #747474;
  font-weight: normal;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 0 10px 0 5px;
  margin-right: 40px;
  text-align: left;
}
.auction-modal .modal-dialog .datetime-wrapper:after {
  width: 45px;
  height: 43px;
  border: solid 1px #d1d1d1;
  border-left: none;
  text-indent: 0;
  content: '\E75C';
  display: block;
  position: absolute;
  top: 0;
  left: 42px;
  border-radius: 0 3px 3px 0;
  background: #ededed;
  pointer-events: none;
  font-family: "EntypoRegular";
  font-size: 60px;
  text-align: center;
  line-height: 45px;
}
.auction-modal .modal-dialog .datetime-wrapper:before {
  width: 45px;
  height: 43px;
  border: solid 1px #d1d1d1;
  border-left: none;
  text-indent: 0;
  content: '\E75C';
  display: block;
  position: absolute;
  top: 0;
  left: 168px;
  border-radius: 0 3px 3px 0;
  background: #ededed;
  pointer-events: none;
  font-family: "EntypoRegular";
  font-size: 60px;
  text-align: center;
  line-height: 45px;
}
.auction-modal .modal-dialog .time-wrapper {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}
.auction-modal .modal-dialog .time-wrapper .hour-label {
  width: 10px;
  height: 43px;
  text-indent: 0;
  display: block;
  position: absolute;
  top: 10px;
  left: 95px;
  font-size: 16px;
}
.auction-modal .modal-dialog .time-wrapper .min-label {
  width: 10px;
  height: 43px;
  text-indent: 0;
  display: block;
  position: absolute;
  top: 10px;
  left: 220px;
  font-size: 16px;
}
.auction-modal .modal-dialog .time-wrapper select {
  width: 50%;
  float: left;
  text-indent: 0;
  height: 43px;
  border: solid 1px #d1d1d1;
  border-radius: 3px;
  font-size: 16px;
  color: #747474;
  font-weight: normal;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 0 10px 0 5px;
  margin-right: 40px;
  text-align: left;
}
.auction-modal .modal-dialog .time-wrapper:after {
  width: 45px;
  height: 43px;
  border: solid 1px #d1d1d1;
  border-left: none;
  text-indent: 0;
  content: '\E75C';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -45px;
  border-radius: 0 3px 3px 0;
  background: #ededed;
  pointer-events: none;
  font-family: "EntypoRegular";
  font-size: 60px;
  text-align: center;
  line-height: 45px;
}
.auction-modal .modal-dialog .btn-primary {
  background: #424240;
  color: #fff;
  font-size: 16px;
  height: 46px;
  line-height: 46px;
  border-radius: 30px;
}
.auction-modal .modal-dialog .has-error select,
.auction-modal .modal-dialog .has-error input[type=text],
.auction-modal .modal-dialog .has-error textarea,
.auction-modal .modal-dialog .has-error input[type=email],
.auction-modal .modal-dialog .select-wrapper.has-error select,
.auction-modal .modal-dialog .select-wrapper.has-error input[type=text],
.auction-modal .modal-dialog .select-wrapper.has-error textarea,
.auction-modal .modal-dialog .select-wrapper.has-error input[type=email] {
  border-color: #f1797b;
}
.auction-modal .modal-dialog .has-error.select-wrapper:after,
.auction-modal .modal-dialog .select-wrapper.has-error.select-wrapper:after {
  width: 45px;
  height: 43px;
  border: solid 1px #f1797b;
  border-left: none;
  content: '\E75C';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 3px 3px 0;
  background: #ededed;
  pointer-events: none;
  font-family: "EntypoRegular";
  font-size: 60px;
  text-align: center;
  line-height: 45px;
}
.auction-modal .modal-dialog .has-error .help-block,
.auction-modal .modal-dialog .select-wrapper.has-error .help-block {
  color: #f1797b;
  display: block;
  margin-top: -5px;
  width: 100%;
  clear: both;
  float: left;
  font-size: 17px;
}
.auction-modal .modal-dialog .has-success .help-block {
  display: none !important;
}
.auction-modal .modal-dialog .autocomplete-wrapper {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}
.auction-modal .modal-dialog .autocomplete-wrapper:after {
  width: 45px;
  height: 43px;
  content: '\1F50D';
  display: block;
  position: absolute;
  top: -2px;
  right: 0;
  pointer-events: none;
  font-family: "EntypoRegular";
  font-size: 60px;
  text-align: center;
  line-height: 45px;
}
.auction-modal .modal-dialog .autocomplete-wrapper .tt-menu {
  margin-top: 44px;
  border-radius: 0 0 5px 5px;
}
.auction-modal .modal-dialog .autocomplete-wrapper .tt-menu .alert-danger {
  background: #f20716;
}
.auction-modal .modal-dialog .autocomplete-wrapper .tt-menu .tt-suggestion {
  color: #747474;
}
.auction-modal .modal-dialog .autocomplete-wrapper .tt-menu .tt-highlight {
  color: #000000;
}
.auction-modal .modal-dialog #location_tab .autocomplete-wrapper:after {
  top: 2px;
}
.auction-modal .complex-modal-actions {
  width: 100%;
  float: left;
  clear: both;
  margin-top: 20px;
}
.auction-modal .complex-modal-actions .ppl-next-actions {
  width: 100%;
  float: left;
  clear: both;
}
.auction-modal .complex-modal-actions .actions-wrapper {
  width: 100%;
  float: left;
  clear: both;
}
.auction-modal .complex-modal-actions .ppl-prev-actions {
  float: left;
}
.auction-modal .complex-modal-actions .ppl-prev-actions .btn {
  margin-left: 0;
}
.auction-modal .complex-modal-actions .ppl-skip-options {
  float: right;
}
.auction-modal .complex-modal-actions .btn {
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 30px;
  border: none;
  outline: none;
  text-align: center;
  transition: background 0.3s ease-out;
  margin-bottom: 13px;
  margin-left: 10px;
}
.auction-modal .complex-modal-actions .btn:first-child {
  margin-left: 0;
}
.auction-modal .complex-modal-actions .btn.next-action-btn {
  background: #1a51ab;
  padding: 0 32px;
  float: right;
  color: #fff;
}
.auction-modal .complex-modal-actions .btn.next-action-btn:hover {
  background: #133c7f;
}
.auction-modal .complex-modal-actions .btn.btn-other {
  background: #f3f3f3;
  position: relative;
  color: #272727;
}
.auction-modal .complex-modal-actions .btn.btn-other:hover {
  background: #dadada;
}
.auction-modal .cancel-request-modal-section {
  width: 100%;
  float: left;
  clear: both;
  padding: 20px 0;
}
.auction-modal .cancel-request-modal-section p {
  font-size: 17px;
  text-align: center;
  display: block;
  padding-bottom: 20px;
}
.auction-modal .cancel-request-modal-section .actions-container {
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
}
.auction-modal .cancel-request-modal-section .actions-container .action {
  font-size: 15px;
  padding: 10px 34px;
  line-height: 120%;
  background: #f3f3f3;
  color: #333333;
  border-radius: 30px;
  display: inline-block;
  margin: 6px;
  text-decoration: none;
  transition: background 0.3s ease-out;
}
.auction-modal .cancel-request-modal-section .actions-container .action:hover {
  background: #dadada;
}
.auction-modal .cancel-request-modal-section .actions-container .action.cancel {
  background: #fbdcdc;
  color: #aa0000;
}
.auction-modal .cancel-request-modal-section .actions-container .action.cancel:hover {
  background: #f6aeae;
}
.auction-modal .cancel-request-modal-section .actions-container .action.continue {
  background: #1953aa;
  color: #fff;
}
.auction-modal .cancel-request-modal-section .actions-container .action.continue:hover {
  background: #2069d6;
}
.auction-modal .cancel-request-modal-section .alternative {
  text-align: center;
  width: 100%;
  float: left;
  clear: both;
  padding: 10px 0 10px 0;
}
@media (max-width: 768px) {
  .auction-modal {
    padding-bottom: 200px;
  }
  .auction-modal.eso-modal .modal-dialog .modal-body {
    padding-bottom: 100px;
  }
  .auction-modal .captcha-form-group-validation .col-sm-1 {
    position: relative;
    left: 0;
    top: 2px;
  }
  .auction-modal .captcha-form-group-validation .tooltip {
    min-width: 0;
  }
  .auction-modal .captcha-form-group-validation .col-sm-5 {
    width: 100%;
    margin-top: 10px;
  }
  .auction-modal.introduction-modal .modal-dialog .modal-content .modal-body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .auction-modal.introduction-modal .modal-dialog .modal-content .modal-body p {
    font-size: 18px;
  }
  .auction-modal.introduction-modal .modal-dialog .modal-content .modal-body .button-container button {
    right: 0;
  }
  .auction-modal .modal-dialog {
    margin-top: 10px;
  }
  .auction-modal .modal-dialog .modal-header {
    padding: 20px 15px 2px 15px;
  }
  .auction-modal .modal-dialog .modal-header .mobile-progress-fix {
    width: 100%;
    padding: 0 25px;
  }
  .auction-modal .modal-dialog .modal-body,
  .auction-modal .modal-dialog .ppl-finish {
    padding: 26px 15px 25px 15px;
    margin-bottom: 100px;
  }
  .auction-modal .modal-dialog .time-wrapper select {
    width: 100%;
  }
  .auction-modal .modal-dialog .time-wrapper:after {
    left: 100%;
  }
  .auction-modal .complex-modal-actions {
    margin-top: 20px;
  }
  .auction-modal .complex-modal-actions .btn {
    padding: 0 10px;
    margin-left: 6px;
    min-width: 67px;
  }
}
.disable-validation-border {
  border-color: #d9d9d9 !important;
}
.ppl-cat-most-pop {
  font-size: 14px;
}
.auction-modal .captcha-form-group-validation .help-block {
  width: 600px !important;
}
@media (max-width: 768px) {
  .auction-modal .captcha-form-group-validation .col-sm-5 {
    margin-left: 0;
    padding-left: 0 !important;
  }
  .auction-modal .captcha-form-group-validation .help-block {
    width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
  }
}
#block-modal .modal-dialog {
  width: 750px;
}
#block-modal .modal-dialog button {
  float: none;
  display: inline-block;
  right: 0;
}
#block-modal .modal-dialog button:nth-of-type(1) {
  margin-right: 10px;
}
#block-modal .modal-dialog p:nth-of-type(2) {
  font-size: 20px;
}
.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #68156f;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.posts > .content h1 {
  font-size: 23px !important;
  font-weight: 700;
}
.posts > .content h2 {
  font-size: 18px !important;
  font-weight: 700;
}
.posts > .content h3 {
  font-size: 14px !important;
  font-weight: 700;
}

#search_full_width .btn-main {
  background: #003081;
  border-color: #003081;
  color: #fff;
  transition: background 300ms ease-out;
}
#search_full_width .btn-main:hover,
#search_full_width .btn-main:focus {
  background: #001d4e;
  border-color: #001d4e;
}
.auctions-hero-container {
  width: 100%;
  float: left;
  clear: both;
  height: 270px;
  position: relative;
  box-sizing: border-box;
  z-index: 1;
}
.auctions-hero-container .background {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
}
.auctions-hero-container .background:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,0.7);
  content: "";
}
.auctions-hero-container .autions-info {
  position: relative;
  z-index: 10;
  width: 1100px;
  margin: auto;
  max-width: 100%;
  padding: 0 20px;
  clear: both;
  text-align: center;
  height: inherit;
}
.auctions-hero-container .autions-info.double:before {
  content: "";
  display: block;
  position: absolute;
  top: 45px;
  left: 50%;
  width: 1px;
  height: calc(100% - 90px);
  background: rgba(255,255,255,0.18);
}
.auctions-hero-container .autions-info.double .auction-info-conainer {
  width: 50%;
  padding: 0 20px;
}
.auctions-hero-container .autions-info.double .auction-info-conainer .auction-info {
  width: 440px;
}
.auctions-hero-container .autions-info .auction-info-conainer {
  width: 100%;
  float: left;
  height: inherit;
  position: relative;
  top: -5px;
}
.auctions-hero-container .autions-info .auction-info-conainer .auction-info {
  height: inherit;
  width: 600px;
  margin: auto;
  max-width: 100%;
}
.auctions-hero-container .autions-info .auction-info-conainer .auction-info .v-a-w {
  width: 100%;
  display: table;
  table-layout: fixed;
  vertical-align: middle;
  height: inherit;
}
.auctions-hero-container .autions-info .auction-info-conainer .auction-info .v-a-w .v-a {
  display: table-cell;
  height: inherit;
  vertical-align: middle;
}
.auctions-hero-container .autions-info .auction-info-conainer .auction-info .icon-container {
  color: #ffffff;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.auctions-hero-container .autions-info .auction-info-conainer .auction-info .icon-container .fa {
  font-size: 33px;
}
.auctions-hero-container .autions-info .auction-info-conainer .auction-info h3,
.auctions-hero-container .autions-info .auction-info-conainer .auction-info .auction-info-title {
  color: #fff;
  font-size: 27px;
  word-wrap: break-word;
  display: block;
  width: 100%;
  margin: 20px 0;
  line-height: 1.3;
}
.auctions-hero-container .autions-info .auction-info-conainer .auction-info .btn.btn-default {
  font-size: 18px;
  color: #fff;
  background: #001d4e;
  border: none;
  border-radius: 20px;
  padding: 5px 30px;
  transition: background 0.3s ease-out;
}
.auctions-hero-container .autions-info .auction-info-conainer .auction-info .btn.btn-default:hover {
  background-color: #003081;
}
@media (max-width: 767px) {
  .auctions-hero-container {
    height: auto;
    padding: 25px 0 10px 0;
  }
  .auctions-hero-container .autions-info {
    padding: 0 15px;
  }
  .auctions-hero-container .autions-info.double:before {
    display: none;
  }
  .auctions-hero-container .autions-info.double .auction-info-conainer {
    width: 100%;
    padding: 0;
  }
  .auctions-hero-container .autions-info.double .auction-info-conainer:first-child {
    padding-bottom: 3px;
    margin-bottom: 22px;
  }
  .auctions-hero-container .autions-info.double .auction-info-conainer:first-child:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.18);
  }
  .auctions-hero-container .autions-info.double .auction-info-conainer .auction-info {
    width: 100%;
  }
  .auctions-hero-container .autions-info .auction-info-conainer {
    clear: both;
    padding: 0;
  }
  .auctions-hero-container .autions-info .auction-info-conainer .auction-info {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
    padding-left: 0;
    min-height: 60px;
  }
  .auctions-hero-container .autions-info .auction-info-conainer .auction-info .icon-container {
    display: none;
  }
  .auctions-hero-container .autions-info .auction-info-conainer .auction-info h3,
  .auctions-hero-container .autions-info .auction-info-conainer .auction-info .auction-info-title {
    font-size: 15px;
    margin: 0 0 0 0;
    display: inline;
  }
  .auctions-hero-container .autions-info .auction-info-conainer .auction-info .btn.btn-default {
    position: relative;
    display: block;
    max-width: 180px;
    top: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    white-space: normal;
    border-radius: 30px;
    text-align: center;
    padding: 11px 11px;
    font-size: 16px;
    line-height: 120%;
  }
}

#search_full_width .btn-main {
  background: #003081;
  border-color: #003081;
  color: #fff;
  transition: background 300ms ease-out;
}
#search_full_width .btn-main:hover,
#search_full_width .btn-main:focus {
  background: #001d4e;
  border-color: #001d4e;
}
.listing-list-container {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}
.listing-list-container .listing-container {
  width: 100%;
  float: left;
  clear: both;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.listing-list-container .listing-container .v-a-w {
  width: 100%;
  display: table;
  table-layout: fixed;
  vertical-align: middle;
  height: inherit;
}
.listing-list-container .listing-container .v-a-w .v-a {
  display: table-cell;
  height: inherit;
  vertical-align: middle;
}
.listing-list-container .listing-container .listing {
  width: 100%;
  min-width: 280px;
  float: left;
  clear: both;
  margin: 0 0 30px 0;
  border: solid 1px #d4d4d4;
  background: #fff;
  border-radius: 0;
  line-height: 120%;
}
.listing-list-container .listing-container .listing.listing-featured,
.listing-list-container .listing-container .listing.event-listing {
  background: #f1f1f1;
}
.listing-list-container .listing-container .listing.listing-claimed {
  background: #fbfbfb;
}
.listing-list-container .listing-container .listing .listing-main-content {
  width: 100%;
  float: left;
  clear: both;
  min-height: 10px;
}
.listing-list-container .listing-container .listing .listing-main-content.with-gallery {
  min-height: 196px;
}
.listing-list-container .listing-container .listing .listing-main-content.with-gallery .listing-event-info {
  max-width: 100%;
}
@media (max-width: 767px) {
  .listing-sort-options-list-container .list-inline li .btn {
    margin: 10px 15px 0 15px;
  }
  .listing-list-container .listing-container .listing .listing-main-content.with-most-popular {
    min-height: 80px;
  }
  .listing-list-container .listing-container .listing .listing-main-content.with-gallery {
    min-height: 80px;
  }
  .listing-list-container .listing-container .listing .listing-main-content.with-gallery .listing-event-info {
    max-width: 390px;
  }
}
@media (min-width: 767px) and (max-width: 800px) {
  .listing-list-container .listing-container .listing .listing-main-content.with-most-popular.with-gallery .listing-action-buttons {
    padding-right: 280px;
  }
}
.listing-list-container .listing-container .listing.listing-featured .listing-header {
  min-height: 84px;
}
.listing-list-container .listing-container .listing .listing-header {
  width: 100%;
  float: left;
  clear: both;
  padding: 0 20px 0 20px;
  min-height: 70px;
  position: relative;
  background: #fff;
  z-index: 2;
}
.listing-list-container .listing-container .listing .listing-header.with-event-date {
  padding-left: 110px;
  min-height: 90px;
}
.listing-list-container .listing-container .listing .listing-header:after {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  opacity: 0.1;
  bottom: -1px;
  left: 0;
  content: '';
  background: -moz-linear-gradient(top,#000000 0%,rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top,#000000 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,#000000 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#00000000',GradientType=0);
}
.listing-list-container .listing-container .listing .listing-header .most-popular-index {
  position: absolute;
  top: -8px;
  left: -8px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 100%;
  line-height: 22px;
  background-color: #1d72ad;
  z-index: 100;
}
.listing-list-container .listing-container .listing .listing-header .listing-status {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: #68156f;
  color: #fff;
  border-radius: 15px;
  padding: 3px 10px 1px 10px;
  font-size: 12px;
  line-height: 120%;
  cursor: default;
}
.listing-list-container .listing-container .listing .listing-header .listing-status .extended-status {
  display: none;
}
.listing-list-container .listing-container .listing .listing-header .listing-date-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 100%;
  background: #f5f5f5;
  text-align: center;
  padding: 5px 0 0 0;
  border-radius: 15px 0 0 0;
  font-size: 12px;
}
.listing-list-container .listing-container .listing .listing-header .listing-date-info .listing-date-info-content {
  padding: 0 5px;
}
.listing-list-container .listing-container .listing .listing-header .listing-date-info p {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  padding: 5px 0;
  margin: 0;
  line-height: 110%;
}
.listing-list-container .listing-container .listing .listing-header .listing-main-header-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 100%;
  background: #fff;
  border-radius: 15px 0 0 0;
  display: none;
}
.listing-list-container .listing-container .listing .listing-header .listing-main-header-image img {
  display: block;
  margin: auto;
  max-height: 100px;
  max-width: 140px;
  height: auto;
  width: auto;
  padding: 10px 20px;
}
.listing-list-container .listing-container .listing .listing-header .listing-title {
  display: block;
  width: 100%;
  margin: 20px 0 0 0;
  font-size: 19px;
  float: left;
  clear: both;
  line-height: 1.1;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
}
.listing-list-container .listing-container .listing .listing-header .listing-title.list-title-with-rating {
  margin-top: 22px;
}
.listing-list-container .listing-container .listing .listing-header .listing-title a {
  color: #2a313a;
}
.listing-list-container .listing-container .listing .listing-header .listing-provider {
  width: 100%;
  font-size: 12px;
  margin-top: 5px;
  float: left;
  clear: both;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.listing-list-container .listing-container .listing .listing-header .listing-provider a {
  font-size: 12px;
  color: #2a313a;
  text-decoration: none;
}
.listing-list-container .listing-container .listing .listing-header .listing-provider a:hover {
  text-decoration: underline;
}
.listing-list-container .listing-container .listing .listing-header .listing-breadcrumb {
  font-size: 11px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 100%;
  float: left;
  clear: both;
}
.listing-list-container .listing-container .listing .listing-header .listing-breadcrumb .fa {
  font-size: 9px;
}
.listing-list-container .listing-container .listing .listing-header .star-rating {
  margin: 5px 0 25px 0;
}
.listing-list-container .listing-container .listing .listing-header .star-rating .rating-container {
  font-size: 16px;
}
.listing-list-container .listing-container .listing .listing-header .listing-save {
  display: block;
  background: #e1e1e1;
  float: left;
  width: 38px;
  height: 28px;
  line-height: 30px;
  text-align: center;
  border-radius: 30px;
  position: absolute;
  top: 2px;
  right: 2px;
  text-decoration: none;
  font-size: 12px;
  transition: background 0.3s ease-out;
}
.listing-list-container .listing-container .listing .listing-header .listing-save .fa {
  display: block;
  line-height: 30px;
  font-size: 20px;
  color: #2a313a;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-out;
}
.listing-list-container .listing-container .listing .listing-header .listing-save .fa.fa-star {
  opacity: 0;
  color: #fff;
  font-size: 19px;
}
.listing-list-container .listing-container .listing .listing-header .listing-save:hover {
  background: #c8c8c8;
}
.listing-list-container .listing-container .listing .listing-header .listing-save.save-active {
  background: #fbbc42;
}
.listing-list-container .listing-container .listing .listing-header .listing-save.save-active .fa.fa-star {
  opacity: 1;
}
.listing-list-container .listing-container .listing .listing-header .listing-save.save-active .fa.fa-star-o {
  opacity: 0;
}
.listing-list-container .listing-container .listing .listing-header .listing-save.save-active:hover {
  background: #fbbc42;
}
@media (max-width: 767px) {
  .listing-list-container .listing-container .listing.listing-featured .listing-header {
    padding: 0 20px 25px 20px;
  }
}
@media (min-width: 767px) {
  .listing-list-container .listing-container .listing.listing-featured .listing-header {
    min-height: 100px;
  }
  .listing-list-container .listing-container .listing .listing-header {
    min-height: 100px;
  }
  .listing-list-container .listing-container .listing .listing-header.show-listing-logo {
    padding-left: 140px;
  }
  .listing-list-container .listing-container .listing .listing-header.with-event-date {
    padding-left: 110px;
    min-height: 100px;
  }
  .listing-list-container .listing-container .listing .listing-header .listing-status {
    padding: 7px 20px 5px 20px;
  }
  .listing-list-container .listing-container .listing .listing-header .listing-status .extended-status {
    display: inline;
  }
  .listing-list-container .listing-container .listing .listing-header .listing-status .short-status {
    display: none;
  }
  .listing-list-container .listing-container .listing .listing-header .listing-date-info {
    font-size: 14px;
  }
  .listing-list-container .listing-container .listing .listing-header .listing-date-info p {
    font-size: 21px;
    padding: 5px 0;
  }
  .listing-list-container .listing-container .listing .listing-header .listing-main-header-image {
    display: block;
  }
  .listing-list-container .listing-container .listing .listing-header .listing-title {
    margin: 30px 0 0 0;
    font-size: 20px;
  }
  .listing-list-container .listing-container .listing .listing-header .listing-title.list-title-with-rating {
    margin-top: 22px;
  }
}
.listing-list-container .listing-container .listing .listing-media-list {
  width: 100%;
  float: left;
  clear: both;
  overflow: hidden;
  position: relative;
  max-height: 70px;
  z-index: 11;
}
.listing-list-container .listing-container .listing .listing-media-list .listing-media {
  width: 70px;
  height: 70px;
  margin-right: 1px;
  float: left;
  overflow: hidden;
  text-align: center;
}
.listing-list-container .listing-container .listing .listing-media-list .listing-media a {
  width: inherit;
  height: inherit;
  display: block;
  float: left;
  line-height: 70px;
  text-decoration: none;
}
.listing-list-container .listing-container .listing .listing-media-list .listing-media img {
  max-width: 70px;
  max-height: 70px;
  width: auto;
  height: auto;
  transition: transform 0.3s ease-out;
  font-size: 10px;
  line-height: 100%;
}
.listing-list-container .listing-container .listing .listing-media-list .listing-media a:hover {
  text-decoration: none;
}
.listing-list-container .listing-container .listing .listing-media-list .listing-main-image a {
  background: #fff;
}
.listing-list-container .listing-container .listing .listing-media-list .listing-gallery-and-badges {
  float: right;
}
.listing-list-container .listing-container .listing .listing-media-list .listing-most-popular-badges {
  float: right;
}
.listing-list-container .listing-container .listing .listing-media-list .listing-most-popular-badges.show-on-desktop {
  display: none;
}
.listing-list-container .listing-container .listing .listing-media-list .listing-most-popular-badges img {
  max-width: 60px;
  height: auto;
}
.listing-list-container .listing-container .listing .listing-media-list .listing-most-popular-badges .listing-media {
  display: none;
}
.listing-list-container .listing-container .listing .listing-media-list .listing-most-popular-badges .listing-media:first-child {
  display: block;
}
.listing-list-container .listing-container .listing .listing-media-list .listing-gallery-image {
  float: right;
}
@media (max-width: 767px) {
  .listing-list-container .listing-container .listing .listing-media-list {
    overflow: visible;
    max-height: 130px;
  }
  .listing-list-container .listing-container .listing .listing-media-list .listing-gallery-image {
    width: 100%;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .listing-list-container .listing-container .listing .listing-media-list .listing-media img {
    max-width: 100%;
    max-height: 140px;
    width: auto;
  }
}
@media (min-width: 767px) {
  .listing-list-container .listing-container .listing .listing-media-list {
    overflow: visible;
    margin-top: 5px;
    height: 0;
  }
  .listing-list-container .listing-container .listing .listing-media-list .listing-main-image {
    display: none;
  }
  .listing-list-container .listing-container .listing .listing-media-list .listing-most-popular-badges.show-on-desktop {
    display: block;
  }
  .listing-list-container .listing-container .listing .listing-media-list .listing-most-popular-badges.show-on-mobile {
    display: none;
  }
  .listing-list-container .listing-container .listing .listing-media-list .listing-gallery-image {
    float: right;
    width: 200px;
    height: 207px;
    overflow: hidden;
    position: relative;
    top: -5px;
    margin-right: -1px;
    border-radius: 0 0 0 0;
    border: solid 1px #d8d8d8;
    z-index: 2;
  }
  .listing-list-container .listing-container .listing .listing-media-list .listing-gallery-image img {
    position: absolute;
    left: -10000%;
    right: -10000%;
    top: -10000%;
    bottom: -10000%;
    margin: auto auto;
    min-width: 1000%;
    min-height: 1000%;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  .listing-list-container .listing-container .listing .listing-media-list .listing-gallery-image.listing-gallery-image-3 {
    display: none;
  }
  .listing-list-container .listing-container .listing .listing-media-list .listing-gallery-image.listing-gallery-image-4 {
    display: none;
  }
}
.listing-list-container .listing-container .listing .listing-address-info-container {
  width: 100%;
  float: left;
  clear: both;
  padding: 0 10px 0 5px;
  margin: 30px 0 0 0;
}
.listing-list-container .listing-container .listing .listing-address-info-container.listing-address-info-container + .listing-action-buttons {
  margin-top: 10px;
}
.listing-list-container .listing-container .listing .listing-address-info-container.with-most-popular.no-images-and-logo {
  padding: 0 75px 0 5px;
}
.listing-list-container .listing-container .listing .listing-address-info-container a.info {
  color: #333;
}
.listing-list-container .listing-container .listing .listing-address-info-container a.info:hover {
  color: #656565;
}
.listing-list-container .listing-container .listing .listing-address-info-container .listing-address-info {
  width: 100%;
  float: left;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}
.listing-list-container .listing-container .listing .listing-address-info-container .listing-address-info li {
  display: block;
  width: 100%;
  float: left;
  clear: both;
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
  font-size: 13px;
}
.listing-list-container .listing-container .listing .listing-address-info-container .listing-address-info li span {
  display: inline;
}
.listing-list-container .listing-container .listing .listing-address-info-container .listing-address-info li .icon-container {
  width: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.listing-list-container .listing-container .listing .listing-address-info-container .listing-address-info li .icon-container .address-icon {
  font-size: 15px;
}
@media (max-width: 767px) {
  .leaflet-popup {
    display: none !important;
  }
  .mobile-review-link {
    color: #333333;
  }
}
@media (min-width: 767px) {
  .listing-list-container .listing-container .listing .listing-address-info-container {
    margin-top: 12px;
    padding-left: 18px;
  }
  .listing-list-container .listing-container .listing .listing-address-info-container.with-most-popular.no-images-and-logo {
    margin-top: 12px;
    padding: 0 170px 0 18px;
  }
  .listing-list-container .listing-container .listing .listing-address-info-container.with-most-popular {
    min-height: 30px;
    padding-right: 170px;
  }
  .listing-list-container .listing-container .listing .listing-address-info-container.with-gallery {
    padding-right: 260px;
  }
  .listing-list-container .listing-container .listing .listing-address-info-container.with-most-popular.with-gallery {
    padding-right: 320px;
  }
}
.listing-list-container .listing-container .listing .listing-event-info-container {
  width: 100%;
  float: left;
  clear: both;
  padding: 0 10px 0 5px;
  margin: 22px 0 0 0;
}
.listing-list-container .listing-container .listing .listing-event-info-container.listing-event-info-container + .listing-action-buttons {
  margin-top: 10px;
}
.listing-list-container .listing-container .listing .listing-event-info-container.with-most-popular.no-images-and-logo {
  margin-top: -50px;
  padding: 0 75px 0 5px;
}
.listing-list-container .listing-container .listing .listing-event-info-container .listing-event-info {
  width: 100%;
  float: left;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}
.listing-list-container .listing-container .listing .listing-event-info-container .listing-event-info li {
  display: block;
  width: 100%;
  float: left;
  clear: both;
  padding-left: 10px;
  position: relative;
  margin-bottom: 5px;
  font-size: 13px;
}
.listing-list-container .listing-container .listing .listing-event-info-container .listing-event-info li span {
  display: inline;
}
.listing-list-container .listing-container .listing .listing-event-info-container .listing-event-info li a {
  color: #333;
}
@media (min-width: 767px) {
  .listing-list-container .listing-container .listing .listing-event-info-container {
    margin-top: 12px;
    padding-left: 18px;
  }
  .listing-list-container .listing-container .listing .listing-event-info-container.with-most-popular.no-images-and-logo {
    margin-top: 12px;
    padding: 0 170px 0 18px;
  }
  .listing-list-container .listing-container .listing .listing-event-info-container.with-most-popular {
    min-height: 30px;
    padding-right: 170px;
  }
  .listing-list-container .listing-container .listing .listing-event-info-container.with-gallery {
    padding-right: 230px;
  }
  .listing-list-container .listing-container .listing .listing-event-info-container.with-most-popular.with-gallery {
    padding-right: 300px;
  }
}
.listing-list-container .listing-container .listing .listing-action-buttons {
  width: calc(100% + 5px);
  float: left;
  clear: both;
  padding-left: 10px;
  box-sizing: border-box;
  margin: 22px 0 5px 0;
  position: relative;
  z-index: 10;
}
.listing-list-container .listing-container .listing .listing-action-buttons .booking-action {
  width: 100%;
  float: left;
  clear: both;
}
.listing-list-container .listing-container .listing .listing-action-buttons .request-button {
  display: block;
  margin: 0 13px 15px 0;
  background: #2a313b;
  color: #fff;
  float: left;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 19px;
  border-radius: 20px;
  text-decoration: none;
  transition: background 0.3s ease-out;
}
.listing-list-container .listing-container .listing .listing-action-buttons .request-button:hover {
  background: #394250;
}
.listing-list-container .listing-container .listing .listing-action-buttons .contact-buttons {
  float: left;
}
.listing-list-container .listing-container .listing .listing-action-buttons .contact-buttons .contact-button {
  display: block;
  margin: 0 13px 15px 0;
  float: left;
  background: #ffffff;
  color: #2a313a;
  border: solid 1px #d7d7d7;
  height: 32px;
  line-height: 32px;
  position: relative;
  top: 1px;
  font-size: 12px;
  padding: 0 15px;
  min-width: 78px;
  border-radius: 20px;
  text-decoration: none;
  text-align: center;
  transition: background 0.3s ease-out;
  white-space: nowrap;
}
.listing-list-container .listing-container .listing .listing-action-buttons .contact-buttons .contact-button:hover {
  background: #ededed;
}
.listing-list-container .listing-container .listing .listing-action-buttons .contact-buttons .contact-button.contact-button-website span {
  display: none;
}
.listing-list-container .listing-container .listing .listing-action-buttons .contact-buttons .contact-button .show-on-desktop {
  display: none;
}
.listing-list-container .listing-container .listing .listing-action-buttons .contact-buttons .contact-button .number-tooltip {
  position: absolute;
  top: -35px;
  left: -100%;
  width: 300%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.listing-list-container .listing-container .listing .listing-action-buttons .contact-buttons .contact-button .number-tooltip span {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  background: #fff;
  border: solid 1px #d7d7d7;
  border-radius: 3px;
  height: 20px;
  line-height: 20px;
}
.listing-list-container .listing-container .listing .listing-action-buttons .contact-buttons .contact-button .number-tooltip span:before {
  content: '';
  display: block;
  width: 0;
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -10px;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
.listing-list-container .listing-container .listing .listing-action-buttons .contact-buttons .contact-button.active .number-tooltip {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
@media (max-width: 767px) {
  .listing-list-container .listing-container .listing .listing-action-buttons .contact-button-contact-me,
  .listing-list-container .listing-container .listing .listing-action-buttons .contact-button-email {
    margin: 0 31px 25px 0 !important;
    font-size: 13px;
  }
  .listing-list-container .listing-container .listing .listing-action-buttons .contact-button-website {
    margin: 0 0 25px 0 !important;
  }
  .listing-list-container .listing-container .listing .listing-action-buttons .request-button {
    margin: 0 25px 25px 0;
    padding: 0 25px;
    font-size: 13px;
  }
}
@media (min-width: 767px) {
  .listing-list-container .listing-container .listing .listing-action-buttons {
    padding-left: 20px;
    margin-bottom: 0;
  }
  .listing-list-container .listing-container .listing .listing-action-buttons .booking-action {
    width: auto;
    float: left;
    clear: none;
  }
  .listing-list-container .listing-container .listing .listing-action-buttons .request-button {
    padding: 0 15px;
  }
  .listing-list-container .listing-container .listing .listing-action-buttons .contact-buttons {
    clear: both;
    width: 100%;
  }
  .listing-list-container .listing-container .listing .listing-action-buttons .contact-buttons .contact-button {
    padding: 0 15px;
    min-width: 0;
  }
  .listing-list-container .listing-container .listing .listing-action-buttons .contact-buttons .contact-button.contact-button-phone-or-mobile {
    display: none;
  }
  .listing-list-container .listing-container .listing .listing-action-buttons .contact-buttons .contact-button.contact-button-website span {
    display: inline;
  }
  .listing-list-container .listing-container .listing .listing-action-buttons .contact-buttons .contact-button.contact-button-contact-me {
    display: inline-block;
  }
  .listing-list-container .listing-container .listing .listing-action-buttons .contact-buttons .contact-button .show-on-desktop {
    display: inline;
  }
  .listing-list-container .listing-container .listing .listing-action-buttons .contact-buttons .contact-button .show-on-mobile {
    display: none;
  }
}
.listing-list-container .listing-container .listing .event-action-buttons {
  width: calc(100% + 5px);
  float: left;
  clear: both;
  padding-left: 10px;
  box-sizing: border-box;
  margin: 10px 0 5px 0;
  position: relative;
  z-index: 10;
}
.listing-list-container .listing-container .listing .event-action-buttons a {
  cursor: pointer;
}
.listing-list-container .listing-container .listing .event-action-buttons .primary-button {
  display: block;
  margin: 0 8px 15px 0;
  cursor: pointer;
  background: #2a313b;
  color: #fff;
  float: left;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 19px;
  border-radius: 20px;
  text-decoration: none;
  transition: background 0.3s ease-out;
}
.listing-list-container .listing-container .listing .event-action-buttons .primary-button:hover {
  background: #394250;
}
.listing-list-container .listing-container .listing .event-action-buttons .secondary-button {
  display: block;
  margin: 0 13px 15px 0;
  float: left;
  background: #ffffff;
  color: #2a313a;
  border: solid 1px #d7d7d7;
  height: 32px;
  line-height: 32px;
  position: relative;
  top: 1px;
  font-size: 12px;
  padding: 0 15px;
  min-width: 78px;
  border-radius: 20px;
  text-decoration: none;
  text-align: center;
  transition: background 0.3s ease-out;
}
.listing-list-container .listing-container .listing .event-action-buttons .secondary-button:hover {
  background: #ededed;
}
@media (min-width: 767px) {
  .listing-list-container .listing-container .listing .event-action-buttons {
    padding-left: 20px;
    margin-bottom: 0;
  }
  .listing-list-container .listing-container .listing .event-action-buttons .primary-button {
    padding: 0 10px;
  }
  .listing-list-container .listing-container .listing .event-action-buttons .secondary-button {
    margin: 0 -1px 15px 0;
    min-width: 0;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .listing-list-container .listing-container .listing .event-action-buttons .events-request-contact {
    font-size: 13px;
  }
  .listing-list-container .listing-container .listing .event-action-buttons .primary-button {
    margin: 0 31px 25px 0;
  }
}
.listing-list-container .listing-container .listing .listing-tabs-container {
  width: 100%;
  float: left;
  clear: both;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav {
  width: 100%;
  float: left;
  clear: both;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav ul {
  list-style: none;
  margin: 0 0 -21px 0;
  padding: 0;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav ul li {
  display: block;
  width: 25%;
  float: left;
  border-top: solid 1px #d7d7d7;
  border-bottom: solid 1px #d7d7d7;
  border-right: solid 1px #d7d7d7;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav ul li:last-child {
  border-right: none;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav ul li a {
  display: block;
  width: 100%;
  height: 48px;
  text-align: center;
  color: #2a313a;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.1s ease-out;
  position: relative;
  user-select: none;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav ul li a:before {
  content: '';
  display: block;
  background: url("https://static.canadianaccountantsearch.com/core/img/search/listing-tab-tick.svg");
  width: 15px;
  height: 6px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -7px;
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav ul li a .tab-content span {
  display: block;
  width: 100%;
  clear: both;
  text-align: center;
  font-size: 13px;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav ul li a .tab-content span.label-long {
  display: none;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav ul li a:hover,
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav ul li a.active {
  transition-duration: 0.5s;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav ul li a.active:before {
  opacity: 1;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav ul li:first-child:nth-last-child(1) {
  width: 100%;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav ul li:first-child:nth-last-child(2),
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav ul li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav ul li:first-child:nth-last-child(3),
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav ul li:first-child:nth-last-child(3) ~ li {
  width: 33.3333%;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav ul li:first-child:nth-last-child(4),
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav ul li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav-second {
  width: 100%;
  float: left;
  clear: both;
  display: none;
  margin: 5px 0 20px 0;
  border-bottom: solid 1px #cdcdcd;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav-second.no-tabs {
  border: none;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav-second a {
  font-size: 11px;
  color: #2a313a;
  text-decoration: none;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav-second .other-actions {
  float: right;
  padding: 5px 10px 0 0;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav-second .other-actions a {
  margin-right: 10px;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav-second .other-actions a:last-child {
  margin-right: 0;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav-second .other-actions a:hover {
  text-decoration: underline;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav-second ul {
  float: left;
  padding: 0 10px 0 20px;
  list-style: none;
  margin: 0;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav-second ul li {
  float: left;
  margin-right: 1px;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav-second ul li a {
  display: block;
  margin-bottom: -1px;
  cursor: pointer;
  border: solid 1px rgba(0,0,0,0);
  border-radius: 4px 4px 0 0;
  padding: 4px 8px;
  transition-property: border, background;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav-second ul li a:hover {
  border: solid 1px rgba(0,0,0,0.025);
  background: rgba(0,0,0,0.025);
  border-bottom: solid 1px rgba(0,0,0,0);
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav-second ul li a.active {
  border: solid 1px #d7d7d7;
  border-bottom: solid 1px #fff;
  cursor: default;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav-second ul li a.active:hover {
  background: none;
  border: solid 1px #d7d7d7;
  border-bottom: solid 1px #fff;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav-second ul li:first-child:last-child .map-toggle {
  border-radius: 4px;
  margin-left: -10px;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav-second ul li:first-child:last-child .map-toggle:hover {
  border: solid 1px #d7d7d7;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav-second ul.listing-featured li a.active,
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav-second ul.listing-featured li a.active:hover {
  border-bottom-color: #f1f1f1;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs {
  width: 100%;
  float: left;
  clear: both;
  background: #fff;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab {
  width: 100%;
  float: left;
  clear: both;
  display: none;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab.description-tab {
  overflow: hidden;
  display: block;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content {
  width: 100%;
  float: left;
  clear: both;
  padding: 20px 15px 12px 15px;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content h4 {
  font-size: 13px;
  font-weight: bold;
  margin: 5px 0 10px 0;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content h4 a {
  color: inherit;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content p {
  font-size: 12px;
  line-height: 120%;
  text-align: justify;
  word-wrap: break-word;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content .default-tab-button {
  display: block;
  float: left;
  border: solid 1px #d9d9d9;
  color: #2a313a;
  margin-bottom: 15px;
  text-decoration: none;
  background: #fff;
  border-radius: 15px;
  padding: 6px 18px;
  font-size: 12px;
  transition: background 0.3s ease-out;
  margin-right: 15px;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content .default-tab-button:hover {
  background: #ededed;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content .transparent-tab-button {
  display: block;
  float: left;
  border: solid 1px transparent;
  color: #2a313a;
  margin-bottom: 15px;
  text-decoration: none;
  background: transparent;
  border-radius: 15px;
  padding: 6px 18px;
  font-size: 12px;
  transition: background 0.3s ease-out;
  margin-right: 15px;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content .transparent-tab-button:hover {
  text-decoration: underline;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content .transparent-tab-button:first-child {
  padding-left: 0;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content .load-more-button-container {
  width: 100%;
  float: left;
  clear: both;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content .load-more-button-container .load-more-items-button {
  display: inline-block;
  margin: 0 10px 15px 0;
  background: #2a313b;
  color: #fff;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 19px;
  border-radius: 20px;
  text-decoration: none;
  transition: background 0.3s ease-out;
  cursor: pointer;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content .load-more-button-container .load-more-items-button:hover {
  background: #394250;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content .event-action-buttons {
  padding-left: 0;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content .event-action-buttons a {
  cursor: pointer;
  margin-bottom: 0;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content .hidden-content-container {
  display: none;
  width: 100%;
  float: left;
  clear: both;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.description-tab {
  text-align: justify;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.description-tab p {
  text-align: justify;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.description-tab a {
  color: #333;
  text-decoration: underline;
  margin-left: 3px;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.description-tab a:hover {
  text-decoration: none;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.special-offers-tab {
  padding-bottom: 10px;
  padding-top: 20px;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.special-offers-tab .special-offer {
  width: 100%;
  float: left;
  clear: both;
  border-bottom: solid 1px #d0d0d0;
  padding-bottom: 15px;
  margin-bottom: 18px;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.special-offers-tab .special-offer:last-child {
  padding-bottom: 15px;
  margin-bottom: 0;
  border: none;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.events-tab {
  padding-bottom: 10px;
  padding-top: 20px;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.events-tab .event {
  width: 100%;
  float: left;
  clear: both;
  border-bottom: solid 1px #d0d0d0;
  padding-bottom: 15px;
  margin-bottom: 18px;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.events-tab .event:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.members-tab {
  padding: 15px 5px 5px 5px;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.members-tab .member-default-box {
  position: relative;
  min-height: 40px;
  float: left;
  margin-bottom: 15px;
  padding-left: 65px;
  padding-bottom: 0;
  width: 100%;
  padding-right: 0;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.members-tab .member-default-box .member-image-container {
  width: 40px;
  height: 40px;
  background: #fff url("../../../core/img/no-image.svg") no-repeat center center;
  background-size: 25px auto;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
  top: 0;
  left: 15px;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.members-tab .member-default-box .member-image-container .bg {
  top: 2px;
  left: 2px;
  width: 38px;
  height: 38px;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.members-tab .member-default-box .member-description {
  width: 100%;
  float: left;
  clear: both;
  padding-top: 0;
  padding-right: 10px;
  font-size: 12px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: left;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.tags-tab {
  padding: 10px 25px 15px 25px;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.tags-tab ul {
  margin: 0;
  padding-left: 20px;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.tags-tab ul li {
  margin: 5px 0;
  font-size: 12px;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.reviews-tab {
  padding-bottom: 10px;
  overflow: hidden;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.reviews-tab.reviews-action {
  border-top: solid 1px #cdcdcd;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.reviews-tab.reviews-action .actions {
  width: calc(100% + 15px);
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.reviews-tab .star-rating {
  padding: 0;
  margin: 0;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.reviews-tab .overall-score {
  border-bottom: solid 1px rgba(0,0,0,0.1);
  line-height: 120%;
  width: 100%;
  float: left;
  clear: both;
  padding: 0 0 15px 0;
  margin-bottom: 5px;
  font-size: 15px;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.reviews-tab .overall-score .overall-score-title {
  font-weight: bold;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.reviews-tab .overall-score * {
  font-size: 15px;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.reviews-tab .reviews-list {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 15px;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.reviews-tab .reviews-list .review {
  width: 100%;
  float: left;
  clear: both;
  border-bottom: solid 1px rgba(0,0,0,0.1);
  padding-bottom: 14px;
  margin-bottom: 5px;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.reviews-tab .reviews-list .review:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.reviews-tab .reviews-list .review .review-title {
  width: 100%;
  float: left;
  clear: both;
  font-weight: bold;
  font-size: 13px;
  margin: 13px 0 3px 0;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.reviews-tab .reviews-list .review .review-date {
  margin: 0 0 2px 0;
  font-size: 13px;
  font-style: italic;
  display: block;
  width: 100%;
  float: left;
  clear: both;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.reviews-tab .reviews-list .review .review-description {
  margin: 0 0 5px 0;
  font-size: 13px;
  display: block;
  width: 100%;
  float: left;
  clear: both;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.reviews-tab .reviews-list .review .answer {
  font-size: 13px;
  clear: left;
  position: relative;
  padding-left: 34px;
  padding-top: 8px;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.reviews-tab .reviews-list .review .answer .time-answer {
  font-weight: bold;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.reviews-tab .reviews-list .review .answer .time-answer + div {
  font-size: 13px;
  text-align: justify;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.reviews-tab .reviews-list .review .answer:before {
  font-family: 'FontAwesome';
  content: "\f061";
  position: absolute;
  left: 12px;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.reviews-tab .reviews-action .report-a-review {
  margin-left: 2px;
  position: relative;
  top: 7px;
  font-size: 12px;
  color: #2a313a;
  text-decoration: underline;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.reviews-tab .reviews-action .report-a-review:hover {
  text-decoration: none;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.articles-tab {
  padding-bottom: 10px;
  padding-top: 20px;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.articles-tab .article {
  width: 100%;
  float: left;
  clear: both;
  border-bottom: solid 1px #d0d0d0;
  padding-bottom: 0;
  margin-bottom: 18px;
}
.listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.articles-tab .article:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
@media (max-width: 767px) {
  .listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav {
    border-bottom: solid 1px #cdcdcd;
  }
  .listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content .event-action-buttons a {
    margin: 0 31px 25px 0;
    font-size: 13px;
  }
  .listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content .event-action-buttons a.secondary-button {
    margin: 0 0 25px 0;
  }
}
@media (min-width: 767px) {
  .listing-list-container .listing-container .listing .listing-tabs-container {
    width: 100%;
    float: left;
    clear: both;
  }
  .listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav {
    display: none;
  }
  .listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs-nav-second {
    display: block;
  }
  .listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs {
    background: none;
    margin-top: -20px;
  }
  .listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab.description-tab {
    height: auto;
    overflow: visible;
  }
  .listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab:first-child {
    display: block;
  }
  .listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content {
    padding: 23px 23px 12px 23px;
  }
  .listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content .event-action-buttons {
    padding-left: 0;
  }
  .listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.special-offers-tab {
    padding-bottom: 10px;
    padding-top: 20px;
  }
  .listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.events-tab {
    padding-bottom: 10px;
    padding-top: 20px;
  }
  .listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.reviews-tab {
    padding-bottom: 10px;
  }
  .listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.articles-tab {
    padding-bottom: 10px;
    padding-top: 20px;
  }
  .listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.members-tab {
    padding: 15px 13px 5px 13px;
  }
  .listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.members-tab .member-default-box {
    width: 33.33%;
    padding-right: 15px;
  }
  .listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.members-tab .member-default-box:nth-of-type(3n+1) {
    clear: both;
  }
  .listing-list-container .listing-container .listing .listing-tabs-container .listing-tabs .listing-tab .tab-content.members-tab .member-default-box .member-image-container {
    box-shadow: 0 0 0 1px rgba(0,0,0,0);
  }
}
.listing-list-container .listing-container .listing .more-options-container {
  width: 100%;
  float: left;
  clear: both;
  overflow: hidden;
  border-top: solid 1px #d7d7d7;
  margin-top: -1px;
  border-radius: 0 0 15px 15px;
}
.listing-list-container .listing-container .listing .more-options-container .more-options-nav {
  width: 100%;
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
  list-style: none;
}
.listing-list-container .listing-container .listing .more-options-container .more-options-nav li {
  display: block;
  float: left;
  text-align: center;
  width: 100%;
  position: relative;
  padding: 9px 0;
}
.listing-list-container .listing-container .listing .more-options-container .more-options-nav li:before {
  width: 1px;
  height: 15px;
  background: rgba(0,0,0,0.1);
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 1px;
  margin-top: -7px;
}
.listing-list-container .listing-container .listing .more-options-container .more-options-nav li a {
  display: inline-block;
  padding: 7px 8px;
  cursor: pointer;
  width: auto;
  text-decoration: none;
  font-size: 12px;
  color: #2a313b;
  transition: background 0.3s ease-out;
  border-radius: 20px;
}
.listing-list-container .listing-container .listing .more-options-container .more-options-nav li a:before {
  content: '';
  display: block;
  background: url("https://static.canadianaccountantsearch.com/core/img/search/listing-tab-tick.svg");
  width: 15px;
  height: 6px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -7px;
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.listing-list-container .listing-container .listing .more-options-container .more-options-nav li a.tab-toggle {
  user-select: none;
}
.listing-list-container .listing-container .listing .more-options-container .more-options-nav li a.active:before {
  opacity: 1;
}
.listing-list-container .listing-container .listing .more-options-container .more-options-nav li:first-child:nth-last-child(1) {
  width: 100%;
}
.listing-list-container .listing-container .listing .more-options-container .more-options-nav li:first-child:nth-last-child(2),
.listing-list-container .listing-container .listing .more-options-container .more-options-nav li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}
.listing-list-container .listing-container .listing .more-options-container .more-options-nav li:first-child:nth-last-child(3),
.listing-list-container .listing-container .listing .more-options-container .more-options-nav li:first-child:nth-last-child(3) ~ li {
  width: 33.3333%;
}
.listing-list-container .listing-container .listing .more-options-container .more-options-tabs {
  width: 100%;
  float: left;
  clear: both;
}
.listing-list-container .listing-container .listing .more-options-container .more-options-tabs .tab-container {
  width: 100%;
  float: left;
  clear: both;
  display: none;
  background: #fff;
  padding: 20px 15px 10px 15px;
  border-top: solid 1px #d7d7d7;
}
.listing-list-container .listing-container .listing .more-options-container .more-options-tabs .tab-container p {
  font-size: 13px;
  color: #2a313a;
}
.listing-list-container .listing-container .listing .more-options-container .more-options-tabs .description-tab {
  text-align: justify;
}
.listing-list-container .listing-container .listing .more-options-container .more-options-tabs .description-tab a {
  color: #333;
  text-decoration: underline;
  margin-left: 3px;
}
.listing-list-container .listing-container .listing .more-options-container .more-options-tabs .description-tab a:hover {
  text-decoration: none;
}
@media (min-width: 767px) {
  .listing-list-container .listing-container .listing .more-options-container {
    display: none;
  }
}

#search_full_width .btn-main {
  background: #003081;
  border-color: #003081;
  color: #fff;
  transition: background 300ms ease-out;
}
#search_full_width .btn-main:hover,
#search_full_width .btn-main:focus {
  background: #001d4e;
  border-color: #001d4e;
}
#left-tree {
  width: 225px;
  max-width: 100%;
}
#left-tree.close .serp-filters-container {
  display: none;
}
.serp-filters-loader {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding: 100px;
  font-size: 20px;
  opacity: 0;
  z-index: 50;
  transition: opacity 0.1s ease-out;
}
.serp-filters-loader i {
  color: #001d4e;
}
.serp-filters-loader.active {
  opacity: 0.8;
  transition: opacity 0.3s ease-out;
}
.serp-filters-container {
  width: 100%;
  margin-bottom: -15px;
  margin-top: -1px;
}
.serp-filters-container .serp-filters .serp-filter {
  border-top: solid 1px #d8d8d8;
  margin-bottom: 15px;
}
.serp-filters-container .serp-filters .serp-filter:last-child {
  margin-bottom: 0;
}
.serp-filters-container .serp-filters .serp-filter .serp-filter-title {
  display: block;
  width: 100%;
  font-size: 15px;
  padding-top: 6px;
  margin: 10px 0;
}
.serp-filters-container .serp-filters .serp-filter ul {
  list-style: none;
  margin: 0;
  width: 100%;
  padding: 10px 0;
}
.serp-filters-container .serp-filters .serp-filter ul li {
  width: 100%;
  display: block;
  position: relative;
  transition: opacity 0.3s ease-out;
}
.serp-filters-container .serp-filters .serp-filter ul li label {
  width: 100%;
  padding: 0 20px 0 30px;
  position: relative;
  font-size: 13px;
  overflow: hidden;
  display: block;
  cursor: pointer;
  min-height: 18px;
  font-weight: normal;
}
.serp-filters-container .serp-filters .serp-filter ul li label input {
  top: -30px;
  left: -30px;
  opacity: 0;
  position: absolute;
}
.serp-filters-container .serp-filters .serp-filter ul li label .custom-tick {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  border: solid 1px #d0d0d0;
  border-radius: 4px;
  background-color: #fff;
  background-size: 9px 9px;
  background-repeat: no-repeat;
  background-position: 2px 3px;
}
.serp-filters-container .serp-filters .serp-filter ul li label input:checked + .custom-tick {
  background-image: url("https://static.canadianaccountantsearch.com/core/img/misc/input-tick.png");
}
.serp-filters-container .serp-filters .serp-filter ul li label .rating-container {
  font-size: 16px;
  margin-top: -3px;
}
.serp-filters-container .serp-filters .serp-filter ul li label .rating-label {
  font-size: 12px;
  position: relative;
  top: -2px;
  left: 4px;
}
.serp-filters-container .serp-filters .serp-filter ul li.selected label {
  font-weight: bold;
}
.serp-filters-container .serp-filters .serp-filter ul li .pull-right {
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 11px;
}
.serp-filters-container .serp-filters .serp-filter ul li.filter-disabled,
.serp-filters-container .serp-filters .serp-filter ul li.disabled {
  opacity: 0.45;
  cursor: default;
  pointer-events: none;
  user-select: none;
}
.serp-filters-container .serp-filters .serp-filter ul li.filter-disabled label,
.serp-filters-container .serp-filters .serp-filter ul li.disabled label {
  cursor: default;
}
.serp-filters-container .serp-filters .serp-filter ul.start-rating-filter li {
  margin-bottom: -3px;
}
.serp-filters-container .serp-filters .serp-filter ul.start-rating-filter li .pull-right {
  top: 0;
}
.serp-filters-container .serp-filters .serp-filter ul.start-rating-filter li .rating-label {
  font-size: 11px;
  position: relative;
  top: -3px;
}
#left-tree .serp-additional-filters {
  margin-bottom: 30px;
  margin-top: 29px;
}
#left-tree .serp-additional-filters .refine-detes-container {
  width: calc(100% + 30px);
  margin-left: -15px;
}
#left-tree .serp-additional-filters .refine-detes-container .def-links #duration-filters a {
  text-decoration: underline !important;
}
#left-tree .serp-additional-filters .refine-detes-container .def-links #duration-filters a:hover {
  text-decoration: none !important;
}
#left-tree .serp-additional-filters .serp-filter-title {
  display: block;
  width: 100%;
  border-top: solid 1px #d8d8d8;
  font-size: 15px;
  padding-top: 15px;
  padding-bottom: 10px;
}
#left-tree .serp-additional-filters .first-categories {
  padding-bottom: 5px;
}
#left-tree .serp-additional-filters ul.tree {
  margin: 0;
  padding: 0;
  width: 100%;
}
#left-tree .serp-additional-filters ul.tree li {
  position: relative;
  width: 100%;
  display: block;
  padding-left: 18px;
  color: #2a313a;
}
#left-tree .serp-additional-filters ul.tree li .glyphicon-chevron-right {
  position: absolute;
  top: 5px;
  left: -3px;
  font-size: 11px;
  color: #2a313a;
}
#left-tree .serp-additional-filters ul.tree li a {
  padding: 3px 0;
  position: static;
}
#left-tree .serp-additional-filters ul.tree li a:hover {
  text-decoration: underline;
}
#left-tree .serp-additional-filters ul.tree li .select-stripes a {
  text-decoration: none;
  font-weight: bold;
}
#left-tree .serp-additional-filters ul.tree li .nav-header {
  padding: 3px 0 0 0;
}
#left-tree .serp-additional-filters ul.tree ul li {
  padding-left: 14px;
}
@media (max-width: 1380px) {
  #left-tree {
    min-width: 335px !important;
    width: 335px;
  }
  #left-tree #close-refine-mobile {
    font-size: 14px;
    color: #495057;
    padding: 10px;
    display: block;
    float: left;
    margin-right: -10px;
    margin-top: -9px;
  }
  #left-tree nav + #tree-box {
    margin-top: 0;
  }
  #left-tree .serp-filters-container {
    padding: 0 34px 0 30px;
  }
  #left-tree .serp-filters-container .serp-filters .serp-filter ul li label {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  #left-tree .serp-filters-container .serp-filters .serp-filter ul li label .custom-tick {
    top: 4px;
  }
  #left-tree .serp-filters-container .serp-filters .serp-filter ul.start-rating-filter li label .custom-tick {
    top: 2px;
  }
  #left-tree .serp-additional-filters {
    padding: 0 34px 0 30px;
  }
}

#search_full_width .btn-main {
  background: #003081;
  border-color: #003081;
  color: #fff;
  transition: background 300ms ease-out;
}
#search_full_width .btn-main:hover,
#search_full_width .btn-main:focus {
  background: #001d4e;
  border-color: #001d4e;
}
.show-only-in-sidebar-mobile {
  display: none;
}
.filter-bands {
  width: 100%;
  padding: 0 0 5px 0;
  list-style: none;
  float: left;
  clear: both;
}
.filter-bands li {
  display: block;
  float: left;
}
.filter-bands li .default-filter {
  display: block;
  float: left;
  position: relative;
  background: #f1f1f1;
  font-size: 13px;
  line-height: 120%;
  padding: 5px 30px 4px 14px;
  border-radius: 15px;
  margin: 0 10px 14px 0;
}
.filter-bands li .default-filter a {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0;
  right: 5px;
  background: url("https://static.canadianaccountantsearch.com/core/img/misc/times-circle.svg") no-repeat center center;
  background-size: 15px auto;
  text-indent: -99899px;
  overflow: hidden;
}
.filter-bands li .rating-filter {
  display: block;
  float: left;
  position: relative;
  background: #f1f1f1;
  padding: 4px 30px 0 14px;
  border-radius: 15px;
  margin: 0 10px 14px 0;
}
.filter-bands li .rating-filter .rating-container {
  position: relative;
  top: -2px;
}
.filter-bands li .rating-filter .rating-label {
  font-size: 13px;
  line-height: 120%;
  top: -3px;
  position: relative;
}
.filter-bands li .rating-filter a {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0;
  right: 5px;
  background: url("https://static.canadianaccountantsearch.com/core/img/misc/times-circle.svg") no-repeat center center;
  background-size: 15px auto;
  text-indent: -99899px;
  overflow: hidden;
}
.filter-bands li .clear-all-filter {
  display: block;
  float: left;
  position: relative;
  background: #2a313a;
  font-size: 13px;
  line-height: 120%;
  border-radius: 15px;
  overflow: hidden;
  margin: 0 10px 14px 0;
}
.filter-bands li .clear-all-filter a {
  display: block;
  padding: 5px 15px 4px 15px;
  float: left;
  background: #2a313a;
  color: #fff;
  text-decoration: none;
}
.filter-bands li .clear-all-filter a:hover {
  background: #3f4a58;
}
@media (max-width: 1380px) {
  .filter-bands {
    display: none;
  }
  .show-only-in-sidebar-mobile {
    display: block;
  }
  .show-only-in-sidebar-mobile .clear {
    width: 100%;
    clear: both;
  }
  .show-only-in-sidebar-mobile .filter-bands {
    display: block;
    padding: 5px 0 0 15px;
    margin: -20px 0 15px 0;
    position: relative;
  }
  .show-only-in-sidebar-mobile .filter-bands .default-filter {
    background: #fff;
    padding: 10px 30px 9px 14px;
    height: 33px;
  }
  .show-only-in-sidebar-mobile .filter-bands .rating-filter {
    background: #fff;
    padding: 9px 30px 4px 14px;
  }
  .show-only-in-sidebar-mobile .filter-bands .clear-all-filter a {
    padding: 10px 15px 9px 15px;
  }
}

#search_full_width .btn-main {
  background: #003081;
  border-color: #003081;
  color: #fff;
  transition: background 300ms ease-out;
}
#search_full_width .btn-main:hover,
#search_full_width .btn-main:focus {
  background: #001d4e;
  border-color: #001d4e;
}
.listing-sort-options-list-container {
  width: 100%;
  float: left;
  clear: both;
  margin: -5px 0 0 0;
  position: relative;
  z-index: 10;
}
.listing-sort-options-list-container .list-inline > li {
  padding-right: 0;
  padding-bottom: 10px;
  line-height: 120%;
}
.listing-sort-options-list-container .list-inline > li.sort-by-label {
  font-size: 13px;
}
.listing-sort-options-list-container .list-inline > li .btn {
  border-radius: 15px;
  color: #333;
  border: none;
  box-shadow: none;
  transition: 0.3s ease-out;
  padding: 5px 15px 4px 15px;
  font-size: 13px;
  line-height: 120%;
  background: #f1f1f1;
}
.listing-sort-options-list-container .list-inline > li .btn:hover {
  background: #d8d8d8;
}
.listing-sort-options-list-container .list-inline > li .btn.active {
  background: #001d4e;
  color: #fff;
}
.listing-sort-options-list-container .list-inline > li .btn.active:hover {
  background: #000a1b;
}
@media (max-width: 1380px) {
  .listing-sort-options-list-container {
    margin-top: -25px;
    margin-bottom: 10px;
  }
  .listing-sort-options-list-container .list-inline {
    text-align: center;
  }
  .listing-sort-options-list-container .list-inline > li {
    padding: 0 5px;
  }
  .listing-sort-options-list-container .list-inline > li.sort-by-label {
    display: none;
  }
}
@media (max-width: 640px) {
  .listing-sort-options-list-container {
    margin-top: -16px;
  }
  .listing-sort-options-list-container .list-inline {
    text-align: center;
  }
  .listing-sort-options-list-container .list-inline > li {
    padding: 0 3px 10px 0;
  }
  .listing-sort-options-list-container .list-inline > li.sort-by-label {
    display: none;
  }
}
@media (max-width: 1024px) {
  .listing-sort-options-list-container .list-inline>li .btn {
    padding: 8px 15px 8px 15px;
  }
}

.rp-mobile-menu .btn-toggle-rhs-menu {
  display: none;
}
.rp-mobile-menu .btn-saved-menu {
  border-radius: 0 30px 30px 0 !important;
}
.rp-mobile-menu .btn-group .events-refine-button#refine-button {
  border-radius: 30px !important;
}
.rp-mobile-menu .btn-group .events-refine-button#refine-button span {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.rhs-container .closeRHS {
  display: none;
}
@media (max-width: 1024px) {
  .rp-mobile-menu .btn-toggle-rhs-menu {
    display: inline-block;
  }
  .rp-mobile-menu .btn-saved-menu {
    border-radius: 0 0 0 0 !important;
  }
  .rp-mobile-menu #refine-button {
    border-radius: 30px 0 0 30px !important;
  }
  .rp-mobile-menu .btn-group .events-refine-button#refine-button {
    border-radius: 30px 0 0 30px !important;
  }
  .rp-mobile-menu .btn-group .events-refine-button#refine-button span {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
  .rhs-overlay {
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(255,255,255,0.8);
    width: 100%;
    height: 100%;
    min-height: 100vh;
    z-index: 9998;
    cursor: pointer;
    display: none;
    touch-action: none;
  }
  .rhs-container {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    background: #ebebeb;
    z-index: 9999;
    height: 100%;
    min-height: 100vh;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    max-width: 100%;
    box-sizing: content-box;
    border-left: solid 1px rgba(0,0,0,0.1);
    transition: right 0.3s ease-out;
  }
  .rhs-container.active {
    right: 0;
  }
  .rhs-container:before {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.1);
    content: '';
  }
  .rhs-container .rhs {
    width: 100%;
    padding: 55px 20px 20px 20px;
    float: left;
    clear: both;
    position: relative;
  }
  .rhs-container .rhs .closeRHS {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 15px;
    display: block;
    color: #333;
    text-align: center;
    line-height: 30px;
    transition: background 0.3s ease-out;
  }
  .rhs-container .rhs .closeRHS:hover {
    background: rgba(0,0,0,0.1);
  }
}

.lhs-container .closeLHS {
  display: none;
}
@media (max-width: 1380px) {
  .lhs-overlay {
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(255,255,255,0.8);
    width: 100%;
    height: 100%;
    min-height: 100vh;
    z-index: 9998;
    cursor: pointer;
    display: none;
    touch-action: none;
  }
  .lhs-container {
    position: fixed;
    top: 0;
    left: -320px;
    width: 320px;
    background: #ebebeb;
    z-index: 9999;
    height: 100%;
    min-height: 100vh;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    max-width: 100%;
    box-sizing: content-box;
    border-right: solid 1px rgba(0,0,0,0.1);
    transition: left 0.3s ease-out;
  }
  .lhs-container.active {
    left: 0;
  }
  .lhs-container:before {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.1);
    content: '';
  }
  .lhs-container .lhs {
    width: 100%;
    padding: 55px 0 20px 0;
    float: left;
    clear: both;
    position: relative;
  }
  .lhs-container .lhs .closeLHS {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 15px;
    display: block;
    color: #333;
    text-align: center;
    line-height: 30px;
    transition: background 0.3s ease-out;
  }
  .lhs-container .lhs .closeLHS:hover {
    background: rgba(0,0,0,0.1);
  }
}

.modal-backdrop {
  background: transparent;
  visibility: hidden;
}
.modal-backdrop.in {
  background: transparent;
  visibility: hidden;
  opacity: 0;
}
.modal.default-modal-request-contact {
  padding-bottom: 40px;
}
.modal.default-modal-request-contact.no-header-in-modal .modal-header {
  display: none;
}
.modal.default-modal-request-contact.no-header-in-modal .modal-body {
  border-radius: 10px;
}
.modal.default-modal-request-contact.dont-leave-now .modal-header {
  display: block;
}
.modal.default-modal-request-contact.dont-leave-now .modal-body {
  border-radius: 0 0 10px 10px;
}
.modal.default-modal-request-contact .modal-dialog {
  margin: 25px auto;
}
.modal.default-modal-request-contact .modal-dialog .modal-header {
  padding-top: 10px;
}
.modal.default-modal-request-contact .modal-dialog .custom-fields .col-sm-9 {
  width: 100%;
  padding: 0;
}
.modal.default-modal-request-contact .modal-dialog .custom-fields .col-sm-3 {
  width: 100%;
  padding: 0;
}
.modal.default-modal-request-contact .modal-dialog .custom-fields .form-control-feedback {
  top: 0;
}
.modal.default-modal-request-contact .modal-dialog .custom-fields .btn-group.bootstrap-select {
  width: 100%;
  padding: 0;
  position: relative;
  margin-bottom: 17px;
  background: none;
  border: none;
}
.modal.default-modal-request-contact .modal-dialog .custom-fields .btn-group.bootstrap-select .dropdown-menu {
  margin-top: 5px;
}
.modal.default-modal-request-contact .modal-dialog .custom-fields .btn-group.bootstrap-select > .selectpicker {
  width: 100%;
  height: 38px;
  background: #f4f4f4;
  border-radius: 4px;
  padding: 0 10px;
}
.modal.default-modal-request-contact .modal-dialog .custom-fields .btn-group.bootstrap-select > .selectpicker span.caret {
  background: url("../../../core/img/misc/down-arrow.svg") no-repeat center center;
  background-size: 17px auto;
  color: transparent;
  text-indent: -9999px;
  outline: none;
  display: block;
  width: 20px;
  height: 35px;
  position: absolute;
  top: 3px;
  right: 10px;
}
.modal.default-modal-request-contact .modal-dialog label i {
  font-style: normal;
}
.modal.default-modal-request-contact .modal-dialog textarea {
  height: 135px;
}
.modal.default-modal-request-contact .modal-dialog .captcha-form-group-validation .has-feedback .form-control-feedback {
  z-index: 10;
  top: 3px;
}
.modal.default-modal-request-contact .modal-dialog .captcha-form-group-validation .help-block {
  margin-bottom: 22px;
  margin-left: -10px;
}
.modal.default-modal-request-contact .modal-dialog .go-straight-to-website-container {
  width: 100%;
  float: left;
  clear: both;
  padding: 30px 0 30px 0;
  text-align: center;
}
.modal.default-modal-request-contact .modal-dialog .go-straight-to-website-container .close {
  display: block;
  opacity: 1;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 4px;
  top: 13px;
  transition: transform 0.3s ease-out;
}
.modal.default-modal-request-contact .modal-dialog .go-straight-to-website-container .close span {
  font-size: 50px;
  color: #000;
  display: inline-block;
  line-height: 20px;
  height: 20px;
}
.modal.default-modal-request-contact .modal-dialog .go-straight-to-website-container .close:hover {
  transform: scale(1.1);
}
.modal.default-modal-request-contact .modal-dialog .go-straight-to-website-container .go-straight-to-website-btn {
  display: inline-block;
  background: #f4f4f4;
  border: solid 1px #d7d7d7;
  border-radius: 30px;
  padding: 15px 30px;
  margin-bottom: 30px;
  color: #2a313a;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.3s ease-out;
}
.modal.default-modal-request-contact .modal-dialog .go-straight-to-website-container .go-straight-to-website-btn:hover {
  background: #e3e3e3;
}
.modal.default-modal-request-contact .modal-dialog .go-straight-to-website-container .sepparator {
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
  overflow: hidden;
  margin: 0;
  position: relative;
}
.modal.default-modal-request-contact .modal-dialog .go-straight-to-website-container .sepparator:before {
  background: #f1f1f1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}
.modal.default-modal-request-contact .modal-dialog .go-straight-to-website-container .sepparator span {
  background: #fff;
  font-size: 14px;
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 0 50px;
}
.modal.default-modal-request-contact .modal-dialog #load-more-button {
  border: solid 1px #d7d7d7;
  background: #fff;
  text-decoration: none;
  padding: 4px 29px;
  border-radius: 18px;
  margin-bottom: 14px;
  color: #2a313a;
}
.modal.default-modal-request-contact .modal-dialog .location-select-container .tt-menu {
  margin-top: 38px;
}
.modal.default-modal-request-contact .modal-dialog .location-select-container .select-location-group {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  padding-right: 100px;
}
.modal.default-modal-request-contact .modal-dialog .location-select-container .select-location-group .select-location-input {
  width: 100%;
  float: left;
}
.modal.default-modal-request-contact .modal-dialog .location-select-container .select-location-group .select-location-input input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.modal.default-modal-request-contact .modal-dialog .location-select-container .select-location-group .select-location-drop {
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
}
.modal.default-modal-request-contact .modal-dialog .location-select-container .btn-group.bootstrap-select {
  width: 100%;
}
.modal.default-modal-request-contact .modal-dialog .location-select-container .btn-group.bootstrap-select > .selectpicker {
  width: 100%;
  height: 38px;
  background: #e9e9e9;
  border-radius: 0 4px 4px 0;
  padding: 0 10px;
  border-left: none;
}
.modal.default-modal-request-contact .modal-dialog .location-select-container .btn-group.bootstrap-select > .selectpicker span.caret {
  background: url("../../../core/img/misc/down-arrow.svg") no-repeat center center;
  background-size: 17px auto;
  color: transparent;
  text-indent: -9999px;
  outline: none;
  display: block;
  width: 20px;
  height: 35px;
  position: absolute;
  top: 3px;
  right: 10px;
}
.modal.default-modal-request-contact .modal-dialog .base-location-container .location-box-content {
  width: 100%;
  float: left;
  clear: both;
  padding-bottom: 20px;
  padding-top: 10px;
}
.modal.default-modal-request-contact .modal-dialog .base-location-container .location-box-content p {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: -10px;
}
.modal.default-modal-request-contact .modal-dialog .base-location-container .location-box-content label {
  margin-bottom: 15px;
}
.modal.default-modal-request-contact .modal-dialog .base-location-container .location-box-content .location-select-container label {
  margin-bottom: 6px;
}
.modal.default-modal-request-contact .modal-dialog .base-location-container .location-box-content .col-sm-9 {
  width: 100%;
  margin: 0;
  padding: 0;
}
.modal.default-modal-request-contact .modal-dialog .location-box .help-block {
  margin-top: -6px;
  margin-bottom: 30px;
  margin-left: 30px;
}
.modal.default-modal-request-contact .modal-dialog .location-box .location-box-content {
  padding-left: 30px;
  width: 100%;
  float: left;
  clear: both;
  padding-bottom: 20px;
  padding-top: 10px;
}
.modal.default-modal-request-contact .modal-dialog .location-box .location-box-content p {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: -10px;
}
.modal.default-modal-request-contact .modal-dialog .location-box .location-box-content label {
  margin-bottom: 15px;
}
.modal.default-modal-request-contact .modal-dialog .location-box .location-box-content .location-select-container label {
  margin-bottom: 6px;
}
.modal.default-modal-request-contact .modal-dialog .location-box .location-box-content .col-sm-9 {
  width: 100%;
  margin: 0;
  padding: 0;
}
.modal.default-modal-request-contact .modal-dialog .symfony-form-captcha-math .bv-group {
  padding-left: 10px;
}

@media (min-width: 769px){
    .home-logo img {
        margin-top: -10px;
    }
}

@media (max-width: 768px){
    .home-logo img {
        margin-top: -8px;
        max-height: 38px;

    }
}
body {
    background-color: #fff !important;
}

.grid-eyes li a {
    background-color: #e1e1e1;
}

.grid-eyes li a span {
    border-bottom: 1px solid #ccc;
}

.grid-eyes li a img {
    height: auto;
}