.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}
a{
    transition: .3s;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pr-5 {
    padding-right: 45px !important;
}

.w-full {
    width: 100% !important;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

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

a {
    color: #000
}

a:focus, a:hover {
    color: #8b4513;
    text-decoration: none
}

a:focus {
    text-decoration: none !important;
    outline: 0 !important
}

#nav {
    list-style: none;
    padding-left: 0;
    display: inline-flex
}

#nav li:not(:first-child) {
    padding-left: 30px
}

#nav li a {
    padding-bottom: 3px;
    color: #fff;
    text-transform: uppercase;
    font-family: Lato;
    font-weight: 600
}

#nav li.active a, #nav li:hover a {
    border-bottom: 1px solid #fff;
    text-decoration: none
}

#nav.not-logged li.active:last-child a, #nav.not-logged li:last-child:hover a {
    border-bottom: 0;
    text-decoration: none
}

.help-block {
    font-size: 13px;
    color: red;
    margin-bottom: 0
}

.headerMenu {
    font-size: 25px
}

.background {
    background: url(/assets/frontend/images/img/home.png);
    background-size: 100% 300px;
    height: 300px
}

.all {
    background: #fff;
    color: #616161;
    font-family: Merriweather;
    font-style: italic;
    font-weight: 600;
    padding: 5px
}

.lawyers {
    color: #fff;
    margin-left: 10px;
    font-family: Merriweather
}

.dotInfo {
    font-size: 16px;
    font-family: 'Playfair Display', serif
}

.all:after {
    content: "";
    margin-top: 15px;
    margin-left: -5px;
    border: 2px solid grey;
    width: 10px;
    position: absolute
}

.lawyersText {
    padding-left: 5px
}

.allText {
    padding: 5px
}

.lawyers:before {
    content: "";
    margin-top: 15px;
    margin-left: -10px;
    border: 2px solid #fff;
    width: 10px;
    position: absolute
}

header .menuLinks {
    position: relative;
    padding-top: 10px
}

#header .main {
    background: #454545
}

#header .container {
    padding: 20px 0
}

.separator {
    border-bottom: 1px solid #d3d3d3
}

.separator_gray {
    border-bottom: 1px solid #696969
}

.lawyers-link-btn {
    text-decoration: none;
    color: #fff;
    font-family: Lato;
    font-weight: 600;
    border-radius: 30px;
    background: #c49463;
    padding: 8px 30px;
    transition: all .3s ease 0;
    cursor: pointer
}

.link-btn-white {
    color: #c49463;
    background: #fff;
    border: 1px solid #c49463
}

.arrow-lawyers {
    padding-left: 10px
}

.typeahead li.active {
    cursor: pointer
}

.typeahead li.active a, .typeahead li.active a:hover {
    color: #fff;
    cursor: pointer
}

.read_more {
    text-decoration: none;
    color: #ba8325;
    font-family: Lato;
    font-weight: 600;
    transition: all .2s ease 0;
    cursor: pointer;
    font-size: 15px
}

.read_more:hover {
    color: #000;
    text-decoration: none
}

.justify-content-between {
    justify-content: space-between
}

.lawyers-link-btn:hover {
    background: #ba8325;
    color: #fff;
    text-decoration: none
}

#navButton {
    display: inline;
    text-decoration: none;
    border-radius: 30px;
    background: #c49463;
    position: absolute;
    right: 0px;
    padding: 5px 25px 5px 25px;
    top: 20px;
    transition: all .3s ease 0s
}

#navButton:hover {
    background: #ba8325
}

.white {
    color: #fff
}

.login-button {
    position: absolute;
    right: 18px;
    top: 20px
}

li a.disabled {
    pointer-events: none;
    opacity: .6
}

li a.disabled:hover {
    cursor: default
}

.lawyers_title {
    font-family: Merriweather;
    font-size: 36px;
    font-weight: 800;
    text-align: center
}

.lawyers_text {
    font-size: 20px;
}

.pd10 {
    padding-right: 10px
}

.pd5 {
    padding-right: 5px
}

#uploadImage {
    width: 250px
}

.no_image {
    padding-top: 2px
}

