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

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

b,
strong {
    font-weight: 700
}

mark {
    background: #ff0
}

img {
    border: 0
}

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

* {
    box-sizing: border-box
}

:after,
:before {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: Rubik, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.42857143;
    color: #4a4a4a;
    background-color: #fff
}

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

a {
    color: #262d70;
    text-decoration: none
}

a:focus,
a:hover {
    color: #262d70;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

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

hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border-top: 1px solid #fff
}

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

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

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 25px;
    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,
.h5,
.h6,
h4,
h5,
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: 81.818181818%
}

.h1,
h1 {
    font-size: 38px
}

.h2,
h2 {
    font-size: 26px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 22px
}

.h5,
h5 {
    font-size: 18px
}

.h6,
h6 {
    font-size: 16px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4
}

.small,
small {
    font-size: 88.8888888888%
}

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #fff
}

.text-primary {
    color: #262d70
}

a.text-primary:focus,
a.text-primary:hover {
    color: #414677
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #262d70
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #414677
}

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

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

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

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

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

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

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

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

.page-header {
    padding-bottom: 11.5px;
    margin: 50px 0 25px;
    border-bottom: 1px solid #fff
}

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

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

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

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

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

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

blockquote {
    padding: 10px 25px;
    margin: 0 0 25px;
    font-size: 20px;
    border-left: 5px solid #fff
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #fff
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0"
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #fff;
    border-left: 0;
    text-align: right
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ""
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014"
}

address {
    margin-bottom: 25px;
    font-style: normal;
    line-height: 1.42857143
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}

@media (max-width:767px) {

    #article,
    #category,
    #category-qna,
    #contact-us,
    #home.container,
    #magazine,
    #magazine-category,
    #pricing,
    #pricing-category,
    #profile,
    #question,
    .city-page {
        padding-left: 18px;
        padding-right: 18px
    }
}

@media (max-width:360px) {
    #profile {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (min-width:768px) {
    .container {
        width: 740px;
        padding: 0
    }

    #pricing,
    #question {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:992px) {
    .container {
        width: 940px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1140px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

.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,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-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 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.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: auto
}

.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: auto
}

.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: auto
    }

    .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: auto
    }

    .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: auto
    }

    .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: auto
    }

    .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: auto
    }

    .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: auto
    }

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

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    font-size: 27px;
    line-height: inherit;
    color: #f6f6f6;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

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

input[type=search] {
    box-sizing: border-box
}

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

input[type=file] {
    display: block
}

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

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

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

output {
    padding-top: 7px
}

.form-control,
output {
    display: block;
    font-size: 18px;
    line-height: 1.42857143;
    color: #fff
}

.form-control {
    width: 100%;
    height: 39px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

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

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 39px
    }

    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 37px
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 49px
    }
}

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

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 25px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

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

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

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

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

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

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

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

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 43px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 37px;
    padding: 5px 10px;
    font-size: 17px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 37px;
    line-height: 37px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 37px;
    padding: 5px 10px;
    font-size: 17px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 37px;
    line-height: 37px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 37px;
    min-height: 42px;
    padding: 6px 10px;
    font-size: 17px;
    line-height: 1.5
}

.input-lg {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 49px;
    line-height: 49px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 49px;
    line-height: 49px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 49px;
    min-height: 45px;
    padding: 11px 16px;
    font-size: 20px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 48.75px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 49px;
    height: 49px;
    line-height: 49px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 37px;
    height: 37px;
    line-height: 37px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 30px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

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

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 32px
}

.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 10px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 20px
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 17px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    border-radius: 9px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #262d70;
    text-decoration: none
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #262d70;
    background-color: #fff;
    border-color: #fff
}

.btn-default.focus,
.btn-default:focus {
    color: #262d70;
    background-color: #e6e6e6;
    border-color: #bfbfbf
}

.btn-default:hover {
    color: #262d70;
    background-color: #e6e6e6;
    border-color: #e0e0e0
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #262d70;
    background-color: #e6e6e6;
    border-color: #e0e0e0
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #262d70;
    background-color: #d4d4d4;
    border-color: #bfbfbf
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #fff
}

.btn-default .badge {
    color: #fff;
    background-color: #262d70
}

.btn-primary {
    color: #fff;
    background-color: #535a98;
    border-color: #4a5088
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #414677;
    border-color: #1d1f35
}

.btn-primary:hover {
    color: #fff;
    background-color: #414677;
    border-color: #343960
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #414677;
    border-color: #343960
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #343960;
    border-color: #1d1f35
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #262d70;
    border-color: #4a5088
}

.btn-primary .badge {
    color: #262d70;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #7ed321;
    border-color: #71bd1e
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #64a71a;
    border-color: #2f4f0c
}

.btn-success:hover {
    color: #fff;
    background-color: #64a71a;
    border-color: #518815
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #64a71a;
    border-color: #518815
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #518815;
    border-color: #2f4f0c
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #7ed321;
    border-color: #71bd1e
}

.btn-success .badge {
    color: #7ed321;
    background-color: #fff
}

.btn-info {
    color: #4a4a4a;
    background-color: #fff;
    border-color: #c3c4ce
}

.btn-info.focus,
.btn-info:focus {
    color: #4a4a4a;
    background-color: #e6e6e6;
    border-color: #7d7f95
}

.btn-info:hover {
    color: #4a4a4a;
    background-color: #e6e6e6;
    border-color: #a1a3b2
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    color: #4a4a4a;
    background-color: #e6e6e6;
    border-color: #a1a3b2
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #4a4a4a;
    background-color: #d4d4d4;
    border-color: #7d7f95
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #fff;
    border-color: #c3c4ce
}

.btn-info .badge {
    color: #fff;
    background-color: #4a4a4a
}

.btn-warning {
    color: #fff;
    background-color: #89316c;
    border-color: #762a5d
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #63244e;
    border-color: #180913
}

.btn-warning:hover {
    color: #fff;
    background-color: #63244e;
    border-color: #491a3a
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #63244e;
    border-color: #491a3a
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #491a3a;
    border-color: #180913
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #89316c;
    border-color: #762a5d
}

.btn-warning .badge {
    color: #89316c;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: red;
    border-color: #e60000
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c00;
    border-color: #600
}

.btn-danger:hover {
    color: #fff;
    background-color: #c00;
    border-color: #a80000
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c00;
    border-color: #a80000
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #a80000;
    border-color: #600
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: red;
    border-color: #e60000
}

.btn-danger .badge {
    color: red;
    background-color: #fff
}

.btn-link {
    color: #262d70;
    font-weight: 400;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #262d70;
    text-decoration: underline;
    background-color: transparent;
    outline: 0
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #fff;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 20px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 17px;
    line-height: 1.5;
    border-radius: 4px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 17px;
    line-height: 1.5;
    border-radius: 4px
}

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

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

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

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

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

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: .35s;
    transition-timing-function: ease
}

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

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 18px;
    text-align: left;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

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

.dropdown-menu .divider {
    height: 1px;
    margin: 11.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #f6f6f6;
    white-space: nowrap
}

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

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

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

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

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 17px;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap
}

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid\9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

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

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

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

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

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

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

.btn-group>.btn:first-child {
    margin-left: 0
}

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 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: 9px;
    border-top-left-radius: 9px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

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

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

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

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

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px
}

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

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

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 37px;
    padding: 5px 10px;
    font-size: 17px;
    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: 37px;
    line-height: 37px
}

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

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #fff;
    border: 1px solid #c2c2c2;
    border-radius: 3px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 17px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.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-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group .form-control:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

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

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

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

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    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 {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #fff
}

.nav>li.disabled>a {
    color: #fff
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #fff;
    border-color: #262d70
}

.nav .nav-divider {
    height: 1px;
    margin: 11.5px 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: #fff #fff #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #fff;
    border: 1px solid;
    border-color: #ddd #ddd transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

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

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    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:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        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:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #262d70
}

.nav-stacked>li {
    float: none
}

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

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

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

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    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:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

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

.navbar {
    position: relative;
    min-height: 80px;
    margin-bottom: 25px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }

    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
    -webkit-overflow-scrolling: touch
}

.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-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -10px;
    margin-left: -10px
}

@media (min-width:768px) {

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        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-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

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

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

.navbar-brand {
    float: left;
    padding: 27.5px 10px;
    font-size: 20px;
    line-height: 25px;
    height: 80px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {

    .navbar>.container-fluid .navbar-brand,
    .navbar>.container .navbar-brand {
        margin-left: -10px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 10px;
    padding: 9px 10px;
    margin-top: 23px;
    margin-bottom: 23px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

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

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 13.75px -10px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px
}

@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
    }

    .btn-link:active {
        text-decoration: underline !important
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 25px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        margin: 0 auto
    }

    .navbar-nav>li>a {
        padding-top: 27.5px;
        padding-bottom: 27.5px
    }
}

.navbar-form {
    padding: 10px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1);
    margin: 20.5px -10px
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none
    }
}

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

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

.navbar-btn {
    margin-top: 20.5px;
    margin-bottom: 20.5px
}

.navbar-btn.btn-sm {
    margin-top: 21.5px;
    margin-bottom: 21.5px
}

.navbar-btn.btn-xs {
    margin-top: 29px;
    margin-bottom: 29px
}

.navbar-text {
    margin-top: 27.5px;
    margin-bottom: 27.5px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 10px;
        margin-right: 10px
    }

    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -10px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #fff;
    border-color: #eee
}

.navbar-default .navbar-brand {
    color: #4a4a4a
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #313131;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #4a4a4a
}

.navbar-default .navbar-nav>li>a {
    color: #4a4a4a
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #393939;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #393939;
    background-color: #eee
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #eee
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #eee;
    color: #393939
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #4a4a4a
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #393939;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #393939;
        background-color: #eee
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #4a4a4a
}

.navbar-default .navbar-link:hover {
    color: #393939
}

.navbar-default .btn-link {
    color: #4a4a4a
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #393939
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #fff
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #fff
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    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:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #080808;
    color: #fff
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #fff
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #fff
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #fff
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 25px;
    list-style: none;
    background-color: #fff;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: ">\00a0";
    padding: 0 5px;
    color: #4a4a4a
}

.breadcrumb>.active {
    color: #fff
}

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

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

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #fff
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #e6e6e6
}

.label-primary {
    background-color: #262d70
}

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

.label-success {
    background-color: #7ed321
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #64a71a
}

.label-info {
    background-color: #262d70
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #414677
}

.label-warning {
    background-color: #89316c
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #63244e
}

.label-danger {
    background-color: red
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c00
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 25px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #262d70
}

.thumbnail .caption {
    padding: 9px;
    color: #4a4a4a
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 25px;
    margin-bottom: 25px;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 17px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    background-color: #262d70;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 40px 40px
}

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

