/*!
 * 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#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "\2a";
}
.glyphicon-plus:before {
    content: "\2b";
}
.glyphicon-euro:before {
    content: "\20ac";
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-cloud:before {
    content: "\2601";
}
.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-pencil:before {
    content: "\270f";
}
.glyphicon-glass:before {
    content: "\e001";
}
.glyphicon-music:before {
    content: "\e002";
}
.glyphicon-search:before {
    content: "\e003";
}
.glyphicon-heart:before {
    content: "\e005";
}
.glyphicon-star:before {
    content: "\e006";
}
.glyphicon-star-empty:before {
    content: "\e007";
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-film:before {
    content: "\e009";
}
.glyphicon-th-large:before {
    content: "\e010";
}
.glyphicon-th:before {
    content: "\e011";
}
.glyphicon-th-list:before {
    content: "\e012";
}
.glyphicon-ok:before {
    content: "\e013";
}
.glyphicon-remove:before {
    content: "\e014";
}
.glyphicon-zoom-in:before {
    content: "\e015";
}
.glyphicon-zoom-out:before {
    content: "\e016";
}
.glyphicon-off:before {
    content: "\e017";
}
.glyphicon-signal:before {
    content: "\e018";
}
.glyphicon-cog:before {
    content: "\e019";
}
.glyphicon-trash:before {
    content: "\e020";
}
.glyphicon-home:before {
    content: "\e021";
}
.glyphicon-file:before {
    content: "\e022";
}
.glyphicon-time:before {
    content: "\e023";
}
.glyphicon-road:before {
    content: "\e024";
}
.glyphicon-download-alt:before {
    content: "\e025";
}
.glyphicon-download:before {
    content: "\e026";
}
.glyphicon-upload:before {
    content: "\e027";
}
.glyphicon-inbox:before {
    content: "\e028";
}
.glyphicon-play-circle:before {
    content: "\e029";
}
.glyphicon-repeat:before {
    content: "\e030";
}
.glyphicon-refresh:before {
    content: "\e031";
}
.glyphicon-list-alt:before {
    content: "\e032";
}
.glyphicon-lock:before {
    content: "\e033";
}
.glyphicon-flag:before {
    content: "\e034";
}
.glyphicon-headphones:before {
    content: "\e035";
}
.glyphicon-volume-off:before {
    content: "\e036";
}
.glyphicon-volume-down:before {
    content: "\e037";
}
.glyphicon-volume-up:before {
    content: "\e038";
}
.glyphicon-qrcode:before {
    content: "\e039";
}
.glyphicon-barcode:before {
    content: "\e040";
}
.glyphicon-tag:before {
    content: "\e041";
}
.glyphicon-tags:before {
    content: "\e042";
}
.glyphicon-book:before {
    content: "\e043";
}
.glyphicon-bookmark:before {
    content: "\e044";
}
.glyphicon-print:before {
    content: "\e045";
}
.glyphicon-camera:before {
    content: "\e046";
}
.glyphicon-font:before {
    content: "\e047";
}
.glyphicon-bold:before {
    content: "\e048";
}
.glyphicon-italic:before {
    content: "\e049";
}
.glyphicon-text-height:before {
    content: "\e050";
}
.glyphicon-text-width:before {
    content: "\e051";
}
.glyphicon-align-left:before {
    content: "\e052";
}
.glyphicon-align-center:before {
    content: "\e053";
}
.glyphicon-align-right:before {
    content: "\e054";
}
.glyphicon-align-justify:before {
    content: "\e055";
}
.glyphicon-list:before {
    content: "\e056";
}
.glyphicon-indent-left:before {
    content: "\e057";
}
.glyphicon-indent-right:before {
    content: "\e058";
}
.glyphicon-facetime-video:before {
    content: "\e059";
}
.glyphicon-picture:before {
    content: "\e060";
}
.glyphicon-map-marker:before {
    content: "\e062";
}
.glyphicon-adjust:before {
    content: "\e063";
}
.glyphicon-tint:before {
    content: "\e064";
}
.glyphicon-edit:before {
    content: "\e065";
}
.glyphicon-share:before {
    content: "\e066";
}
.glyphicon-check:before {
    content: "\e067";
}
.glyphicon-move:before {
    content: "\e068";
}
.glyphicon-step-backward:before {
    content: "\e069";
}
.glyphicon-fast-backward:before {
    content: "\e070";
}
.glyphicon-backward:before {
    content: "\e071";
}
.glyphicon-play:before {
    content: "\e072";
}
.glyphicon-pause:before {
    content: "\e073";
}
.glyphicon-stop:before {
    content: "\e074";
}
.glyphicon-forward:before {
    content: "\e075";
}
.glyphicon-fast-forward:before {
    content: "\e076";
}
.glyphicon-step-forward:before {
    content: "\e077";
}
.glyphicon-eject:before {
    content: "\e078";
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
.glyphicon-plus-sign:before {
    content: "\e081";
}
.glyphicon-minus-sign:before {
    content: "\e082";
}
.glyphicon-remove-sign:before {
    content: "\e083";
}
.glyphicon-ok-sign:before {
    content: "\e084";
}
.glyphicon-question-sign:before {
    content: "\e085";
}
.glyphicon-info-sign:before {
    content: "\e086";
}
.glyphicon-screenshot:before {
    content: "\e087";
}
.glyphicon-remove-circle:before {
    content: "\e088";
}
.glyphicon-ok-circle:before {
    content: "\e089";
}
.glyphicon-ban-circle:before {
    content: "\e090";
}
.glyphicon-arrow-left:before {
    content: "\e091";
}
.glyphicon-arrow-right:before {
    content: "\e092";
}
.glyphicon-arrow-up:before {
    content: "\e093";
}
.glyphicon-arrow-down:before {
    content: "\e094";
}
.glyphicon-share-alt:before {
    content: "\e095";
}
.glyphicon-resize-full:before {
    content: "\e096";
}
.glyphicon-resize-small:before {
    content: "\e097";
}
.glyphicon-exclamation-sign:before {
    content: "\e101";
}
.glyphicon-gift:before {
    content: "\e102";
}
.glyphicon-leaf:before {
    content: "\e103";
}
.glyphicon-fire:before {
    content: "\e104";
}
.glyphicon-eye-open:before {
    content: "\e105";
}
.glyphicon-eye-close:before {
    content: "\e106";
}
.glyphicon-warning-sign:before {
    content: "\e107";
}
.glyphicon-plane:before {
    content: "\e108";
}
.glyphicon-calendar:before {
    content: "\e109";
}
.glyphicon-random:before {
    content: "\e110";
}
.glyphicon-comment:before {
    content: "\e111";
}
.glyphicon-magnet:before {
    content: "\e112";
}
.glyphicon-chevron-up:before {
    content: "\e113";
}
.glyphicon-chevron-down:before {
    content: "\e114";
}
.glyphicon-retweet:before {
    content: "\e115";
}
.glyphicon-shopping-cart:before {
    content: "\e116";
}
.glyphicon-folder-close:before {
    content: "\e117";
}
.glyphicon-folder-open:before {
    content: "\e118";
}
.glyphicon-resize-vertical:before {
    content: "\e119";
}
.glyphicon-resize-horizontal:before {
    content: "\e120";
}
.glyphicon-hdd:before {
    content: "\e121";
}
.glyphicon-bullhorn:before {
    content: "\e122";
}
.glyphicon-bell:before {
    content: "\e123";
}
.glyphicon-certificate:before {
    content: "\e124";
}
.glyphicon-thumbs-up:before {
    content: "\e125";
}
.glyphicon-thumbs-down:before {
    content: "\e126";
}
.glyphicon-hand-right:before {
    content: "\e127";
}
.glyphicon-hand-left:before {
    content: "\e128";
}
.glyphicon-hand-up:before {
    content: "\e129";
}
.glyphicon-hand-down:before {
    content: "\e130";
}
.glyphicon-circle-arrow-right:before {
    content: "\e131";
}
.glyphicon-circle-arrow-left:before {
    content: "\e132";
}
.glyphicon-circle-arrow-up:before {
    content: "\e133";
}
.glyphicon-circle-arrow-down:before {
    content: "\e134";
}
.glyphicon-globe:before {
    content: "\e135";
}
.glyphicon-wrench:before {
    content: "\e136";
}
.glyphicon-tasks:before {
    content: "\e137";
}
.glyphicon-filter:before {
    content: "\e138";
}
.glyphicon-briefcase:before {
    content: "\e139";
}
.glyphicon-fullscreen:before {
    content: "\e140";
}
.glyphicon-dashboard:before {
    content: "\e141";
}
.glyphicon-paperclip:before {
    content: "\e142";
}
.glyphicon-heart-empty:before {
    content: "\e143";
}
.glyphicon-link:before {
    content: "\e144";
}
.glyphicon-phone:before {
    content: "\e145";
}
.glyphicon-pushpin:before {
    content: "\e146";
}
.glyphicon-usd:before {
    content: "\e148";
}
.glyphicon-gbp:before {
    content: "\e149";
}
.glyphicon-sort:before {
    content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}
.glyphicon-sort-by-order:before {
    content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}
.glyphicon-sort-by-attributes:before {
    content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}
.glyphicon-unchecked:before {
    content: "\e157";
}
.glyphicon-expand:before {
    content: "\e158";
}
.glyphicon-collapse-down:before {
    content: "\e159";
}
.glyphicon-collapse-up:before {
    content: "\e160";
}
.glyphicon-log-in:before {
    content: "\e161";
}
.glyphicon-flash:before {
    content: "\e162";
}
.glyphicon-log-out:before {
    content: "\e163";
}
.glyphicon-new-window:before {
    content: "\e164";
}
.glyphicon-record:before {
    content: "\e165";
}
.glyphicon-save:before {
    content: "\e166";
}
.glyphicon-open:before {
    content: "\e167";
}
.glyphicon-saved:before {
    content: "\e168";
}
.glyphicon-import:before {
    content: "\e169";
}
.glyphicon-export:before {
    content: "\e170";
}
.glyphicon-send:before {
    content: "\e171";
}
.glyphicon-floppy-disk:before {
    content: "\e172";
}
.glyphicon-floppy-saved:before {
    content: "\e173";
}
.glyphicon-floppy-remove:before {
    content: "\e174";
}
.glyphicon-floppy-save:before {
    content: "\e175";
}
.glyphicon-floppy-open:before {
    content: "\e176";
}
.glyphicon-credit-card:before {
    content: "\e177";
}
.glyphicon-transfer:before {
    content: "\e178";
}
.glyphicon-cutlery:before {
    content: "\e179";
}
.glyphicon-header:before {
    content: "\e180";
}
.glyphicon-compressed:before {
    content: "\e181";
}
.glyphicon-earphone:before {
    content: "\e182";
}
.glyphicon-phone-alt:before {
    content: "\e183";
}
.glyphicon-tower:before {
    content: "\e184";
}
.glyphicon-stats:before {
    content: "\e185";
}
.glyphicon-sd-video:before {
    content: "\e186";
}
.glyphicon-hd-video:before {
    content: "\e187";
}
.glyphicon-subtitles:before {
    content: "\e188";
}
.glyphicon-sound-stereo:before {
    content: "\e189";
}
.glyphicon-sound-dolby:before {
    content: "\e190";
}
.glyphicon-sound-5-1:before {
    content: "\e191";
}
.glyphicon-sound-6-1:before {
    content: "\e192";
}
.glyphicon-sound-7-1:before {
    content: "\e193";
}
.glyphicon-copyright-mark:before {
    content: "\e194";
}
.glyphicon-registration-mark:before {
    content: "\e195";
}
.glyphicon-cloud-download:before {
    content: "\e197";
}
.glyphicon-cloud-upload:before {
    content: "\e198";
}
.glyphicon-tree-conifer:before {
    content: "\e199";
}
.glyphicon-tree-deciduous:before {
    content: "\e200";
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    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.4.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.eot?v=4.4.0');
    src: url('/core/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('/core/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('/core/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('/core/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('/core/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') 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.eot?1');
    src: url('/core/fonts/entypo.eot?#iefix') format('embedded-opentype'),
        url('/core/fonts/entypo.woff?1') format('woff'),
        url('/core/fonts/entypo.ttf?1') format('truetype'),
        url('/core/fonts/entypo.svg#EntypoRegular') 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('/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.woff2') 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;
    text-transform: uppercase;

}
.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(../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(../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("../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("../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(../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("../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("../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("../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;
    width: 235px !important;
}

.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 { width:217px !important;}
}

@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('/core/img/header_footer.png?1');
    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: 42px;
        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(../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}}
/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */.ekko-lightbox-container{position:relative}.ekko-lightbox-nav-overlay{position:absolute;top:0;left:0;z-index:100;width:100%;height:100%}.ekko-lightbox-nav-overlay a{z-index:100;display:block;width:49%;height:100%;padding-top:45%;font-size:30px;color:#fff;text-shadow:2px 2px 4px #000;opacity:0;filter:dropshadow(color=#000000,offx=2,offy=2);-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}.ekko-lightbox-nav-overlay a:empty{width:49%}.ekko-lightbox a:hover{text-decoration:none;opacity:1}.ekko-lightbox .glyphicon-chevron-left{left:0;float:left;padding-left:15px;text-align:left}.ekko-lightbox .glyphicon-chevron-right{right:0;float:right;padding-right:15px;text-align:right}.ekko-lightbox .modal-footer{text-align:left}
/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2014 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */

.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2); transition:left 300ms ease-out 0s;}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon :first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
.btn-adn{color:#fff;background-color:#d87a68;border-color:rgba(0,0,0,0.2)}.btn-adn:hover,.btn-adn:focus,.btn-adn:active,.btn-adn.active,.open .dropdown-toggle.btn-adn{color:#fff;background-color:#d05d48;border-color:rgba(0,0,0,0.2)}
.btn-adn:active,.btn-adn.active,.open .dropdown-toggle.btn-adn{background-image:none}
.btn-adn.disabled,.btn-adn[disabled],fieldset[disabled] .btn-adn,.btn-adn.disabled:hover,.btn-adn[disabled]:hover,fieldset[disabled] .btn-adn:hover,.btn-adn.disabled:focus,.btn-adn[disabled]:focus,fieldset[disabled] .btn-adn:focus,.btn-adn.disabled:active,.btn-adn[disabled]:active,fieldset[disabled] .btn-adn:active,.btn-adn.disabled.active,.btn-adn[disabled].active,fieldset[disabled] .btn-adn.active{background-color:#d87a68;border-color:rgba(0,0,0,0.2)}
.btn-adn .badge{color:#d87a68;background-color:#fff}
.btn-bitbucket{color:#fff;background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:hover,.btn-bitbucket:focus,.btn-bitbucket:active,.btn-bitbucket.active,.open .dropdown-toggle.btn-bitbucket{color:#fff;background-color:#183c60;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket:active,.btn-bitbucket.active,.open .dropdown-toggle.btn-bitbucket{background-image:none}
.btn-bitbucket.disabled,.btn-bitbucket[disabled],fieldset[disabled] .btn-bitbucket,.btn-bitbucket.disabled:hover,.btn-bitbucket[disabled]:hover,fieldset[disabled] .btn-bitbucket:hover,.btn-bitbucket.disabled:focus,.btn-bitbucket[disabled]:focus,fieldset[disabled] .btn-bitbucket:focus,.btn-bitbucket.disabled:active,.btn-bitbucket[disabled]:active,fieldset[disabled] .btn-bitbucket:active,.btn-bitbucket.disabled.active,.btn-bitbucket[disabled].active,fieldset[disabled] .btn-bitbucket.active{background-color:#205081;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket .badge{color:#205081;background-color:#fff}
.btn-dropbox{color:#fff;background-color:#1087dd;border-color:rgba(0,0,0,0.2)}.btn-dropbox:hover,.btn-dropbox:focus,.btn-dropbox:active,.btn-dropbox.active,.open .dropdown-toggle.btn-dropbox{color:#fff;background-color:#0d70b7;border-color:rgba(0,0,0,0.2)}
.btn-dropbox:active,.btn-dropbox.active,.open .dropdown-toggle.btn-dropbox{background-image:none}
.btn-dropbox.disabled,.btn-dropbox[disabled],fieldset[disabled] .btn-dropbox,.btn-dropbox.disabled:hover,.btn-dropbox[disabled]:hover,fieldset[disabled] .btn-dropbox:hover,.btn-dropbox.disabled:focus,.btn-dropbox[disabled]:focus,fieldset[disabled] .btn-dropbox:focus,.btn-dropbox.disabled:active,.btn-dropbox[disabled]:active,fieldset[disabled] .btn-dropbox:active,.btn-dropbox.disabled.active,.btn-dropbox[disabled].active,fieldset[disabled] .btn-dropbox.active{background-color:#1087dd;border-color:rgba(0,0,0,0.2)}
.btn-dropbox .badge{color:#1087dd;background-color:#fff}
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{color:#fff;background-color:#30487b;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-facebook .badge{color:#3b5998;background-color:#fff}
.btn-flickr{color:#fff;background-color:#ff0084;border-color:rgba(0,0,0,0.2)}.btn-flickr:hover,.btn-flickr:focus,.btn-flickr:active,.btn-flickr.active,.open .dropdown-toggle.btn-flickr{color:#fff;background-color:#d6006f;border-color:rgba(0,0,0,0.2)}
.btn-flickr:active,.btn-flickr.active,.open .dropdown-toggle.btn-flickr{background-image:none}
.btn-flickr.disabled,.btn-flickr[disabled],fieldset[disabled] .btn-flickr,.btn-flickr.disabled:hover,.btn-flickr[disabled]:hover,fieldset[disabled] .btn-flickr:hover,.btn-flickr.disabled:focus,.btn-flickr[disabled]:focus,fieldset[disabled] .btn-flickr:focus,.btn-flickr.disabled:active,.btn-flickr[disabled]:active,fieldset[disabled] .btn-flickr:active,.btn-flickr.disabled.active,.btn-flickr[disabled].active,fieldset[disabled] .btn-flickr.active{background-color:#ff0084;border-color:rgba(0,0,0,0.2)}
.btn-flickr .badge{color:#ff0084;background-color:#fff}
.btn-foursquare{color:#fff;background-color:#0072b1;border-color:rgba(0,0,0,0.2)}.btn-foursquare:hover,.btn-foursquare:focus,.btn-foursquare:active,.btn-foursquare.active,.open .dropdown-toggle.btn-foursquare{color:#fff;background-color:#005888;border-color:rgba(0,0,0,0.2)}
.btn-foursquare:active,.btn-foursquare.active,.open .dropdown-toggle.btn-foursquare{background-image:none}
.btn-foursquare.disabled,.btn-foursquare[disabled],fieldset[disabled] .btn-foursquare,.btn-foursquare.disabled:hover,.btn-foursquare[disabled]:hover,fieldset[disabled] .btn-foursquare:hover,.btn-foursquare.disabled:focus,.btn-foursquare[disabled]:focus,fieldset[disabled] .btn-foursquare:focus,.btn-foursquare.disabled:active,.btn-foursquare[disabled]:active,fieldset[disabled] .btn-foursquare:active,.btn-foursquare.disabled.active,.btn-foursquare[disabled].active,fieldset[disabled] .btn-foursquare.active{background-color:#0072b1;border-color:rgba(0,0,0,0.2)}
.btn-foursquare .badge{color:#0072b1;background-color:#fff}
.btn-github{color:#fff;background-color:#444;border-color:rgba(0,0,0,0.2)}.btn-github:hover,.btn-github:focus,.btn-github:active,.btn-github.active,.open .dropdown-toggle.btn-github{color:#fff;background-color:#303030;border-color:rgba(0,0,0,0.2)}
.btn-github:active,.btn-github.active,.open .dropdown-toggle.btn-github{background-image:none}
.btn-github.disabled,.btn-github[disabled],fieldset[disabled] .btn-github,.btn-github.disabled:hover,.btn-github[disabled]:hover,fieldset[disabled] .btn-github:hover,.btn-github.disabled:focus,.btn-github[disabled]:focus,fieldset[disabled] .btn-github:focus,.btn-github.disabled:active,.btn-github[disabled]:active,fieldset[disabled] .btn-github:active,.btn-github.disabled.active,.btn-github[disabled].active,fieldset[disabled] .btn-github.active{background-color:#444;border-color:rgba(0,0,0,0.2)}
.btn-github .badge{color:#444;background-color:#fff}
.btn-google-plus{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google-plus:hover,.btn-google-plus:focus,.btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus{color:#fff;background-color:#ca3523;border-color:rgba(0,0,0,0.2)}
.btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus{background-image:none}
.btn-google-plus.disabled,.btn-google-plus[disabled],fieldset[disabled] .btn-google-plus,.btn-google-plus.disabled:hover,.btn-google-plus[disabled]:hover,fieldset[disabled] .btn-google-plus:hover,.btn-google-plus.disabled:focus,.btn-google-plus[disabled]:focus,fieldset[disabled] .btn-google-plus:focus,.btn-google-plus.disabled:active,.btn-google-plus[disabled]:active,fieldset[disabled] .btn-google-plus:active,.btn-google-plus.disabled.active,.btn-google-plus[disabled].active,fieldset[disabled] .btn-google-plus.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}
.btn-google-plus .badge{color:#dd4b39;background-color:#fff}
.btn-instagram{color:#fff;background-color:#7d39b0;border-color:rgba(0,0,0,0.2)}.btn-instagram:hover,.btn-instagram:focus,.btn-instagram:active,.btn-instagram.active,.open .dropdown-toggle.btn-instagram{color:#fff;background-color:#335d7e;border-color:rgba(0,0,0,0.2)}
.btn-instagram:active,.btn-instagram.active,.open .dropdown-toggle.btn-instagram{background-image:none}
.btn-instagram.disabled,.btn-instagram[disabled],fieldset[disabled] .btn-instagram,.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled:active,.btn-instagram[disabled]:active,fieldset[disabled] .btn-instagram:active,.btn-instagram.disabled.active,.btn-instagram[disabled].active,fieldset[disabled] .btn-instagram.active{background-color:#3f729b;border-color:rgba(0,0,0,0.2)}
.btn-instagram .badge{color:#3f729b;background-color:#fff}
.btn-linkedin{color:#fff;background-color:#007bb6;border-color:rgba(0,0,0,0.2)}.btn-linkedin:hover,.btn-linkedin:focus,.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin{color:#fff;background-color:#005f8d;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin{background-image:none}
.btn-linkedin.disabled,.btn-linkedin[disabled],fieldset[disabled] .btn-linkedin,.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled:active,.btn-linkedin[disabled]:active,fieldset[disabled] .btn-linkedin:active,.btn-linkedin.disabled.active,.btn-linkedin[disabled].active,fieldset[disabled] .btn-linkedin.active{background-color:#007bb6;border-color:rgba(0,0,0,0.2)}
.btn-linkedin .badge{color:#007bb6;background-color:#fff}
.btn-microsoft{color:#fff;background-color:#2672ec;border-color:rgba(0,0,0,0.2)}.btn-microsoft:hover,.btn-microsoft:focus,.btn-microsoft:active,.btn-microsoft.active,.open .dropdown-toggle.btn-microsoft{color:#fff;background-color:#135ed6;border-color:rgba(0,0,0,0.2)}
.btn-microsoft:active,.btn-microsoft.active,.open .dropdown-toggle.btn-microsoft{background-image:none}
.btn-microsoft.disabled,.btn-microsoft[disabled],fieldset[disabled] .btn-microsoft,.btn-microsoft.disabled:hover,.btn-microsoft[disabled]:hover,fieldset[disabled] .btn-microsoft:hover,.btn-microsoft.disabled:focus,.btn-microsoft[disabled]:focus,fieldset[disabled] .btn-microsoft:focus,.btn-microsoft.disabled:active,.btn-microsoft[disabled]:active,fieldset[disabled] .btn-microsoft:active,.btn-microsoft.disabled.active,.btn-microsoft[disabled].active,fieldset[disabled] .btn-microsoft.active{background-color:#2672ec;border-color:rgba(0,0,0,0.2)}
.btn-microsoft .badge{color:#2672ec;background-color:#fff}
.btn-openid{color:#fff;background-color:#f7931e;border-color:rgba(0,0,0,0.2)}.btn-openid:hover,.btn-openid:focus,.btn-openid:active,.btn-openid.active,.open .dropdown-toggle.btn-openid{color:#fff;background-color:#e47f08;border-color:rgba(0,0,0,0.2)}
.btn-openid:active,.btn-openid.active,.open .dropdown-toggle.btn-openid{background-image:none}
.btn-openid.disabled,.btn-openid[disabled],fieldset[disabled] .btn-openid,.btn-openid.disabled:hover,.btn-openid[disabled]:hover,fieldset[disabled] .btn-openid:hover,.btn-openid.disabled:focus,.btn-openid[disabled]:focus,fieldset[disabled] .btn-openid:focus,.btn-openid.disabled:active,.btn-openid[disabled]:active,fieldset[disabled] .btn-openid:active,.btn-openid.disabled.active,.btn-openid[disabled].active,fieldset[disabled] .btn-openid.active{background-color:#f7931e;border-color:rgba(0,0,0,0.2)}
.btn-openid .badge{color:#f7931e;background-color:#fff}
.btn-reddit{color:#000;background-color:#eff7ff;border-color:rgba(0,0,0,0.2)}.btn-reddit:hover,.btn-reddit:focus,.btn-reddit:active,.btn-reddit.active,.open .dropdown-toggle.btn-reddit{color:#000;background-color:#c6e3ff;border-color:rgba(0,0,0,0.2)}
.btn-reddit:active,.btn-reddit.active,.open .dropdown-toggle.btn-reddit{background-image:none}
.btn-reddit.disabled,.btn-reddit[disabled],fieldset[disabled] .btn-reddit,.btn-reddit.disabled:hover,.btn-reddit[disabled]:hover,fieldset[disabled] .btn-reddit:hover,.btn-reddit.disabled:focus,.btn-reddit[disabled]:focus,fieldset[disabled] .btn-reddit:focus,.btn-reddit.disabled:active,.btn-reddit[disabled]:active,fieldset[disabled] .btn-reddit:active,.btn-reddit.disabled.active,.btn-reddit[disabled].active,fieldset[disabled] .btn-reddit.active{background-color:#eff7ff;border-color:rgba(0,0,0,0.2)}
.btn-reddit .badge{color:#eff7ff;background-color:#000}
.btn-soundcloud{color:#fff;background-color:#f50;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:hover,.btn-soundcloud:focus,.btn-soundcloud:active,.btn-soundcloud.active,.open .dropdown-toggle.btn-soundcloud{color:#fff;background-color:#d64700;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud:active,.btn-soundcloud.active,.open .dropdown-toggle.btn-soundcloud{background-image:none}
.btn-soundcloud.disabled,.btn-soundcloud[disabled],fieldset[disabled] .btn-soundcloud,.btn-soundcloud.disabled:hover,.btn-soundcloud[disabled]:hover,fieldset[disabled] .btn-soundcloud:hover,.btn-soundcloud.disabled:focus,.btn-soundcloud[disabled]:focus,fieldset[disabled] .btn-soundcloud:focus,.btn-soundcloud.disabled:active,.btn-soundcloud[disabled]:active,fieldset[disabled] .btn-soundcloud:active,.btn-soundcloud.disabled.active,.btn-soundcloud[disabled].active,fieldset[disabled] .btn-soundcloud.active{background-color:#f50;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud .badge{color:#f50;background-color:#fff}
.btn-tumblr{color:#fff;background-color:#2c4762;border-color:rgba(0,0,0,0.2)}.btn-tumblr:hover,.btn-tumblr:focus,.btn-tumblr:active,.btn-tumblr.active,.open .dropdown-toggle.btn-tumblr{color:#fff;background-color:#1f3346;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:active,.btn-tumblr.active,.open .dropdown-toggle.btn-tumblr{background-image:none}
.btn-tumblr.disabled,.btn-tumblr[disabled],fieldset[disabled] .btn-tumblr,.btn-tumblr.disabled:hover,.btn-tumblr[disabled]:hover,fieldset[disabled] .btn-tumblr:hover,.btn-tumblr.disabled:focus,.btn-tumblr[disabled]:focus,fieldset[disabled] .btn-tumblr:focus,.btn-tumblr.disabled:active,.btn-tumblr[disabled]:active,fieldset[disabled] .btn-tumblr:active,.btn-tumblr.disabled.active,.btn-tumblr[disabled].active,fieldset[disabled] .btn-tumblr.active{background-color:#2c4762;border-color:rgba(0,0,0,0.2)}
.btn-tumblr .badge{color:#2c4762;background-color:#fff}
.btn-twitter{color:#fff;background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{color:#fff;background-color:#309aea;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#55acee;border-color:rgba(0,0,0,0.2)}
.btn-twitter .badge{color:#55acee;background-color:#fff}
.btn-vimeo{color:#fff;background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)}.btn-vimeo:hover,.btn-vimeo:focus,.btn-vimeo:active,.btn-vimeo.active,.open .dropdown-toggle.btn-vimeo{color:#fff;background-color:#129cc9;border-color:rgba(0,0,0,0.2)}
.btn-vimeo:active,.btn-vimeo.active,.open .dropdown-toggle.btn-vimeo{background-image:none}
.btn-vimeo.disabled,.btn-vimeo[disabled],fieldset[disabled] .btn-vimeo,.btn-vimeo.disabled:hover,.btn-vimeo[disabled]:hover,fieldset[disabled] .btn-vimeo:hover,.btn-vimeo.disabled:focus,.btn-vimeo[disabled]:focus,fieldset[disabled] .btn-vimeo:focus,.btn-vimeo.disabled:active,.btn-vimeo[disabled]:active,fieldset[disabled] .btn-vimeo:active,.btn-vimeo.disabled.active,.btn-vimeo[disabled].active,fieldset[disabled] .btn-vimeo.active{background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)}
.btn-vimeo .badge{color:#1ab7ea;background-color:#fff}
.btn-vk{color:#fff;background-color:#587ea3;border-color:rgba(0,0,0,0.2)}.btn-vk:hover,.btn-vk:focus,.btn-vk:active,.btn-vk.active,.open .dropdown-toggle.btn-vk{color:#fff;background-color:#4a6a89;border-color:rgba(0,0,0,0.2)}
.btn-vk:active,.btn-vk.active,.open .dropdown-toggle.btn-vk{background-image:none}
.btn-vk.disabled,.btn-vk[disabled],fieldset[disabled] .btn-vk,.btn-vk.disabled:hover,.btn-vk[disabled]:hover,fieldset[disabled] .btn-vk:hover,.btn-vk.disabled:focus,.btn-vk[disabled]:focus,fieldset[disabled] .btn-vk:focus,.btn-vk.disabled:active,.btn-vk[disabled]:active,fieldset[disabled] .btn-vk:active,.btn-vk.disabled.active,.btn-vk[disabled].active,fieldset[disabled] .btn-vk.active{background-color:#587ea3;border-color:rgba(0,0,0,0.2)}
.btn-vk .badge{color:#587ea3;background-color:#fff}
.btn-yahoo{color:#fff;background-color:#720e9e;border-color:rgba(0,0,0,0.2)}.btn-yahoo:hover,.btn-yahoo:focus,.btn-yahoo:active,.btn-yahoo.active,.open .dropdown-toggle.btn-yahoo{color:#fff;background-color:#570b79;border-color:rgba(0,0,0,0.2)}
.btn-yahoo:active,.btn-yahoo.active,.open .dropdown-toggle.btn-yahoo{background-image:none}
.btn-yahoo.disabled,.btn-yahoo[disabled],fieldset[disabled] .btn-yahoo,.btn-yahoo.disabled:hover,.btn-yahoo[disabled]:hover,fieldset[disabled] .btn-yahoo:hover,.btn-yahoo.disabled:focus,.btn-yahoo[disabled]:focus,fieldset[disabled] .btn-yahoo:focus,.btn-yahoo.disabled:active,.btn-yahoo[disabled]:active,fieldset[disabled] .btn-yahoo:active,.btn-yahoo.disabled.active,.btn-yahoo[disabled].active,fieldset[disabled] .btn-yahoo.active{background-color:#720e9e;border-color:rgba(0,0,0,0.2)}
.btn-yahoo .badge{color:#720e9e;background-color:#fff}

.clear {
    clear: both;
}

.col-md-3 {
    padding-left: 0;
    float: right;
}

.hidden-md {
    display: none;
}

.breadcrumb-look {
    margin-bottom: 0;
}

.breadcrumb {
    margin-bottom: 0;
}

.text-right {
    text-align: right;
}

/*Photoso and logo*/
.photos {
    height: 380px;
    position: relative;
    width: 100%;
}

.no-big-picture {
    height: 30px !important;
    background-color: #fff !important;
    background-image: none !important;
}

.featured .no-big-picture .bottom-gradient {
    display: none;
}

.photos .cover-img {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.frame {
    background: #fff;
    float: left;
    height: 92px;
    margin: 142px 0 0;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    width: 130px;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.frame img {
    background: none repeat scroll 0 0 #fff;
    height: auto;
    margin-left: -4px;
    max-height: 91px;
    max-width: 128px;
    vertical-align: middle;
    width: auto;
}

.no-picture-ribbon .frame {
    margin: 0;
    position: absolute;
    left: 0;
}

.featured .logo-title.big-picture-title {
    padding-left: 0;
}

/*Title*/

h1 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 1px;
    margin-top: 16px;
    word-break: keep-all;
    line-height: 36px;
}

.mini-crumb {
    font-size: 13px;
    margin-bottom: 15px;
    padding-bottom: 40px;
    margin-bottom: 35px;
    border-bottom: 1px solid #d1d1d1;
}

/*Contact box*/
.contact-clip {
    position: absolute;
    right: 0;
    padding-right: 0;
}

.summary .container {
    position: relative;
}

.contact {
    background-color: #d8c7d5;
    color: #640d55;
    margin-top: -78px;
    border-radius: 15px;
    position:relative;
}

.side-most-popular-info {
    width:110%; position:absolute; top:-185px; left:-5%;
    height:100px; padding-right:15px;
}
.side-most-popular-info img {margin:0 10px;}

.no-big-picture-side-most-popular.side-most-popular-info {
    position:static;  height:auto; top:0; left:0;
    margin:0 0 15px 0;
}

.free .no-big-picture-side-most-popular.side-most-popular-info {margin-top:15px;}

@media (max-width:1024px){
    .side-most-popular-info,.no-big-picture-side-most-popular.side-most-popular-info {
        width:100%; position:static; top:0; left:0;
        height:auto; padding-right:15px; margin:15px 0;
    }
}

@media (max-width:767px){
    .side-most-popular-info {text-align:left; margin-top:0; padding-right:0; margin-bottom: -20px;}
    .side-most-popular-info img {margin-right:20px; margin-left:0; margin-bottom: 20px;}
}
.featured .no-big-picture-contact{
    margin-top: 14px;
}





/*
.no-big-picture-contact.is-most-popular {margin-top:120px;}
.free .no-big-picture-contact.is-most-popular {margin-top:120px;}
@media (max-width:1024px){
    .contact.is-most-popular {margin-top:120px;}
}
@media (max-width:767px){
    .free .no-big-picture-contact.is-most-popular {margin-top:130px;}
}
*/

.contact-header {
    padding: 12px 5px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    border-radius: 15px 15px 0 0;
}

.contact-header small {
    color: inherit;
    font-size: 14px;
    display: block;
    font-weight: normal;
}

@media (min-width: 1320px) {
    #box-contact-fixed.affix-top {
        position: static;
    }

    #box-contact-fixed.affix {
        position: fixed;
        top:0;
        margin-top: 0;
        width: 320px;

    }
}

@media (min-width: 801px) and (max-width: 1319px) {
    #box-contact-fixed.affix-top {
        position: static;
    }

    #box-contact-fixed.affix {
        position: fixed;
        top:0;
        margin-top: 0;
        width: 242px;

    }
}

@media (max-width: 800px) {
    #box-contact-fixed.affix {
        position: fixed;
        top:123px;
        right: 0;
        width: 222px;

    }
    .description .col-sm-9 {
        width: 66%;
    }

}

@media (min-width:768px) and (max-width:800px){
    #social-media-section .social-media-box h6.description-title {display:none;}
    #social-media-section .social-media-box h6.description-title.hidden-md {display:block;}

}



@media (min-width: 767px) {
    #collapse-contact-box {
        display: block !important;
    }


    #collapse-bd-box.items div:first-child {
        padding-left: 0;
    }

}

.affix,.affix-top {
    position:static;
}


.contact-items {
    overflow: hidden;
}

.adress-contact {
    margin: 20px 25px 10px;
    font-size: 15px;
    padding-left: 25px;
    position: relative;
}
.corporate-info {
    margin:-5px 10px 24px 25px;
    font-size: 15px; color:#2a313a;
}



@media (max-width:1365px){
    .corporate-info {
        margin:-5px 10px 24px 15px;
    }
}
@media (max-width:767px){
    .corporate-info {
        margin:-5px 10px 24px 10px;
    }
}


.corporate-info a {
    color:#2a313a; text-decoration: underline;
}
.corporate-info a:hover {
    text-decoration:none;
}

.adress-contact span {
    font-size: inherit;
    color: inherit;
}

.adress-contact:before {
    content: "\e062";
    font-family: "Glyphicons Halflings";
    left: 0;
    position: absolute;
}

.adress-contact.mobile-adress-icon:before {
    content: "\f1b9";
    font-family: 'FontAwesome';
    left: 0;
    position: absolute;
}

.adress-contact.mobile-adress-icon.mobile-adress-online:before {
    content: "\f1eb";
    font-family: 'FontAwesome';
    left: 0;
    position: absolute;
}
.adress-contact.mobile-adress-icon.servicing-area:before {
    content: "\f0b2";
    font-family: 'FontAwesome';
    left: 0;
    position: absolute;
}

.adress-contact.mobile-adress-icon b{
    margin-bottom: 10px;
    display: block;
}

.mobile-translate {
    padding: 10px 0 0 45px;
}

.adress-button {
    margin: 5px 25px;
    padding-left: 25px;
    overflow: hidden;
}

.adress-button .entypo{
    font-size: 24px;
    margin-top: -12px;
}

.adress-button .col-xs-6 {
    padding: 0;
}

.adress-button .col-xs-6:first-child {
    padding-right: 5px;
}

.adress-button .col-xs-6:last-child {
    padding-left:0;
}

.adress-button .btn {
    border-radius: 25px;
}

.adress-button .btn:hover {
    opacity: 0.85;
}

.adress-button .btn .glyphicon{
    margin-right: 5px;
}

.adress-button .adress-link {
    padding-top: 10px;
    margin-bottom: 20px;
    clear: both;
    text-align: left;
    font-size: 15px;
}

.adress-button .col-xs-6:last-child {margin-bottom:20px;}


.adress-button .adress-link a {
    text-decoration: underline;
}

.mobile-adress-icon .listing-address-featured-listing-page .listing-address-row-1 {
    display: inline;
}




.contact-items {
    padding: 0 25px;
    margin:17px 0 0 0;
}

group-btn-contact {
    margin-bottom: 0;
}

.contact-items .col-xs-6 {
    padding: 0;
}

.contact-items .col-xs-6:first-child {
    padding-right: 5px;
}

.contact-items .col-xs-6:last-child {
    padding-left: 5px;
}

.contact-items .btn {
    text-align: left;
    padding-left: 5px;
    font-size: 13px;
    display: block;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;

}

.contact-items .btn i {
    font-style: normal;
}

.contact-items .btn-default {
    border-color: #ac90a7;
}

.contact-items .btn .glyphicon {
    margin-left: 4px;
    margin-right: 2px;
    top: 2px;
}

.contact-form {
    padding-left: 0;
}

.contact-form:before {
    content: none;
}

.group-btn-contact {
    overflow: hidden;
    margin-bottom: 0;
}

.group-btn-contact {
    width: 100%;
    float: left;
}

/*
.group-btn-contact:only-of-type{
    width: 100% !important;
}

.group-btn-contact:only-of-type a:nth-child(odd) {
    clear: none !important;
    margin-left: 0;
    width: 49% !important;
}

.group-btn-contact:only-of-type a{
    margin-left: 5px;
    width: 47.9% !important;
    clear: none !important;
}

.group-btn-contact:only-of-type a:nth-child(even) {
    width: 49% !important;
}
*/
/*CONTACT BUTTONS*/
.contact .group-btn-contact.contact-buttons a {
    width: 100%;
    float: left;
    margin-top: 0 !important;
    margin-bottom: 7px;
    float: left;
    clear: left;
    border-radius: 25px;
    text-align:center;
    padding: 9px 10px 5px 10px;
    font-size:15px;
}
/*SOCIAL BUTTONS*/
.contact .group-btn-contact.social-buttons {
    width:100%; text-align:center; font-size:0; line-height:0;
    margin-top:8px; margin-bottom:-9px; padding-bottom:9px; vertical-align:top;
}
.contact .group-btn-contact.social-buttons .btn-social.btn-sm {
    height:35px; text-align:center;
    float:none; display:inline-block;
    border-radius:25px;  transition:background 0.3s ease-out;
    border:none;
    margin:5px; width:50px; padding:0;
}
.contact .group-btn-contact.social-buttons .btn-social.btn-sm i {
    border:none; position:static; margin-top:4px; font-size:14px;
}


@media (max-width:1024px){
    .contact .group-btn-contact.social-buttons{
        margin-top:13px;
    }
}
@media (max-width:480px){
    .contact .group-btn-contact.social-buttons{
        margin-top:-18px; margin-bottom:0;
    }
}



.contact .group-btn-contact a.btn-grey,
.emali-listing .btn{
    background-color: #fff;
    transition: background-color 300ms ease-out 0s;
}

.contact .group-btn-contact a.btn-grey:hover,
.emali-listing .btn:hover{
    background-color: #ebebeb !important;
}

.featured .contact .group-btn-contact a.btn-grey:hover,
.btn-owner.collapsed:hover{
    background-color: #f8f1f8 !important;
}


.contact-form.collapse {
    margin-bottom: 0;
}

.contact-form .btn .user {
    font-size: 36px;
    margin-top: -20px;
    top: 3px;
}

.contact-form .btn .right {
    font-size: 25px;
    left: 3px;
    margin-top: -20px;
}

.btn-black,
.btn-black:focus,
.btn-black:hover {
    font-size: 15px;
    background-color: #2a313a;
    border-color: #1d242d;
    padding: 3px 0;
    outline: none;
    color: #fff;
    transition: opacity 300ms ease-out 0s;
}

.btn-black:hover {
    opacity: 0.85;
}

.contact-form textarea {
    height: 150px;
    border-radius: 0 0  4px 4px;
    border-color: #e9e9e9 #ac90a7 #ac90a7 #ac90a7 !important;
    box-shadow: none !important;
    font-size: 12px;
}

.contact-form  input.form-control {
    border-color: #ac90a7 !important;
    box-shadow: none !important;
    font-size: 12px;
}

.share-contact {
    background-color: #e8e8e8;
    margin: 0;
    padding: 7px 15px 15px;
    text-align: center;
    border-top: 5px solid #fff;
    font-size: 15px;
    color: #2a313a;
}

.contact .share-contact hr {
    border: none;
    border-top: 1px solid #f5f5f5;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
}

.share-content p {
    padding: 15px;
    margin-bottom: 0;
}

.contact hr {
    border: none;
    border-top: 1px solid #e3d7e1;
    padding: 0;
    margin: 5px 0 20px 0;
}

.btn-owner {
    border-color: #ac90a7;
    border-radius: 2px 2px 0 0;
    border-bottom: none;
    outline: none !important;
    background-color: #fff !important;
    padding-top: 6px;
    padding-bottom: 6px;
    transition: background-color 300ms ease-out 0s;
}

.btn-owner .glyphicon {
    top: 2px;
}

.btn-owner.collapsed {
    border-radius: 3px;
    border-bottom: 1px solid #ac90a7;
}

.contact-form {
    margin-top: 0;
    border-radius: 0 0 15px 15px;
}

.btn-open-form {
    margin-top: 0 !important;
    margin-bottom: 0;
}

.contact label {
    color: #2a313a;
    font-size: 12px;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 2px;
}

.contact .checkbox {
    padding-top: 0;
    padding-left: 22px;
}

.contact .form-group {
    margin-bottom: 10px;
}

.contact-form button[type="submit"] {
    font-size: 15px;
    background-color: #2a313a;
    border-color: #1d242d;
    outline: none;
    width: 50%;
    color: #fff;
}

.btn-friend {
    border-color:  #acabab !important;
    margin-bottom: 15px;
}

.social-box iframe,
.fb-like{
    vertical-align: middle;
    display: inline-block;
}

.listing-address-row {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-right {
    text-align: right;
}

/*Summary info*/
.summary-info ul {
    padding: 0;
    margin: 0;
}

.summary-info li {
    list-style: none;
    float: left;
    margin-right: 15px;
    font-size: 13px;
    margin-top: -35px;
    margin-bottom: 14px;
    padding-bottom: 0;
    margin-bottom: 0;
    padding: 0;
}

.summary-info li a {
    color: inherit;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 25px;
    transition: border 300ms ease-out 0s;
}

.summary-info li a:hover {
    opacity: 0.85;
    border: 1px solid #ccc;
    border-radius: 25px;
}

.summary-info li span {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    position: relative;
    top: -1px;
    text-align: center;
    font-size: 58px;
    vertical-align: middle;
    margin-right: 5px;
}

.summary-info li span.fa {
    font-size: 25px;
}

.color {
    color: #751464;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.summary .btn-save {
    position: absolute;
    top: 14px;
    right: 0;
    border-radius: 25px;
    margin-right: 20px;
    transition: opacity 300ms ease-out 0s;
}

.summary-info li a[href="#sp-offer"] {
    padding-top: 7px;
    padding-bottom: 6px;
}

.summary .btn-save .glyphicon {
    font-size: 20px;
    top: 5px;
}

.summary .btn-save:hover {
    opacity: 0.85;
}

.btn-save.save-active {
    background-color: #d48c00;
    border-color: #d48c00;
    color: #fff;
}

.top-border-line {
    border-top: 1px solid #d1d1d1;
}

.top-border-line.margin-bottom20 {
    margin-bottom: 10px;
}

/*Score*/

.score-listing {
    background-color: #f5f5f5;
    border: 1px solid #d1d1d1;
    margin: 25px 0 0px;
    font-size: 11px;
    overflow: hidden;
    border-radius: 10px;
}

.score-listing p {
    padding: 15px;
    margin: 0 !important;
    display: inline-block;
    line-height: 1.4;
}

.score-listing p.middle {
    vertical-align: super;
    line-height: 1.4;
}

.score-listing p.center {
    padding-top: 22px;
}


.score-listing p b {
    display: block;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: -5px;
}

.score-listing p a.black-link {
    color: inherit;
    text-decoration: underline;
}


.title-picture h1 > span {margin-right:2px;}

.score-listing .star-rating,.rating-reviews-btn .star-rating {
    color: #751464;
    display: inline-block;
    font-size: 30px;
    margin-left: 15px;
    vertical-align: super;
}

.rating-reviews-btn{margin:0 10px 0 0; height:100%; position:relative; top:-3px; }
.rating-reviews-btn .star-rating {margin-left:0; color:inherit; font-size:28px; vertical-align:middle;}
.rating-reviews-btn .rating-container {color:rgba(255,255,255,0.5);}
.rating-reviews-btn .rating-stars {color:#fff;}
.rating-reviews-btn * {cursor:pointer; pointer-events:all;}
.no-picture-ribbon .rating-reviews-btn{color:inherit; }
.no-picture-ribbon .rating-reviews-btn .rating-container:before {color:rgba(0,0,0,0.2);}
.no-picture-ribbon .rating-reviews-btn .rating-container {color:inherit;}
.no-picture-ribbon .rating-reviews-btn .rating-stars {color:inherit;}
@media (max-width:767px){
    .rating-reviews-btn{color:inherit;}
    .rating-reviews-btn .star-rating {font-size:22px; }
    .rating-reviews-btn .rating-container:before {color:rgba(0,0,0,0.2);}
    .rating-reviews-btn .rating-container {color:inherit;}
    .rating-reviews-btn .rating-stars {color:inherit;}
    .rating-reviews-btn .rating-stars:hover {color:i;}
    .rating-reviews-btn * {cursor:pointer; pointer-events:all;}
    .featured h1 .rating-reviews-btn:hover .rating-stars{
        color:#68156f;
    }
}


.score-listing .rating-container .rating-stars {
    color: #333;
}

.score-listing .rating-container{
    color: #ccc;
    padding-right: 2px;
    text-shadow: none;
}

.score-listing .btn-group {
    float: right;
    margin-right: -1px;
    margin-top: -1px;
    margin-bottom: -1px;

}
.score-listing .btn {
    height: 78px;
    line-height: 1;
    padding-top: 12px;
    text-align: center;
    white-space: normal;
    width: 65px;
    font-size: 12px;
    background-color: #f5f5f5;
    transition: background-color 300ms ease-out 0s;
}

.score-listing .btn:hover {
    background-color: #f9f9f9;
}

.score-listing .btn .glyphicon {
    display: block;
    font-size: 22px;
    margin-bottom: 10px;
}

.score-listing .btn:first-child {
    margin-right: -3px;
}

/*Description*/

.description-title {
    font-size: 20px;
    font-weight: bold;
}

.description-title.title-under-review {
    margin-top: 50px;
}

.description {
    padding:0;
}

.description#booking-section p a{
    color:inherit; text-decoration:underline;
}

.description#booking-section p a:hover {text-decoration:none;}

.single-event .description {padding:15px 0 40px 0;}

.description#booking-section p a{
    color:inherit; text-decoration:underline;
}

.description#booking-section p a:hover {text-decoration:none;}

.description p {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.description.body-text a,
.description.review p a{
    color: inherit;
    text-decoration: underline;
}


.sidebar-box {
    overflow: hidden;
}

/*Carousel*/

.jcarousel-wrapper {
    margin: 30px auto;
    position: relative;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    border-right: 1px solid #fff;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: auto !important;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: none;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
    max-height: 198px;
}

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 30px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    text-decoration: none !important;
    outline: none !important;
    padding-top: 7px;
}

.jcarousel-control-prev {
    left: 1px;
}

.jcarousel-control-next {
    right: 1px;
}

/*Popau gallery*/

.ekko-lightbox .modal-dialog {
    box-shadow: none;
    margin: 90px auto;
}

.ekko-lightbox .modal-content {
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
}
.ekko-lightbox .modal-header {
    border: 0 none;
    min-height: 10px;
    padding: 0;
    background-color: transparent;
}
.ekko-lightbox .modal-header .close {
    font-weight: bold;
    margin-right: 1px;
    margin-top: 5px;
    opacity: 0.8;
    color: #fff;
}
.ekko-lightbox .modal-header .close:hover {
    opacity: 1;
}
.ekko-lightbox .modal-header h4.modal-title {
    font-weight: 100;
    padding: 0;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ekko-lightbox .modal-body {
    padding: 0;
}
.ekko-lightbox .modal-footer {
    border: 0 none;
    font-weight: 100;
    opacity: 0.9;
    padding: 0;
}
.ekko-lightbox-nav-overlay a {
    opacity: 0.9;
    text-shadow: none;
    outline: none;
    text-decoration: none;
}

.ekko-lightbox .modal-loading {
    text-align: center;
}

.ekko-lightbox .modal-body {
    background-color: transparent;
}

/*Business details*/

.business-details {
    padding-bottom: 30px;
}

.business-details .description-title,
.video .description-title {
    margin-bottom: 25px;

    overflow: hidden;
    text-overflow: ellipsis;
}
.video .video-title {margin-top:0; overflow:visible; text-overflow:auto; cursor:inherit;}
.article .description-title {


}

.business-details p {
    margin-bottom: 8px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.business-details .items div  {
    border-right: 1px solid #ccc;
    padding-bottom: 15px;
    padding-top: 0;
}

.business-details .items div:last-child {
    border-right: none;
}

/*Video*/
.description.video {
    background-color: #fff;
}


.video .description-title {
    margin-bottom: 20px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    background-color: #f5f5f5;

}

.video-container .glyphicon-refresh {
    left: 50%;
    opacity: 0.3;
    position: absolute;
    top: 50%;
}

.glyphicon-refresh {
    -moz-animation: spin-moz .7s infinite linear;
    -webkit-animation: spin-webkit .7s infinite linear;
    animation: spin .7s infinite linear;
}

.sidebar-box > div
{
    overflow: hidden;
    text-overflow: ellipsis;
}

@-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);}
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video .carousel-control.right,
.video .carousel-control.left {
    background-image: none;
    text-shadow: none;
    color: #2a313a;
    font-size: inherit;
    width: 115px;
}

.video .carousel-control.left {
    left: auto;
    right: 120px;
}

.video .carousel-control {
    top: auto;
    bottom: 0;
    font-size: 12px !important;
    border-radius: 1px;
    background-color: #f5f5f5;
    border-color: #dedede;
    opacity: 1;
}

.video .carousel-control:hover {
    opacity: 0.85;
}

.video .carousel-control .glyphicon {
    font-size: 10px;
    height: auto;
    margin: 0;
    position: static;
    vertical-align: baseline;
    width: auto;
}

.video p:last-child {
    margin-bottom: 45px;
}

/*Events*/
.date {
    float: left;
    padding: 54px 25px 0;
    position: relative;
}


.date-header {
    position: absolute;
    top: 32px;
    left: 40px;
}

.reviews-box-container {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width:100%;
}

.event-list {
    padding:0;
}

.event-list > li {
    background-color: #f5f5f5;
    padding: 0;
    margin: 0px 0px 20px;
    border: 1px solid #d5d5d5;
    border-radius:5px;
    overflow:hidden;
}




.event-list > li:last-child {margin-bottom:0;}

.event-list  li  time {
    display: inline-block;
    width: 100%;
    color: rgb(255, 255, 255);
    background-color: rgb(197, 44, 102);
    padding: 5px;
    text-align: center;
}
.event-list > li:nth-child(even) > time {
    background-color: rgb(165, 82, 167);
}
.event-list > li > time > span {
    display: none;
}
.event-list > li > time > .day {
    display: block;
}
.event-list > li time > .month {
    display: block;
}
.event-list > li > img {
    width: 100%;
}
.event-list > li > .info {
    padding-top: 5px;
    text-align: center;
    position:relative;
}

.event-list > li > .info:before {
    display:block; width:1px; height:110%; position:absolute;
    top:-5px; left:0; content:""; background:#d5d5d5;
}


.event-list > li > .info > .title {
    font-size: 18px;
    margin: 0px;
    margin-bottom: 5px;
    width:100%; display:block;
    float:left; clear:both;
}
.event-list > li > .info > .title b {
    float:left; margin-right:25px;
}
.event-list > li > .info > .title ul {
    float:left; font-size:15px;

}
.event-list > li > .info > .title ul span {margin-right:5px;}

.event-list > li > .info > .btn {


}


.event-list > li > .info > .desc {
    font-weight: 300;
    margin: 0 0 4px 0;
    width:100%; display:block; clear:both;
}
.event-list > li > .info > ul {
    list-style: none;
    margin: 10px 0px 0px;
    padding: 0px;
    width: 100%;
    text-align: left;
}

.event-list > li > .info > ul > li{
    font-size: 13px;
    padding: 0;
    padding-right: 62px;
}

.event-list > li > .info > ul > li .glyphicon {
    margin-right: 10px;
}

.event-list  li {
    position: relative;
    display: block;
    width: 100%;
    height:auto;
    padding: 0px;
    overflow: hidden;
}
.event-list  li  time,
.event-list  li  img  {
    display: inline-block;
    width: 120px;
    float: left;
}
.event-list  li  .info {
    overflow: hidden;
}
.event-list  li  time,
.event-list  li  img {
    width: 68px;
    height: 68px;
    padding: 0px;
    margin: 0px;
}

.event-list  li  time {
    padding-top: 14px;
    border: 1px solid #cecece;
    background-color: #f5f5f5;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    border-radius: 3px;
    font-size: 18px;
    color: #11161b;
    line-height: 1;
}

.event-list  li  img{
    width: 235px; display:block;
    height: auto; float:left;
}
.event-list  li  .info {
    position: relative;
    height: auto;
    text-align: left;
    padding-right: 40px;
    font-size: 14px;
    padding: 15px 40px;
}
@media (max-width:1024px){
    .event-list  li  .info {
        padding: 15px 15px;
    }
}


.event-list  li  .info  .title,
.event-list  li .info  .desc {
    padding: 0px;

}
.event-list  li  .info  ul {
    left: 0px;
    bottom: 0px;
    padding: 0;
}

.event-list .btn-black {
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 12px;
    padding: 3px 20px;
    border-radius: 2px;
    border-radius: 20px;
}


@media (max-width:767px){
    .event-list > li {
        border-radius:0;
    }

}










/*Social media wall*/

.social-media-box .description-title {
    margin-top: 0; position:relative; top:5px;
}
@media (max-width:767px){
    .social-media-box .description-title {
        top:0;
    }
}


.social-media-box .btn-social {
    display: inline-block;

    vertical-align: sub;
    color:#fff;
    float:right;
    border-radius:30px;
    border:none;
    font-size:15px;
    padding:6px 20px 6px 40px;

}


.social-media-box a.btn-social i {
    border: medium none !important;
    left:9px;
    top:3px;
    font-size:15px !important;
}

.social-media-box .posts {
    background-color: #fff;
    border: 1px solid #dddddd;
    padding: 30px;
    border-bottom: none;
}

.social-media-box .posts:first-of-type {
    border-radius: 5px 5px 0 0;
}

.social-media-box .posts:last-child {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 5px 5px
}
@media (max-width:767px){
    .social-media-box .posts,.social-media-box .posts:first-of-type,.social-media-box .posts:last-child {
        border-radius:0;
    }
}


.social-media-box .posts .poster {
    font-size: 14px !important;
    line-height: 1.3;
}

.social-media-box .posts .poster .time {
    color: #9197a3;
}

.social-media-box .posts .poster img{
    height: 38px;
    float: left;
    margin-right: 20px;
}

.social-media-box a {
    color: #3b5998;
}

.social-media-box .fb-items {
    clear: both;
    margin: 15px 0 10px;
    font-size: 13px;
}

.social-media-box .fb-items p{
    font-size: 14px;
}

.facebook-featured .pic img {
    margin-right: 20px;
    float: left;
    max-height: 250px;
    max-width: 45%;
}

.social-media-box .pic {
    background-color: #f6f7f9;
    overflow: hidden;
    margin-right: 0;
    margin-left: 0;
    padding: 15px 25px;
    border-radius: 5px;
}

.social-media-box .pic .col-xs-2 {
    padding: 0;
    display: table-cell;
    border-right: 1px solid #d3dae8;
}

.social-media-box .pic .col-xs-2 img {
    width: auto;
    max-width: 100%;
    margin: 0;
}

.social-media-box .pic .col-xs-10 {
    padding: 20px 30px;
    font-size: 13px;
    border-left: 1px solid #d3dae8;
    margin-left: -1px;
}

.social-media-box .pic .col-xs-10 .title {
    margin-bottom: 15px;
    display: block;
}

.one-post {
    clear: both;
    border-bottom: 1px solid #d3dae8;
    padding: 10px;
}

.one-post:last-child {
    border-bottom: none;
}


.social-media-box .posts .poster .twitt-post img,
.social-media-box .posts .poster .logo {
    height: auto;
}

.social-media-box .posts .poster .twitt-post img {
    float: none;
    margin-right: 0;
}

.social-media-box .posts .poster .twitt-post {
    font-size: 12px;
}

.social-media-box .posts .poster .twitt-post a {
    color: #9197a3;
    margin-right: 10px;
}

.social-media-box .posts .poster .twitt-post a:hover{
    color: #3b5998;
}

.social-media-box p {
    line-height: 1.4;
}

/*Brochures*/

.attachments {
    padding-bottom: 50px;
}

.attachments p {
    font-size: 13px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.attachments a {
    color: inherit;
    text-decoration: none;
}

.attachments a:hover {
    opacity: 0.85;
}

.attachments .btn-black {
    border-radius: 2px;
    font-size: 12px;
    padding: 3px 10px;
    color: #fff;
}

.brochures {
    display: block;
    height: 54px;
    width: 48px;
    background: url("/core/img/brochures.png") no-repeat scroll 0 0 transparent;
    margin-bottom: 6px;
}

.brochures-word,
.brochures-doc,
.brochures-docx {
    background-position: 0 -60px;
}

.brochures-ppoint {
    background-position: 0 -119px;
}

.brochures-pdf {
    background-position: 0 -177px;
}

.brochures-txt {
    background-position: 0 -238px;
}


/*Links*/

.links {
    background-color: #fff;
}

.links a{
    color: inherit;
}

.links ul {
    list-style: none;
    font-size: 12px;
    padding-left: 0;
}

.links .border-right {
    border-right: 1px solid #d3dae8;
}

/*Review*/
.review {
    position:relative;
}
.review .btn-black{
    border-radius: 25px;
    color: #fff;
    font-size: 15px;
    padding: 3px 15px;
    margin-left: 15px;
    vertical-align: text-top;
    float:right;
    position:absolute; top:0; right:0;
}

.review .btn-black .glyphicon {
    padding-right: 5px;
}

ul.review-box {
    list-style: none;
    padding: 0;
    margin-top: 0px;
}

.review-user {
    position: relative;
    margin-right: 0 !important;
    padding-left:4px;
}


.review-user .glyphicon {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    font-size: 22px;
    left: 0;
    padding: 12px;
    position: relative;
    top: 0;
    float:left;
    margin-right:16px;
}

.review-user .time,
.review-user .counter {
    display: block;
    color: #8a8d91;
}

.review-user .name {
    font-size: 18px;
    padding-top: 9px;

}
.review-user .long-user-name .name,.review-user .long-user-name .time {
    display:block; padding-top:0;
    width:100%; float:left; clear:both;
    text-overflow: ellipsis; overflow: hidden;  white-space: nowrap;
}




.review-content {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    position: relative;
}

.review-content:after {
    border-color: transparent #f5f5f5 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 17px;
    content: "";
    height: 26px;
    margin-left: 0;
    pointer-events: none;
    position: absolute;
    left: -34px;
    top: 6px;
    width: 0;
}

.review-content:before {
    border-color: transparent #d1d1d1 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 17px;
    content: "";
    height: 26px;
    margin-left: 0;
    pointer-events: none;
    position: absolute;
    left: -35px;
    top: 6px;
    width: 0;
}

.review-content .star-rating {
    font-size:20px; float:left; margin:8px 0 0 0;
}
.review-content .star-rating .rating-stars {
    color:#2a313a;
}



@media (max-width:1024px){
    .review-user {
        padding-left:67px; margin-bottom:15px;
        min-height:55px; width:100%;
    }
    .review-user .glyphicon {
        position:absolute; top:0; left:6px;
    }
    .review-user .name {padding-top:0;}
    .review-content:before{
        left:12px; border-color: transparent transparent #d1d1d1; top: -35px;
    }
    .review-content:after{
        left:12px; border-color: transparent transparent #f5f5f5; top: -34px;
    }



}






.rated-header {
    border-bottom: 1px solid #d1d1d1;
    overflow: hidden;
    background-color: #f5f5f5;
}

.rated {
    padding: 5px 15px 2px 15px;
    border-right: 1px solid #d1d1d1;
    float: left;
    font-size: 12px;
    line-height: 1;
    margin-right:15px;
}

.rated div {
    font-size: 26px;
    text-align: center;
}

.review-content-box {
    padding: 10px 25px 20px 25px;
    overflow: hidden;
}

.review-content-box .content-header {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
}

.answer {
    padding: 25px;
    border: 1px solid #d1d1d1;
    border-top: 0;
    padding-top: 10px;
    position: relative;
    background-color: #f5f5f5;
}

.answer:after {
    border-color: transparent transparent #f5f5f5;
    left: 33px;
    top: -33px;
    border-image: none;
    border-style: solid;
    border-width: 17px;
    content: "";
    height: 26px;
    margin-left: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
}

.answer:before {
    border-color: transparent transparent #d1d1d1;
    left: 33px;
    top: -35px;
    border-image: none;
    border-style: solid;
    border-width: 17px;
    content: "";
    height: 26px;
    margin-left: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
}

.time-answer {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 5px;
}



@media (max-width:767px){
    .reviews-box-container {
        padding-top:15px; position:relative;
        width:100%;
    }
    .reviews-box-container:before {
        content:""; display:block; width:1px; height: 100%;
        position:absolute; top:0; left:0;
        background:#d5d5d5;
    }
    .reviews-box-container:after {
        content:""; display:block; width:1px; height: 100%;
        position:absolute; top:0; right:0;
        background:#d5d5d5;
    }
    .review .btn-container, .review .write-review-info {width:100%; padding:0 10px 0 10px; }
    .review .write-review-info {border-bottom:solid 1px #d5d5d5;  padding:0 10px 10px 10px; clear:both;  }
    .review .button-load-box {border-bottom:solid 1px #d5d5d5; padding:5px 0 15px 0;}
    .review .btn-black {
        position:static; width:100%;
        margin:0 0 15px 0;
    }
    .review .review-box {
        width:100%; clear:both;
    }
    .review  .review-content-box {padding-left:10px; padding-right:10px;}
    .review .answer {padding-left:15px; padding-right:15px;}
}


/*Body-text*/
.body-text .body-panel {
    padding: 15px 15%;
}

/*Btn load more*/
.btn-load,
.btn-load:hover,
.btn-load:focus{
    border-radius: 2px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
}

.btn-load .glyphicon {
    margin-right: 5px;
    top: 3px;
}

.btn-load .glyphicon-refresh {
    animation: none;
    -moz-animation: none;
    -webkit-animation: none;
}

.button-load-box {
    clear: both;
    padding:15px 0 0 0;
    text-align: center;
}

.related-review-section {
    padding-bottom: 0;
    margin-top: 0;
}

.smedia + .related-review-section {
    border-top: none;
}

.smedia + .related-review-section,
.review + .related-review-section{
    border-top: none;
}

.review + .related-review-section{
    margin-top: -25px;
    padding-top: 0;
}

.rel-event-to {
    padding-left: 23px;
}

#related-events .slider-body .entypo.location {
    width: 23px;
}

.slider-body .entypo{
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: 1px;
}

/*Colors*/

h1 {
    padding-right: 120px;
    text-overflow: ellipsis;
    overflow: hidden;
}

h1{color: #294687; line-height: 37px;}

.featured h1, .featured .mini-crumb {
    color: #5c004c !important;
}

.free h1, .free.mini-crumb {
    color: #333 !important;
}
/*Free listing*/

.free {
    border-top: 1px solid #d1d1d1;
}

.free .summary{
    padding-top: 30px;
}

.free .contact {
    margin-top: 15px;
    margin-bottom: 20px;
}

.free .photos,
.free .related{
    height: auto;
    background-color: #f5f5f5;
}

.free .related .container {
    padding-right: 10px;
}

.free .photos .container {
    padding-right: 0;
}

.free .frame {
    margin: 0;
    position: absolute;
    top: 20px;
    left: 15px;
}

.free .logo-title {
    padding-left: 155px;
    margin-top: 15px;
}

h1.logo-title {
    margin-top: 35px;
    line-height: 34px;
}

.big-picture-title h1.logo-title {
    padding-left: 0;
}

.logo-title.mini-crumb {
    margin-bottom: 30px;
}

.free .logo-title.mini-crumb {
    margin-bottom: 5px;
}

.big-picture-title .title-picture {
    position: absolute;
    top: -380px;
    width: 100%;
    height: 360px;
}



.featured .bottom-gradient {
    width: 100%;
    height: 380px;
    background: transparent;
    background: -moz-linear-gradient(top,  rgba(229,229,229,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(top,  rgba(229,229,229,0) 0%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom,  rgba(229,229,229,0) 0%,rgba(0,0,0,0.7) 100%);

}

.pack-status {
    display: none;
}

.featured .pack-status {
    margin-bottom: 25px;
    color: #fff;
    padding: 5px 25px;
    border-radius: 20px;
    display: inline-block;
}

.featured .big-picture-title .logo-is-box {
    padding-left: 195px;
    position: relative;
}
.featured .logo-is-box {
    padding-left: 160px;
    position: relative;

}








.featured .big-picture-title .wide-cover {
    position: absolute;
    bottom: 0;
}

.featured .big-picture-title .summary-info {
    margin-top: 15px;
}

.featured .big-picture-title .btn-save {
    top: 400px;
    margin-right: 65px;
    z-index: 2;
}

.featured .wide-cover.no-logo-is {
    margin-bottom: 30px;
}


.free .wide-cover.logo-is-box .mini-crumb {
    margin-top:0;
}



.free .wide-cover.logo-is-box .frame {
    top:24px;
}


@media (max-width:1024px){
    #listing.free .no-logo-is .no-logo-title.mini-crumb {
        padding-bottom:0;
    }
}
@media (max-width:989px){
    .free .wide-cover.logo-is-box .virtual-cat {
        margin-top:-26px;
    }
}
@media (max-width:767px){
    .free .wide-cover.logo-is-box .logo-center {
        width:100%; float:left; clear:both;
    }
    .free .wide-cover.logo-is-box .frame {
        top:-15px;
    }
    .free .wide-cover.logo-is-box h1 {border-top:none; text-align:left; }

    .free .wide-cover.logo-is-box .mini-crumb {text-align:left;}
    .free .wide-cover.logo-is-box .virtual-cat {text-align:left;}
    .free .wide-cover.logo-is-box .virtual-cat {
        margin-top:0;
    }
    .featured .no-picture-ribbon .wide-cover.logo-is-box {
        padding-left:0;
    }
    .featured .no-picture-ribbon .wide-cover.logo-is-box .frame{
        position:static;
    }
}

@media (max-width:480px){
    .free .wide-cover.logo-is-box h1 { padding:0 15px; margin-top:10px;}
}



/*Slider Carusel*/

.slider-header {
    padding-top: 30px;
    font-size: 12px;
    padding-bottom: 5px;
}

.slider-header.pull-right{
    color: #8e2d7e;
    padding-top: 20px;
    margin-bottom: 0;
}

.slider-header.pull-right a {
    color: inherit;
    font-size: 12px;
    padding-bottom: 0;
    padding-right: 0;
}

.jcarousel-wrapper.slider-carusel {
    box-shadow: none;
    border: 1px solid #d1d1d1;
    margin-top: 10px;
    clear: both;
}

.slider-carusel li{
    width: 200px !important;
    padding: 0;
    text-align: left;
    border: none;
}

.slider-carusel li a {
    display: block;
    margin: 0;
    padding: 0;
    border-right: 1px solid #d1d1d1;
    color: #565b61;
}

.slider-carusel li a:hover,
.slider-carusel li a:focus {
    opacity: 0.85;
    text-decoration: none;
    outline: none !important;
}

.slider-carusel .jcarousel-control-prev,
.slider-carusel .jcarousel-control-next {
    background: transparent;
    color: #222323 !important;
}

.slider-carusel .jcarousel-control-prev {
    left: -30px;
}

.slider-carusel .jcarousel-control-next {
    right: -27px;
}

.slider-carusel .jcarousel-control-prev.inactive,
.slider-carusel .jcarousel-control-next.inactive {
    display: none;
}


.slider-carusel .slider-head,
.slider-carusel .slider-body{
    padding: 12px 15px;
}

.slider-carusel .slider-body {
    padding: 15px;
    min-height: 90px;
}

.slider-carusel .slider-head {
    font-size: 12px;
    font-weight: bold;
    background-color: #ebebeb;
    height: 55px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
}

.slider-carusel .slider-body {
    font-size: 12px;
}

.slider-carusel .slider-body div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slider-carusel .slider-body .entypo {
    font-size: 25px;
    margin-top: -6px;
    width: 20px;
}

.slider-carusel .slider-head .cut-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #ebebeb;
}

.slider-carusel .featured-slide .slider-head,
.slider-carusel .featured-slide .cut-title {
    background-color: #751465;
    color: #fff;
}

.slider-carusel .featured-slide .slider-body {
    background-color: #f7eaf5;
    color: #751465;
}

.slider-carusel .featured-slide .slider-head .label{
    background-color: #570d4c;
}

.slider-loader {
    width: 100%;
    height: 145px;
    clear: both;
    text-align: center;
    background-color: rgba(180,180,180,0.1);
}

.slider-loader .glyphicon {
    font-size: 20px;
    font-weight: bold;
    margin: 68px auto;
}

.slider-body .entypo.location {
    float: left;
}

#related-reviews .star-rating {
    color: #565b61 !important;
    margin-bottom: 3px;
}

#related-reviews .featured-slide .star-rating {
    color: #751464 !important;
}

#related-reviews .rating-container {
    color: #ccc;
    text-shadow: none;
    width: 61px;
}

#related-reviews .featured-slide .rating-container {
    text-shadow: none;
}

#related-reviews .rating-container .rating-stars {
    color: #565b61 !important;
    text-overflow: clip;
}

#related-reviews .slider-body .rev-content {
    white-space: normal;
    margin-top: 3px;
    line-height: 1.2;
}

#related-reviews .slider-carusel .slider-body {
    min-height: 130px;
}

/*Related listing and button */
.related-button .slider-head {
    border-right: none;
}

.slider-carusel .related-button li {
    border-right: 1px solid #d1d1d1;
    min-height: 158px;
}

.slider-carusel .related-button  li a.btn {
    color: #fff;
    background-color: #565b61;
    border-color: #565b61;
    font-size: 11px;
    text-align: left;
    text-transform: uppercase;
    padding: 3px 12px 3px 7px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 20px;
    transition: background-color 300ms ease-out 0s;
}

.slider-carusel .related-button  li a.btn:hover,
.slider-carusel .related-button  li a.btn:focus {
    background-color: #656a71;
    border-color: #656a71;
}

.slider-carusel .related-button  li.featured-slide a.btn {
    background-color: #751465;
    border-color: #751465;
}

.slider-carusel .related-button  li.featured-slide a.btn:hover,
.slider-carusel .related-button  li.featured-slide a.btn:focus {
    background-color: #8c347d;
    border-color: #8c347d;
}


.slider-carusel .related-button  li a.btn i {
    font-style: normal;
}

.slider-carusel .related-button  li a.btn .glyphicon {
    margin-right: 3px;
    font-size: 12px;
}

.related-button .entypo.address {
    width: 17px;
}

.related-button .listing-address-row,
.related-button .listing-address-row span,
.related-button .listing-address-quick-browse-listings{
    display: inline;
    padding: 0;
    margin: 0;
    text-align: left;
}

.container.no-padding-right {
    padding-right: 0;
}

#related-listing {
    width: 100%;
}

/*Free messege*/

.message-free {
    background-color: #e0efd8;
    padding: 20px 0;
    color: #387539;
}

.message-free p {
    font-size: 14px;
    margin-bottom: 3px;
}

.message-free p.head {
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 1px solid #c7d9c1;
    margin-bottom: 10px;
}

.message-free p a {
    color: inherit;
    text-decoration: underline;
}





/*Vertical slider*/
@media only screen and (min-width: 767px) {
    .featured .big-picture-title .wide-cover.no-logo-is {
        margin-bottom: 0;
    }

    .featured .no-picture-ribbon .wide-cover.no-logo-is {
        border-bottom: 1px solid #ccc;
    }
    .featured .big-picture-title .title-picture h1 {
        color: #fff !important;
        text-shadow: 1px 1px 1px rgba(102, 102, 102, 1);
        font-size: 44px;
        font-weight: bold;
        font-family: 'SourceSansPro', sans-serif !important;
        padding-right: 0;
        line-height: 1.2;
        margin-top: 0;
    }

    .featured .big-picture-title .mini-crumb {
        color: #fff !important;
        text-shadow: 1px 1px 1px rgba(102, 102, 102, 1);
        font-size: 18px;
        font-family: 'SourceSansPro', sans-serif !important;
        margin-bottom: 10px;
        padding-bottom: 0;
        border-bottom: none !important;
    }

    .featured .mini-crumb {
        margin-bottom: 10px;
        padding-bottom: 0;
        border-bottom: none !important;
    }
    .vertical-slider {
        margin-top: 30px;
    }

    .vertical-slider .jcarousel {
        border-right: none;
        border: 1px solid #bb7dae;
        border-top: 0;
    }
    .vertical-slider ul {
        width: 100% !important;
    }
    .vertical-slider li {
        float: none;
        width: 100% !important;
    }

    .vertical-slider .slider-carusel li a {
        border-right: none !important;
    }

    .vertical-slider li:nth-of-type(3),
    .vertical-slider li:nth-of-type(4) {
        display: none;
    }

    .vertical-slider .slider-header {
        float: none;
        width: 100%;
        background-color: #751465;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        padding: 18px 10px 18px 55px;
        text-align: center;
        position: relative;
    }

    .vertical-slider .jcarousel-wrapper.slider-carusel {
        border: none;
    }

    .vertical-slider .label-primary,
    .vertical-slider .slider-carusel .featured-slide .cut-title{
        display: none;
    }

    .vertical-slider .slider-carusel .featured-slide .slider-head {
        background-color: #eee1eb;
        color: #751465;
        border-top: 1px solid #bb7dae;
        height: auto;
        padding-bottom: 0;
    }

    .vertical-slider .slider-header .entypo {
        font-size: 105px;
        left: 35px;
        position: absolute;
        top: -56px;
    }

    .vertical-slider .slider-carusel .slider-head, .vertical-slider .slider-carusel .slider-body {
        padding: 12px 35px;
    }

    .vertical-slider .slider-carusel .slider-body .btn {
        background-color: #751465;
        border-color: #751465;
        border-radius: 2px;
        color: #fff;
        font-size: 12px;
        margin-top: 5px;
        padding: 3px 15px 3px 10px;
        margin-bottom: 10px;
    }

    .vertical-slider .slider-carusel .slider-body .btn i {
        font-style: normal;
    }

    .vertical-slider .is-logo {
        position: relative;
        padding-left: 105px !important;
    }

    .vertical-slider .is-logo .logo-slider{
        height: 54px;
        left: 35px;
        padding: 2px;
        position: absolute;
        top: 10px;
        width: 54px;
        background: #fff;
    }
    main.free {
    }
    .free .summary {
        background-color: #fff;
    }
}

/*Free colors*/

.contact-header {
    background-color: #6d747a;
    color: #fff;
}

.contact {
    background-color: #f5f5f5;
    color: #2a313b;
    border: none;
}

.free .summary .btn-save,
.free .adress-button .btn{
    color: #000;
    border-color: #ccc;
    background-color: #f5f5f5;
    transition: background-color 300ms ease-out 0s;
}

.free .summary .btn-save:hover,
.free .adress-button .btn:hover {
    background-color: #ebebeb;
}

.summary .btn-save,
.adress-button .btn {
    color: #fff;
}

.btn-save.save-active {
    background-color: #d48c00 !important;
    border-color: #d48c00 !important;
    color: #fff !important;
}

.free .contact-items .btn-default,
.free .btn-owner.collapsed{
    border-color: #b4b4b4;
}

.free .btn-owner.collapsed:hover {
    background-color: #ebebeb !important;
}

.score-listing .rating-container .rating-stars {
    color: #333;
}

.free .score-listing .rating-container {
    text-shadow: none;
}

.next-box {
    text-align: center;
    padding: 20px 0;
    background-color: #f5f5f5;
    border: 1px solid #b4b4b4;
}

.next-box2 {
    margin-top: 15px;
}

.btn-up {
    margin-bottom: 15px;
    border-radius: 20px;
    background-color: #294688;
    border-color: #02133f;
    margin-top: 15px;
}




.next-box .btn-link {
    border-bottom: 1px solid #b4b4b4;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right:20px;
    padding-top: 0;
    width: auto;
    color: #7f2d79;
    text-decoration: none;
}

.free .contact-clip {
    top: 14px;
}

.box-tic p b {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.business-details.review .description-title {
    line-height: 1.3;
}

main.pending {
    border-top: 1px solid #d1d1d1;
    min-height: 500px;
}

.pending h1 {
    margin-top: 40px;
    font-size: 45px;
}

.pending p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.pending .jumbotron {
    margin-top: 20px;
}

@media only screen and (min-width: 1360px) and (max-width: 1400px){
    .free .photos .container {padding-right: 25px;}

}

/*Contact Me*/

.btn-nav-bar {
    padding: 0 25px;
}
.btn-nav-bar .dropdown-menu  {
    float: none;
    position: relative;
    box-shadow: none;
}

.btn-nav-bar .btn-group {
    display: block;
}

.btn-nav-bar .dropdown .contact-me-open {
    cursor: pointer;
    padding: 16px;
    background-color: #2a313a;
    color: #fff;
    font-size: 20px;
    border-radius: 2px;
    text-align: center;
    transition: background-color 300ms ease-out 0s;
    clear: both;
}

.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,
.btn-nav-bar .dropdown .menu-open-class{
    padding: 0;
    margin-top: 0;
    border: none;
    min-width: 0;
    width: 100%;
}


.btn-nav-bar .dropdown .menu-open-class {
    float: none;
    position: relative;
    box-shadow: none;
    display: block;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    margin-top: 15px;
}

.btn-nav-bar .dropdown .dropdown-menu a,
.btn-nav-bar .dropdown .menu-open-class a{
    font-size: 15px;
    background-color: #2a313a;
    color: #fff;
    padding: 18px 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;
    text-align: left;
}

.btn-nav-bar .dropdown .menu-open-class a{
    display: block;
    clear: both;
    white-space: nowrap;
}

.btn-nav-bar .dropdown .dropdown-menu a:hover,
.btn-nav-bar .dropdown .menu-open-class a:hover{
    background-color: #4a535e;
    text-decoration: none;
}


.btn-nav-bar .dropdown .dropdown-menu li:last-child  a,
.btn-nav-bar .dropdown .menu-open-class 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-radius: 3px 0 0 3px;
}

.btn-nav-bar .dropdown .menu-open-class li:first-child a {
    border-radius: 3px 3px 0 0;
}

.emali-listing ul{
    margin-bottom: -10px;
}

.emali-listing .btn {
    display: block;
    margin-top: 7px;
    font-size: 15px;
    border-color: #b4b4b4;
    text-align: left;
    padding: 9px 10px 5px 10px;
    border-radius: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align:center;
}
.emali-listing .btn i {
    font-style: normal;
    position:relative; top:-1px;
}

.emali-listing .btn .glyphicon {
    margin-right: 5px;
}

.emali-listing .btn.black-raven {
    background-color: #2a313a;
    border-color: #2a313a !important;
    color: #fff;
    font-size: 15px;
    padding: 9px 10px 5px 10px;
    text-align: left;
    transition: background-color 300ms ease-out 0s;
    width: 100%;
    border-radius: 25px;
    text-align:center;
}



.emali-listing .btn i.fa-file-text-o {margin-right: 5px;}
.emali-listing .btn i.fa-calendar-o {margin-right: 5px;}


.emali-listing .btn.black-raven:hover,
.emali-listing .btn.black-raven:focus,
.featured .emali-listing .btn.black-raven:hover,
.featured .emali-listing .btn.black-raven:focus{
    background-color: #4a535e !important;
    text-decoration: none;
}





.no-slider {
    padding-bottom: 0 !important;
    background-color: transparent !important;
    margin-bottom: -1px;
}

/*Special offer*/
.special-offet-item {
    border-right:none !important;
    padding-top: 0 !important;
    padding-left: 0;
    position: relative;
    max-height: none;
    transition: max-height 900ms ease-out 0s !important;
    border-top:solid 1px #dddddd;
}
.special-offet-item:first-child {
    border-top:none;
}
.special-offet-item.transparent {
    max-height: 100px;
    overflow: hidden;
    transition: max-height 900ms ease-out 0s !important;
    margin-bottom: 10px;
}
.special-offet-item.transparent:after {
    position: absolute;
    bottom: 0;
    height: 60px;
    width: 100%;
    content: "";
    background: linear-gradient(to top,
        rgba(255,255,255, 1) 20%,
        rgba(255,255,255, 0) 80%
        );
    pointer-events: none; /* so the text is still selectable */
}

.special-offet-item.transparent.most-popular-item:after {
    background: linear-gradient(to top,
        rgba(255,255,255, 1) 5%,
        rgba(255,255,255, 0) 95%
        );
}



.business-details.most-popular-section .items div {
    border-right: none;
    margin-top:15px;
}
.special-offet-item h4 {
    margin-top: 0;
    font-weight: bold;
    font-size: 18px;

}

.special-offet-item p {
    font-size: 14px;

}

.special-offet-item .btn,.event-list > li > .info > .btn,.btn-listing {
    border-radius: 20px !important;
    border-color: #dddddd !important;
    background-color: #fff !important;
    transition: background-color 300ms ease-out 0s !important;
    padding: 4px 40px 5px 40px !important;
    font-size: 15px !important;
    margin-top:10px;
    color:#333333;
}


.special-offet-item {

}
.special-offet-item h4 {margin-top:25px;}
.special-offet-item:first-child {
    border-top:none;
}
.special-offet-item:first-child h4 {margin-top:0;}

.special-offet-item .btn:hover,
.special-offet-item .btn:focus,
.event-list > li > .info > .btn:hover,
.event-list > li > .info > .btn:focus,
.btn-listing:hover,
.btn-listing:focus{
    background-color: #f5f5f5 !important;
    color:#333333;
}

.special-offet-item .btn .glyphicon {
    margin-right: 10px;
}


.special-offet-item ul {
    padding: 0;
    list-style: none;
}

.special-offet-item li {
    margin-bottom: 10px;
}

.special-offet-item .fa-ticket {

}

.special-offet-item:last-child {
    margin-bottom: 0;
}

.special-offet-item .items a {
    color: inherit;
}

.special-offet-item .items .col-sm-2,
.special-offet-item .items{
    border: none !important;
}

.special-offet-item-more {

}

.most-popular-item-more{
    padding: 5px 50px;
    border-radius: 20px;
    float:left; clerar:both;
    margin-bottom: 50px;
    transition: background-color 300ms ease-out 0s;
}

.special-offet-item-more:last-child {
    margin-bottom: 0;
}

#collapse-bd-box-so {
    margin-left: 0;
    margin-right: 0;
    background:#f5f5f5;
    border-radius:5px;
    border:solid 1px #dddddd;
    padding:25px 40px;
    width:100%;
}
@media (max-width:1024px){
    #collapse-bd-box-so {padding:25px 15px; border-radius:0;}
}
@media (max-width:767px){
    #collapse-bd-box-so {border-radius:0;}
}


#collapse-bd-box-so .special-offer-content {padding-top:0; border:none; }
#collapse-bd-box-so .special-offer-content > div {padding:0; margin:0;}
#collapse-bd-box-so .special-offet-item {padding-bottom:15px;}
#collapse-bd-box-so .special-offet-item .btn {margin-bottom:10px;}




/*Social button*/

.featured .contact-items .btn.btn-facebook:hover,
.featured .contact-items .btn.btn-facebook:focus,
.featured .contact-items .btn.btn-facebook:active{color:#fff !important;background-color:#30487b !important;border-color:rgba(0,0,0,0.2) !important}
.featured .contact-items .btn.btn-google-plus:hover,
.featured .contact-items .btn.btn-google-plus:focus,
.featured .contact-items .btn.btn-google-plus:active{color:#fff !important;background-color:#ca3523 !important;border-color:rgba(0,0,0,0.2) !important}
.featured .contact-items .btn.btn-twitter:hover,
.featured .contact-items .btn.btn-twitter:focus,
.featured .contact-items .btn.btn-twitter:active{color:#fff !important;background-color:#309aea !important;border-color:rgba(0,0,0,0.2)!important}
.featured .contact-items .btn.btn-instagram:hover,
.featured .contact-items .btn.btn-instagram:focus,
.featured .contact-items .btn.btn-instagram:active{color:#fff !important;background-color:#7d39b0 !important;border-color:rgba(0,0,0,0.2)!important}

/* Core Owl Gallery*/

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
    border-radius: 8px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
    display: none;
}
.owl-carousel .owl-item {
    position: relative;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

.gallery-box {
    margin-top: 35px;
}
.owl-theme .owl-controls{
    margin-top:10px;
    text-align:center;
    -webkit-tap-highlight-color:transparent
}
.owl-theme .owl-controls .owl-nav [class*=owl-]{
    background: rgba(255,255,255,0.8);
    border-radius: 0 30px 30px 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    left: 0;
    margin: 0;
    padding: 11px 7px 9px 2px;
    position: absolute;
    top: 33%;
    transition: background-color 300ms ease-out 0s;
    color:#333;

}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
    background: rgba(255,255,255,1);
    text-decoration:none
}

.owl-theme .owl-controls .owl-nav .owl-next {
    left: auto;
    right: 0;
    border-radius: 30px 0 0 30px;
    padding: 11px 2px 9px 7px;
}

.owl-theme .owl-controls .owl-nav .disabled{
    opacity:.5;
    cursor:default
}
.owl-theme .owl-dots .owl-dot{
    display:inline-block;
    zoom:1;
    *display:inline
}
.owl-theme .owl-dots .owl-dot span{
    width:10px;
    height:10px;
    margin:5px 7px;
    background:#d6d6d6;
    display:block;
    -webkit-backface-visibility:visible;
    -webkit-transition:opacity 200ms ease;
    -moz-transition:opacity 200ms ease;
    -ms-transition:opacity 200ms ease;
    -o-transition:opacity 200ms ease;
    transition:opacity 200ms ease;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;border-radius:30px;
    transition: background-color 300ms ease-out 0s;
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
    background:#4a535e
}

.only-one .owl-controls {
    display: none !important;
}

/* Most popular*/
.most-popular-badges {
    position: absolute;
    top: -4px;
    left: 0px;
}

.badges {
    position: relative;
    min-height: 50px;
}

.badges .score-listing {
    margin-left: 110px;
}





.business-details .items div.most-popular-item {
    width:100%; float:left; clear:both;
    padding-left:137px; min-height:130px;
    position:relative; padding-top:0;
    margin-bottom:15px;
}
.most-popular-section .under {
    text-decoration:underline; font-size:14px;
    margin-bottom:-4px; display:block; float:left; clear:both
}
.most-popular-section .under:hover {text-decoration:none;}



.business-details .items div.most-popular-item img {
    display: block; position:absolute; top:0; left:0;
    width:125px; height:auto;
}

.business-details .items div.most-popular-item a.under {
    text-decoration: underline;
}

.business-details .items div.most-popular-item li {
    margin-bottom: 0;
}

.business-details .items div.most-popular-item li a {
    text-decoration: none; font-size:14px;
    color: inherit;
}

.business-details .items div.most-popular-item li a:hover {
    text-decoration: underline;
}

.business-details .items div.most-popular-item ul {
    list-style: disc;
    padding-top: 0;
    padding-left: 20px;
    overflow:hidden; max-height:230px; margin-bottom:0;
}
.business-details .items div.most-popular-item ul.active {max-height:none;}


@media (max-width:764px){
    .most-popular-section  .mobile-items .under {
        margin-bottom:21px;
    }
    .most-popular-section .under,.most-popular-section h4 {text-align:center; width:100%;}
    .business-details .items div.most-popular-item {
        padding-left:0; padding-top:140px; text-align:center;
    }
    .business-details .items div.most-popular-item img {
        left:50%; margin-left:-60px;
    }
    .business-details .items div.most-popular-item ul {
        max-height:none;  list-style-position: inside;
    }

}


.attachments.most-popular-section p {

}
.attachments.most-popular-section .description-title{
    margin:4px 0 -5px 0;
}
.attachments.most-popular-section h4 {font-weight: bold; margin-top:25px; }

.business-details .items div.most-popular-item.transparent {
    transition: max-height 900ms ease-out 0s !important;
    margin-bottom: 0;
}

.special-offet-item.most-popular-item.transparent::after {
    height: 35px;
    background-color: transparent;
    background: transparent;
}






.most-popular-item-more {

    margin-bottom: 0;
    margin-top: 10px;
}

.virtual-cat {
    margin-top: -5px;
    margin-bottom: 10px;
    font-size: 13px;
}

.virtual-cat a {
    color: inherit;
}



.article figure {
    margin: 0;
}

.article article {
    padding: 25px;
    background-color: #f5f5f5;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    border:solid 1px #dddddd;
}

@media (max-width:1024px){
    .article article {padding:25px 0;}
}



.article article h6 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 14px;
}

.article .btn {
    font-size: 12px;
    padding: 7px 45px;adding: 11px 20px 11px 35px;
    text-align: left;
    transition: background-color 300ms ease-out 0s;
    width: 100%;
    border-radius: 25px;
    border-radius: 2px;
    border-radius: 20px;
    outline: none !important;
}

.article article p {
    font-size: 13px;
}
@media (max-width:1024px){
    .article figure {margin-bottom:20px;}
}


.article .btn.article-show {
    font-size: 14px;
    margin-bottom: 0;
    border-radius: 2px;
    padding: 3px 20px;
    color: #fff;
    top: 2px;
}

.article .btn.article-show .glyphicon {
    margin-right: 5px;
}

/*Booking*/

.booking-button {
    padding: 0 25px;
    overflow: hidden;
}
@media (max-width:1360px){
    .booking-button,.contact-items {
        padding: 0 15px;
    }
}
@media (max-width:480px){
    .booking-button,.contact-items {
        padding: 0 10px;
    }
}


.booking-button .btn {
    display: block;
    padding: 11px 18px;
    text-align: left;
    border-radius: 25px;
    color: #fff !important;
    text-align: center;
    font-weight: bold;
    margin-bottom: 14px;
    transition: background-color 300ms ease-out 0s;
    font-size: 18px;
    background-color:#2a313a;
    border-color:#2a313a;
}
.booking-button .btn:hover,.booking-button .btn:focus{
    background-color: #4a535e;
    text-decoration: none;
}


.booking-button hr{
    border-top: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 8px;
}

.rezdy {
    margin: 0;
    padding: 0;
    max-height: 330px !important;
}

.embed-container {
    position: relative;
    padding-bottom: 98%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    margin: 0px 15px;
}

.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100% !important;
}
/*Mobile*/

@media only screen and (min-width: 1361px){
    .review-user {width: 20%;}
    .review-box .col-sm-9 {width: 80%;}
    #related-listing .slider-carusel li {width: 219px !important;}
    #related-events .slider-carusel li {width: 194px !important;}
    #related-reviews .slider-carusel li {width: 242px !important;}
    #related-listing {width: 99.8%;}
    .gallery-box {min-height: 225px; margin-top: 35px;}
}

@media only screen and (max-width: 1360px){
    .adress-button {margin: 5px 15px; padding-left: 0;}


    .adress-contact {font-size: 15px;margin: 20px 20px 10px 15px;}
    adress-contact contact-form btn-open-form { margin: 20px 27px 10px 30px;}

}
@media all and (min-width:768px) and (max-width:1360px){
    .col-md-9 {width: 66%;}
    .col-sm-9 {width: 66%;}
    .col-md-3 {width: 36%;}
    .summary-info li {margin-right: 12px;}
    .review-box .col-sm-9 {width: 75%;}
    .col-md-3 {width: 34%;}
    .btn-nav-bar {padding: 0 15px;}
    .adress-button .col-xs-6:last-child {padding-left: 0;}
    .free .logo-title {margin-top: 7px;}
    .owl-theme .owl-controls .owl-nav [class*=owl-] {
        top: 28%;
    }
    .gallery-box {min-height: 165px; margin-top: 35px;}
}

@media only screen and (min-width: 1024px)and (max-width:1360px){
    #related-listing .slider-carusel li {width: 254px !important;}
    #related-events .slider-carusel li {width: 216px !important;}
    #related-reviews .slider-carusel li {width: 218px !important;}
    .featured .big-picture-title .btn-save {
        top: auto;
        bottom: 25px;
        right: auto;
        left: 400px;
        background-color: #fff!important;
        font-size: 13px;
        padding-top: 0;
        padding-bottom: 3px;
    }

    .featured .big-picture-title .btn-save.save-active {
        background-color: #d48c00!important;
    }

    .featured .pack-status {
        padding: 5px 20px 5px 25px;
    }

    .featured .big-picture-title .no-logo-is .btn-save {
        left: 220px;
    }
}


@media only screen and (max-width: 1024px){
    .slider-carusel .jcarousel-control-prev {display: none;}
    .slider-carusel .jcarousel-control-next {display: none;}
    #listing .col-sm-9, #listing .col-md-3 {width: 100%; padding: 0 15px; float: left;}
    .featured .big-picture-title .wide-cover {max-width: 95%;}
    .description.body-text{ padding-bottom: 0;}
    .contact {margin-top: 15px;}
    .container {padding-left: 10px; padding-right: 15px;}
    .summary .btn-save {border-radius: 5px; margin-right: 15px !important;}
    .featured .wide-cover.no-logo-is, .mini-crumb ,.featured .no-picture-ribbon .logo-is-box{border-bottom: none; margin-bottom: 0;}
    .mini-crumb{padding-bottom: 0;}

}

@media only screen and (min-width: 768px)and (max-width:1024px){
    .featured .big-picture-title .btn-save {top: 310px; right: 15px; background-color: #fff !important;
                                            position: static !important;
                                            height: 30px;
                                            margin-right: 0;
                                            padding-bottom: 3px !important;
                                            padding-right: 15px;
                                            padding-top: 0 !important;
                                            position: static;
                                            vertical-align: top;
                                            border-radius: 20px;

    }

    .featured .big-picture-title .btn-save .glyphicon{display: inline; margin-bottom: 0;}

    .featured .btn-save.save-active {
        background-color: #d48c00 !important;}
}



@media only screen and (min-width: 990px){

    .featured .summary .btn-save {
        position: static;
        padding-right: 15px;
        margin-right: 0;
        padding-top: 0 !important;
        padding-bottom: 3px !important;
        vertical-align: top;
        height: 30px;
        margin-left: 10px;
    }


    .featured .big-picture-title .btn-save {
        top: auto;
        bottom: 25px;
        right: auto;
        left: 400px;
        background-color: #fff!important;
        font-size: 13px;
        padding-top: 0;
        padding-bottom: 3px;
    }

    .featured .big-picture-title .btn-save.save-active {
        background-color: #d48c00!important;
    }

    .featured .pack-status {
        padding: 5px 20px 5px 25px;
    }

    .featured .big-picture-title .no-logo-is .btn-save {
        left: 220px;
    }

    .free .virtual-cat {
        margin-top: -30px;
        margin-bottom: 5px;
    }
    /*
        .free .virtual-category-crumb.mini-crumb {
            padding-bottom: 50px !important;
        }
    */
}



@media only screen and (max-width: 990px){
    .summary .btn-save {
        position: absolute;
    }

    .summary .btn-save .glyphicon {display: block; margin-bottom: 5px;}

    .free .virtual-cat {
        margin-top: 10px;
        padding-right: 55px;
    }
}



@media only screen and (min-width:768px) and (max-width: 990px) {
    .summary-info {margin-top: 20px;}
}

@media (max-width:800px){
    .description-title {cursor: pointer;}
}





/*Mobile*/

@media only screen and (min-width: 768px) {

    .article .btn {
        width: auto;
    }


    .rezdy {
        margin-top: 15px;
    }

    .featured .big-picture-title .virtual-cat {
        color: #fff !important;
        font-size: 17px;
    }
    .free .no-picture-ribbon .logo-is-box .virtual-cat {
        padding-left: 155px;
    }
    .owl-carousel .owl-item:last-child img {border-radius: 0 8px 8px 0}
    .review-box .col-sm-9 {padding-right: 0 !important; padding-left: 0 !important; }
    h1 {padding-right: 100px;}
    .event-list {margin-bottom: 40px;}
    .event-list li .info {min-height: 157px;}

    .contact-form.adress-contact.share-contact { margin: 0;}
    #related-events .slider-header.pull-right {margin-bottom: 0;}
    #related-events .slider-header {padding-top: 0px;}
    .description.smedia {padding-bottom: 0;}
    .body-text .panel {margin-top: 20px;}
    .free.no-slider-main {min-height: 1550px;}
    .social-media-box:last-child{margin-bottom: 40px; }
    .summary .btn-save {margin-right: 45px; padding-right: 15px; padding-top: 2px;}
    .jcarousel-wrapper {margin-bottom: 0;}

    .business-details .items div {padding-bottom: 0;}
    .video {;margin-bottom: 0;}
    .attachments { padding-bottom: 40px;}
    .free .photos {padding-bottom: 30px;}

    .social-media-box .description-title {line-height: 1.6;}
    .contact-items .btn-nav-bar {
        display: none;
    }
    .btn-nav-bar .dropdown .contact-me-open {margin-top: 15px;}
    .btn-nav-bar .dropdown .menu-open-class a {
        font-size: 13px;
        padding: 13px 20px;
    }
    .summary-info li {
        margin-top: 0;
    }
    .col-sm-9 {
        padding-right: 50px;
    }

    .free .col-sm-9,
    .free .col-md-3,
    .col-sm-9.left-column-bis{
        margin-top: 0;
    }

    .col-sm-9.left-column-bis.no-picture-ribbon {
        margin-top: 0;
    }

    h1.logo-title {
        margin-top: 15px;
    }

    .free .summary {
        margin-top: 0;
    }
    .free .logo-title.mini-crumb {
        margin-bottom: 30px;
    }

    .free .logo-title.mini-crumb {
        margin-bottom: 30px;
    }



    .free h1.no-logo-title {
        margin-top: 0;
    }

    .free .no-logo-is{
        margin-top: -20px;
    }

    .featured .no-picture-ribbon h1.no-logo-title {
        margin-top: 0;
    }

}


@media only screen and (max-width: 767px){
    .contact-no-header{
        border-radius: 0;
        padding: 20px 15px 0;
        overflow: hidden;
        background-color: #fff;
    }
    .contact-info{
        padding: 6px;
        overflow: hidden;
        background-color: #f5f5f5;
        text-align: center;

    }
    .booking-button {
        border-radius: 0;
    }

    .booking-button hr {
        display: block !important;
        margin-bottom: 0;
    }

    .featured .big-picture-title .btn-save {
        right: 0 !important;
        margin-right: -15px !important;
    }

    .featured .big-picture-title .btn-save {
        top: 15px;
    }

    .featured .big-picture-title .wide-cover {
        max-width: 100%;
    }

    .featured .no-picture-ribbon .summary .btn-save.logo-btn-saved {
        right: -30px !important;
    }
    .featured .wide-cover.no-logo-is, .mini-crumb ,.featured .no-picture-ribbon .logo-is-box{margin-bottom: 10px;}

    .article article h6 {margin-top: 15px;}
    .big-picture-title  .virtual-cat {color: inherit; font-size: 13px; margin-top: -10px;}
    .emali-listing {min-height: 15px;}
    .special-offet-item.transparent.most-popular-item:after {
        background: none;
    }
    .most-popular-mobile {
        text-align: center;
    }
    .most-popular-badges {
        position: static;
        margin: 0 auto;
        height: 69px;
    }

    .most-popular-section .description-title {
        border: 1px solid #d1d1d1;
        padding: 15px;
        cursor: pointer;
        background-color: #f5f5f5;
        margin-bottom: 0;
        margin-top: 0;
    }

    .most-popular-section .mobile-items {
        padding-left: 15px;
        margin-left: 0;
        padding-bottom: 15px;
        padding-right: 15px;
        margin-right: 0;
        border-right: 1px solid #d3d3d3;
        border-bottom: 1px solid #d3d3d3;
        border-left: 1px solid #d3d3d3;
    }

    .attachments.most-popular-section p {
        margin-top: 15px;
        white-space: normal;
    }



    .most-popular-item-more {
        display: none;
    }

    .summary-info li a[href="#sp-offer"] {
        padding-top: 17px;
        padding-bottom: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .social-media-box .posts .pic img {
        margin-bottom: 20px;
    }

    .description-title.title-under-review {margin-top: 20px;}
    .summary-info li a:hover,
    .summary-info li a:focus{
        opacity: 0.85;
        border:none;
        border-radius: 0;
    }
    .article article {padding: 0; background-color: transparent;margin-bottom: 0; border-bottom: 1px solid #d3d3d3;padding-bottom: 20px; border-radius: 0;}
    .article li {
        padding-top: 20px;
    }
    .article .btn {text-align: center;}
    .article .btn.article-show {display: none; padding-bottom: 25px;}
    .summary-info li a {border: none;}
    .article li {display: block !important;}

    .article li:last-child article {border-bottom: none;}
    #booking-section .items p {
        margin-top:20px; display:block; box-sizing:border-box;
        padding:0 15px;
    }

    .description .items#collapse-bd-box,
    .article .items,
    #booking-section .items
    {   padding-left: 15px;
        margin-left: 0;
        padding-bottom: 15px;
        padding-right: 15px;
        margin-right: 0;
        border-right: 1px solid #d3d3d3;
        border-bottom: 1px solid #d3d3d3;
        border-left: 1px solid #d3d3d3;}
    #booking-section .items {padding:0;}
    .featured .summary .btn-save.logo-btn-saved {top: 15px;}
    .free .summary .btn-save {top: 0;}
    .free .photos, .free .related {background-color: #fff;}
    .mini-crumb {padding-bottom: 0; border-bottom: none;}
    .top-border-line.margin-bottom20 {display: none;}
    .review + .related-review-section {margin-top: 0;}
    .summary-info.hidden-xs {display: block !important;}
    #video-section .video {background-color: transparent !important;}
    h1.logo-title {padding-left: 0; margin-top: 20px;}
    .logo-title.mini-crumb {padding-left: 0;margin-bottom: 20px; padding-bottom: 0; border-bottom: none;}
    h1 {padding-right: 10px;}
    .no-big-picture .frame {margin: 0 auto; position: static;}
    .summary .btn-save {right: -15px;top: -229px; border-radius: 4px 0 0 4px; border: 1px solid #c4b2c1; }
    main {min-height: 0;}
    .hidden-md {display: block;}
    .hidden-xs {display: none;}
    .photos {height: 20px;}
    .photos .cover-img {background-image: none !important;}
    .photos .container {text-align: center;}
    .frame {margin: 0 auto; float: left; width:100%; text-align:left;}

    .frame img {margin-left:0;}
    .adress-button .adress-link {padding-bottom: 20px; padding-top: 0; margin-bottom: 0; }


    .featured .big-picture-title .wide-cover, .featured .no-picture-ribbon .logo-is-box {text-align:left;}

    .summary .col-sm-9 {text-align: center; }
    .contact-clip {position: static; clear: both; padding-right: 15px;}

    .contact {background: #ececec; border-radius:0; padding-top:1px;}
    .contact .adress-button {padding:0 10px;}
    .contact .adress-button .btn {float:left; width:auto; min-width:112px; background:#fff;}
    .contact-items {margin-top:0; padding-top:8px;}

    .contact-info,.btn-nav-bar,.booking-button,.contact-no-header,.contact-items {background:#fff;}



    #box-contact-fixed.affix, .summaty-info {position: static; width: 100%;}
    .contact .adress-contact {background-color: transparent; color: inherit; padding-left: 0;}
    .contact .adress-contact:before {display:none;}
    .contact-box > div:last-child{padding-bottom: 15px;}
    .description .col-sm-9, .contact {width: 100% !important;}
    .summary .col-sm-9 { border-top: none; margin-top: 15px;}
    .free .summary .col-sm-9 {margin-bottom: 20px;}
    .summary-info li {margin-right: 0;margin-top: 0;overflow: hidden;width: 33.33%; background-color: #fff; border-top: 1px solid #d1d1d1; border-left: 1px solid #d1d1d1; margin-bottom: 0;}
    .summary-info ul {overflow: hidden; border-bottom: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1; margin-bottom: 20px;}
    .summary .btn-save {top: -110px;}

    .summary .score-listing {margin: 15px -15px; border-left: none; border-right: none;}
    .adress-button {margin: 5px 0; overflow: hidden;}
    .adress-button .col-xs-6:first-child {padding-left: 0; margin-bottom: 10px;}
    .adress-contact:before, .adress-contact.mobile-adress-icon:before,.adress-contact.mobile-adress-icon.mobile-adress-online:before,.adress-contact.mobile-adress-icon.servicing-area:before  {left: -20px;}
    .score-listing .btn {height: 81px; }
    .score-listing{height: 81px; border-radius: 0;}
    .event-list > li {}
    .date-header, .event-list > li > .info > ul {display: none;}
    .date {padding: 15px 10px 0;}
    .event-list li .info {padding: 15px 10px;}
    .event-list .btn-black {margin-left: 10px;margin-top: 15px;position: relative;}
    .video-container {margin-bottom: 15px;}
    .adress-button .btn {padding: 8px;}
    .contact-header {padding: 12px 8px; font-size: 16px;cursor: pointer;}
    .contact-items .btn {padding-top: 8px; padding-bottom: 8px; padding-right: 5px;}

    .contact hr {display: none;}
    .contact .adress-contact.contact-form{ background-color: #d8c7d5; padding: 0 15px 15px; margin: 0;}
    .contact .adress-contact.contact-form.btn-open-form {padding-bottom: 15px;}
    .btn-black, .btn-owner {padding-top: 8px !important; padding-bottom: 8px !important;}
    .contact-box .btn-open-form{padding-bottom: 15px; background-color: #d8c7d5;}
    .contact-box .text-right {text-align: center;}

    .contact .adress-contact.contact-form.share-contact {background-color: #fff; padding: 0;border: none; border-top: none; border-radius:0;}
    .contact .adress-contact.contact-form.share-contact .share-button-box {padding:0 15px;}
    .contact .adress-contact.contact-form.share-contact .share-button-box  .social-box {padding:10px 0; background:#e8e8e8; border-radius:5px;}
    .contact-header.share-header {background-color: #dedede; border: 1px solid #d1d1d1; border-radius: 2px 2px 0 0 ; color: #282d30; margin-bottom: 0;}
    .contact-header.share-header.collapsed {border-radius: 2px}
    .description-title.section-collapse {border: 1px solid #d1d1d1; padding: 15px; cursor: pointer; background-color: #f5f5f5; margin-bottom: 0; margin-top: 0;}
    .event-list li {margin-bottom: 0; border-top: none;}
    .business-details {border-top: none; margin-bottom: 0; padding-bottom: 10px;}
    .business-details .col-sm-9 h6.mobile-items {border: 1px solid #d1d1d1; padding: 15px; background-color: #f5f5f5; margin-bottom: 0; margin-top: 0;}
    .business-details .items#collapse-bd-box div:first-child {padding-top: 15px;}
    .video .col-sm-9 h6.mobile-items {border: 1px solid #d1d1d1; padding: 15px; background-color: #fff; border-bottom: none; margin-bottom: 0; margin-top: 0;}
    .business-details .col-sm-9 div.mobile-items {border: 1px solid #d1d1d1; padding: 15px; background-color: #fff; border-top: none; padding-top: 0 !important; margin-left: 0; margin-right: 0; }
    .business-details .items div {border-right: 0; padding: 0;}
    .jcarousel-wrapper {margin-bottom: 0;}
    .description {border-top: none;}
    .summary-info ul {margin-bottom: 0; background-color: #fff;border-top: 1px solid #d1d1d1;}
    .summary-info li {margin-top: -1px; border-bottom: 1px solid #d1d1d1; margin-bottom: -1px;}
    .video .btn-load {margin-left: 10px;}
    .video {background-color: #f5f5f5; margin-bottom: 0;}
    .video .slide {border: 1px solid #d1d1d1; background-color: #fff; border-top: none; padding-top: 0 !important; margin-left: 0; margin-right: 0; padding-bottom: 10px;}
    .video .slide p {padding-right: 9px; padding-left: 9px;}
    .video .carousel-control {bottom: 5px;}
    .carousel-control.right {right: 5px;}
    .video .carousel-control.left {right: 125px;}
    .social-media-box .facebook-featured .description-title, .social-media-box .twitter-featured .description-title {display: none;}
    .social-media-box {margin-top: 10px;}
    .smedia {padding-top: 0;}
    .social-media-box .posts {border-top: none; border-bottom: 1px solid #d3d3d3;}
    .attachments {padding-top: 0;}
    #collapse-att-box {margin-left: 0; margin-right: 0; overflow: hidden; border: 1px solid #d3d3d3; border-top: none; border-bottom: none; background-color: #fff; border-right: 0; padding-left: 0;}
    #collapse-att-box div {width: 50%; float: left; border-right: 1px solid #d3d3d3; border-bottom: 1px solid #d3d3d3; padding-left: 10px;}
    #collapse-att-box div a {padding: 10px; display: block;}
    #collapse-att-box div.text-right {width: 100%; text-align: center;}
    .summary-info li a {display: block;
                        padding: 20px 10px;
                        text-align: center;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
    }
    .links {padding: 0;}
    .links .border-right {border-right: 0;}
    #collapse-cover-box, #collapse-cat-box { border: 1px solid #d3d3d3; background-color: #fff; border-top: none;}
    #collapse-cover-box .box-tic, #collapse-cat-box .box-tic {padding: 15px;}

    .review-box .col-sm-9 {padding-right: 0 !important; padding-left: 0 !important; }
    .review h6 {padding-top:5px;}

    .business-details .items div:last-child p {padding-left: 0;}
    .margin-top-mobile {margin-top: 10px;}
    .body-text .body-panel {padding: 15px 15%;}
    .video .sidebar-box div { margin-bottom: 20px; padding-left: 15px; padding-right: 15px;}
    .slider-carusel .slider-body div.rev-content {display: none;}
    .slider-carusel .slider-body div:first-child {display: block;}
    .slider-carusel .slider-body,#related-reviews .slider-carusel .slider-body  {min-height: 50px;}
    .free .photos .cover-img {min-height: 88px;}
    .free .photos.no-logo-listing .cover-img {min-height: 64px;}

    h1.no-logo-title, .mini-crumb.no-logo-title{text-align: left; padding-right: 55px;}
    .no-logo-listing .cover-img {background-color: transparent}
    .review .slider-header {padding-top: 0;}
    .featured .photos.no-big-picture.no-logo-listing {border-top: medium none;height: 0;}

    .free .photos .container {border-bottom: 1px solid #d1d1d1;}
    .free .photos .container .slider-container {position: relative; padding-bottom: 60px;}
    .free .photos .container .slider-container.no-remove, .review .col-sm-9 .slider-container.no-remove{padding-bottom: 10px;}
    .review .jcarousel-wrapper.slider-carusel, .closest-featured .jcarousel-wrapper.slider-carusel {margin-right: -15px;}
    .slider-header.pull-right a {
        bottom: 22px;
        border: 1px solid #d1d1d1;
        left: 0;
        padding-bottom: 6px;
        position: absolute;
        width: 100%;
        left: 15px;
        background-color: #eaeaea;
    }
    .media:last-child .col-sm-9 {padding-bottom: 0;}
    .description.body-text {margin-top: 0;padding-top: 15px;}
    .free .photos .container, .review .container { overflow: hidden;}
    .score-listing p.middle {padding-bottom: 0;}
    .free .summary {padding-top: 0; border-top: none;}
    .free .frame {position: relative; margin: 0 auto; border: none; bottom: 0;}
    .free .cover-img .container  {text-align: center;}
    .free .logo-title {padding-left: 0;}
    .slider-loader { height: 105px;}
    .slider-loader .glyphicon {margin: 42px auto;}
    .free .contact {border: none;}
    .free .contact-box, .free .contact-items, .free .contact .adress-contact.contact-form {background-color: #dedede;}
    .free .contact-items,.free .contact .adress-contact.share-contact {background:#fff;}
    #big-map .infoBox, #big-map-listing .infoBox {width: 50% !important;}
    .next-box2 {display: none;}
    .vertical-slider {overflow: hidden;padding-bottom: 58px;position: relative; margin-right: -15px;}
    .vertical-slider .slider-header.pull-right a {left: 0;}
    .free .description.body-text {margin-top: 0}
    .free .free-no-mobile {display: none;}
    .summary .summary-info {padding: 0;}
    .mobile-no-padding-bottom {padding-bottom: 0 !important;}
    .slider-body .entypo.location {line-height: 1.6;}
    /*Load more mobile*/
    .sidebar-box {max-height: 120px;position: relative;overflow: hidden;}
    .sidebar-box .read-more { position: absolute; bottom: 0; left: 0;width: 100%; text-align: left; margin: 0; padding: 17px 0 0 0;
                              background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 23%);
                              background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(18%,rgba(255,255,255,1)), color-stop(23%,rgba(255,255,255,1)));
                              background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 18%,rgba(255,255,255,1) 23%);
                              background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 18%,rgba(255,255,255,1) 23%);
                              background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 18%,rgba(255,255,255,1) 23%);
                              background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 18%,rgba(255,255,255,1) 23%);
                              filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );

    }
    .video .sidebar-box .read-more { position: absolute; bottom: 0; left: 0;width: 100%; text-align: left; margin: 0; padding: 17px 0 20px 0;
                                     background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 23%);
                                     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(18%,rgba(255,255,255,1)), color-stop(23%,rgba(255,255,255,1)));
                                     background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 18%,rgba(255,255,255,1) 23%);
                                     background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 18%,rgba(255,255,255,1) 23%);
                                     background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 18%,rgba(255,255,255,1) 23%);
                                     background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 18%,rgba(255,255,255,1) 23%);
                                     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );

    }

    .free .related {padding-bottom: 30px; padding-right: 0;}
    .free .related .container {padding-right: 0;}

    .btn-nav-bar.mobile-hide {display: none;}
    .btn-nav-bar {padding-top: 1px; padding-left: 15px; padding-right: 15px;}
    .contact-items .btn-nav-bar{
        padding: 0;
    }
    .btn-nav-bar .dropdown .dropdown-menu ul,
    .btn-nav-bar .dropdown .menu-open-class ul{
        border: medium none;
        margin-top: 0;
        min-width: 0;
        padding: 0 !important;
        width: 100%;
        margin-bottom: 0;
        margin-bottom: 20px;
    }
    .btn-nav-bar .dropdown .dropdown-menu ul li,
    .btn-nav-bar .dropdown .menu-open-class ul li{
        list-style: none;
        display: block;
    }

    .btn-nav-bar .dropdown .dropdown-menu ul li:first-child a,
    .btn-nav-bar .dropdown .menu-open-class ul li:first-child a{
        border-radius: 3px 3px 0 0 ;
    }

    .btn-nav-bar .dropdown .dropdown-menu li:last-child a,
    .btn-nav-bar .dropdown .menu-open-class li:last-child a{
        border-radius: 0 0 3px 3px;
    }

    .btn-nav-bar .dropdown .dropdown-menu a,
    .btn-nav-bar .dropdown .menu-open-class a{
        background-color: #2a313a;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        border-top: 1px solid #626972;
        color: #fff;
        font-size: 15px;
        padding: 18px 20px;
        text-align: center;
        transition: background-color 300ms ease-out 0s;
        width: 100%;
        display: block !important;
    }


    .btn-nav-bar .dropdown .dropdown-menu a:hover,
    .btn-nav-bar .dropdown .menu-open-class a:hover{
        background-color: #4a535e;
        text-decoration: none;
    }
    .btn-nav-bar .dropdown .contact-me-open {display: none;}


    .contact-header {
        clear: both;
    }
    .emali-listing ul {
        margin-bottom: 0;
    }

    .emali-listing ul .btn {
        font-size: 14px !important;
        padding: 8px 10px !important;
    }
    .mobile-translate {
        padding-left: 15px;
    }




    .special-offet-item-more {
        margin-left: 0;
    }

    .special-offet-item .items .col-sm-2 {
        text-align: center;
    }

    .special-offet-item .items .col-sm-2 .brochures {
        margin-left: auto;
        margin-right: auto;
    }

    .special-offet-item:last-child {
        border-bottom: none !important;
    }
    .contact .no-mobile,
    .featured .bottom-gradient{
        display: none;
    }
    .big-picture-title .title-picture {
        position: static;
        top: auto;
        height: auto;
    }
    .featured .big-picture-title .wide-cover {
        position: relative;
        padding-left: 0;
    }
    .owl-theme .owl-controls .owl-nav [class*=owl-] {
        top: 36%;
    }
    .featured  .mini-crumb.no-logo-title.virtual-category-crumb {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 480px){
    .contact-info {
        padding-top: 20px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .booking-button {
        padding-top: 0;
    }
    .free .logo-is-box .virtual-cat {
        text-align: center;
        padding-right: 0;
    }

    .contact-box .btn {margin-bottom: 19px !important; margin-top: 19px !important;}
    .contact-items {padding: 0 10px;padding-bottom: 1px !important;}
    .btn-nav-bar {padding-left: 10px; padding-right: 10px;padding-bottom: 1px;}
    .summary-info li {width: 50%;}
    .summary .score-listing {text-align: center;}
    .summary .score-listing .btn {display: none;}
    .score-listing .star-rating {font-size: 24px; vertical-align: text-bottom;}
    .score-listing.score-is p{padding-top: 20px; }
    .score-listing p {padding-bottom: 10px;padding-top: 10px;text-align: left;}
    .score-listing p.middle {padding-top: 10px;}
    .free .photos .container .slider-container.no-remove {padding-bottom: 20px;}
    .free .summary .btn-save.logo-btn-saved {top: 10px;}
    .summary-info li.full-item {border-right: none; width: 100%;}
    .slider-header {padding-top: 0;}
    .score-listing p.middle {text-align: center;}
    .score-listing p.center {text-align: center; padding-top: 0;}
    .photos {height: 5px;}
    .big-picture-title h1.logo-title, h1.logo-title{text-align: left; padding-right: 0; line-height: 1; margin-bottom: 10px; margin-top: 10px;margin-left: -15px;
                                                    margin-right: -15px;
                                                    padding: 20px 15px 0;
                                                    border-top: 1px solid #ccc;}
    .big-picture-title h1.logo-title, .featured h1.logo-title {
        border-top: none;
    }
    .featured .logo-title.big-picture-title {text-align: left;}
    .featured .pack-status {margin: 0 auto; margin-bottom: 20px;}
    .featured .big-picture-title .wide-cover, .featured .no-picture-ribbon .logo-is-box  {text-align: left; padding-left:0; width: 100%;max-width: 100%;}
    .mini-crumb.no-logo-title {margin-bottom: 20px;}
    .free .mini-crumb.no-logo-title.virtual-category-crumb {margin-bottom: 10px;}
    h1.no-logo-title {margin-top: 15px;}
    .no-picture-ribbon .frame {margin: 0 auto;float: none; position: static;}
    .no-big-picture {height: 5px !important;}


    .adress-contact {
        font-size: 15px;
        margin: 20px 10px 10px 15px;
    }
    .contact .adress-contact.contact-form.share-contact {margin-bottom: 20px;}
    .review-box .col-sm-9 {padding: 0 !important; }
    .free .logo-title {padding-right: 0; text-align: center;}

    .summary-info li a {
        display: block;
        padding: 1.7em 10px 0 41px;
        text-align: left;
        white-space: normal;
        overflow: hidden;
        height: 5em;
        text-overflow: ellipsis;
        font-size: 12px;
        line-height: 1.2;
        position: relative;
    }
    .summary-info li span {
        top: 31px;
        position: absolute;
        font-size: 39px;
        margin-right: 7px;
        left: 10px;
    }

    .booking-button .btn {
        margin-top: 10px !important;
    }
}



/* Logo on Featured */

@media only screen and (min-width: 768px){
    .featured.is-wide .frame {
        height: 160px;
        width: 160px;
    }

    .is-wide .frame {
        float: left;
        height: auto;
        width: auto;
        border-radius: 2px;
        background-color: #fff;
        margin: 8px 25px -66px 0;
        position: absolute;
        bottom: 50%;
        left: 0;
    }

    .is-wide .frame img {
        background-color: transparent;
        height: auto;
        margin-left: -4px;
        max-height: 160px;
        max-width: 160px;
        vertical-align: middle;
        width: auto;
        padding: 15px;
        border-radius: 2px;
    }
    .is-wide .photos .container {
        height: 250px;
    }


}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}


#booking-section .items p {
    margin-top:-15px;
}
#booking-section .items p a {
    color:inherit; text-decoration:underline;
}
#booking-section .items p a:hover {
    text-decoration:none;
}
@media (max-width:767px){
    #booking-section .items p {
        box-sizing: border-box;
        display: block;
        margin-top: 0;
        padding: 0 15px;
    }
}

@import "_forms";
#search_full_width .btn-main {
  background: #8f8f8f;
  border-color: #8f8f8f;
  color: #fff;
  transition: background 300ms ease-out;
}
#search_full_width .btn-main:hover,
#search_full_width .btn-main:focus {
  background: #757575;
  border-color: #757575;
}
@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: #757575;
  transition: background 300ms ease-out;
}
.header-full {
  background-color: #8f8f8f;
}
.back-to-top:hover .glyphicon,
.back-to-top:focus .glyphicon {
  background-color: #8f8f8f;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  color: #fff;
  background-color: #8f8f8f;
}
.mega-dropdown-menu > li ul > li.not-login > a {
  background-color: #8f8f8f;
  border-bottom: 1px solid #757575;
}
.mega-dropdown-menu > li ul > li.not-login > a:hover {
  background: #a8a8a8;
}
.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: #757575;
}
.btn-main {
  background: #757575;
  border-color: #757575;
  color: #fff;
  transition: background 300ms ease-out;
}
.btn-main:hover,
.btn-main:focus {
  background: #8f8f8f;
  border-color: #8f8f8f;
}
.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: #757575;
  border-color: #757575;
  color: #fff;
  display: none;
}
.right-menu .btn.ppl-button:hover,
.right-menu .btn.ppl-button:focus {
  background: #8f8f8f;
  border-color: #8f8f8f;
}
.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: #757575;
}
.business .btn-home {
  border-color: #757575;
}
.reviews-box .reviews-body {
  background-color: #757575;
  color: #fff;
}
.resources-box .blox-content .col-xs-12 .blox-box,
.resources-box .col-xs-12 {
  background-color: #757575;
}
.resources-box .text-center .btn-home,
.recent .text-center .btn-home {
  color: #757575;
  border-color: #757575;
}
.recent-stars-box .rating-container .rating-stars {
  color: #757575;
}
.contact-me-form h1 {
  color: #757575;
  font-family: inherit;
}
.contact-me-form .panel-group .panel:last-child {
  background-color: #757575;
  border-color: #757575;
}
.contact-me-form .panel-group .panel:last-child > .panel-heading {
  background-color: #757575;
}
.contact-me-form .form-control:hover,
.contact-me-form .form-control:focus {
  border-color: #8f8f8f;
}
.contact-me-form a {
  color: #757575;
}
#left-tree nav .btn-group a {
  color: #757575;
}
#left-tree nav .btn-group a.active {
  background-color: #757575;
}
#left-tree .tree-label,
.select-stripes,
.rp-mobile-menu .btn-group a,
.vma-login .content-login.register-form .purpure-link,
.small-info {
  color: #757575;
}
.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: #757575;
}
.panel-default.default-open .panel-heading {
  color: #757575;
  border-color: #757575;
}
.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: #757575;
  border-color: #757575;
}
@media only screen and (max-width: 990px) {
  .reviews-box .review-header,
  .blox .title-blox,
  .recent .title-recent {
    background: #757575;
  }
  .reviews-box .item .btn,
  .blox .text .btn-home {
    color: #757575;
    border-color: #757575;
  }
  .subpage-default .mobile-search {
    background: #757575;
  }
  .subpage-default .mobile-search:hover,
  .subpage-default .mobile-search:focus {
    background-color: #8f8f8f;
  }
  .sp-offer {
    margin-left: 20px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .header-full .navbar-nav > li > .dropdown-menu {
    background: #757575;
  }
  .quick-links .panel-heading,
  .article .panel-heading,
  .prim-locations .label {
    color: #757575;
    border-color: #757575;
  }
}
@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: #757575;
  border-color: #5c5c5c;
  transition: background-color 300ms ease-out;
}
.center-form  .btn-primary:hover {
  background-color: #8f8f8f;
}
.contact-me-form .form-control:hover,
.contact-me-form .form-control:focus {
  border-color: #757575;
}
@media only screen and (max-width: 767px) {
  .featured .contact {
    background: #ececec;
  }
  .featured .btn-nav-bar,
  .featured .contact-items,
  .featured .booking-button,
  .featured .contact-no-header,
  .featured .contact-info {
    background-color: #fff;
  }
  .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: #757575;
}
.fback-contener .submit.btn {
  background-color: #757575;
  border-color: #757575;
}
.fback-contener .submit.btn:hover,
.fback-contener .submit.btn:focus {
  background-color: #8f8f8f;
}
.fback-contener .submit.btn {
  background-image: none;
}
.most-popular-right {
  color: #6a6a6a;
}
.blog-comment .post-content a {
  color: #757575;
}
#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: #757575 !important;
}
.vma-login .content-login .btn {
  border-color: #757575;
}
.vma-login .content-login .login-submit .btn,
.modal .login-submit .btn-ma {
  background-color: #757575;
  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: #8f8f8f !important;
  border-color: #8f8f8f !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 #c4cde2;
  border-radius: 3px;
}
.right-section .body-text-stats .panel .panel-heading {
  background: #f5f5f5;
  color: #757575;
  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: #757575;
  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: #757575;
}
.right-section .booking-box {
  width: 100%;
  border: solid 1px #b6b9bc;
  border-radius: 3px;
  margin-bottom: 30px;
  background: #fbfbfb;
  position: relative;
  overflow: hidden;
}
.right-section .booking-box .sticker {
  position: absolute;
  top: 0;
  right: -78px;
  display: block;
  height: 35px;
  color: #fff;
  background: #c4132f;
  line-height: 37px;
  font-size: 14px;
  font-weight: bold;
  width: 200px;
  text-align: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.right-section .booking-box .iconContainer {
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
.right-section .booking-box .iconContainer .icon {
  display: inline-block;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  background: #c4132f;
  line-height: 75px;
  font-size: 42px;
  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: 15px;
  text-align: center;
  color: #2a313a;
}
.right-section .booking-box .box-info p {
  color: #2a313a;
}
.right-section .booking-box .box-info .booking-box-title {
  color: #2a313a;
  font-size: 24px;
  font-weight: bold;
  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: 3px 25px 5px 25px;
}
.right-section .booking-box .box-info .button-container .booking-box-button:hover {
  background: #960e24;
}
.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;
}
.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;
}

#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;
}
#search_full_width .btn-main {
  background: #8f8f8f;
  border-color: #8f8f8f;
  color: #fff;
  transition: background 300ms ease-out;
}
#search_full_width .btn-main:hover,
#search_full_width .btn-main:focus {
  background: #757575;
  border-color: #757575;
}
body {
  font-family: 'SourceSansPro', sans-serif;
}
#listing .container .left-column.left-column-bis {
  margin-bottom: 25px;
}
#listing .container .left-column.left-column-bis > section {
  margin: 20px 0;
  padding-bottom: 25px;
  border-bottom: solid 1px #dddddd;
}
#listing .container .left-column.left-column-bis > section:nth-of-type(1) {
  border-top: solid 1px #dddddd;
  padding-top: 10px;
}
#listing .container .left-column.left-column-bis > section#listingTabNavContainer {
  padding-bottom: 0;
  padding-top: 0;
  border: none;
}
#listing .container .left-column.left-column-bis > section#booking-section {
  padding-bottom: 20px;
}
#listing .container .left-column.left-column-bis > section#booking-section #collapse-booking-box {
  margin-top: 25px;
}
#listing .container .left-column.left-column-bis > section#reviews-section .review-box {
  margin-bottom: 0;
}
#listing .container .left-column.left-column-bis > section#events .event-list {
  margin-top: 25px;
}
#listing .container .left-column.left-column-bis > section#article-section .list-unstyled {
  margin-bottom: 0;
  margin-top: 25px;
}
#listing .container .left-column.left-column-bis > section#article-section .list-unstyled li:last-child article {
  margin-bottom: 0;
}
#listing .container .left-column.left-column-bis > section#social-media-section .social-media-box:nth-of-type(2) {
  border-top: solid 1px #dddddd;
  margin-top: 25px;
  padding-top: 25px;
}
#listing .container .left-column.left-column-bis > section.has-related-slider {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#listing .container .left-column.left-column-bis > section#links-section > .row > .margin-top-mobile:first-child {
  margin-top: -9px;
  margin-bottom: -12px;
}
#listing .container .left-column.left-column-bis > section .slider-header {
  padding-top: 0;
}
#listing .container .left-column.left-column-bis > section >:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
#listing .container .left-column.left-column-bis > section .review-box .media {
  margin-top: 25px;
}
#listing .container .left-column.left-column-bis > section .review-box .media:first-child {
  margin-top: 0;
}
#listing .container .left-column.left-column-bis > section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  #listing .container .left-column.left-column-bis > section:nth-of-type(1) {
    border-top: none;
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #listing .container .left-column.left-column-bis > section {
    margin: 25px 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  #listing .container .left-column.left-column-bis > section#listingTabNavContainer {
    display: none;
  }
  #listing .container .left-column.left-column-bis > section#booking-section {
    padding-bottom: 0;
  }
  #listing .container .left-column.left-column-bis > section#booking-section #collapse-booking-box {
    margin-top: 0;
    position: relative;
    border: solid 1px #dedede;
    border-top: none;
    padding: 25px 0 20px 0;
  }
  #listing .container .left-column.left-column-bis > section#booking-section #collapse-booking-box:after {
    content: " ";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1px;
    background: #dedede;
    z-index: 2;
  }
  #listing .container .left-column.left-column-bis > section#events .event-list {
    margin-top: 0;
  }
  #listing .container .left-column.left-column-bis > section#reviews-section .review-box {
    margin-bottom: 0;
  }
  #listing .container .left-column.left-column-bis > section#article-section .list-unstyled {
    margin-bottom: 0;
    margin-top: 0;
  }
  #listing .container .left-column.left-column-bis > section#article-section .list-unstyled li:last-child article {
    margin-bottom: 0;
  }
  #listing .container .left-column.left-column-bis > section#social-media-section .social-media-box:nth-of-type(2) {
    border-top: none;
    padding-top: 0;
  }
  #listing .container .left-column.left-column-bis > section#links-section > .row > .margin-top-mobile {
    margin-top: 25px;
    margin-bottom: 0;
  }
  #listing .container .left-column.left-column-bis > section#links-section > .row > .margin-top-mobile:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }
  #listing .container .left-column.left-column-bis > section >:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #listing .container .left-column.left-column-bis > section#article-section .list-unstyled {
    margin-bottom: 25px;
    border-bottom: solid 1px #dddddd;
  }
}
#listing.free.no-related-listings > .photos {
  display: none;
}
#listing .summary h1 {
  word-wrap: break-word;
  text-overflow: none;
}
#listing .summary .mini-crumb {
  clear: both;
}
#listing.free .no-picture-ribbon .summary {
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 18px;
}
#listing.free .no-picture-ribbon .summary.logo-is-summary {
  min-height: 103px;
}
#listing.free .no-picture-ribbon .summary.logo-is-summary .frame img {
  margin-left: 0;
}
#listing.free .no-picture-ribbon .summary.logo-is-summary .logo-center .btn-save {
  top: 25px;
}
#listing.free .no-picture-ribbon .summary.logo-is-summary .logo-center .logo-title {
  padding-left: 140px;
}
#listing.free .no-picture-ribbon .summary.logo-is-summary .logo-center .virtual-cat {
  padding-left: 140px;
  margin: 2px 0;
}
#listing.free .no-picture-ribbon .summary.logo-is-summary .logo-center .mini-crumb {
  padding-bottom: 0;
  border: none;
  margin: 2px 0;
}
#listing.free .no-picture-ribbon .summary.logo-is-summary .logo-center .pack-status {
  padding-left: 140px;
  margin: 2px 0;
}
#listing.free .no-picture-ribbon .summary .no-logo-is {
  margin-top: -2px;
}
#listing.free .no-picture-ribbon .summary .no-logo-is .logo-center h1.no-logo-title {
  margin-top: 0;
}
#listing.free .no-picture-ribbon .summary .no-logo-is .logo-center .btn-save {
  top: 25px;
}
#listing.free .no-picture-ribbon .summary .no-logo-is .logo-center .virtual-cat {
  margin: 2px 0;
}
#listing.free .no-picture-ribbon .summary .no-logo-is .logo-center .mini-crumb {
  padding-bottom: 0;
  border: none;
  margin: 2px 0;
}
#listing.featured .no-picture-ribbon .summary.logo-is-summary {
  margin-top: -12px;
  min-height: 103px;
}
#listing.featured .no-picture-ribbon .summary.logo-is-summary .logo-is-box {
  padding-left: 140px;
}
#listing.featured .no-picture-ribbon .summary.logo-is-summary .frame {
  top: 5px;
}
#listing.featured .no-picture-ribbon .summary.logo-is-summary .frame img {
  margin-left: 0;
}
#listing.featured .no-picture-ribbon .summary.logo-is-summary .logo-center h1.logo-title {
  margin-top: 0;
}
#listing.featured .no-picture-ribbon .summary.logo-is-summary .logo-center .mini-crumb {
  margin: 0 0 10px 0;
}
#listing.featured .no-picture-ribbon .summary.logo-is-summary .logo-center .pack-status {
  margin-bottom: 0;
}
#listing.featured .no-picture-ribbon .summary .no-logo-is {
  border: none;
  margin: 0;
  margin-top: -16px;
  padding-bottom: 5px;
}
#listing.featured .no-picture-ribbon .summary .no-logo-is .logo-center h1.logo-title {
  margin-top: 0;
}
#listing.featured .no-picture-ribbon .summary .no-logo-is .logo-center .mini-crumb {
  margin: 0 0 10px 0;
}
#listing.featured .no-picture-ribbon .summary .no-logo-is .logo-center .pack-status {
  margin-bottom: 0;
}
@media (max-width: 990px) {
  #listing.featured .no-picture-ribbon .summary .no-logo-is {
    margin-top: -17px;
  }
  #listing.featured .no-picture-ribbon .summary .no-logo-is .logo-center .btn-save {
    top: -6px;
  }
}
@media (max-width: 767px) {
  #listing.free.no-related-listings .container .no-picture-ribbon:first-child {
    margin-top: 28px;
  }
  #listing.free.no-related-listings .summary {
    min-height: 70px;
  }
  #listing.free .no-picture-ribbon .summary {
    border-bottom: none;
    margin-top: 9px;
  }
  #listing.free .no-picture-ribbon .summary.logo-is-summary .frame {
    left: 2px;
  }
  #listing.free .no-picture-ribbon .summary.logo-is-summary .logo-center .btn-save {
    top: -5px;
  }
  #listing.free .no-picture-ribbon .summary.logo-is-summary .logo-center .logo-title {
    padding-left: 3px;
  }
  #listing.free .no-picture-ribbon .summary.logo-is-summary .logo-center h1.logo-title {
    margin-top: 3px;
  }
  #listing.free .no-picture-ribbon .summary.logo-is-summary .logo-center .mini-crumb {
    padding-bottom: 0;
    border: none;
    margin: 2px 0;
  }
  #listing.free .no-picture-ribbon .summary.logo-is-summary .logo-center .virtual-cat {
    padding-left: 3px;
    margin: 2px 0;
  }
  #listing.free .no-picture-ribbon .summary.logo-is-summary .logo-center .pack-status {
    padding-left: 3px;
  }
  #listing.free .no-picture-ribbon .summary .no-logo-is {
    margin-top: -23px;
  }
  #listing.free .no-picture-ribbon .summary .no-logo-is .logo-center .btn-save {
    top: -5px;
  }
  #listing.featured .no-picture-ribbon .summary.logo-is-summary {
    margin-top: -7px;
  }
  #listing.featured .no-picture-ribbon .summary.logo-is-summary .logo-is-box {
    padding-left: 0;
  }
  #listing.featured .no-picture-ribbon .summary.logo-is-summary .frame {
    top: 0;
    margin-bottom: 10px;
  }
  #listing.featured .no-picture-ribbon .summary.logo-is-summary .logo-center .btn-save.logo-btn-saved {
    top: 1px;
  }
  #listing.featured .no-picture-ribbon .summary .no-logo-is {
    margin-top: -33px;
  }
  #listing.featured .no-picture-ribbon .summary .no-logo-is .logo-center .btn-save {
    top: -6px;
  }
  #listing.featured .big-picture-title .summary.logo-is-summary {
    margin-top: 3px;
  }
  #listing.featured .big-picture-title .summary.logo-is-summary .logo-center .btn-save.logo-btn-saved {
    top: 1px;
  }
  #listing.featured .big-picture-title .summary.logo-is-summary .logo-center h1.logo-title {
    margin-top: 18px;
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: -3px;
  }
  #listing.featured .big-picture-title .summary.logo-is-summary .logo-center .mini-crumb {
    margin-bottom: 10px;
  }
  #listing.featured .big-picture-title .summary .no-logo-is {
    margin-top: -21px;
  }
  #listing.featured .big-picture-title .summary .no-logo-is .logo-center .btn-save {
    top: 9px;
  }
  #listing.featured .big-picture-title .summary .no-logo-is .logo-center .pack-status {
    margin-bottom: 11px;
  }
}
@media (max-width: 480px) {
  #related-listing {
    margin-top: 28px;
  }
  #listing.free .no-picture-ribbon .summary {
    margin-top: -6px;
  }
  #listing.free .no-picture-ribbon .summary.logo-is-summary .frame {
    margin-left: 2px;
  }
  #listing.free .no-picture-ribbon .summary.logo-is-summary .logo-center h1.logo-title {
    padding-left: 18px;
    margin-top: 19px;
    line-height: 34px;
    margin-bottom: 0;
  }
  #listing.free .no-picture-ribbon .summary .no-logo-is {
    margin-top: -13px;
  }
  #listing.free .no-picture-ribbon .summary .no-logo-is .logo-center h1.no-logo-title {
    margin-top: 0;
  }
  #listing.free .no-picture-ribbon .summary .no-logo-is .logo-center .btn-save {
    top: -5px;
  }
  #listing.featured .no-picture-ribbon .summary.logo-is-summary {
    margin-top: 18px;
  }
  #listing.featured .no-picture-ribbon .summary.logo-is-summary .logo-is-box {
    padding-left: 0;
  }
  #listing.featured .no-picture-ribbon .summary.logo-is-summary .frame {
    top: 0;
    margin-bottom: 10px;
  }
  #listing.featured .no-picture-ribbon .summary.logo-is-summary .logo-center h1.logo-title {
    padding-top: 4px;
    margin-bottom: 7px;
  }
  #listing.featured .no-picture-ribbon .summary.logo-is-summary .logo-center .btn-save.logo-btn-saved {
    top: 1px;
  }
  #listing.featured .no-picture-ribbon .summary .no-logo-is {
    margin-top: -7px;
  }
  #listing.featured .no-picture-ribbon .summary .no-logo-is .logo-center .btn-save {
    top: 19px;
  }
  #listing.featured .big-picture-title .summary.logo-is-summary {
    margin-top: 18px;
  }
  #listing.featured .big-picture-title .summary.logo-is-summary .logo-center .btn-save.logo-btn-saved {
    top: 1px;
  }
  #listing.featured .big-picture-title .summary.logo-is-summary .logo-center h1.logo-title {
    margin-top: 2px;
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 3px;
  }
  #listing.featured .big-picture-title .summary.logo-is-summary .logo-center .mini-crumb {
    margin-bottom: 10px;
  }
  #listing.featured .big-picture-title .summary.logo-is-summary .logo-center .pack-status {
    margin-bottom: 25px;
  }
  #listing.featured .big-picture-title .summary .no-logo-is {
    margin-top: -5px;
  }
  #listing.featured .big-picture-title .summary .no-logo-is .logo-center .btn-save {
    top: 9px;
  }
  #listing.featured .big-picture-title .summary .no-logo-is .logo-center .pack-status {
    margin-bottom: 11px;
  }
}
@media only screen and (max-width: 767px) {
  #sp-offer .description-title {
    background-color: rgba(104,21,111,0.15);
    color: #68156f;
    border-color: rgba(104,21,111,0.2);
    transition: all 300ms ease-out 0s;
  }
  #sp-offer .description-title:hover {
    border-color: rgba(104,21,111,0.2);
    background-color: rgba(104,21,111,0.1);
  }
  #sp-offer #collapse-bd-box-so {
    border-top: none;
  }
  .description-title.section-collapse {
    position: relative;
    user-select: none;
    padding-right: 45px;
    -moz-user-select: none;
  }
  .description-title.section-collapse.default-open:before {
    content: "";
  }
  .description-title.section-collapse.default-open.collapsed:before {
    content: "";
  }
  .description-title.section-collapse:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    margin-top: -15px;
  }
  .description-title.section-collapse.collapsed:before {
    content: "";
  }
  #listing .collapsibleSection {
    padding: 0;
    margin: 15px 0;
  }
  #listing .collapsibleSectionClear {
    padding: 0;
    margin: 0 0 15px 0;
  }
  #listing .collapsibleSectionClear .social-media-box {
    padding: 0;
    margin: 15px 0 0 0;
  }
  #listing .collapsibleSectionClear .margin-top-mobile {
    margin: 15px 0 0 0;
  }
}
.review-content .reportReview {
  float: right;
  margin: 10px 14px 10px 10px;
  color: #999;
  font-size: 12px;
  text-decoration: none;
}
.review-content .reportReview:hover,
.review-content .reportReview:focus {
  text-decoration: underline;
}
@keyframes showNav {
  0% {
    opacity: 0;
    top: -200px;
  }
  100% {
    opacity: 1;
    top: 70px;
  }
}
#listing .container .left-column #listingTabNavContainer {
  background: #fff;
}
#listing .container .left-column #listingTabNavContainer #listingTabNav ul {
  border: none;
  position: relative;
  margin-top: -5px;
}
#listing .container .left-column #listingTabNavContainer #listingTabNav ul:before {
  display: block;
  width: 500%;
  content: "";
  height: 1px;
  background: #e2e2e2;
  position: absolute;
  right: -50px;
  bottom: -1px;
}
#listing .container .left-column #listingTabNavContainer #listingTabNav ul li a {
  background: #f5f5f5;
  border: solid 1px #e2e2e2;
  margin-top: 5px;
  color: #2a313a;
  margin-right: 13px;
  padding: 13px 15px 10px 15px;
  transition: opacity 0.3s ease-out;
  height: 43px;
  outline: none;
}
#listing .container .left-column #listingTabNavContainer #listingTabNav ul li a span {
  font-size: 32px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