.file_upload {
    position: relative;
    overflow: hidden;
    font-size: 1em;
    border: 1px solid #000;
    padding: 4px;
    max-width: 250px
}

.file_upload > button {
    float: right;
    width: 8em
}

.file_upload input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(20);
    letter-spacing: 10em;
    -ms-transform: scale(20);
    opacity: 0;
    cursor: pointer
}

.formLawyersInput.invalid {
    border-bottom: 1px solid red
}

label.invalid {
    color: red;
    font-family: Merriweather;
    font-weight: 500;
    font-size: 10px;
    position: relative;
    top: 1px
}

.invalid_login {
    color: red !important;
    font-family: Merriweather;
    font-weight: 500
}

.center {
    text-align: center
}

.v-space {
    height: 10px
}

.v-space1 {
    height: 20px
}

.v-space2 {
    height: 30px
}

.v-space3 {
    height: 40px
}

.v-space4 {
    height: 50px
}

.v-space5 {
    height: 80px
}

.signUpTab li a.inactive {
    color: #0a1115 !important
}

.formLawyersInputDescription {
    color: #b7b7b7;
    font-family: Merriweather;
    font-size: 12px;
    width: 80%
}

.labels {
    text-align: left;
    font-size: 16px
}

.lawyersText {
    font-family: Merriweather
}

.lawyersTextTab {
    font-family: Lato
}

.lawyersTextTabNumber {
    float: right;
    font-size: 18px;
    color: #696969
}

.center {
    text-align: center
}

.search-box {
    height: 70px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

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

.input-lawyers {
    outline: 0;
    border-width: 0 0 1px;
    border-color: #616161;
    width: 100%
}

.grayBg {
    background: #f2f2f2
}

.home-tabs {
    width: 100%;
    height: 60px;
    padding: 0;
    position: relative;
    z-index: 0;
    margin-top: 40px;
}

.home-tabs li {
    font-family: Lato;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    list-style: none;
    margin-right: 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    outline: 0
}

.home-tabs li a:not(.inactive) {
    font-weight: 700;
    color: #454545;
    background: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-decoration: none;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 85% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 85% 0)
}

.home-tabs li a.inactive {
    color: #fff
}

.home-tabs li a, .home-tabs li a:hover {
    text-decoration: none;
    cursor: pointer;
    padding: 20px 45px;
    display: inline-block;
}

.after_lawyer_number {
    text-align: center;
    font-family: Merriweather;
    font-weight: 600;
    color: #000;
    font-size: 50px
}

.after_lawyer_text {
    text-align: center;
    font-family: Lato;
    font-weight: 500;
    font-size: 19px;
    color: #c49463
}

.gray {
    color: #696969
}

.wwd_icon {
    color: #fff;
    font-size: 35px;
    text-shadow: -2px 0 #c49463, 0 2px #c49463, 2px 0 #c49463, 0 -2px #c49463
}

.wwd_title {
    color: #000;
    font-size: 19px;
    font-family: Lato;
    font-weight: 600
}

.wwd_text {
    font-size: 13px;
    font-family: Lato;
    font-weight: 500;
    color: #696969
}

.black {
    color: #000
}

.block-text {
    padding-bottom: 10px
}

#memberNav li a {
    padding: 7px 20px;
    display: block
}

.btn-remove {
    background: red;
    margin-left: 5px
}

.btn-remove:hover {
    background: #00f
}

.centerPart {
    float: left;
    padding-left: 50px
}

.rightPart {
    float: right;
    margin-right: 50px
}

.searchBoxBtn {
    padding: 5px 10px !important
}

.contactRight {
    padding-top: 20px
}

.contactRightTitle {
    padding-top: 15px
}

.block-text {
    text-align: left
}

.box {
    width: 150px;
    height: 150px;
    position: relative;
    border: 1px solid #bbb;
    float: left;
    background: #eee
}

.ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right
}

.ribbon span {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79a70a;
    background: linear-gradient(#f70505 0, #8f0808 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #8f0808;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8f0808
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #8f0808;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8f0808
}

ul.pagination li {
    font-size: 15px
}

::-moz-selection {
    background: gold
}

::selection {
    background: gold
}

.left {
    text-align: left
}

.left-resp {
    text-align: left
}

.latest_news {
    background: #f2f2f2
}

.footer {
    background: #454545
}

footer #footerNav li:not(:first-child) {
    padding-left: 30px
}