.progress-bar-success {
    background-color: #7ed321
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-info {
    background-color: #262d70
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-warning {
    background-color: #89316c
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-danger {
    background-color: red
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.close {
    float: right;
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

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

.modal-open {
    overflow: visible
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    transform: translateY(-25%);
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    transform: translate(0)
}

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

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

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

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

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

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

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

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

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

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

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

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

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Rubik, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 17px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

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

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

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

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

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

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

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

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

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

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

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Rubik, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 18px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

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

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

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

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

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

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

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel,
.carousel-inner {
    position: relative
}

.carousel-inner {
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    transition: left .6s ease-in-out
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media (-webkit-transform-3d),
(transform-3d) {
    .carousel-inner>.item {
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        transform: translateZ(0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: transparent
}

.carousel-control.left {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1)
}

.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: "\2039"
}

.carousel-control .icon-next:before {
    content: "\203a"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: transparent
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    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-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.row:after {
    clear: both
}

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

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

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

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

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

    table.visible-xs {
        display: table !important
    }

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

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }
}

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

    table.visible-sm {
        display: table !important
    }

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

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

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

    table.visible-md {
        display: table !important
    }

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

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

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

    table.visible-lg {
        display: table !important
    }

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

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

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

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

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
    display: none !important
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body,
html {
    width: 100%
}

html * {
    max-height: 1000000px
}

body {
    margin: 0
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

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

img {
    border-style: none
}

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

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

.no_touch .light-box-shadow-on-hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .11), 0 9px 12px transparent;
    transition: box-shadow .4s ease-out
}

.no_touch .light-box-shadow-on-hover:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .11), 0 9px 12px rgba(0, 0, 0, .14)
}

.no_touch .strong-box-shadow-on-hover {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 9px 12px transparent;
    transition: box-shadow .4s ease-out
}

.no_touch .strong-box-shadow-on-hover:hover {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 9px 12px rgba(0, 0, 0, .14)
}

.cursor {
    cursor: pointer
}

.m-r-auto {
    margin-right: auto
}

.m-r-xl {
    margin-right: 70px
}

.pro-link {
    color: #083799
}

.font-size-none {
    font-size: 0
}

.main-header {
    font-size: 38px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.26;
    letter-spacing: -.3px;
    color: #28316d
}

.sub-header {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.38;
    color: #262d70;
    margin-bottom: 17px
}

.sub-header,
.sub-header--second {
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal
}

.sub-header--second {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    color: #4a4a4a
}

.sub-content:hover {
    text-decoration: underline;
    color: #323f96
}

.main-content {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #4a4a4a
}

.sub-content {
    color: #4a4a4a
}

.sub-content,
.sub-content--color {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal
}

.sub-content--color {
    color: #c9cad9
}

.pro-box {
    border-radius: 6px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14);
    border: 1px solid #fafafa;
    background-color: #fff
}

.pro-box-shadow--light {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14) !important
}

.no-side-p {
    padding-right: 0;
    padding-left: 0
}

.no-border {
    border: 0 !important
}

.box-shadow--strong {
    box-shadow: 0 9px 12px rgba(0, 0, 0, .14) !important;
    -webkit-appearance: none
}

.font-weight-500 {
    font-weight: 500
}

.font-weight-600 {
    font-weight: 600
}

.font-weight-700 {
    font-weight: 700
}

.lg-m-t-20 {
    margin-top: 20px
}

.lg-p-b-30 {
    padding-bottom: 30px !important
}

.hover-underline:hover {
    text-decoration: underline
}

.inherit-color {
    color: inherit
}

.inherit-color:active,
.inherit-color:focus,
.inherit-color:hover {
    color: inherit
}

.pt48 {
    padding-top: 48px
}

.hide,
.pagingItem {
    display: none
}

.b-lazy--script {
    display: inline-block;
    position: absolute;
    height: 1px;
    width: 1px
}

.line-break {
    flex: 0 0 100%
}

.no-wrap {
    white-space: nowrap
}

.align-middle {
    vertical-align: middle
}

.m-auto {
    margin: 0 auto
}

.margin-auto {
    margin: auto
}

.show {
    display: block
}

.pro-anchor {
    font-size: 16px;
    color: #4a4a4a
}

.block {
    display: block
}

.display-none {
    display: none
}

.font-medium {
    font-weight: 500
}

.overflow-hidden {
    overflow: hidden
}

.underline {
    text-decoration: underline
}

.pro-padding {
    padding: 15px
}

.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.vh-center {
    margin: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.is-rounded {
    border-radius: 6px
}

.transparent {
    color: hsla(0, 0%, 100%, 0)
}

.ranking-bg {
    background-color: #e3e3e3
}

.width-none {
    width: 0 !important
}

.col-count-4-2 {
    -webkit-column-count: 4;
    column-count: 4
}

.col-count-2-1 {
    direction: rtl;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 25px;
    column-gap: 25px;
    -webkit-column-fill: balance;
    column-fill: balance;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid
}

.components-margin-top {
    margin-top: 99px
}

.no-flicker {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-font-smoothing: subpixel-antialiased;
    backface-visibility: hidden
}

.m-t-auto {
    margin-top: auto
}

.no-m-before:before {
    margin: 0 !important
}

.no_touch .btn-link-text:hover {
    text-decoration: none !important
}

.no_touch .btn-link-text:hover img {
    transform: translateX(-20px)
}

.no_touch .btn-link-text:hover p {
    transform: translateX(-10px)
}

.hidden-overlay {
    position: fixed;
    pointer-events: none;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: opacity .1s ease
}

.hidden-overlay.active {
    pointer-events: auto;
    opacity: 0;
    display: block;
    visibility: visible
}

.btn-link-text .btn-link:active,
.btn-link-text .btn-link:focus,
.btn-link-text .btn-link:hover {
    outline: 0 !important;
    text-decoration: none !important
}

#all-categories li>a:hover,
.all-cities-list li>a:hover,
.footer-nav li>a:hover {
    text-decoration: underline
}

@media (max-width:767px) {
    .col-count-4-2 {
        -webkit-column-count: 2;
        column-count: 2
    }

    .col-count-2-1 {
        -webkit-column-count: 1;
        column-count: 1
    }

    .components-margin-top {
        margin-top: 46px
    }

    .lg-p-b-30 {
        padding-bottom: 0
    }

    .xs-max-width {
        width: 100% !important
    }

    .lg-m-t-20 {
        margin-top: 0
    }

    .pt48 {
        padding-top: 0
    }

    .main-header {
        font-size: 32px;
        line-height: 1.31;
        letter-spacing: -.25px
    }

    .sub-header {
        font-size: 24px;
        margin-bottom: 13px;
        line-height: 1.42
    }

    .main-content,
    .sub-header--second {
        font-size: 16px;
        line-height: 1.38
    }

    .sub-content,
    .sub-content--color {
        font-size: 13px;
        line-height: 1.38
    }

    .m-auto-xs {
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width:768px) {

    .btn-link-text img,
    .btn-link-text p {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-font-smoothing: subpixel-antialiased;
        transition: .4s ease-out;
        transform: translateX(0) translateX(0)
    }
}

@media (min-width:992px) {
    .no-mb-md {
        margin-bottom: 0 !important
    }
}

@media (max-width:991px) and (min-width:768px) {
    .no-mb-sm {
        margin-bottom: 0 !important
    }
}

.magnifying-glass-icon {
    -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(3%) saturate(13%) hue-rotate(344deg) brightness(103%) contrast(96%);
    filter: brightness(0) saturate(100%) invert(99%) sepia(3%) saturate(13%) hue-rotate(344deg) brightness(103%) contrast(96%)
}

.magnifying-glass-icon--blue {
    -webkit-filter: brightness(0) saturate(100%) invert(20%) sepia(94%) saturate(920%) hue-rotate(208deg) brightness(98%) contrast(99%);
    filter: brightness(0) saturate(100%) invert(20%) sepia(94%) saturate(920%) hue-rotate(208deg) brightness(98%) contrast(99%)
}

.magnifying-glass-icon--white {
    -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(3%) saturate(13%) hue-rotate(344deg) brightness(103%) contrast(96%);
    filter: brightness(0) saturate(100%) invert(99%) sepia(3%) saturate(13%) hue-rotate(344deg) brightness(103%) contrast(96%)
}

.z-index-3 {
    z-index: 3
}

@media (min-width:768px) {
    .custom-container {
        padding: 0;
        margin-right: auto;
        margin-left: auto;
        width: 740px
    }
}

@media (min-width:992px) {
    .custom-container {
        width: 940px
    }
}

@media (min-width:1200px) {
    .custom-container {
        width: 1140px
    }
}

body,
html {
    width: auto !important;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased
}

html {
    font-family: Rubik, sans-serif;
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    scroll-behavior: smooth !important
}

body {
    background-image: linear-gradient(-180deg, #fff, #efefef);
    overflow: hidden
}

#pixel-to-watch {
    position: absolute;
    width: 1px;
    height: 1px;
    top: 450px;
    left: 0
}

.trigger {
    transition: transform .4s ease-in-out, opacity .4s ease-in-out;
    opacity: 0;
    border-radius: 0 0 9px 9px;
    cursor: pointer;
    padding: 10px 30px;
    position: fixed;
    z-index: 3;
    top: 50%;
    left: -64px;
    text-align: center;
    vertical-align: middle;
    box-shadow: -2px 3px 6px 0 rgba(60, 64, 67, .14);
    border: 1px solid #fafafa;
    background-color: #fff;
    transform: translateZ(0) rotate(-90deg) translateY(-50px)
}

.trigger span {
    font-size: 16px;
    font-weight: 500;
    color: #083799
}

.trigger i:before {
    color: #173693;
    margin: 0
}

.trigger.in {
    opacity: 1;
    transform: translateZ(0) rotate(-90deg) translateY(0)
}

.section-header {
    font-size: 51px;
    line-height: 1.41;
    letter-spacing: -.4px;
    text-align: center;
    color: #083799;
    margin-top: 0;
    margin-bottom: 0
}

.smiley-icon {
    display: flex;
    margin: 0 auto;
    opacity: 0;
    transition: transform .4s ease-out
}

.smiley-icon.animated {
    animation: smileyBouncer 1s linear;
    opacity: 1
}

#all-categories li>a:hover,
.additional-questions-widget li>a:hover,
.all-cities-list li>a:hover,
.cats-nav li>a:hover,
.footer-nav li>a:hover {
    text-decoration: underline;
    color: #323f96
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

textarea {
    resize: vertical
}

button,
input,
select,
textarea {
    font-family: Rubik, Arial, sans-serif !important
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.navbar {
    margin-bottom: 0
}

.navbar-header {
    width: 202px
}

.navbar-brand {
    padding: 15px;
    font-size: inherit
}

.navbar-default .navbar-nav>li:last-child>a {
    padding-left: 0
}

.navbar-toggle .icon-bar {
    width: 19px
}

.navbar-toggle .icon-bar:last-of-type {
    width: 12px;
    float: left
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 3px
}

.navbar>.container-fluid .navbar-brand,
.navbar>.container .navbar-brand {
    margin-left: 0
}

.logo {
    float: right;
    padding: 20.5px 0 19.5px 15px
}

.btn-navbar-menu {
    float: left;
    margin-left: 15px;
    margin-right: 0;
    margin-top: 0;
    background: transparent;
    padding-left: 0
}

.menu-left-icon {
    margin-top: 3px
}

.btn.btn-navbar-menu.active.focus,
.btn.btn-navbar-menu.active:focus,
.btn.btn-navbar-menu.focus,
.btn.btn-navbar-menu:active.focus,
.btn.btn-navbar-menu:active:focus,
.btn.btn-navbar-menu:focus {
    outline: none;
    outline-offset: 0;
    background-image: none;
    box-shadow: none
}

.close-search:active,
.search-widget .btn-search,
.search-widget .btn-search:active,
.search-widget .btn-search:focus,
.search-widget .btn-search:hover {
    outline: none !important
}

.search-collapse {
    margin: 20px 0 !important;
    padding-right: 15px;
    padding-left: 15px
}

.close-search {
    display: initial
}

.navbar-default .form-search,
.navbar-default .navbar-collapse {
    border-color: #c3c3c3
}

.collapse-side {
    transition: width .5s ease;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    width: 0
}

.form-search {
    background-color: transparent;
    position: absolute;
    right: 0;
    z-index: 3;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none
}

#header-search-form {
    right: 15px
}

.search-widget.white .form-group {
    background-color: #fff
}

.search-widget.open .form-search {
    position: relative;
    z-index: 2
}

.search-widget .autocomplete-category,
.search-widget .autocomplete-locale {
    height: 39px;
    width: 227px;
    direction: rtl
}

#home-cat,
#home-locale {
    height: 50px;
    width: 270px;
    background-color: #000;
    color: #fff;
    border: 1px solid #fff
}

.search-widget-parent {
    width: calc(100% - 422px);
    margin-right: 0;
    transition: all .1s ease-in-out
}

.search-widget-parent.top-header {
    background-color: #fff
}

.search-widget .pros-search-label {
    font-size: 26px;
    line-height: 1.19;
    color: #4a4a4a
}

.search-widget .img-search {
    width: 22px
}

.form-search.in {
    width: 685px;
    padding: 15px 0 0;
    margin-top: -15px
}

.search-widget.dark .form-search.in {
    width: 780px;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 4px;
    padding: 0;
    margin-top: 0
}

.search-widget.dark .search-collapse {
    margin: 0;
    border-right: 0;
    padding-right: 0;
    padding-left: 0
}

.open-search {
    height: 40px;
    line-height: 40px;
    font-size: 1.733em;
    cursor: pointer;
    display: inline-block
}

.form-search button[type=submit] {
    height: 39px;
    width: 7em;
    line-height: 25px;
    border-radius: 3px
}

.search-widget.dark .form-search button[type=submit] {
    height: 50px;
    width: 160px
}

.search-widget.dark .close-search i:before {
    color: #fff;
    font-weight: 700
}

.form-search button[type=submit] span {
    display: initial
}

.form-search .form-group {
    margin-left: 5px
}

.form-search .form-control {
    padding: 6px 8px 6px 30px
}

.closebtn {
    display: none
}

.clear-icon {
    display: none;
    width: 18px;
    height: 18px;
    border: 0;
    outline: 0;
    padding: 0;
    position: absolute;
    background-color: #d8d8d8;
    z-index: 2;
    left: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: .333em;
    text-align: center;
    color: #fff;
    font-weight: 100;
    font-size: 16px;
    cursor: pointer;
    line-height: 1.35
}

.search-widget.dark .clear-icon {
    width: 19px;
    height: 21px;
    border: 1px solid #fff;
    position: absolute;
    background-color: transparent;
    top: 0;
    border-radius: .333em
}

.clear-icon:after {
    content: "X"
}

.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    background-color: #000;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    transition: opacity .3s, visibility .3s cubic-bezier(0, 0, .3, 1);
    will-change: opacity
}

.overlay.in {
    visibility: visible;
    opacity: .6
}

.nav-logos {
    width: 298px;
    margin: 0 auto;
    text-align: center
}

.nav-logos>li {
    float: right;
    width: 35%;
    margin-left: 5%;
    margin-right: 10%;
    text-align: center
}

.nav-logos>li:last-child {
    margin-left: 0;
    margin-right: 5%
}

.nav-logos>li:first-child {
    width: 100%;
    margin: 0 auto 5px
}

.menu-android {
    background-image: var(--wpr-bg-51e00651-9eeb-4f4c-bfd1-fb05bb569937);
    width: 94.5px
}

.menu-android,
.menu-ios {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 28px
}

.menu-ios {
    background-image: url(https://cdn2.pro.co.il/production/sprites/sprite.svg?id=922b249af35b627454df5d85a52c20ed#apple-usage);
    width: 88px;
    margin-right: auto
}

.main-title,
.section-title {
    color: #262d70
}

input:not(:placeholder-shown)~.clear-icon {
    display: inline-block;
    z-index: 3
}

.no-scroll {
    width: 100% !important;
    overflow: hidden !important
}

.no-scroll.ios {
    height: 100% !important
}

.fixed,
body.no-scroll.ios {
    position: fixed
}

.fixed {
    width: 100% !important
}

.star {
    background-image: var(--wpr-bg-a9cebe69-2c5e-4cb5-940c-a28b22f49c1d);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    display: inline-block;
    max-width: 100%
}

.star-half {
    background-image: var(--wpr-bg-1edee704-7ec6-4837-9169-c07fd32461bd)
}

.star-empty {
    background-image: var(--wpr-bg-3770dd1e-87b5-440b-a7ac-9c146f0bbf2b)
}

.star-stroke {
    background-image: var(--wpr-bg-37e77273-d424-4fe0-bad0-9c39ca8966e8)
}

.progress {
    margin: 0 auto;
    padding: 0;
    position: relative
}

.profile-tel {
    direction: ltr
}

.profile-tel .btn {
    font-weight: 500;
    letter-spacing: .07em;
    padding: 10px 12px 7px;
    border-radius: 4px;
    width: 180px;
    font-size: 17px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.47;
    text-align: center;
    box-shadow: 0 3px 5px 0 rgba(41, 49, 105, .29);
    background-color: #323f96;
    color: #fff
}

.profile-tel .btn:active,
.profile-tel .btn:hover {
    background-color: #3b4bb2;
    animation-duration: .4s;
    animation-timing-function: ease-out
}

.profile-tel i {
    color: #fff;
    margin-right: 5px
}

.profile-tel .inactive-business,
.profile-tel .inactive-business:hover {
    box-shadow: 0 3px 5px 0 rgba(41, 49, 105, .29) !important;
    background-color: #929292 !important;
    background-image: unset;
    border-color: #929292;
    font-weight: 700;
    opacity: .4
}

.inactive .profile-tel i {
    color: #848bbf
}

.in-active-btn {
    width: 182px
}

.profile .profile-img .name:hover {
    text-decoration: underline
}

.video-wrapper {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    border-radius: 6px
}

.video-wrapper iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute
}

.profile {
    position: relative;
    min-height: 270px;
    background-color: #fff;
    box-shadow: 0 0 2px 0 hsla(0, 0%, 51.8%, .46);
    margin: 20px 0
}

.profile:last-of-type {
    margin-left: 0
}

.profile .profile-img {
    float: right;
    width: 88px;
    height: 72px;
    position: relative;
    top: -12px;
    margin-right: 5px;
    text-align: center;
    line-height: 1
}

.profile .profile-img .img-wr-icon {
    border: 1px solid #e0e1eb;
    border-radius: 4px;
    background-color: #fff
}

.profile .profile-img .img-wr,
.profile .profile-img .img-wr-icon {
    position: relative;
    margin: auto;
    width: 70px;
    height: 70px
}

.profile .profile-img .img-wr-icon img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 40px
}