#listing .container .left-column #listingTabNavContainer #listingTabNav ul li a span.fa {
  font-size: 17px;
  top: 0;
}
#listing .container .left-column #listingTabNavContainer #listingTabNav ul li a:hover {
  opacity: 0.70;
}
#listing .container .left-column #listingTabNavContainer #listingTabNav ul li:last-child a {
  margin-right: 0;
}
#listing .container .left-column #listingTabNavContainer #listingTabNav.fixed {
  width: 100%;
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 1029;
  margin-top: 0;
  background: #f0f0f0;
  animation: showNav 0.8s forwards;
  animation-timing-function: ease-in-out;
}
#listing .container .left-column #listingTabNavContainer #listingTabNav.fixed ul {
  margin: 0;
  padding: 0;
  width: 1270px;
  margin: auto;
}
#listing .container .left-column #listingTabNavContainer #listingTabNav.fixed ul:before {
  right: -100%;
}
#listing .container .left-column #listingTabNavContainer #listingTabNav.fixed ul li a {
  margin-right: -1px;
  margin-top: 0;
  border-radius: 0;
}
@media (max-width: 1365px) {
  #listing .container .left-column #listingTabNavContainer #listingTabNav.fixed ul {
    width: 1015px;
  }
}
.full-width-text-section {
  width: 100%;
  background: #ebebeb;
  padding: 25px 0 45px 0;
  border-top: solid 1px #cccccc;
  margin-top: 50px;
  border-bottom: solid 2px #fff;
  color: #333333;
  text-align: justify;
  font-size: 14px;
}
.full-width-text-section * {
  color: #333;
}
.full-width-text-section h4 {
  font-size: 14px;
}
.full-width-text-section a {
  text-decoration: underline;
  color: inherit;
}
.full-width-text-section a:hover {
  text-decoration: none;
}
.footer {
  margin-top: 0;
  border-top: none;
}