footer #footerNav {
    list-style: none;
    display: inline-flex
}

footer #footerNav li a {
    padding-bottom: 3px;
    color: #fff;
    text-transform: uppercase;
    font-family: Lato;
    font-weight: 600
}

footer #footerNav li:hover a {
    color: #c49463;
    text-decoration: none
}

.apply_now_btn {
    margin-left: 30px
}

.text_copyright {
    font-family: Lato;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-align: center
}

.logosFooter, .logosFooterFirst {
    font-size: 40px;
    color: #fff;
    text-align: center
}

.logosFooter {
    margin-left: 15px
}

.social, .social-first {
    font-size: 40px;
    color: #c48e58;
    text-align: center
}

.social {
    margin-left: 15px
}

.post {
    position: relative;
    text-align: center
}

.post_date {
    position: absolute;
    background: #fff;
    bottom: 0;
    right: 0;
    padding: 15px 20px
}

.post_day {
    font-family: Lato;
    font-weight: 600;
    color: #000;
    font-size: 25px
}

.post_month {
    font-family: Lato;
    font-weight: 400;
    color: #696969;
    font-size: 16px;
    text-transform: uppercase
}

.post-category {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Lato;
    font-size: 12px;
    font-weight: 500
}

.post-category:hover {
    color: #c49463
}

.post-name {
    color: #000;
    text-decoration: none;
    font-family: Merriweather;
    font-size: 20px;
    font-weight: 600
}

.post-name:hover {
    color: #c49463
}

.foot {
    text-align: center
}

#memberNav {
    list-style: none;
    display: contents
}

#memberNav li:hover {
    background: #696969;
    cursor: pointer
}

#memberNav li:hover a {
    color: #fff
}

#memberNav li a {
    color: #696969;
    font-weight: 500;
    font-family: Lato
}

#memberNav .memberNavIcon {
    text-align: left
}

.text_about {
    color: #0a1115;
    font-family: Lato;
    font-size: 14px
}

.bagde_about {
    color: #0a1115;
    font-family: Merriweather;
    font-size: 14px;
    font-weight: 700;
    position: relative
}

.badgeDiv {
    margin-bottom: 20px
}

.text_about span {
    font-size: 13px;
    font-weight: 500;
    font-family: Lato
}

.bagde::after {
    content: '';
    position: absolute;
    display: inline-block;
    background: #c48e58;
    width: 20px;
    height: 3px;
    bottom: -10px;
    left: 0
}

.align_left {
    text-align: left
}

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

.has-error {
    margin-top: 5px;
    color: red;
    font-size: 14px
}

#map {
    height: 400px;
    width: 100%
}

.logoImg {
    float: left
}

.logoText {
    margin-left: 8px;
    font-family: Merriweather;
    color: #fff;
    font-size: 17px
}

.logoInfo {
    margin-left: 8px;
    position: relative;
    top: -10px;
    font-size: 15px
}

.formLawyersInput {
    border: 0;
    outline: 0;
    background: 0 0;
    border-bottom: 1px solid #d3d3d3;
    width: 100%;
    padding-bottom: 5px;
    color: #000;
    font-family: Merriweather;
    font-weight: 500
}

textarea.formLawyersInput {
    border: 1px solid #d3d3d3
}

.formLawyersInput::placeholder {
    color: #454545;
    font-family: Merriweather;
    font-weight: 500
}

.formTextRadio {
    color: #b7b7b7;
    font-family: Merriweather;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    left: 5px
}

input[type=radio]:after {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    top: -3px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #fff
}

input[type=radio]:checked:after {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    top: -3px;
    left: -1px;
    position: relative;
    background-color: #000;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #fff
}

.resultSearch {
    float: right;
    position: relative;
}

.select2 {
    min-width: 200px
}

.blog-category-links {
    list-style: none;
    padding-left: 20px
}

.lawyerMask:hover {
    background: #eee
}

.post-responsive {
    width: 100%;
    height: auto
}