.profile .profile-img .img-wr img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 70px
}

.profile .profile-img i {
    font-size: 52px
}

.profile .profile-img .name {
    width: 78px;
    color: #4a4a4a
}

.profile .profile-tel {
    float: left;
    height: 33px;
    line-height: 33px;
    border-radius: 2px;
    margin: 20px 0 0 15px
}

.profile .profile-tel .btn {
    padding: 7px 12px 4px
}

.profile .profile-content {
    padding: 0 15px 15px
}

.profile .profile-content .title {
    margin-top: 25px;
    border: 0
}

.profile .profile-tel i {
    margin-right: 0
}

.profile .last-check {
    color: #4a4a4a;
    text-align: right;
    line-height: 21px
}

.q-and-a {
    margin-top: 20px
}

.q-and-a .answer,
.q-and-a .question {
    position: relative;
    padding: 10px 30px 10px 10px
}

.q-and-a .title {
    color: #262d70;
    font-weight: 400
}

.q-and-a span {
    line-height: 21px
}

.q-and-a .question {
    background-color: #fff;
    border: 1px solid #e0e1eb;
    border-radius: 0 0 .178em 0;
    margin-bottom: 10px
}

.q-and-a .answer {
    width: 25%;
    float: left;
    background-color: #fcfbfc;
    border: 1px solid #e0e1eb;
    margin-bottom: 20px
}

.q-and-a .answer-arrow {
    height: 60px;
    width: 60px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 100% 100%;
    top: -60px
}

.qa-widget .items {
    background-color: #fff;
    box-shadow: 0 0 4px 0 #bfbfbf;
    padding: 16px 16px 10px
}

.qa-widget .content {
    height: 248px
}

.qa-widget .item {
    margin-bottom: 45px
}

.qa-widget .item .title {
    margin-bottom: 5px
}

.qa-widget .items .btn-link {
    font-size: 14px
}

.q-and-a .btn-more {
    font-size: 1.067em;
    padding: 8px 12px
}

.qa-widget .title {
    color: #262d70;
    margin-top: 0;
    margin-bottom: 10px
}

.qa-widget .title:hover {
    color: #262d70;
    text-decoration: underline;
    background-color: transparent
}

.qa-widget .title a {
    color: #262d70
}

.widgets .last-box [class*=-widget] {
    margin-top: 0
}

.magazine-box {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 4px 0 #bfbfbf;
    margin-bottom: 20px;
    position: relative
}

.magazine-box .background-img {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-position: 50%;
    transition: all .5s ease
}

.magazine-box .background-img:hover {
    transform: scale3d(1.1, 1.1, 1.1)
}

.magazine-box .content a {
    line-height: 0;
    color: #262d70
}

.magazine-box .top img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 144px;
    max-height: 144px;
    -o-object-fit: cover;
    object-fit: cover
}

.magazine-box .content {
    min-height: 135px;
    padding: 15px 20px 10px
}

.magazine-box .content .title {
    margin-top: 0;
    color: #262d70
}

.magazine-box .content>.title>a {
    color: #262d70
}

.magazine-box .bottom {
    padding: 0 20px 5px;
    font-size: 14px
}

.magazine-box .bottom .number {
    font-size: 13px
}

.magazine-box .bottom .btn-more-link {
    color: #262d70;
    font-size: 14px;
    font-weight: 500;
    padding: 0
}

.magazine-box .bottom .comments-num i,
.magazine-box .bottom .date i {
    margin-left: 5px
}

.magazine-box .whole {
    padding: 15px 10px;
    height: 310px
}

.magazine-box .whole .content {
    min-height: 205px
}

.magazine-box .whole .title {
    margin: 0;
    font-size: 2.25em;
    font-weight: 300;
    color: #fff;
    text-align: center;
    line-height: 1
}

.last-box,
.magazine-box .bottom,
.magazine-box .top,
.magazine-box .whole,
.profiles-widget,
.relative {
    position: relative
}

.magazine-box-full .top {
    min-height: 78px
}

.magazine-box-full .content {
    min-height: 247px;
    padding: 15px 5px 10px
}

.magazine-box-full .bottom {
    padding-left: 5px;
    padding-right: 5px
}

.magazine-box-full .content-parent .title {
    margin-top: 0;
    color: #262d70
}

.magazine-box-full .img-parent {
    padding: 0;
    float: left;
    height: 350px;
    max-height: 100%
}

.magazine-box-full .img-parent a {
    display: inline-block
}

.magazine-box-full img {
    width: 100%;
    height: 100%;
    max-height: 350px;
    -o-object-fit: cover;
    object-fit: cover
}

.magazine-widget .magazine-box .content {
    padding: 17px 24px 0;
    min-height: 125px
}

.magazine-widget .magazine-box .bottom {
    padding: 13px 24px 20px
}

.magazine-widget .magazine-box .content .title {
    margin-bottom: 5px
}

.magazine-widget .title {
    color: #262d70;
    margin-top: 0;
    margin-bottom: 10px
}

.magazine-widget .title:hover {
    color: #262d70;
    text-decoration: underline;
    background-color: transparent
}

.magazine-widget .title a {
    color: #262d70
}