#search_full_width .btn-main {
  background: #8f8f8f;
  border-color: #8f8f8f;
  color: #fff;
  transition: background 300ms ease-out;
}
#search_full_width .btn-main:hover,
#search_full_width .btn-main:focus {
  background: #757575;
  border-color: #757575;
}
.modal-open {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
.modal-open .modal {
  width: 100vw;
  height: 100vh;
}
.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: #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;
}
.auction-modal {
  background: rgba(0,0,0,0.84);
  line-height: 1.2;
  padding-bottom: 100px;
  font-family: "SourceSansPro", sans-serif;
  -webkit-overflow-scrolling: auto;
}
.auction-modal.introduction-modal .modal-dialog {
  width: 543px;
  max-width: 100%;
}
.auction-modal.introduction-modal .modal-dialog .modal-content .modal-header {
  background: #1262a6;
  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: #1262a6;
  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 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 .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 85px 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 {
  position: absolute;
  bottom: 20px;
  right: 70px;
}
.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 {
  position: absolute;
  left: 70px;
  bottom: 20px;
}
.auction-modal .modal-dialog .modal-body .prev-actions button,
.auction-modal .modal-dialog .ppl-finish .prev-actions button {
  font-size: 16px;
  color: #424240;
  position: relative;
  padding-left: 20px;
  text-decoration: none;
  outline: none;
}
.auction-modal .modal-dialog .modal-body .prev-actions button:before,
.auction-modal .modal-dialog .ppl-finish .prev-actions button:before {
  width: 15px;
  height: 43px;
  line-height: 45px;
  font-size: 40px;
  content: '\E75D';
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  pointer-events: none;
  transition: left 0.3s ease-out, scale 0.3s ease-out;
  font-family: "EntypoRegular";
}
.auction-modal .modal-dialog .modal-body .prev-actions button:hover:before,
.auction-modal .modal-dialog .ppl-finish .prev-actions button:hover:before {
  transform: scale(1.1);
  left: -4px;
}
.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] {
  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.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=radio] + label {
  width: 90%;
  position: relative;
}
.auction-modal .modal-dialog .checkbox input[type=checkbox] + label:before,
.auction-modal .modal-dialog .checkbox input[type=radio] + 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 {
  background: url("/core/img/search/modal-tick.svg") no-repeat center center;
}
.auction-modal .modal-dialog .checkbox input[type=radio]:checked + label:before {
  background: url("/core/img/search/tick-round.svg") no-repeat center center;
}
.auction-modal .modal-dialog .checkbox input[type=radio] +  label:before {
  border-radius: 100%;
  width: 21px;
  height: 21px;
}
.auction-modal .modal-dialog .checkbox input:disabled + label {
  color: #bbbbbb;
  cursor: default;
  pointer-events: none;
}
.auction-modal .modal-dialog .checkbox input:disabled + 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;
}
@media (max-width: 768px) {
  .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 85px 15px;
  }
  .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 {
    bottom: 20px;
    right: 15px;
  }
  .auction-modal .modal-dialog .modal-body .prev-actions,
  .auction-modal .modal-dialog .ppl-finish .prev-actions {
    left: 15px;
  }
  .auction-modal .modal-dialog .time-wrapper select {
    width: 100%;
  }
  .auction-modal .modal-dialog .time-wrapper:after {
    left: 100%;
  }
}
.disable-validation-border {
  border-color: #d9d9d9 !important;
}
.ppl-cat-most-pop {
  font-size: 16px;
}

@media (min-width: 769px){
    .home-logo img {
        margin-top: -10px;
    }
}

@media (max-width: 768px){
    .home-logo img {
        margin-top: -8px;
        max-height: 38px;

    }
}