.lawyersActivitiesLinks {
    transition: all .3s ease-in-out 0;
    line-height: 24px
}

.lawyersActivitiesLinks:hover {
    margin-left: 10px
}

.typeahead {
    background: #fff;
    list-style: none;
    margin: 0;
    position: static;
    padding-right: 30px;
    z-index: 1000;
    font-size: 18px;
    padding-bottom: 0 !important;
}

.typeahead.dropdown-menu {
    border-left: 3px solid #ba8325;
    border-right: 3px solid #ba8325;
    border-bottom: 3px solid #ba8325;
    padding-bottom: 10px
}

.practiceAreas {
    color: #000 !important
}

.addField, .removeField {
    padding: 5px 25px !important
}

.typeahead li {
    padding: 3px;
    margin: 0;
    position: relative;
    z-index: 1000;
    font-family: Merriweather;
    font-weight: 500
}

ul.pagination {
    list-style: none;
    display: inline-flex;
    font-weight: 500;
    font-family: Lato
}

ul.pagination li.active {
    font-weight: 600;
    color: #c49463;
    font-family: Lato
}

ul.pagination li:not(:first-child) {
    padding-left: 20px
}

.lawyerMask {
    border: 2px solid #696969;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px
}

.lawyerImage {
    float: left
}

.register-for-free {
    position: relative;
    -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .35);
    border-radius: 0 0 5px 5px;
    padding: 20px
}

.registerRibbon {
    content: '';
    position: absolute;
    display: inline-block;
    background: #000;
    width: 100%;
    height: 3px;
    top: 0;
    left: 0
}

.bg_orange {
    background: #c49463
}

.ribbonText {
    font-size: 16px;
    font-family: Merriweather;
    font-weight: 700
}

.ribbonTextSmall {
    font-size: 12px;
    font-family: Merriweather;
    line-height: 1.5em;
    color: #696969
}

.login-button {
    cursor: pointer
}

.lawyerName {
    font-weight: 600;
    font-size: 24px;
    font-family: Merriweather;
    color: #454545
}

.lawyerExperience {
    color: #999;
    font-size: 15px;
    font-family: Lato
}

.lawyerPhone {
    color: #c49463;
    font-size: 23px;
    font-weight: 500;
    font-family: Lato
}

.lawyerDescription {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    font-family: Lato
}

.paginate {
    text-align: center
}

.smallTextPremium {
    font-size: 18px;
    font-family: Lato;
    color: #000;
    font-weight: 600
}

.btn-link-black {
    color: #fff;
    background: #454545;
    border: 1px solid #454545
}

.arrow-lawyers-left {
    position: relative;
    left: -10px
}

.arrow-lawyers-right {
    position: relative;
    left: 10px
}

.modal-content {
    width: 80%;
    margin-left: 10%
}

.sign_in::placeholder {
    color: #b7b7b7
}

.sign_in_form {
    width: 80%;
    margin-left: 10%
}

.right-responsive {
    text-align: right
}

.firm {
    color: red;
    font-family: Merriweather;
    font-size: 14px;
    font-weight: 700
}

.signInText {
    font-family: Merriweather;
    font-weight: 500;
    color: #b7b7b7
}

.text_orange {
    color: #c48e58
}

.btn-gray {
    color: #b7b7b7;
    border: 1px solid #b7b7b7
}

input[type=checkbox] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: #fff;
    height: 20px;
    width: 20px;
    border: 1px solid #d3d3d3;
    position: absolute
}

input[type=checkbox]:checked {
    background: #c48e58
}

input[type=checkbox]:hover {
    filter: brightness(90%)
}

input[type=checkbox]:disabled {
    background: #e6e6e6;
    opacity: .6;
    pointer-events: none
}

input[type=checkbox]:after {
    content: '';
    position: relative;
    left: 40%;
    top: 15%;
    width: 25%;
    height: 55%;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: none
}

input[type=checkbox]:checked:after {
    display: block
}

input[type=checkbox]:disabled:after {
    border-color: #7b7b7b
}

.checkBoxText {
    margin-left: 25px;
    font-size: 12px;
    margin-bottom: 0;
    top: 5px;
    position: relative;
    cursor: pointer
}