.magazine-widget .date {
    color: #9b9b9b;
    font-size: .8em
}

.profile-feedback .title {
    color: #262d70;
    padding-right: 55px
}

.profile-feedback .items {
    padding-right: 55px
}

.profile-feedback .items .item {
    padding: 30px 0 15px;
    border-top: 1px solid #e0e1eb;
    min-height: 157px
}

.profile-feedback .items .item .item-pic {
    float: right;
    height: 82px;
    line-height: 82px;
    width: 82px;
    margin-left: 20px;
    background-color: #a6aec0;
    text-align: center
}

.profile-feedback .items .item .item-pic span {
    color: #fff;
    font-size: 2em
}

.profile-feedback .items .item .item-content .title {
    line-height: .75;
    color: #4a4a4a;
    margin-top: 0;
    padding: 0
}

.profile-feedback .items .item .item-content p {
    color: #4a4a4a;
    margin-bottom: 0
}

.profile-feedback .items .item .item-content p.txt-recv {
    color: #a5a5a5;
    margin-top: 20px
}

.profile-feedback .items .item .item-meta {
    float: left;
    text-align: left
}

.profile-feedback .items .item .item-meta>span {
    margin-bottom: 7px
}

.profile-feedback .items .item .item-meta>span:last-of-type {
    margin-bottom: 0
}

.profile-feedback .items .item .score {
    display: inline-block;
    margin-left: 5px;
    margin-top: 0;
    font-weight: 300;
    color: #4a4a4a;
    text-align: right
}

.profile-feedback .items .item .score span {
    font-weight: 500
}

.profile-feedback .stars {
    margin-left: 0
}

.profile-feedback .star {
    height: 18px;
    width: 18px
}

.profile-feedback .items .item span.tag-label {
    display: block;
    color: #4a4a4a;
    text-align: left;
    line-height: 22px
}

.profile-feedback .items .item span.tag-label>span {
    font-weight: 500;
    margin-right: 5px
}

.carousel-control>img {
    position: absolute;
    top: 50%
}

.carousel-control.right {
    right: -15%;
    background-image: none
}

.carousel-control.right>img {
    left: 30px
}

.carousel-control.left {
    left: -15%;
    background-image: none
}

.carousel-control.left>img {
    right: 30px
}

.content-widget {
    background-color: #fff;
    box-shadow: 0 0 4px 0 #bfbfbf;
    margin: 0;
    padding: 15px 5px
}

.content-widget .paragraph,
.content-widget .sub-title {
    margin-top: 20px;
    margin-bottom: 10px
}

.content-widget .sub-title h3 {
    font-weight: bolder
}

.content-widget p {
    font-weight: 400;
    font-size: 16px
}

.scale-on-hover {
    overflow: hidden
}

.scale-on-hover img {
    transition: all .5s
}

.scale-on-hover:hover img {
    transform: scale3d(1.1, 1.1, 1.1)
}

.red {
    color: #d0021b
}

.blue {
    color: #49508d !important
}

.border-red,
.border-red:focus {
    border: 1px solid #e60000;
    border-radius: 0
}

.tag {
    background-color: #262d70;
    border-radius: 3px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    line-height: 20px;
    padding: 5px 18px;
    letter-spacing: .4px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.tag-red {
    background-color: #d0021b
}

.tag-yellow {
    background-color: #f5a623
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2
}

.input-group-addon {
    border: 0
}

.go-up {
    transition: all .4s ease-out;
    color: #262d70;
    cursor: pointer;
    position: fixed;
    right: 36px;
    bottom: 36px;
    z-index: 4;
    box-shadow: 0 9px 12px 0 rgba(0, 0, 0, .14);
    border: 1px solid #fafafa;
    background-color: #fff;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden
}

.go-up.in {
    opacity: 1;
    visibility: visible
}

.go-up:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 24px rgba(0, 0, 0, .14)
}

#go-up-wrapper {
    width: 64px;
    height: 64px;
    position: relative;
    border-radius: 6px
}

.go-up img {
    transform: rotate(90deg);
    width: 24px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto
}

.go-up>i {
    font-size: 2em;
    line-height: 58px
}

.go-up.active {
    opacity: 1
}

.android-img,
.ios-img {
    max-height: 58px
}

.pro-apps-widget .top .title {
    color: #262d70
}

.pro-apps-widget-subtitle {
    margin: 0;
    height: 18px;
    line-height: 18px
}

.pro-apps-widget-icons-container {
    position: absolute;
    left: 0;
    bottom: 0
}

.about-item .thumbnail {
    border: 0;
    height: 100px;
    max-height: 100px
}

.search-error {
    position: absolute;
    font-size: .75em;
    top: 38px
}

.search-widget.dark .search-error {
    top: 50px
}

.search-widget .form-search-mobile .search-error {
    right: 15%
}

input[type=email] {
    background-color: #fff;
    border: .133em solid #f0f0f0;
    border-radius: 4px;
    color: #4a4a4a;
    height: 3.333em
}

.responsibility {
    position: relative;
    padding: 40px 0;
    text-align: center
}

.responsibility i:before {
    font-size: 6em;
    color: #262d70
}

.responsibility .top .title {
    font-weight: 300;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin: 0;
    text-align: right
}

.responsibility .content {
    margin-top: 40px;
    margin-bottom: 0
}

.responsibility .content .bottom {
    margin-bottom: 20px
}

.responsibility .content .bottom p {
    width: 90%
}

.hever .responsibility .content .bottom p a {
    color: #fff !important
}

.responsibility .content .top {
    height: 100px;
    max-height: 100px;
    margin-bottom: 40px
}

.responsibility .content p {
    font-weight: 300
}

.ln {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.4em !important
}

.ln-1 {
    -webkit-line-clamp: 1;
    height: 1.4em
}

.ln-2 {
    -webkit-line-clamp: 2;
    height: 2.8em
}

.ln-3 {
    -webkit-line-clamp: 3;
    height: 4.2em
}

.ln-4 {
    -webkit-line-clamp: 4;
    height: 5.6em
}

.ln-5 {
    -webkit-line-clamp: 5;
    height: 7em
}

.ln-6 {
    -webkit-line-clamp: 6;
    height: 8.4em
}

.ln-7 {
    -webkit-line-clamp: 7;
    height: 9.8em
}

.cats-nav ul>li img,
.wide-nav ul>li img {
    width: 27px;
    height: 100%
}

.wide-nav ul>li>a {
    display: table-row;
    color: #4a4a4a
}

.cats-nav ul>li>a {
    display: table-row;
    color: #4a4a4a
}

.cats-nav ul>li {
    margin-bottom: 20px
}

.wide-nav ul>li {
    margin-bottom: 20px
}

.wide-nav.bg-white {
    margin-left: 0;
    margin-right: 0
}

.bg-white {
    background-color: #fff
}

.shadow {
    box-shadow: 0 0 4px 0 #bfbfbf
}

.cats-nav ul {
    float: right;
    width: 100%
}

.cats-nav ul>.all-cities-li {
    width: 25%
}

.cats-nav ul>li>a>span,
.wide-nav ul>li>a>span {
    display: table-cell;
    width: 1.5em
}

li,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0
}

a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0
}

.inline-block {
    display: inline-block
}

.overflow-visible {
    overflow: visible
}

.h1,
h1 {
    font-weight: 300
}

.h1 small,
.h1.small,
h1 small,
h1.small {
    font-weight: 400
}

.h1 .number,
h1 .number {
    font-size: 37px
}

.h1 .small,
.h1 small,
.h1.small,
h1 .small,
h1 small,
h1.small {
    font-size: 32px
}

.h1 .small .number,
.h1 small .number,
.h1.small .number,
h1 .small .number,
h1 small .number,
h1.small .number {
    font-size: 31px
}

.h2 .number,
h2 .number {
    font-size: 25px
}

.h2 .small,
.h2 small,
.h2.small,
h2 .small,
h2 small,
h2.small {
    font-size: 24px
}

.h2 .small .number,
.h2 small .number,
.h2.small.number,
.h2.small .number,
.h3 .number,
h2 .small .number,
h2 small .number,
h2.small.number,
h2.small .number,
h3 .number {
    font-size: 23px
}

.h3 .small,
.h3 small,
.h3.small,
h3 .small,
h3 small,
h3.small {
    font-size: 20px
}

.h3 .small .number,
.h3 small .number,
.h3.small .number,
h3 .small .number,
h3 small .number,
h3.small .number {
    font-size: 19px
}

.h4 .number,
h4 .number {
    font-size: 21px
}

.h4 .small,
.h4 small,
.h4.small,
h4 .small,
h4 small,
h4.small {
    font-size: 18px
}

.h4 .small .number,
.h4 small .number,
.h4.small .number,
h4 .small .number,
h4 small .number,
h4.small .number {
    font-size: 17px
}

.h5 .small,
.h5 small,
.h5.small,
h5 .small,
h5 small,
h5.small {
    font-size: 16px
}

.h5 .small .number,
.h5 small .number,
.h5.small .number,
h5 .small .number,
h5 small .number,
h5.small .number {
    font-size: 15px
}

.number {
    font-size: 17px
}

.small .number,
small .number {
    font-size: 15px
}

.lead .number {
    font-size: 19px
}

.secondary {
    font-size: 14px
}

.secondary .number {
    font-size: 13px
}

.btn-more {
    border-color: #d1d1d1;
    border-radius: 20px;
    padding: 10px 30px;
    margin-top: 20px
}

.btn-more:hover {
    background-color: #eeeff5
}

.btn-more:active {
    background-color: #dddeea
}

.btn-more-link {
    border: 0;
    font-weight: 500;
    padding: 0
}

.btn-radius-3 {
    border-radius: 3px
}

.btn-radius-9 {
    border-radius: 9px
}

.btn-trans {
    background: transparent;
    border-color: #c3c3c3
}

.btn-red {
    background-color: #d0021b;
    color: #fff
}

.change-location-btn--bold:hover {
    color: #262d70;
    border-bottom: 2px solid #262d70;
    display: inline-block;
    line-height: .85
}

.change-location-btn--bold:hover .location-slug {
    border-bottom: 0 !important
}

.btn--bold-red {
    background-color: red;
    color: #fff
}

.btn--bold-red:hover {
    background-color: red;
    color: #fff
}

.btn.btn-red:hover {
    background-color: #c2041b
}

.btn-dark {
    background-color: #000;
    color: #fff
}

.btn-red:active,
.btn-red:focus,
.btn-red:hover {
    color: #fff
}

.m-t-s {
    margin-top: 20px !important
}

.m-r-s {
    margin-right: 20px
}

.m-b-s {
    margin-bottom: 20px
}

.m-l-s {
    margin-left: 20px
}

.m-t-m {
    margin-top: 40px !important
}

.m-r-m {
    margin-right: 40px
}

.m-b-m {
    margin-bottom: 40px
}

.m-l-m {
    margin-left: 40px
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row.no-gutters>[class*=" col-"],
.row.no-gutters>[class^=col-] {
    padding-right: 7px;
    padding-left: 7px
}

.no-p {
    padding: 0 !important
}

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

.no-p-r {
    padding-right: 0 !important
}

.no-m {
    margin: 0 !important
}

.no-m-l {
    margin-left: 0 !important
}

.no-m-r {
    margin-right: 0 !important
}

.no-m-t {
    margin-top: 0 !important
}

.no-m-b {
    margin-bottom: 0 !important
}

.m-t-15 {
    margin-top: 15px
}

.m-b-15 {
    margin-bottom: 15px
}

.m-r-15 {
    margin-right: 15px
}

.m-l-15 {
    margin-left: 15px
}

.hidden {
    display: none !important
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit
}

.invisible {
    visibility: hidden
}

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

.clearfix:after {
    clear: both
}

@media (min-width:1200px) {
    .ln-lg-2 {
        -webkit-line-clamp: 2;
        height: 2.8em
    }
}

@media (min-width:992px) {
    .no-md-p {
        padding: 0
    }

    .no-md-p-l {
        padding-left: 0
    }

    .no-md-p-r {
        padding-right: 0
    }

    .no-md-p-t {
        padding-top: 0
    }

    .no-md-p-b {
        padding-bottom: 0
    }

    .no-md-m {
        margin: 0
    }

    .no-md-m-l {
        margin-left: 0
    }

    .no-md-m-r {
        margin-right: 0
    }

    .no-md-m-t {
        margin-top: 0
    }

    .no-md-m-b {
        margin-bottom: 0
    }
}

@media (min-width:768px) and (max-width:991px) {

    #header-search-form.search-active,
    .form-search.search-active {
        width: 490px
    }

    .form-search .form-control {
        width: auto
    }

    .form-search button[type=submit] {
        width: 2.3em
    }

    #header-search-form.in,
    .form-search.in {
        width: 575px
    }

    .form-search button[type=submit] span {
        display: none
    }

    .p-sm-5 {
        padding: 5px !important
    }

    .p-sm-l-5 {
        padding-left: 5px !important
    }

    .p-sm-r-5 {
        padding-right: 5px !important
    }

    .no-sm-p {
        padding: 0 !important
    }

    .no-sm-p-l {
        padding-left: 0 !important
    }

    .no-sm-p-r {
        padding-right: 0 !important
    }

    .no-sm-p-t {
        padding-top: 0 !important
    }

    .no-sm-p-b {
        padding-bottom: 0 !important
    }

    .no-sm-m {
        margin: 0
    }

    .no-sm-m-l {
        margin-left: 0
    }

    .no-sm-m-r {
        margin-right: 0
    }

    .no-sm-m-t {
        margin-top: 0
    }

    .no-sm-m-b {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .form-search .search-input {
        width: 77%;
        margin-right: 0
    }

    .form-search input[type=submit] {
        background-position: 50%;
        width: 17%;
        border: 0;
        margin-right: 5%
    }

    .qa-widget .item {
        width: 100%
    }

    .navbar-toggle {
        display: none !important
    }

    .navbar-nav>li>a {
        padding-top: 21px;
        padding-bottom: 21px
    }
}

@media (max-width:767px) {
    body {
        font-size: 16px;
        position: static;
        overflow-y: scroll
    }

    .drushim-item .content .btn-submit-parent {
        position: relative
    }

    .smiley-icon {
        width: 96px
    }

    .head {
        padding-bottom: 10px;
        margin-top: 0;
        margin-bottom: 0
    }

    .profile {
        min-height: unset
    }

    .form-search .search-error {
        right: 15%
    }

    .profiles-widget .profile:active,
    .profiles-widget .profile:focus,
    .profiles-widget .profile:hover {
        background-color: #fff;
        box-shadow: unset;
        outline: 0
    }

    .profiles-widget:before {
        height: 100%;
        width: 100%;
        left: 0;
        right: 0;
        margin-left: 0;
        margin-right: 0
    }

    .profiles-widget {
        margin-left: -10px;
        margin-right: -10px
    }

    .profiles-widget .widget-head {
        margin: 0 10px
    }

    .profiles-widget .profile-head {
        margin-bottom: 20px
    }

    .profiles-widget .item {
        padding-right: 0
    }

    .navbar {
        min-height: 40px;
        z-index: 3
    }

    .poster .navbar,
    .poster .navbar .container {
        background-color: transparent
    }

    .navbar-default .nav.navbar-nav {
        margin-bottom: 15px
    }

    .navbar-default .navbar-nav>li {
        margin: 0 15px;
        border-bottom: 1px solid #979797
    }

    .navbar-default .navbar-nav>li>a {
        padding: 15px 0
    }

    #loading {
        background-size: 35%
    }

    .our-liabilty-btn:active {
        background-color: transparent !important
    }

    .btn-header-close,
    .btn-navbar-menu,
    .btn-navbar-search {
        padding: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        border: 0;
        border-radius: 0
    }

    .btn-navbar-menu {
        margin-left: 10px
    }

    .go-up {
        right: 18px;
        bottom: 18px
    }

    .go-up:active,
    .go-up:focus {
        transition: .4s ease-in-out;
        transform: scale(.92);
        box-shadow: 0 6px 7px rgba(0, 0, 0, .14)
    }

    #go-up-wrapper {
        width: 54px;
        height: 54px
    }

    .navbar-header i {
        font-size: 1.3em;
        cursor: pointer;
        vertical-align: top
    }

    .navbar-header i:before {
        margin: 0
    }

    .btn-header-close {
        width: 21px;
        height: 21px;
        float: left;
        margin-left: 15px;
        margin-right: 0;
        display: none
    }

    .btn-more:active,
    .btn-more:active:focus,
    .btn-more:hover {
        background-color: #fff
    }

    .additional-price-list {
        width: 100% !important
    }

    .navbar-header {
        background-color: #fff
    }

    .poster .navbar-header {
        background-color: transparent;
        color: #fff
    }

    .fixed .poster .navbar-header {
        background-color: #fff;
        color: #4a4a4a;
        transition: .1s
    }

    .pro-apps-widget-icons-container {
        position: static;
        margin-top: 25px
    }

    .pro-apps-widget-icons-container img {
        max-width: 90%
    }

    .open-search {
        display: none
    }

    .search-xs {
        border: 0;
        margin: 0 !important;
        position: fixed;
        z-index: 8;
        top: 46px;
        bottom: 0;
        right: 0;
        left: 0;
        background: #fff;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .5607843137254902);
        opacity: .98;
        height: 0;
        width: 100%;
        overflow-y: scroll;
        transition: .5s
    }

    .hever .search-xs {
        top: 56px
    }

    .search-xs.in {
        height: 100%
    }

    .search-widget .form-inline label {
        font-weight: 300;
        color: #4a4a4a;
        width: 12%
    }

    .search-widget .form-inline .form-control {
        display: inline-block;
        width: 86%;
        vertical-align: middle
    }

    .form-search button[type=submit] {
        width: 20%
    }

    .form-search .form-group {
        margin-left: 0;
        padding: 0 10px
    }

    .search-widget.open .form-search .form-group {
        padding-left: 0;
        padding-right: 0
    }

    .form-search .form-group.locale-group {
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
        margin-bottom: 5px
    }

    .form-search .form-group.locale-group .form-control {
        width: calc(65% - 10px);
        margin-left: 10px
    }

    .form-search .form-group .clear-icon {
        top: 10px;
        bottom: auto;
        left: 24px
    }

    header .form-search .form-group .clear-icon {
        left: 24px
    }

    .form-search .form-group.locale-group .clear-icon {
        left: calc(20% + 28px)
    }

    header .form-search .form-group.locale-group .clear-icon {
        left: calc(20% + 34px)
    }

    .navbar-toggle.btn-navbar-search img {
        width: 22px
    }

    .form-search {
        background-color: transparent;
        padding: 15px 0 0;
        position: relative
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent
    }

    .cats-nav ul>.all-cities-li {
        width: 50%
    }

    #header-search-form.in,
    .form-search.in {
        width: 100%
    }

    #header-search-form.search-active,
    .form-search.search-active {
        width: 100%;
        height: auto
    }

    .search-widget-parent {
        width: 100%
    }

    .navbar-header {
        width: auto;
        text-align: center
    }

    #search {
        float: right;
        line-height: 41px;
        border-right: 0
    }

    #search .search-icon {
        background-image: var(--wpr-bg-3fc122be-1252-40a8-a5e5-de7afb66ee6b);
        background-repeat: no-repeat;
        background-size: 17px 17px;
        height: 17px;
        width: 17px;
        display: inline-block
    }

    .logo {
        border-left: 0;
        display: inline-block;
        float: none;
        margin: 0 auto;
        padding: 10px 15px 0;
        height: 40px
    }

    .logo img {
        max-width: 105px;
        max-height: 26px;
        width: auto;
        height: auto
    }

    .navbar-header .navbar-brand img {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto
    }

    .form-search .form-control {
        margin-left: 0;
        color: #4a4a4a;
        width: 100%;
        height: 39px;
        line-height: 39px;
        padding: 8px 12px 8px 35px
    }

    .close-search {
        display: none
    }

    .nav-logos {
        width: 248px
    }

    .btn-info-close {
        top: 5px
    }

    select.pro-select {
        background-size: 10px
    }

    .section-title {
        font-size: 1.267em
    }

    .progress {
        width: 100%
    }

    .price .title,
    .price .title small {
        font-size: 18px
    }

    .price .title .number,
    .price .title.small.number,
    .price .title small .number {
        font-size: 17px !important;
        vertical-align: text-top
    }

    .prices .head-title small {
        font-size: 20px
    }

    .prices .head-title small .number {
        font-size: 19px
    }

    .prices .head-title .fa.fa-chevron-down {
        display: initial
    }

    .q-and-a .answer-arrow {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #fcfbfc;
        top: -15px
    }

    .magazine-qa {
        margin-top: 0
    }

    .qa-widget {
        width: 100%;
        min-height: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        float: none;
        position: relative;
        padding: 0
    }

    .qa-widget .items {
        background-color: #fff;
        border-radius: 5px 5px 0 5px;
        box-shadow: 0 0 4px 0 rgba(147, 147, 174, .38);
        padding: 20px 10px 10px
    }

    .qa-widget .items p {
        font-size: 14px
    }

    .q-and-a .title {
        color: #262d70
    }

    .q-and-a p {
        color: #4a4a4a;
        line-height: 20px
    }

    .q-and-a .answer {
        width: 85%;
        margin-bottom: 20px
    }

    .qa-parent,
    .qa-parent p {
        text-align: center
    }

    .qa-parent p {
        margin-bottom: 35px;
        width: 100%
    }

    .qa-parent .btn-more {
        width: 100%
    }

    .q-and-a .answer-arrow {
        top: -45px;
        right: 20px
    }

    .q-and-a .answer,
    .q-and-a .question {
        padding: 10px 15px
    }

    .magazine-widget {
        width: 100%;
        margin-top: 20px;
        min-height: 100%;
        float: none;
        position: relative
    }

    .magazine-widget ul>li {
        width: 157px;
        margin-left: 15px;
        float: right;
        background-color: #fff;
        box-shadow: 0 0 4px 0 rgba(208, 208, 224, .38)
    }

    .magazine-widget .news-item {
        padding: 5px
    }

    .magazine-widget .news-item:last-child {
        margin-bottom: 20px
    }

    #pricing .magazine-widget ul>li {
        width: 100%;
        margin-bottom: 15px;
        padding-left: 0
    }

    .last-check {
        margin-top: 20px
    }

    .video-wr {
        height: 250px
    }

    .profile-feedback .title {
        padding-right: 0;
        margin-top: 10px
    }

    .profile-feedback .items {
        margin-left: -15px;
        padding-right: 0
    }

    .profile-feedback .items .item {
        padding: 30px 0 7px 15px;
        height: auto;
        max-height: 100%
    }

    .profile-feedback .items .item .item-pic {
        float: left;
        height: 46px;
        line-height: 46px;
        width: 47px;
        margin-right: 20px;
        margin-left: 0
    }

    .profile-feedback .items .item .item-pic span {
        font-size: 1.5em
    }

    .profile-feedback .items .item .item-pic>img {
        height: 100%;
        width: 100%
    }

    .profile-feedback .items .item .item-content {
        margin-bottom: 20px
    }

    .profile-feedback .items .item .item-content p {
        color: #4a4a4a
    }

    .profile-feedback .items .item .item-content p.txt-recv {
        font-size: .733em;
        margin-top: 10px
    }

    .profile-feedback .items .item .item-meta {
        float: right;
        text-align: right
    }

    .profile-feedback .items .item .stars {
        display: block;
        margin-bottom: 11px
    }

    .profile-feedback .items .item span.tag-label {
        display: inline-block;
        width: 30%;
        margin-left: 3%;
        float: right;
        text-align: right;
        margin-bottom: 0
    }

    .profile-feedback .items .item span.tag-label.text-right {
        text-align: right !important
    }

    .profile-feedback .items .item span.tag-label.text-center {
        text-align: center !important
    }

    .profile-feedback .items .item span.tag-label.text-left {
        text-align: left !important
    }

    .profile-feedback .items .item span.tag-label:last-child {
        margin-left: 0;
        margin-right: 3%
    }

    .profile-feedback .items .item .star {
        height: 15px;
        width: 15px
    }

    .profile-feedback .items .item .score {
        margin-right: 10px
    }

    .profile-feedback .items .item .score.visible-xs {
        display: inline-block !important
    }

    .profile-feedback .items .item span.tag-label {
        font-size: 16px !important
    }

    .profile-feedback .items .item span.tag-label .number {
        font-size: 17px !important
    }

    .magazine-box-full .img-parent,
    .magazine-box-full img {
        height: 180px;
        max-height: 180px
    }

    .magazine-box-full .content-parent .title {
        margin-bottom: 5px
    }

    .magazine-box-full .content-parent .title a {
        color: #4a4a4a
    }

    .magazine-box-full .content-parent {
        min-height: 107px
    }

    .magazine-box .bottom,
    .magazine-box .content {
        padding: 15px 15px 10px
    }

    .magazine-box .bottom .title,
    .magazine-box .bottom .title>a {
        font-size: 1.2em;
        color: #4a4a4a
    }

    .magazine-box .bottom p {
        font-size: .867em;
        color: #4a4a4a;
        line-height: 18px
    }

    .magazine-box-full .top {
        min-height: auto
    }

    .magazine-box-full .bottom {
        padding: 0 0 10px
    }

    .magazine-box-full .content {
        min-height: auto;
        padding: 15px 0
    }

    .profile-tel .btn {
        font-size: 18px;
        width: 100%;
        border-radius: 6px;
        border: 0;
        box-shadow: 0 3px 5px 0 rgba(41, 49, 105, .29);
        background-image: linear-gradient(90deg, #42aa21, #58c436)
    }

    .profile-tel .inactive-business,
    .profile-tel .inactive-business:hover {
        background-image: unset
    }

    .not-ranked-yet {
        font-size: 15px
    }

    .price,
    .prices {
        margin-bottom: 20px;
        border-top: .2em solid #535a98;
        margin-bottom: 25px;
        margin-right: 0;
        margin-left: 0
    }

    .prices .head-title {
        margin: 0;
        padding-bottom: 20px;
        border: 0;
        font-size: 18px
    }

    .prices .price {
        border-top: 1px solid #d9d9d9;
        border-bottom: 0;
        margin: 0;
        padding: 15px 10px
    }

    .carousel-indicators {
        position: static;
        padding: 0;
        margin: 15px auto 0
    }

    .carousel-indicators li {
        width: 18px;
        height: 18px;
        margin: 1px 5px;
        border: 1px solid #4a4a4a;
        border-radius: 10px;
        cursor: pointer;
        background-color: transparent
    }

    .carousel-indicators .active {
        width: 20px;
        height: 20px;
        margin: 1px 5px;
        background-color: #4a4a4a
    }

    .content-widget {
        margin-left: -10px;
        margin-right: -10px;
        background-color: #fff !important
    }

    .in-active-btn {
        width: 100%
    }

    .responsibility {
        padding: 30px 0
    }

    .responsibility i:before {
        font-size: 3em;
        margin: 0
    }

    .responsibility .content {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .responsibility .content .top {
        width: 3em;
        float: right;
        height: 50px;
        max-height: 50px;
        margin-bottom: 20px;
        margin-left: 15px;
        text-align: right
    }

    .responsibility .content .bottom {
        float: right;
        width: calc(100% - 3em - 15px);
        text-align: right;
        margin-bottom: 20px
    }

    .responsibility .content .col-xs-12:last-child .bottom {
        margin-bottom: 0
    }

    .responsibility .content .bottom .title {
        margin-top: 0
    }

    .responsibility .container .btn-more {
        margin: 0 auto !important
    }

    .responsibility .content img {
        height: 3em;
        width: 2.6em
    }

    .cats-nav ul>li,
    .wide-nav ul>li {
        display: table
    }

    .h1,
    h1 {
        font-size: 28px
    }

    .h1 .number,
    h1 .number {
        font-size: 27px
    }

    .h1 .small,
    .h1 small,
    .h1.small,
    h1 .small,
    h1 small,
    h1.small {
        font-size: 26px
    }

    .h1 .small .number,
    .h1 small .number,
    .h1.small .number,
    h1 .small .number,
    h1 small .number,
    h1.small .number {
        font-size: 25px
    }

    .h2,
    h2 {
        font-size: 24px
    }

    .h2 .number,
    h2 .number {
        font-size: 23px
    }

    .h2 .small,
    .h2 small,
    .h2.small,
    h2 .small,
    h2 small,
    h2.small {
        font-size: 22px
    }

    .h2 .small .number,
    .h2 small .number,
    .h2.small.number,
    .h2.small .number,
    h2 .small .number,
    h2 small .number,
    h2.small.number,
    h2.small .number {
        font-size: 21px
    }

    .h3,
    h3 {
        font-size: 22px
    }

    .h3 .number,
    h3 .number {
        font-size: 21px
    }

    .h3 .small,
    .h3 small,
    .h3.small,
    h3 .small,
    h3 small,
    h3.small {
        font-size: 18px
    }

    .h3 .small .number,
    .h3 small .number,
    .h3.small .number,
    h3 .small .number,
    h3 small .number,
    h3.small .number {
        font-size: 17px
    }

    .h4,
    h4 {
        font-size: 20px
    }

    .h4 .number,
    h4 .number {
        font-size: 19px
    }

    .h4 .small,
    .h4 small,
    .h4.small,
    h4 .small,
    h4 small,
    h4.small {
        font-size: 16px
    }

    .h4 .small .number,
    .h4 small .number,
    .h4.small .number,
    h4 .small .number,
    h4 small .number,
    h4.small .number {
        font-size: 17px
    }

    .h5,
    h5 {
        font-size: 16px
    }

    .h5 .number,
    h5 .number {
        font-size: 15px
    }

    .h5 .small,
    .h5 small,
    .h5.small,
    h5 .small,
    h5 small,
    h5.small {
        font-size: 14px
    }

    .h5 .small .number,
    .h5 small .number,
    .h5.small,
    .h5.small .number,
    h5 .small .number,
    h5 small .number,
    h5.small,
    h5.small .number {
        font-size: 13px
    }

    .number {
        font-size: 15px
    }

    .small .number,
    small .number {
        font-size: 13px
    }

    .lead {
        font-size: 18px
    }

    .lead .number {
        font-size: 17px
    }

    .secondary {
        font-size: 12px
    }

    .secondary .number {
        font-size: 11px
    }

    .btn-more {
        padding: 10px 15px;
        text-align: center
    }

    .m-t-s {
        margin-top: 5px
    }

    .m-r-s {
        margin-right: 5px
    }

    .m-b-s {
        margin-bottom: 5px
    }

    .m-l-s {
        margin-left: 5px
    }

    .m-t-m {
        margin-top: 30px !important
    }

    .m-r-m {
        margin-right: 30px
    }

    .m-b-m {
        margin-bottom: 30px
    }

    .m-l-m {
        margin-left: 30px
    }

    .m-xs-t-m {
        margin-top: 30px
    }

    .m-xs-r-m {
        margin-right: 30px
    }

    .m-xs-b-m {
        margin-bottom: 30px
    }

    .m-xs-b-s {
        margin-bottom: 20px
    }

    .m-xs-l-m {
        margin-left: 30px
    }

    .p-xs-5 {
        padding: 5px !important
    }

    .p-xs-l-5 {
        padding-left: 5px !important
    }

    .p-xs-r-5 {
        padding-right: 5px !important
    }

    .no-xs-p {
        padding: 0 !important
    }

    .no-xs-p-l {
        padding-left: 0 !important
    }

    .no-xs-p-r {
        padding-right: 0 !important
    }

    .no-xs-p-t {
        padding-top: 0 !important
    }

    .no-xs-p-b {
        padding-bottom: 0 !important
    }

    .no-xs-m {
        margin: 0
    }

    .no-xs-m-l {
        margin-left: 0
    }

    .no-xs-m-r {
        margin-right: 0
    }

    .no-xs-m-t {
        margin-top: 0
    }

    .no-xs-m-b {
        margin-bottom: 0
    }

    .ln-xs-1 {
        -webkit-line-clamp: 1;
        height: 1.4em
    }

    .ln-xs-2 {
        -webkit-line-clamp: 2;
        height: 2.8em
    }

    .ln-xs-3 {
        -webkit-line-clamp: 3;
        height: 4.2em
    }

    .ln-xs-4 {
        -webkit-line-clamp: 4;
        height: 5.6em
    }

    .ln-xs-5 {
        -webkit-line-clamp: 5;
        height: 7em
    }

    .ln-xs-6 {
        -webkit-line-clamp: 6;
        height: 8.4em
    }

    .ln-xs-7 {
        -webkit-line-clamp: 7;
        height: 9.8em
    }
}

@media screen and (device-aspect-ratio:40/71) {
    .nav-logos {
        width: 218px
    }

    .closebtn-parent {
        width: 100%
    }

    .profile-feedback .items .item .stars,
    .profile-feedback .items .item span.tag-label {
        font-size: .733em;
        margin-left: 3px
    }

    .magazine-box-full .content-parent .title a {
        font-size: 1.067em
    }

    .price .title,
    .prices .head-title {
        font-size: 18px
    }

    .price .title .number,
    .prices .head-title .number {
        font-size: 17px
    }

    .map-popover {
        max-width: 210px
    }

    .h2-small,
    h2.small {
        font-size: 20px
    }

    .secondary {
        font-size: 11px
    }

    .secondary .number {
        font-size: 10px
    }

    .form-search button[type=submit] {
        width: 20%
    }

    .form-search .form-group.locale-group .clear-icon {
        left: calc(20% + 26px)
    }

    .cats-nav ul>li>a,
    .wide-nav ul>li>a {
        font-size: 14px
    }
}

@media (min-width:768px) and (max-aspect-ratio:13/9) and (max-width:991px) {
    #pricing .news-item {
        margin-bottom: 20px !important
    }

    #pricing .magazine-widget {
        margin-bottom: 0 !important
    }

    #pricing-category .working-container-header {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1199px) {
    #pricing-carousel .carousel-indicators {
        position: static;
        padding: 0;
        margin: 15px auto 0
    }

    #pricing-carousel .carousel-indicators .active {
        width: 20px;
        height: 20px;
        margin: 1px 5px;
        background-color: #4a4a4a
    }

    #pricing-carousel .carousel-indicators li {
        width: 18px;
        height: 18px;
        margin: 1px 5px;
        border: 1px solid #4a4a4a;
        border-radius: 10px;
        cursor: pointer;
        background-color: transparent
    }

    .home .pricing .btn-more {
        margin-top: 0 !important
    }

    .search-widget-parent.in {
        margin-right: -140px
    }
}