.line {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #b7b7b7;
    line-height: .1em;
    margin: 10px 0 20px
}

.line span {
    background: #fff;
    padding: 0 10px
}

.logout {
    float: right;
    position: relative;
    top: -15px
}

.gold {
    color: gold
}

@media all and (max-width: 767px) {
    .delBtn {
        position: relative;
        left: 70px
    }

    .addBtn {
        position: relative;
        top: 20px
    }
}

@media all and (min-width: 768px) and (max-width: 1200px) {
    .delBtn {
        position: relative;
        left: 25px
    }
}

@media all and (max-width: 1000px) {
    .search-button-header {
        right: 50px;
    }

    .align_left {
        text-align: center
    }
}

@media all and (min-width: 960px) {
    .modal-content {
        margin-top: 200px
    }
}

@media all and (max-width: 530px) {
    #nav {
        display: table-cell
    }

    #nav li:first-child {
        margin-left: 30px
    }

    #nav li {
        padding-bottom: 10px
    }

    #nav li:last-child a {
        position: relative !important;
        top: 10px !important;
        left: 0
    }

    .headerMenu {
        font-size: 18px
    }

    .dotInfo {
        font-size: 14px
    }

    .all:after {
        top: -4px
    }

    .lawyers:before {
        top: -4px
    }

    footer #footerNav {
        display: table-cell
    }

    footer #footerNav li {
        padding-bottom: 10px
    }

    .foot {
        text-align: left
    }

    footer #footerNav li:not {
        padding-bottom: 10px
    }

    footer #footerNav li:not(:first-child) {
        padding-left: 0
    }

    .lawyers-link-btn {
        padding: 5px 30px
    }

    .logoImg {
        width: 35px
    }
}

@media all and (max-width: 767px) {
    .block-text {
        text-align: center
    }

    .contactname {
        padding-top: 15px
    }

    .left-resp {
        text-align: center
    }

    .lawyerName {
        font-size: 18px
    }

    .centerPart {
        float: none;
        padding-left: 0
    }

    .box {
        float: none
    }

    .rightPart {
        float: none;
        margin-right: 0
    }

    .lawyerImage {
        float: none
    }

    .right-responsive {
        text-align: left;
        padding-top: 30px
    }

    .search-box .v-space3 {
        height: 5px
    }

    .search-box .lawyers-link-btn {
        padding: 4px 2px 4px 15px;
        float: left;
        top: 10px;
        width: 130px;
        text-align: center
    }

    .searchBody {
        text-align: center
    }

    div.paginate {
        text-align: left
    }

    ul.pagination li:not(:first-child) {
        padding-left: 5px
    }

    .v-space5 {
        height: 40px
    }

    .v-space2 {
        height: 20px
    }

    .v-space4 {
        height: 20px
    }

    .formLawyersInput {
        font-size: 12px
    }
}

@media all and (min-width: 768px) {
    .typeahead {
        position: static;
        width: auto
    }
}

@media all and (max-width: 743px) {
    .home-tabs li a:not(.inactive) {
        clip-path: none
    }

    .home-tabs {
        margin-top: -10px
    }

    .home-tabs li {
        padding-bottom: 15px
    }
}

@media all and (max-width: 992px) {
    .mob-no {
        display: none !important
    }

    .home-tabs li a, .home-tabs li a:hover {
        padding: 8px 22px
    }

    .signUpTab li a, .signUpTab li a:hover {
        padding: 10px 21px !important;
        clip-path: none !important
    }
}

@media all and (max-width: 359px) {
    .home-image {
        padding-bottom: 80px;
        background: #333
    }

    .background {
        background-image: none !important
    }
}

@media all and (max-width: 450px) {
    .home-image {
        background: #333
    }

    .background {
        background-image: none !important
    }
}

@media (max-width: 767px) {
    .formLawyersInput {
        position: relative;
        margin-top: 5px;
        z-index: 0
    }

    .search-box {
        height: 110px
    }
}

@media all and (min-width: 767px) and (max-width: 992px) {
    .home-tabs li a, .home-tabs li a:hover {
        position: relative;
        top: 13px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .screen-no {
        display: none !important
    }

    .signUpTab {
        position: relative;
        top: 40px
    }
}