@media (max-width:767px) {
    .widgets>.row {
        background-color: #eeeff4
    }

    .trigger {
        left: 0;
        top: unset;
        bottom: 18px;
        min-width: 49px;
        padding: 10px
    }

    .trigger i:before {
        font-size: 22px;
        transform: rotate(90deg)
    }
}

.pro-card {
    padding: 24px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14);
    border: 1px solid #fafafa;
    background-color: #fff;
    margin-top: 24px;
    transition: box-shadow .4s ease-out
}

.pro-card:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .11), 0 9px 12px rgba(0, 0, 0, .14)
}

.pro-card--first-item {
    margin-top: 12px
}

.pro-card__profile-picture {
    width: 70px;
    height: 70px;
    background-color: #efefef
}

.pro-card__profile-picture:hover {
    cursor: pointer
}

.pro-card__business-icon,
.pro-card__business-image {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.pro-card__business-icon {
    width: 36px !important;
    height: 32px
}

.pro-card .scale-on-hover,
.pro-card__business-image {
    width: 100%;
    height: 100%;
    background-color: #efefef
}

.pro-card__owner-name {
    color: #000;
    font-size: 13px;
    line-height: 1.08;
    max-width: 70px
}

.pro-card__content {
    order: -1;
    margin-left: 18px
}

.pro-card__headline {
    margin-top: -6px;
    margin-bottom: 3px
}

.pro-card__business-name {
    font-size: 21px;
    line-height: 1.24;
    color: #293169;
    font-weight: 400
}

.pro-card__tag {
    padding: 6px 12px 5px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.33;
    color: #28316d;
    background-color: rgba(201, 202, 217, .2)
}

.pro-card__tag:after {
    content: attr(data-tag)
}

.pro-card__paragraph {
    overflow: hidden;
    font-size: 13px;
    line-height: 1.38;
    color: #000;
    margin-top: 16px;
    width: 100%
}

.pro-card__paragraph:hover {
    cursor: pointer
}

.pro-card__paragraph--waiting-for-rank {
    margin-top: 32px
}

.pro-card__stars-container {
    margin-top: 1px;
    line-height: 1
}

.pro-card__stars-container .star {
    width: 12px;
    height: 12px;
    background-image: var(--wpr-bg-03227aa2-c759-4f78-80cf-cb6a59f2b4d8);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 0 1px
}

.pro-card__stars-container .star-half {
    background-image: var(--wpr-bg-13a2da04-7ee3-45a3-ad1b-62f1d0b5d53f)
}

.pro-card__stars-container .star-empty {
    background-image: var(--wpr-bg-e4219629-6fe3-43a3-b07f-b9f3027932cf)
}

.pro-card__stars-container .star-empty-in-rank {
    background-image: var(--wpr-bg-469f0eb1-63cb-4af3-bc4b-ae8634c9724d)
}

.pro-card__stars-container .star-stroke {
    background-image: var(--wpr-bg-abc7f335-3cc8-4951-aec6-7303d3a0e90a)
}

.pro-card__ranks-container {
    margin-top: 13px
}

.pro-card__votes-total {
    font-size: 32px;
    line-height: 1;
    color: #28316d
}

.pro-card__reviews {
    margin-right: 29px
}

.pro-card__reviews-count {
    line-height: 1;
    font-size: 32px;
    color: #28316d
}

.pro-card__reviews-text {
    margin-top: 1px
}

.pro-card__reviews-text,
.pro-card__waiting-for-rank {
    color: #28316d;
    font-size: 15px;
    line-height: 1;
    height: 16px
}

.pro-card__waiting-for-rank {
    margin-right: 12px;
    margin-top: 2px
}

.pro-card__action-button-container {
    order: 5;
    margin-top: 16px;
    margin-right: auto;
    width: 100%
}

.otw_get_professionals_business_container .pro-card__action-button {
    width: 100%;
    font-size: 17px;
    height: 49px;
    font-weight: 700;
    line-height: 1.39;
    letter-spacing: 1.44px;
    display: flex;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    transition: background-color .4s ease-out;
    color: #fff
}

.otw_get_professionals_business_container .pro-card__action-button--active {
    box-shadow: 0 3px 5px 0 rgba(41, 49, 105, .29);
    background-image: -webkit-gradient(linear, left top, right top, from(#42aa21), to(#58c436))
}

.otw_get_professionals_business_container .pro-card__action-button--active:active,
.otw_get_professionals_business_container .pro-card__action-button--active:focus,
.otw_get_professionals_business_container .pro-card__action-button--active:hover {
    color: #fff
}

.otw_get_professionals_business_container .pro-card__action-button--disabled {
    box-shadow: 0 3px 5px 0 rgba(41, 49, 105, .29) !important;
    background-color: #929292;
    border-color: #929292;
    opacity: .4 !important
}

.otw_get_professionals_business_container .pro-card__action-button--disabled:active,
.otw_get_professionals_business_container .pro-card__action-button--disabled:focus,
.otw_get_professionals_business_container .pro-card__action-button--disabled:hover,
.otw_get_professionals_business_container .pro-card__action-button--disabled[disabled] {
    cursor: pointer;
    background-color: #929292;
    color: #fff
}

@media (min-width:768px) {
    /*.pro-card__action-button {
        width: 220px;
        font-size: 18px
    }*/

    .pro-card__action-button--active {
        background-color: #323f96;
        background-image: unset
    }

    .pro-card__action-button--active:active,
    .pro-card__action-button--active:focus,
    .pro-card__action-button--active:hover {
        /*background-color: #3b4bb2*/
    }
}

.pro-card__last-check {
    font-size: 13px;
    line-height: 1.54;
    color: #c9cad9;
    margin-top: 3px
}

.pro-card__last-check .number {
    font-size: 13px
}

.pro-card__notify {
    color: #4a4a4a;
    padding-top: 4px;
    font-size: 14px
}

.pro-card.component-margin-top {
    margin-top: 54px
}

@media (min-width:768px) {
    .pro-card__profile-picture {
        width: 87px;
        height: 87px
    }

    .pro-card__business-icon {
        width: 40px !important;
        height: 40px
    }

    .pro-card__owner-name {
        font-size: 16px;
        line-height: 1.06;
        margin-top: 5px;
        max-width: 87px
    }

    /*.pro-card__content {
        margin-right: 24px;
        order: 0
    }*/

    .pro-card__business-name {
        font-size: 27px
    }

    .pro-card__tag {
        font-size: 15px
    }

    /*.pro-card__description {
        margin-right: 113px
    }*/

    .pro-card__paragraph {
        font-size: 16px;
        order: 3
    }

    .pro-card__ranks-container {
        margin-top: 21px
    }

    .pro-card__reviews-text {
        margin-top: 3px
    }

    /*.pro-card__action-button-container {
        order: 0;
        width: unset;
        margin-top: 0
    }*/

    .pro-card__action-button {
        font-size: 18px
    }

    .pro-card__last-check {
        font-size: 16px;
        line-height: 1.25
    }

    .pro-card__last-check .number {
        font-size: 16px
    }

    .pro-card.component-margin-top {
        margin-top: 54px
    }
}

@media (max-width:360px) {
    .pro-card {
        padding: 18px
    }
}

.change-city-modal .modal-dialog {
    width: 700px
}

.change-city-modal .modal-body {
    padding: 44px 90px
}

.change-city-modal .close-parent {
    position: absolute;
    left: 9px;
    top: 9px
}

.change-city-modal__logo {
    width: 163px;
    height: 35px
}

.change-city-modal__logo--cooperation {
    width: unset;
    height: 62px
}

.change-city-modal__body {
    margin-top: 20px
}

.change-city-modal__title {
    font-size: 38px;
    line-height: 1.32;
    letter-spacing: -.3px;
    font-weight: 300;
    color: #28316d
}

.change-city-modal__form {
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .44);
    border: 1px solid #fafafa;
    background-color: #fff;
    margin-top: 16px
}

.change-city-modal__form__input {
    -webkit-appearance: none;
    direction: rtl;
    height: 64px;
    border: 0;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #083799;
    padding-right: 15px;
    padding-left: 15px
}

.change-city-modal__form .clear-input-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    height: 13px;
    width: 13px;
    transform: translate(-15px, -50%);
    opacity: 0;
    transition: opacity .3s, transform .3s;
    border: 0;
    background: var(--wpr-bg-85fa5ac0-d9e1-4eba-a71f-43444b9ada92) no-repeat 50%;
    cursor: pointer;
    pointer-events: none
}

.change-city-modal__form .clear-input-icon.in {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(-50%)
}

.change-city-modal__form__input::-webkit-input-placeholder {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #c9cad9
}

.change-city-modal__form__input::-ms-input-placeholder {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #c9cad9
}

.change-city-modal__form__input::placeholder {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #c9cad9
}

.change-city-modal__form__input:focus,
.change-city-modal__form__input:hover {
    outline: none !important;
    box-shadow: unset
}

.change-city-modal .autocomplete-item {
    border-top: 1px solid #f2f2f2;
    height: 64px;
    display: flex;
    align-items: center;
    padding-right: 12px !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #4a4a4a
}

.change-city-modal .autocomplete-item:hover {
    background-color: rgba(191, 197, 255, .17)
}

.change-city-modal .search-error-wrapper {
    padding-right: 12px;
    border-top: 1px solid #f2f2f2;
    height: 64px;
    display: flex;
    align-items: center;
    font-size: 18px
}

.change-city-modal .search-error-icon {
    margin-left: 3px
}

@media (max-width:767px) {
    .change-city-modal .modal-dialog {
        width: 339px;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto
    }

    .change-city-modal .modal-body {
        padding: 30px 18px
    }

    .change-city-modal__logo {
        width: 123px;
        height: 27px
    }

    .change-city-modal__logo--cooperation {
        width: unset;
        height: 62px
    }

    .change-city-modal__title {
        font-size: 32px
    }

    .change-city-modal .autocomplete-item,
    .change-city-modal .search-error-wrapper,
    .change-city-modal__form__input {
        height: 44px;
        font-size: 16px
    }

    .change-city-modal__form__input::-webkit-input-placeholder {
        font-size: 16px
    }

    .change-city-modal__form__input::-ms-input-placeholder {
        font-size: 16px
    }

    .change-city-modal__form__input::placeholder {
        font-size: 16px
    }
}

.flex {
    display: flex
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-no-wrap {
    flex-wrap: nowrap
}

.inline-flex {
    display: inline-flex
}

.align-self-start {
    align-self: flex-start
}

.flex-1 {
    flex: 1
}

.flex-end {
    justify-content: flex-end
}

.flex-column {
    flex-direction: column
}

.flex-stretch {
    justify-content: stretch
}

.flex-vh-center {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center
}

.flex-align-end {
    align-self: flex-end
}

.flex-align-center {
    align-self: center
}

.flex-horizontal-center {
    display: flex;
    align-items: center
}

.flex-vertical-center {
    justify-content: center
}

.flex-prevent-overflow {
    flex: 1 1 0;
    min-width: 0
}

.inline-flex-horizontal-center {
    display: inline-flex;
    align-items: center
}

.align-center {
    align-items: center
}

.align-baseline {
    align-items: baseline
}

.space-between {
    justify-content: space-between
}

.flex-line-break {
    flex-basis: 100%;
    height: 0
}

.flex-no-shrink {
    flex-shrink: 0
}

.flex-last {
    order: 9999
}

@media (min-width:768px) {
    .flex-vh-center--lg {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center
    }

    .sm\:flex-direction-row {
        flex-direction: row
    }

    .sm\:flex-align-center {
        align-items: center
    }
}

@media (min-width:992px) {
    .md\:flex-direction-row {
        flex-direction: row
    }
}

@media (max-width:767px) {
    .flex-wrap-xs {
        flex-wrap: wrap
    }
}

@font-face {
    font-family: Rubik;
    font-display: swap;
    font-style: normal;
    font-weight: 300;
    src: url(https://cdn2.pro.co.il/fonts/rubik/rubik-300.eot);
    src: local("Rubik Light"), local("Rubik-Light"), url(https://cdn2.pro.co.il/fonts/rubik/rubik-300.eot#iefix) format("embedded-opentype"), url(https://cdn2.pro.co.il/fonts/rubik/rubik-300.woff2) format("woff2"), url(https://cdn2.pro.co.il/fonts/rubik/rubik-300.woff) format("woff"), url(https://cdn2.pro.co.il/fonts/rubik/rubik-300.ttf) format("truetype"), url(https://cdn2.pro.co.il/fonts/rubik/rubik-300.svg#Rubik) format("svg")
}

@font-face {
    font-family: Rubik;
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url(https://cdn2.pro.co.il/fonts/rubik/rubik-regular.eot);
    src: local("Rubik"), local("Rubik-Regular"), url(https://cdn2.pro.co.il/fonts/rubik/rubik-regular.eot#iefix) format("embedded-opentype"), url(https://cdn2.pro.co.il/fonts/rubik/rubik-regular.woff2) format("woff2"), url(https://cdn2.pro.co.il/fonts/rubik/rubik-regular.woff) format("woff"), url(https://cdn2.pro.co.il/fonts/rubik/rubik-regular.ttf) format("truetype"), url(https://cdn2.pro.co.il/fonts/rubik/rubik-regular.svg#Rubik) format("svg")
}

@font-face {
    font-family: Rubik;
    font-display: swap;
    font-style: normal;
    font-weight: 500;
    src: url(https://cdn2.pro.co.il/fonts/rubik/rubik-500.eot);
    src: local("Rubik Medium"), local("Rubik-Medium"), url(https://cdn2.pro.co.il/fonts/rubik/rubik-500.eot#iefix) format("embedded-opentype"), url(https://cdn2.pro.co.il/fonts/rubik/rubik-500.woff2) format("woff2"), url(https://cdn2.pro.co.il/fonts/rubik/rubik-500.woff) format("woff"), url(https://cdn2.pro.co.il/fonts/rubik/rubik-500.ttf) format("truetype"), url(https://cdn2.pro.co.il/fonts/rubik/rubik-500.svg#Rubik) format("svg")
}

@font-face {
    font-family: Rubik;
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: url(https://cdn2.pro.co.il/fonts/rubik/rubik-700.eot);
    src: local("Rubik Bold"), local("Rubik-Bold"), url(https://cdn2.pro.co.il/fonts/rubik/rubik-700.eot#iefix) format("embedded-opentype"), url(https://cdn2.pro.co.il/fonts/rubik/rubik-700.woff2) format("woff2"), url(https://cdn2.pro.co.il/fonts/rubik/rubik-700.woff) format("woff"), url(https://cdn2.pro.co.il/fonts/rubik/rubik-700.ttf) format("truetype"), url(https://cdn2.pro.co.il/fonts/rubik/rubik-700.svg#Rubik) format("svg")
}

@font-face {
    font-family: icomoon;
    font-display: swap;
    src: url(https://cdn2.pro.co.il/fonts/pro-icomoon/fonts/icomoon.eot);
    src: url(https://cdn2.pro.co.il/fonts/pro-icomoon/fonts/icomoon.eot#iefix) format("embedded-opentype"), url(https://cdn2.pro.co.il/fonts/pro-icomoon/fonts/icomoon.woff2) format("woff2"), url(https://cdn2.pro.co.il/fonts/pro-icomoon/fonts/icomoon.ttf) format("truetype"), url(https://cdn2.pro.co.il/fonts/pro-icomoon/fonts/icomoon.woff) format("woff"), url(https://cdn2.pro.co.il/fonts/pro-icomoon/fonts/icomoon.svg#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    display: inline-block;
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    width: 1em;
    margin-right: .5em;
    margin-left: .5em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cats-nav [class*=" icon-"]:before,
.cats-nav [class^=icon-]:before,
.nav-stacked [class*=" icon-"]:before,
.nav-stacked [class^=icon-]:before,
.wide-nav [class*=" icon-"]:before,
.wide-nav [class^=icon-]:before,
footer [class*=" icon-"]:before,
footer [class^=icon-]:before {
    margin-right: 0
}

footer .social-list [class*=" icon-"]:before,
footer .social-list [class^=icon-]:before {
    margin: 0 auto;
    text-align: center
}

.icon-close-times:before {
    content: "\e93f"
}

.icon-search:before {
    content: "\e943"
}

.icon-calendar:before {
    content: "\e944"
}

.icon-chevron-circle-right:before {
    content: "\e945"
}

.icon-chevron-circle-left:before {
    content: "\e946"
}

.icon-clock-o:before {
    content: "\e93e"
}

.icon-map-marker:before {
    content: "\e940"
}

.icon-phone:before {
    content: "\e941"
}

.icon-envelope:before {
    content: "\e942"
}

.icon-times-circle:before {
    content: "\e93c"
}

.icon-discount:before {
    content: "\e93a";
    color: #fff
}

.icon-protection:before {
    content: "\e93b";
    color: #fff
}

.icon-esitrevda:before {
    content: "\e901";
    color: #28316d
}

.icon-menu:before {
    content: "\e939";
    color: #28316d
}

.icon-home:before {
    content: "\e937";
    color: #28316d
}

.icon-search1:before {
    content: "\e938";
    color: #28316d
}

.icon-close:before {
    content: "\e936";
    color: #28316d
}

.icon-share:before {
    content: "\e935";
    color: #28316d
}

.icon-call-center:before {
    content: "\e932";
    color: #fff
}

.icon-filter:before {
    content: "\e933";
    color: #fff
}

.icon-money:before {
    content: "\e934";
    color: #fff
}

.icon-awning:before {
    content: "\e92b";
    color: #28316d
}

.icon-door-installtion:before {
    content: "\e92c";
    color: #28316d
}

.icon-gates-and-barriers:before {
    content: "\e92d";
    color: #28316d
}

.icon-handymen:before {
    content: "\e92e";
    color: #28316d
}

.icon-lining:before {
    content: "\e92f";
    color: #28316d
}

.icon-safes-installation:before {
    content: "\e930";
    color: #28316d
}

.icon-sewer-cleaning:before {
    content: "\e931";
    color: #28316d
}

.icon-default:before {
    content: "\e92a";
    color: #28316d
}

.icon-about:before {
    content: "\e900";
    color: #28316d
}

.icon-app:before {
    content: "\e902";
    color: #28316d
}

.icon-blacksmiths:before {
    content: "\e903";
    color: #28316d
}

.icon-blog:before {
    content: "\e904";
    color: #28316d
}

.icon-boiler-technicians:before {
    content: "\e905";
    color: #28316d
}

.icon-carpenters:before {
    content: "\e906";
    color: #28316d
}

.icon-computer-repair:before {
    content: "\e907";
    color: #28316d
}

.icon-contact:before {
    content: "\e908";
    color: #28316d
}

.icon-electricians:before {
    content: "\e909";
    color: #28316d
}

.icon-facebook:before {
    content: "\e90a";
    color: #4a4a4a
}

.icon-faq:before {
    content: "\e90b";
    color: #28316d
}

.icon-gardners:before {
    content: "\e90c";
    color: #28316d
}

.icon-general-contractors:before {
    content: "\e90d";
    color: #28316d
}

.icon-glazier:before {
    content: "\e90e";
    color: #28316d
}

.icon-google-plus:before {
    content: "\e90f";
    color: #4a4a4a
}

.icon-handicap:before {
    content: "\e910"
}

.icon-home-maintenance-companies:before {
    content: "\e911";
    color: #28316d
}

.icon-home-security:before {
    content: "\e912";
    color: #28316d
}

.icon-house-cleaning-companies:before {
    content: "\e913";
    color: #28316d
}

.icon-house-painters:before {
    content: "\e914";
    color: #28316d
}

.icon-hvac-businesses:before {
    content: "\e915";
    color: #28316d
}

.icon-insurance:before {
    content: "\e916";
    color: #28316d
}

.icon-jobs:before {
    content: "\e917";
    color: #28316d
}

.icon-location:before {
    content: "\e918";
    color: #28316d
}

.icon-locksmiths:before {
    content: "\e919";
    color: #28316d
}

.icon-lpg-technicians:before {
    content: "\e91a";
    color: #28316d
}

.icon-magazine:before {
    content: "\e91b";
    color: #28316d
}

.icon-manual:before {
    content: "\e91c";
    color: #28316d
}

.icon-moving-companies:before {
    content: "\e91d";
    color: #28316d
}

.icon-pest-control:before {
    content: "\e91e";
    color: #28316d
}

.icon-plumbers:before {
    content: "\e91f";
    color: #28316d
}

.icon-price:before {
    content: "\e920";
    color: #28316d
}

.icon-refrigerator-technicians:before {
    content: "\e921";
    color: #28316d
}

.icon-roofing-contractors:before {
    content: "\e922";
    color: #28316d
}

.icon-rug-cleaning:before {
    content: "\e923";
    color: #28316d
}

.icon-sealing:before {
    content: "\e924";
    color: #28316d
}

.icon-shutter-repair:before {
    content: "\e925";
    color: #28316d
}

.icon-television-repair:before {
    content: "\e926";
    color: #28316d
}

.icon-time:before {
    content: "\e927";
    color: #28316d
}

.icon-washing-machine-technicians:before {
    content: "\e928";
    color: #28316d
}

.icon-youtube:before {
    content: "\e929";
    color: #4a4a4a
}

.availability-update-modal .modal-body {
    padding: 24px;
    border-radius: 6px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .11);
    border: 1px solid #fafafa;
    background-color: #fff
}

.availability-update-modal .modal-dialog {
    width: 740px
}

.availability-update-modal__container {
    margin-top: 18px
}

.availability-update-modal__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.17;
    color: #28316d;
    margin-top: 2px
}

.availability-update-modal__label {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #272c6c
}

.availability-update-modal__text {
    font-size: 16px;
    line-height: 1.5;
    color: #4a4a4a
}

.modal__form-group {
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .44);
    border: 1px solid #fafafa;
    margin-top: 22px
}

.modal__form-control {
    -webkit-appearance: none;
    direction: rtl;
    height: 52px;
    border: 0;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    background-color: #fff;
    color: #083799;
    padding-right: 15px;
    padding-left: 15px
}

.modal__form-submit {
    background-color: #323f96 !important
}

.modal__form-submit:focus,
.modal__form-submit:hover {
    outline: 0 !important;
    background-color: #323f96 !important
}

@media (max-width:767px) {
    .availability-update-modal .modal-dialog {
        width: 338px;
        margin: 10px auto 0
    }
}

.otw_get_professionals_business_container{
	margin-bottom:20px;	
}
#pro-loadmore,  .pro-loadmore{
    background: #12255B!important;
    color: white !important;
    border: 0!important;
    border-radius: 0!important;
    width: 100%!important;
    max-width: 400px!important;
    margin-bottom: 50px!important;
}
.pro-card-hidden {
    display: none;
}