﻿@charset "utf-8";

/* CSS Document */

body {
    /*padding-top: 10px;*/
    padding-bottom: 30px;
}

.clear {
    clear: both;
}

input.form-control::-webkit-input-placeholder {
    color: #666;
}

input.form-control::-moz-placeholder {
    color: #666;
}


/* firefox 19+ */

input.form-control:-ms-input-placeholder {
    color: #666;
}


/* ie */

input.form-control:-moz-placeholder {
    color: #666;
}

.form-group label {
    font-weight: normal;
}

.form-horizontal .control-label.text-left {
    text-align: left;
}

.contactForm .form-group {
    position: relative;
}

.contactForm textarea.form-control {
    height: 140px;
    overflow: auto;
}

.form-group .twitter-typeahead {
    width: 100%;
}

.contactForm .form-group .twitter-typeahead {
    display: block !important;
}

form h3 {
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
    line-height: 1.4em;
}

h3.underlined {
    border-bottom: 2px solid #ddd;
    line-height: 1.4em;
}

span.required:after,
form label.required:after {
    content: " *";
    color: #A94442;
    font-weight: bold;
    font-size: 18px;
    line-height: 1em;
}

form label.control-label.required:after {
    position: absolute;
    right: 5px;
}

/*.masthead {
    margin-bottom: 20px;
}*/

.header {}

.header .container {}

.header .logo {
    margin-left: -15px;
    position: relative;
}

.header .logo .beta {
    background-color: #CCC;
    color: #FFF;
    padding: 0 5px;
    position: absolute;
    right: -30px;
    text-shadow: -1px -1px 0 #999;
    top: 18px;
}

.header .topmenu {
    height: 41px;
    padding: 0;
}

.header .tagline {}

.header .tagline h2 {
    color: #788;
    margin: 0;
    line-height: 75px;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*font-style: italic;
    font-weight: 400;*/
}

@media (max-width: 991px) {
    .header .tagline h2 {
        font-size: 16px;
    }
}

.masthead .navigation {
    min-height: 128px;
}

.masthead .affix {
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
}

@media (max-width: 767px) {
    .masthead .affix {
        position: relative !important;
    }
    /*.masthead .affix-top {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10000;
    }*/
}

.navigation .quicksearch {
    padding: 5px 0;
    margin: 0;
    background: #f4f4f4;
    border-bottom: 1px solid #666;
}

.input-group .twitter-typeahead {
    width: 100%;
}

.input-group .twitter-typeahead .tt-hint {
    width: 100%;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.quicksearch .input-group .twitter-typeahead .tt-hint {
    font-size: 18px;
    height: 45px;
    line-height: 1.33;
    padding: 10px 16px;
}

.input-group .form-control.tt-input,
.input-group .form-control.tt-query {
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
    box-shadow: none;
}

.input-group .form-control.input-lg.tt-input,
.input-group .form-control.input-lg.tt-query {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
}

.twitter-typeahead .tt-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-bottom: 4px solid #111B22;
    /*border-radius: 0;
    border-top: medium none;*/
    padding: 0;
    width: 100%;
}

.twitter-typeahead .tt-menu .tt-suggestion {
    padding: 5px 10px;
}

.tt-suggestion p {
    margin: 0;
}

.tt-suggestion.tt-is-under-cursor,
.tt-suggestion.tt-cursor {
    background-color: #BCC6C5;
    cursor: pointer;
}
.tt-suggestion:hover {
    background-color: #BCC6C5;
    cursor: pointer;
}

.twitter-typeahead .tt-menu .tt-suggestion .resultType,
.twitter-typeahead .tt-menu .tt-suggestion .resultNumber {
    color: #999;
    float: right;
    font-style: italic;
    font-size: 12px;
}

.quicksearch input[type="text"] {
    border: 2px solid #ABB8B8;
}

.quicksearch .form-inline .radio,
.quicksearch .form-inline .checkbox,
.quicksearch .form-inline .checkbox-inline {
    display: inline-block;
    margin-top: 10px;
}

.quicksearch .field-validation-error {
    position: absolute;
    right: 130px;
    top: 6px;
}

.header .quicksearch {
    padding: 9px 0;
    height: 53px;
}

.topmenu .nav a {
    color: #333;
}

.topmenu .nav span.navbar-brand {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px;
}

.topmenu .nav > li > a {
    padding: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .topmenu .nav > li > a {
        padding: 10px 5px;
        font-size: 13px;
    }
}

.topmenu .nav > li > a:hover,
.topmenu .nav > li > a:focus {
    background-color: #becaca;
}

.topmenu .nav .open > a,
.topmenu .nav .open > a:hover,
.topmenu .nav .open > a:focus {
    background-color: #becaca;
    border-color: #428bca;
}

.topmenu .nav a .fa.fa-caret-down {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    color: #888;
}

.quicksearch .input-group .form-control {
    border-right: none;
}

.quicksearch .input-group .form-control.input-lg {
    height: 46px;
}

.masthead .navigation .navbar {
    z-index: 1030;
}

@media (min-width: 768px) {
    .masthead .navigation .navbar {
        margin: 0;
    }
    /*.masthead .navigation .navbar-collapse {
        margin: 0 -15px;
    }*/
}

@media (max-width: 767px) {
    .masthead .navigation .navbar {
        margin: 0;
        /*border-bottom: 5px solid #4CA747;*/
    }
}

.navbar-brand {
    line-height: 25px;
    padding: 12px 15px;
}

/*@media (min-width: 768px) {
    .navigation .navbar-nav.alternate > li {
        border-left: 2px solid #131416;
    }
}*/

.navigation .navbar-nav.alternate > li > a {
    background-color: #4CA747;
    color: #fff;
}

    .navigation .navbar-nav.alternate > li > a:hover,
    .navigation .navbar-nav.alternate > li > a:focus,
    .navigation .navbar-nav.alternate > li > a:active {
        background-color: #ffda00;
    }

    .navigation .navbar-nav > li > a.external,
    .navigation .navbar-nav.alternate > li > a.external {
        background-color: #ffda00;
        color: #000;
    }

.navigation .navbar-nav > li > a.external .fa-external-link {
    color: #000;
}

.navigation .navbar-nav > li > a.register,
.navigation .navbar-nav.alternate > li > a.register {
    background-color: #EC971F;
}

.navigation .navbar-nav.alternate > li > a.register:hover,
.navigation .navbar-nav.alternate > li > a.register:focus,
.navigation .navbar-nav.alternate > li > a.register:active {
    background-color: #F0AD4E;
}

/*.navigation .navbar-nav > li > a.external:hover {
    opacity: 0.8;
}*/

a.dropdown-toggle {
    cursor: pointer;
}

.nav > li.megamenu {
    position: inherit;
}

.megamenu .dropdown-menu {
    width: 100%;
}

.megamenu.login .dropdown-menu {
    width: 770px;
    max-width: 100%;
}

.navbar-right .dropdown-menu {
    text-align: right;
}

.navbar-right .megamenu .dropdown-menu {
    text-align: left;
}

.dropdown-header {
    color: #510c76;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}

.regionList .dropdown-header,
.navbar-nav .open .dropdown-menu .regionList .dropdown-header {
    padding: 0 5px;
    border-bottom: 1px solid #bbb;
    line-height: 24px;
}

.navbar-nav .open .dropdown-menu .regionList .dropdown-header {
    margin-bottom: 2px;
    margin-top: 6px;
}

.navbar-nav .open .dropdown-menu .regionList .dropdown-header:first-child {
    margin-top: 0;
}

li.active > a {
    outline: none;
    color:black;
}

.regionList {
    padding: 10px 5px;
}

.regionList ul.columnList {
    list-style: none;
    margin: 0;
    padding: 0;
}

.regionList ul.columnList li {
    line-height: 25px;
}

.regionList ul.columnList li a {
    display: block;
    /*line-height: 18px;*/
    padding: 0 5px;
    color: #111b22;
        -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .regionList ul.columnList li a:hover {
        /*background: #BCC6C6;*/
        /*color: #222;*/
        color: #ffda00;
        text-decoration: none;
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

@media (min-width: 480px) {
    .regionList .tab-pane ul,
    .columnList {
        -moz-column-count: 2;
        /* Firefox */
        -webkit-column-count: 2;
        /* Safari and Chrome */
        column-count: 2;
    }
}

@media (min-width: 768px) {
    .regionList .tab-pane ul,
    .columnList {
        -moz-column-count: 3;
        /* Firefox */
        -webkit-column-count: 3;
        /* Safari and Chrome */
        column-count: 3;
    }
}

@media (min-width: 992px) {
    .regionList .tab-pane ul,
    .columnList {
        -moz-column-count: 4;
        /* Firefox */
        -webkit-column-count: 4;
        /* Safari and Chrome */
        column-count: 4;
    }
}

@media (min-width: 1200px) {
    .regionList .tab-pane ul,
    .columnList {
        -moz-column-count: 5;
        /* Firefox */
        -webkit-column-count: 5;
        /* Safari and Chrome */
        column-count: 5;
    }
}

@media (min-width: 768px) and (max-height: 899px) {
    .regionList {
        max-height: 400px;
        overflow: auto;
    }
}

.dropdown-menu .holder {
    padding: 15px;
    background-color: #fff;
    margin: -5px 0;
}

.dropdown-menu .holder h3 {
    margin-top: 0;
}

.columnAdvert {
    margin-bottom: 20px;
    text-align: center;
    /*background-color: #f5f5f5;
    padding: 10px 0;*/
}

.columnAdvert * {
    max-width: 100%;
}

footer {
    padding-top: 10px;
    position: relative;
}

a.backTop {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -12px;
    background-color: #510c76;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 12px;
}

    a.backTop:hover {
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
        background-color: #510c76;
    }

footer .navbar-nav > li > a {
    padding: 5px 15px;
}

footer .navbar-default {
    border: none;
    background-color: transparent;
}

footer .navbar-default .nav > li {
    float: left;
}

    footer .navbar-default .navbar-nav > .active > a,
    footer .navbar-default .navbar-nav > .active > a:hover,
    footer .navbar-default .navbar-nav > .active > a:focus {
        background: none;
        color: #ffda00;
    }

.fatFooter {
    background: #24272a;
    color: white;
    padding: 20px 0;
    margin: 0 0 10px;
    border-top: 5px solid #510c76;
}

.fatFooter a {
    color: white;

}

.fatFooter a:hover {
    color: #ffda00;
}

@media (max-width: 767px) {
    .fatFooter ul {
        margin-left: 0;
    }
    .fatFooter ul li {
        display: inline-block;
        margin-left: 2.14286em;
    }
    .copyright.text-end {
        text-align: center !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .dropdown-toggle .fa {
        bottom: 2px;
        left: 50%;
        margin-left: -5px;
        position: absolute;
    }
}

.fatFooter .fa-linkedin-square,
.social .fa-linkedin-square,
.share a:hover .fa-linkedin-square {
    color: #007bb6;
}

.fatFooter .fa-twitter-square,
.social .fa-twitter-square,
.share a:hover .fa-twitter-square {
    color: #2caae1;
}

.fatFooter .fa-facebook-square,
.share a:hover .fa-facebook-square {
    color: #3B5998;
}

.social .fa-rss-square,
.panel-title .fa-rss-square {
    color: #EC971F;
}

.social .fa-square {
    color: #FC6;
}

.share a:hover .fa-envelope {
    color: #FC6;
}

.social a {
    display: inline-block;
    vertical-align: top;
}

.fatFooter .fa-linkedin-square,
.fatFooter .fa-twitter-square,
.fatFooter .fa-facebook-square {
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

.fa-external-link {
    color: #888;
}

.fa-sign-out {
    color: #4CA747;
}

.fa-ul.social li {
    /*line-height: 2.2em;*/
}

.social .fa-li.fa-2x {
    left: -1.7em;
}

.fa-ul.social li h5 {
    line-height: 1.1;
}


/*.panel-body .list-group {
    margin: -15px 0 15px;
}
.panel-body .list-group:last-child {
    margin: -15px 0;
}*/

img.pull-left {
    margin-right: 5px;
}

img.pull-right {
    margin-left: 5px;
}

.btn.pull-left {
    margin-right: 10px;
}

.btn.pull-right {
    margin-left: 10px;
}

ul.alerts li {
    padding-right: 30px;
    position: relative;
}

ul.alerts li a.remove {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #bbb;
}

ul.alerts li a.remove:hover {
    color: #C00;
}

ul.alerts li:hover a.remove {
    display: block;
}

ul.alerts li .fa-exclamation-circle {
    color: #FC0;
}

.tab-content {
    /*border: 1px solid #bbb;
    border-top: none;*/
    padding-top: 15px;
}

.tab-content ul h4 {
    font-size: 16px;
    line-height: 1.5;
}

.newsWidget ul li .fa-li {
    top: 0.4em;
}

.newsWidget ul li {
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .newsWidget ul.nav-tabs li {
        margin-bottom: 0;
    }
}

.newsWidget .fa-li {
    color: #666;
}

.newsWidget ul h4,
.newsWidget .tab-content ul h4 {
    font-size: 14px;
    line-height: 1.5em;
}

.countryMap {
    margin-bottom: 15px;
    position: relative;
}

.countryMap a img {
    opacity: 0.7;
    max-height: 210px;
}

.branch .countryMap a img {
    max-height: 160px;
    max-width: 90%;
}

.countryMap a:hover img {
    opacity: 1;
}

.countryMap a span {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    font-weight: bold;
    font-size: 16px;
}

.countryMap a span small {
    font-weight: normal;
    font-size: 12px;
}

.panel-body h3,
.modal-body h3 {
    margin-top: 0;
}

.panel-body img {
    max-width: 100%;
}

.panel-body.fixedheight {
    height: 390px;
}

.companyHeader,
.articleHeader {
    border-bottom: 2px solid #34495e;
    margin-bottom: 20px;
}
.companyHeader > .row,
.articleHeader > .row {
    margin-left: 0;
    margin-right: 0;
}
.companyTools,
.articleTools {
    padding: 0;
    background: #510c76;
    color: #eee;
}

.companyTools .share a,
.articleTools .share a {
    color: #eee;
    margin-right: 3px;
    text-decoration: none;
}

@media (max-width: 767px) {
    .companyTools .share a,
    .articleTools .share a {
        padding: 5px;
    }
}

.companyTools .btn,
.articleTools .btn {
    border-radius: 0;
    width: 100%;
}

.companyTools .share,
.articleTools .share {
    padding: 10px;
    text-align: center;
}

.companyLogo,
.companyName,
.articleTitle {
    padding: 15px;
    min-height: 138px;
    background-color: #eee;
}

@media (max-width: 767px) {
    .companyLogo,
    .companyName,
    .articleTitle {
        min-height: inherit;
        margin-right: 0;
    }
}

.partnerMoves.articleTitle {
    margin-right: 0;
}

.article .partnerMoves > .pull-right {
    margin: -15px -15px -15px 10px;
}

.partnerMoves img {
    height: 110px;
}

.companyLogo {
    text-align: right;
}

@media (max-width: 991px) {
    .companyLogo,
    .companyName {
        /*text-align: center;*/
        height: auto !important;
        min-height: inherit;
    }
}

@media (max-width: 767px) {
    .companyTools {
        height: auto;
    }
    .companyTools .btn,
    .articleTools .btn {
        width: auto;
        float: left;
    }
    .companyTools .share,
    .articleTools .share {
        padding: 7px;
        text-align: right;
    }
}

.companyLogo img {
    max-width: 90%;
    max-height: 108px;
    /*border: 5px solid #fff;*/
}

.companyName h1 {
    margin: 0 0 5px;
    font-size: 24px;
}

.companyName h5,
.companyLogo h5 {
    margin: 0;
}

.companyName h6 {
    font-size: 14px;
    margin-bottom: 0;
}

.companyInfo {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ABB8B8;
}

.companyInfo .navbar {
    margin-bottom: 0;
    min-height: 40px;
}

@media (min-width: 768px) {
    .companyInfo .navbar-default {
        background-color: transparent;
        border: none;
    }
}

.companyInfo .navbar .navbar-collapse {
    padding: 0;
}

.companyInfo .nav-tabs.nav-justified > li {
    /*float: left;*/
}

@media (min-width: 768px) {
    .companyInfo .nav-tabs.nav-justified > li {
        float: none;
    }
}

@media (max-width: 767px) {
    .companyInfo .nav-tabs.nav-justified {
        background-color: #eee;
        border-bottom: 1px solid #bbb;
    }
    .companyInfo .nav-tabs > li.active {
        border: none;
    }
    .companyInfo .navbar .navbar-collapse {
        position: absolute;
        right: 0;
        border: 1px solid #ccc;
    }
}

.companyInfo .navbar .navbar-toggle {
    padding: 5px 10px;
}

.navbar-collapse.collapsedTabs {
    z-index: 100;
}

.mapContainer,
.inProfile {
    margin-bottom: 20px;
}

.mapContainer *,
.inProfile *,
.videoContainer * {
    width: 100%;
    max-width: 100%;
}

.basicInfo p {
    margin: 0;
}

.basicInfo h5 {
    margin-top: 0;
}

.basicInfo .form-group {
    margin-bottom: 0;
}

.basicInfo .form-horizontal .control-label {
    padding-left: 0;
    padding-right: 0;
}

.basicInfo .rossete {
    text-align: right;
}

.basicInfo .rossete img {
    width: 48%;
    max-width: 100px;
    margin-bottom: 5px;
}

#accordion .panel-title > a {
    display: block;
    outline: none;
    text-decoration: none;
}

#accordion .panel-title > a.collapsed {
    color: #888;
}

.panel-title .toggler,
.filterList .toggler {
    font-weight: normal;
    font-size: 14px;
    color: #666;
    margin-top: 3px;
}

.panel-title .toggler,
.filterList .toggler {
    cursor: pointer;
    margin-left: 5px;
}

.panel-title .collapsed .toggler,
.panel-title.collapsed .toggler,
.filterList .toggler.collapsed {
    color: #bbb;
}

.ranking-title .panel-title.collapsed .toggler {
    color: #888;
}

.panel-title .fa-toggle-up,
.filterList .toggler .fa-minus-square-o {
    display: block;
}

.panel-title .collapsed .fa-toggle-up,
.panel-title.collapsed .fa-toggle-up,
.filterList .toggler.collapsed .fa-minus-square-o {
    display: none;
}

.panel-title .fa-toggle-down,
.filterList .toggler .fa-plus-square-o {
    display: none;
}

.panel-title .collapsed .fa-toggle-down,
.panel-title.collapsed .fa-toggle-down,
.filterList .toggler.collapsed .fa-plus-square-o {
    display: block;
}

.mainContent {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mainContent h3 {
    margin-top: 0;
}

.addresses address {
    font-size: 13px;
}

.addresses h4 {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}


/* Filter styles */

.fsHolder {
    height: 44px;
}

.filterSubmit {
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.8);
}

.filterSubmit.affix {
    top: 0;
    border-bottom: 1px solid #bbb;
    z-index: 1000;
    width: 95%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

.filterSubmit.fixed {
    position: fixed;
    top: 0;
    border-bottom: 1px solid #bbb;
    z-index: 1000;
    width: 95%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
    .filterSubmit.affix,
    .filterSubmit.fixed {
        width: 220px;
    }
}

@media (min-width: 992px) {
    .filterSubmit.affix,
    .filterSubmit.fixed {
        width: 293px;
    }
}

@media (min-width: 1200px) {
    .filterSubmit.affix,
    .filterSubmit.fixed {
        width: 360px;
    }
}

.bot-margin {
    margin-bottom: 10px;
}

.filterSubmit .btn {
    width: 100%;
}

.filters {
    margin-bottom: 20px;
    position: relative;
}

.filters .overlay {
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.filters h4,
.sort-title h4 {
    border-bottom: 1px solid #BBBBBB;
    padding: 7px 0 8px;
    margin-top: 0;
}

.form-group .filters h4 {
    border-bottom: none;
    padding: 0;
    margin: 0;
}

.filters h5 {
    border-bottom: 1px solid #BBBBBB;
    /*padding: 7px 0 8px;*/
    margin-top: 0;
}

.sort-title .sort {
    margin-top: 7px;
}

.filters .panel {
    margin-bottom: 0;
}

.filters .panel-heading {
    padding: 0;
}

.filters .panel-title {
    padding: 10px 15px 10px 10px;
    cursor: pointer;
    border-left: 5px solid #BCC5C5;
}

.filters .panel-body,
.filter .panel-body {
    padding: 0 15px;
    border: none;
}

.filters .panel-body .panel-title {
    border: none;
}

.filters .panel-body .panel-body {
    padding-bottom: 15px;
}

.filters .panel-body.topSelection {
    background-color: #DDDDDD;
    border-bottom: 2px solid #666666;
    padding: 10px 15px;
    position: relative;
}

.topSelection ul.filterList {
    margin: 0;
}

.filters .topSelection .filterSelect:first-child {
    padding-top: 0;
}

.filters .topSelection .filterSelect:last-child {
    padding-bottom: 0;
}


/*.topSelection .step {
    position: absolute;
    top: 10px;
    left: 5px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    color: #f4f4f4;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
}*/

h5 .step {
    left: 5px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #ddd;
    /*text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);*/
}

.filters .filterSelect {
    padding: 10px 0;
}

.filters .filterList,
.filters .filterList ul,
ul.filterList,
ul.filterList ul {
    padding: 0;
}

.filters .filterList li {
    list-style: none;
}

.filterList .radio label,
.filterList .checkbox label {
    display: block;
    padding-right: 20px;
}

ul.filterList li .checkbox .input-sm {
    padding: 2px 5px;
    height: 24px;
    margin-top: -2px;
}

.compare-label {
    font-weight: normal;
    padding: 7px 0 0 20px;
    text-align: right;
}

.firmFilter {
    z-index: 100;
}

.firmFilter .twitter-typeahead {
    width: 100%;
}

.firmFilter .twitter-typeahead .tt-hint {
    border-radius: 6px;
    padding: 6px 12px;
    height: 34px;
    width: 100%;
}

.radio label .badge,
.checkbox label .badge {
    float: right;
    margin-left: 3px;
}

.checkbox.all label {
    font-weight: bold;
    font-style: italic;
}

.searchTools {
    background-color: #D5DEDE;
}

.searchTools p,
.sortTools p {
    margin: 7px 0 7px 15px;
}

.filterTools p {
    margin: 6px 0 5px 15px;
}

.searchTools .btn,
.filterTools .btn {
    border-radius: 0;
    width: 100%;
}

.filterTools .btn {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0);
}

.filterTools .btn-danger:hover,
.filterTools .btn-danger:focus,
.filterTools .btn-danger:active {
    background-color: #d55956;
    border-color: #d55956;
}

.sortTools .btn {
    color: #666;
    float: right;
}

.sortTools .btn:hover,
.sortTools .btn:focus,
.sortTools .btn:active {
    color: #222;
}

.sortTools {
    background-color: #DFF0D8;
    border-bottom: 1px solid #bbb;
    /*margin: -15px 0 15px;*/
}

.sortTools label,
.filterTools label {
    font-weight: normal;
    margin-bottom: 0;
}

.filterTools {
    background-color: #eee;
    border-bottom: 1px solid #bbb;
    margin-bottom: 15px;
}

.filterTag {
    display: inline-block;
    line-height: 1.6;
    font-size: 12px;
    padding: 0 5px;
    margin: 2px;
    background-color: #D5DEDE;
    color: #333;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.filterTag a {
    margin-left: 3px;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    cursor: pointer;
}

.filterTag a:hover {
    color: #333;
}

.analysisFilter {
    margin-bottom: 15px;
    padding: 15px;
}

.analysisFilter.active {
    background-color: #eee;
}

.analysisFilter h5 {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.analysisFilter h5.radio label {
    font-weight: bold;
    font-size: 14px;
}

.analysisFilter hr {
    margin-top: 7px;
}

.analysisFilter .input-group {
    width: 100%;
}

#chart_container {
    margin-bottom: 20px;
}

.selectedFilters {
    padding: 5px 0;
}

.selectedFilters div {
    display: inline-block;
}

.selectedFilters .btn {
    margin: 0 2px 2px 0;
}

.searchResults {
    margin-bottom: 20px;
}

.searchResults .list-group-item {
    border-left: medium none;
    border-right: medium none;
    padding: 10px;
}

.searchResults .list-group-item-heading {
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
}

.searchResults .list-group-item h5 {
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 15px;
}

.searchResults .list-group-item h6 {
    margin-bottom: 5px;
    /*margin-top: 0;*/
    font-weight: bold;
}

.searchResults .list-group-item-text {
    font-size: 13px;
}

.searchResults .list-group-item-text .date {
    color: #888;
    font-style: italic;
}

.searchResults .resultType {
    color: #FFFFFF;
    font-style: italic;
    padding: 0 5px;
    margin-left: 10px;
}

.searchResults .resultType.jurisdiction {
    color: #97b96b;
}

.searchResults .resultType.lawyer {
    color: #7eb2cd;
}

.searchResults .resultType.firm {
    color: #d58b9e;
}

.searchResults .resultType.news {
    color: #999;
}

.searchResults .resultType.deals {
    color: #f90;
}

.list-group-item.media {
    margin-top: 0;
}

.searchResults .pagination {
    margin-top: 0;
}

.list-group.articles .list-group-item {
    border-left: 7px solid #ddd;
}

.list-group-item.featured {
    background: none repeat scroll 0 0 #FCF8E3;
}

.list-group-item.profile.featured {
    margin-bottom: 5px;
}

.list-group.articles .list-group-item.peopleFirm {
    border-left-color: #d58b9e;
}

.list-group.articles .list-group-item.deals {
    border-left-color: #97b96b;
}

.list-group.articles .list-group-item.markets {
    border-left-color: #7eb2cd;
}

.list-group.articles .list-group-item.announcements {
    border-left-color: #FFA500;
}

.checkbox.peopleFirm {
    color: #B94A48;
    padding: 2px 5px 2px 25px;
    background-color: #F2DEDE;
}

.checkbox.deals {
    color: #468847;
    padding: 2px 5px 2px 25px;
    background-color: #DFF0D8;
}

.checkbox.markets {
    color: #3A87AD;
    padding: 2px 5px 2px 25px;
    background-color: #D9EDF7;
}

.checkbox.announcements {
    color: #FFA500;
    padding: 2px 5px 2px 25px;
    background-color: #fde6bc;
}

.left-padding-fix {
    padding-left: 0;
}

.left-padding-fix ul {
    margin-bottom: 10px;
}

.subGroup {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #eee;
    padding-bottom: 4px;
    color: #111b22;
}

.singleReport {
    margin-bottom: 20px;
    border-bottom: 1px dotted #999;
    position: relative;
}

.chartOverlay {
    position: absolute;
    background-color: rgb(255, 255, 255);
    z-index: 3;
    opacity: 0.6;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.neg-bottom {
    margin-bottom: -32px;
    z-index: 1000;
}

.reportTitle {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 21px;
    margin-top: -45px;
    text-align: center;
}

.chartHolder {
    margin-bottom: 20px;
}


/*.list-group.articles .list-group-item.peopleFirm h4 {
    color: #B94A48;
}
.list-group.articles .list-group-item.deals h4 {
    color: #468847;
}
.list-group.articles .list-group-item.markets h4 {
    color: #3A87AD;
}*/


/*.popover {
    background-color: #FCF8E3;
    border-color: #FAEBCC;
    color: #C09853;
}
.popover .arrow, .popover .arrow:after {
    border-color: #FAEBCC;
}
.popover.bottom .arrow:after {
    border-bottom-color: #FCF8E3;
}*/

.filterModal .modal-dialog {
    width: 90%;
}

@media (min-width: 480px) {
    .modal-body .filterList {
        -moz-column-count: 1;
        /* Firefox */
        -webkit-column-count: 1;
        /* Safari and Chrome */
        column-count: 1;
    }
}

@media (min-width: 768px) {
    .modal-body .filterList {
        -moz-column-count: 2;
        /* Firefox */
        -webkit-column-count: 2;
        /* Safari and Chrome */
        column-count: 2;
    }
}

@media (min-width: 992px) {
    .modal-body .filterList {
        -moz-column-count: 3;
        /* Firefox */
        -webkit-column-count: 3;
        /* Safari and Chrome */
        column-count: 3;
    }
}

@media (min-width: 1200px) {
    .modal-body .filterList {
        -moz-column-count: 4;
        /* Firefox */
        -webkit-column-count: 4;
        /* Safari and Chrome */
        column-count: 4;
    }
}

.modal-dialog .filterList li.checkbox {
    margin-top: -5px;
}

.modal-header h4 {
    padding: 0;
    border: none;
}

.filterList li.showMore {
    display: block;
}

.ranking-title {
    border-bottom: 1px solid #BBB;
    padding: 7px 8px 8px;
    margin: 0;
    background-color: #BCC5C5;
}

.ranking-title h4 {
    margin: 0;
    cursor: pointer;
}

h5.sector {
    font-weight: bold;
}

.rankings .panel-heading,
.review .panel-heading {
    padding: 5px 0;
    background-color: #fff;
}

.review .panel-title {
    cursor: pointer;
}

.review p {
    margin: 0 0 15px;
}

.rankings .panel-title {
    /*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
    font-size: 16px;
    font-weight: bold;
}

.rankingTable table:last-child {
    margin-bottom: 0;
}

a.toggleTiers {
    cursor: pointer;
    text-decoration: none !important;
}

.ranking-title a.toggleTiers {
    margin-right: 10px;
}

.ranking-title .form-control {
    width: auto;
}

@media (min-width: 992px) {
    #firmTab.nav-tabs > li > a,
    #firmTab.nav-tabs.nav-justified > li > a {
        white-space: nowrap;
    }
}


/*#firmTab.nav-tabs > li.premium {
    background-color: #fbee9a;
    background-color: #FCD207;
}
#firmTab.nav-tabs > li.premium > a {
    color: #666;
}
#firmTab.nav > li.premium > a:hover {
    color: #444;
    background-color: transparent;
}
#firmTab.nav > li.premium.active > a:hover {
    background-color: #fff;
}*/

a.bookmark {
    display: block;
}

.branch.row {
    margin-bottom: 20px;
}

.tierList {
    list-style: none;
    margin: 0;
    padding: 0;
}


    .tierList h6 {
        margin: 0;
        padding: 10px;
        font-weight: bold;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        background-color: #510c76;
    }


.tierList .list-group-item {
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0;
}

.tierList .list-group-item:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

    .tierList .list-group-item.sponsored {
        font-weight: bold;
        background-color: #9b8cac;
        color: white !important;
    } 

/*.tierList .tier1 {
    background-color: #c5d2f1;
}
.tierList .tier2 {
    background-color: #c8e0f4;
}
.tierList .tier3 {
    background-color: #c8eaf4;
}
.tierList .tier4 {
    background-color: #c8f4e8;
}
.tierList .tier5 {
    background-color: #c8f4cf;
}
.tierList .tier6 {
    background-color: #e0f4c8;
}
.tierList .tier7 {
    background-color: #f1f4c8;
}
.tierList .tier8 {
    background-color: #f4e5c8;
}
.tierList .tier9 {
    background-color: #f4cac8;
}*/

   

    .tierList .tier1 {
        background-color: #6d7072;
        color: white;
    }

    .tierList .tier2 {
        background-color: #6d7072;
        color: white;
    }

    .tierList .tier3 {
        background-color: #6d7072;
        color: white;
    }

    .tierList .tier4 {
        background-color: #6d7072;
        color: white;
    }

    .tierList .tier5 {
        background-color: #6d7072;
        color: white;
    }

    .tierList .tier6 {
        background-color: #6d7072;
        color: white;
    }

    .tierList .tier7 {
        background-color: #6d7072;
        color: white;
    }

    .tierList .tier8 {
        background-color: #6d7072;
        color: white;
    }

    .tierList .tier9 {
        background-color: #6d7072;
        color: white;
    }

    .tierList .list-group-item.active,
    .tierList .list-group-item.active:hover,
    .tierList .list-group-item.active:focus {
        background-color: #ffda00;
        color: #333;
        border-color: #fff;
    }

.tierList .list-group {
    margin-bottom: 0;
}

.tierList .list-group-item a {
    display: block;
    padding: 5px 10px;
    color: black;
    text-decoration:none !important;
}

.tierList .list-group-item a:hover {
    display: block;
    padding: 5px 10px;
    color: black;    
}

.tierList .list-group-item.sponsored a {
    color: white;
}

.tierList .list-group-item.sponsored a:hover {
    color: white;
}

.tierList .list-group-item .fa {
    margin: 8px 10px;
    color: #999;
    cursor: default;
}

.share .visible-lg {
    display: none !important;
}

@media (min-width: 1200px) {
    .share .visible-lg {
        display: inline-block !important;
    }
}


/* Profile box small --------------------------------- */

.lawyersList {
    border-bottom: 1px solid #bbb;
}

.list-group-item.profile {
    /*    padding: 10px 0 10px 5px;*/
    border: none;
    border-top: 1px solid #bbb;
}

.list-group-item.profile h6 {
    margin: 5px 0;
}

.profile .profileInfo {
    font-size: 12px;
    margin-left: -20px;
}

.profile .profileInfoNoImage {
    font-size: 12px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .profile .profileInfo {
        margin-left: -15px;
    }
}

.profile .profileInfo label,
.profile .profileInfoNoImage label {
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
}

img.profileThumb {
    max-width: 100%;
}

img.chart {
    width: 100%;
    height: 700px;
}

.profileInfo h4,
.profileInfoNoImage h4 {
    margin: 0 0 5px;
}

.profileInfo h6 {
    margin: 0 0 5px;
}

.panel-group .panel.filter {
    overflow: visible;
}


/* ARTICLE STYLES ---------------------------------------------------------------------------- */

.article {}

.toggleArticle {
    cursor: pointer;
}


/*.article h2 {
    margin-top: 0;
    padding: 5px 0 4px;
}*/

.article .leadImg img {
    width: 100%;
    margin-bottom: 20px;
}

.article .pull-left {
    margin: 0 10px 10px 0;
}

.article .pull-right {
    margin: 0 0 10px 10px;
}

.article .pull-right.articleSponsor {
    margin: 0 0 15px 15px;
    padding: 5px;
    /*background-color: #fff;*/
}

.articleTitle h1 {
    margin-top: 0;
    font-size: 24px;
}

.articleTitle h6 {
    margin: 0;
}

.articleTags {
    padding: 15px;
    background-color: #D5DEDE;
    margin: -20px 0 20px;
}

.articleBody {
    margin-bottom: 20px;
}

.articleSponsor img {
    max-width: 150px;
    max-height: 90px;
}


/* COMMENTS STYLES ---------------------------------------------------------------------------- */

#commentContainer {
    background-color: #EEEEEE;
    margin-top: -15px;
    padding: 15px;
}

#commentContainer .form-group:last-child {
    margin-bottom: 0;
}

.panel-heading .btn {
    margin-top: -1px;
    border-radius: 0;
}

.comments .media {
    border-bottom: 1px dotted #bbb;
}

.comments .media-object {
    width: 60px;
}

.comments .media-body {
    font-size: 13px;
    line-height: 1.3;
}


/*.filters .filterList li:before {
    content: "\f096";
    display: block;
    font-family: FontAwesome;
    left: 30px;
    position: absolute;
    width: 20px;
    color: #ABB7B7;
}*/


/* content: "\f046"; */

.filters .filterList li.marked:before {
    content: "\f00c";
    display: block;
    font-family: FontAwesome;
    left: 30px;
    position: absolute;
    width: 20px;
    color: #ABB7B7;
}


/* Modals */

.loginModal {
    width: 100%;
    max-width: 480px;
}

.demoModal {
    width: 100%;
    max-width: 700px;
}


/* MEDIA WIDGET */

.panel .media .media-object {
    width: 60px;
}

.panel-body .list-group.media:first-child {
    margin-top: -15px;
}

.panel-body .list-group.media:last-child {
    margin-bottom: -15px;
}

.searchResults .media .media-object,
.articles .media .media-object {
    width: 120px;
    max-height: 120px;
}


/* HIDES POPOVER ON XTRA SMALL SCREENS */

@media (max-width: 767px) {
    .popover {
        display: none !important;
    }
}

.modal-body .videoContainer {
    margin: -20px;
}

#article {
    display: none;
}

.tab-pane .nav.nav-tabs > li {
    background-color: transparent;
}

.tab-pane .nav.nav-tabs > li > a {
    padding-top: 6px;
    padding-bottom: 7px;
}

.officeList h4 {
    border-bottom: 1px solid #bbb;
    padding-bottom: 5px;
}

.officeList ul {
    padding: 10px 10px 10px 30px;
    background-color: #eee;
}

figcaption {
    font-size: 0.9em;
    line-height: normal;
    margin-top: 10px;
}

.tag {
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 3px;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    margin-right: 3px;
    padding: 2px 5px;
    white-space: nowrap;
}

h5.sponsoredProfile {
    font-weight: bold;
    color: #900;
    text-align: center;
    border-top: 1px dotted #999;
    padding: 5px 0;
}

.chartHolder {
    min-height: 450px;
}


/* VALIDATION STYLES ----------------------------------------------------------------- */

.dropdown-menu .holder .alert {
    padding: 0;
    margin: 0;
}

.dropdown-menu .holder .alert ul {
    list-style: none;
    padding: 0;
}

.dropdown-menu .holder .alert ul li {
    display: inline-block;
    margin: 0 40px 0 0;
}

.validation-summary-errors {
    color: #A94442;
}

.field-validation-error {
    color: #A94442;
    background-color: #f1e1e1;
    padding: 0 8px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    display: inline-block;
    border-radius: 4px;
}

.form-group .field-validation-error {
    /*margin-left: -15px;*/
    white-space: nowrap;
}

.form-group.has-error {
    position: relative;
}

.contactForm .field-validation-error,
.loginForm .field-validation-error {
    height: auto;
    line-height: 20px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.modal-dialog {
    width: 90%;
    max-width: 1000px;
    color: #333333;
}

.modal.narrow .modal-dialog {
    width: 90%;
    max-width: 400px;
}

.modal.loginPopup .modal-dialog {
    width: 90%;
    max-width: 770px;
}

.modal.subscribePopup .modal-dialog {
    width: 90%;
    max-width: 900px;
}

.loginPopup .panel {
    margin-bottom: 0;
}

.loginPopup .panel-default .panel-body,
.dropdown-menu .panel-default .panel-body {
    border-bottom: none;
}


/* FAQ styles ---------------------------------------------------------------------------------------------------- */

.faq .panel,
.about .panel {
    margin-bottom: 10px;
}

.faq .panel > .panel-heading,
.about .panel > .panel-heading {
    font-weight: bold;
    border-bottom: 1px solid #bbb;
    cursor: pointer;
    color: #666;
}

.faq .panel-primary .panel-title {
    cursor: pointer;
    color: #666;
    display: block;
    font-size: 14px;
    padding-right: 20px;
    position: relative;
}

.faq .panel-primary .panel-title:hover {
    color: #222;
    text-decoration: none;
}

.faq .panel-primary .panel-title .toggler {
    position: absolute;
    right: 0;
    top: 0;
}

.registrationStep {
    line-height: 40px;
    background-color: #eee;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

.registrationStep.active {
    background-color: #EC971F;
    color: #fff;
    font-size: 18px;
}

.recaptchatable {
    width: 100%;
}


/*RANKING ANALISYS STYLES  ------------------------------------------------------ */

.ranking-analisys {
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.ranking-analisys .panel > .panel-heading > h6 {
    font-size: 14px;
    line-height: 1.42857;
    font-weight: bold;
    margin: 0;
}

.ranking-analisys .panel > .panel-heading > span {
    font-weight: normal;
}

.ranking-analisys .panel > .panel-heading,
.about .panel > .panel-heading {
    font-weight: bold;
    border-bottom: 1px solid #bbb;
    cursor: pointer;
    color: #666;
}

.highcharts-title {
    color: #111b22 !important;
    fill: #111b22 !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

.highcharts-subtitle {
    color: #111b22 !important;
    fill: #111b22 !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
}


/*#chart_container {border: 2px solid #666;}*/

#info-msg .fa {
    margin-right: 15px;
}


/* LINKEDIN NEWS FEED STYLES ------------------------------------------------------ */

.linkedinFeed {
    list-style: none;
    padding: 0;
}

.linkedinFeed li {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.linkedinFeed label {
    font-weight: normal;
}

.linkedinFeed .postTitle {
    display: block;
}

.linkedinFeed .postCreator,
.linkedinFeed .postCreatorTitle {
    display: inline-block;
    font-size: 0.95em;
    color: #666;
}

.linkedinFeed .postCreator {
    font-weight: bold;
}

.table.reference .fa-check-circle {
    color: #4CA747;
}

.table.reference .fa-times-circle {
    color: #A94442;
}

.table.reference th.free,
.table.reference td.free {
    background-color: #f4f4f4;
}

.table.reference th.premium,
.table.reference td.premium {
    /*background-color: #fbee9a;*/
    background-color: rgba(252, 210, 7, 0.2);
}

strong.free {
    background-color: #ddd;
    padding: 5px;
}

strong.premium {
    /*background-color: #fbee9a;*/
    background-color: #FCD207;
    padding: 5px;
}

.rssFeed .panel-body .list-group {
    margin: -15px 0;
}

.rssFeed .panel-body .list-group-item {
    border-left: none;
    border-right: none;
    padding: 5px 0;
}

.rssFeed .panel-body .list-group-item h5 {
    margin: 0;
    font-size: 14px;
}

.rssFeed .panel-body {
    height: 300px;
    overflow: auto;
}

.fa.premium {
    /*color: #F0AD4E;*/
    color: #FCD207;
    text-shadow: 0 0 1px #000;
}


/* MORE (EXPAND) BUTTON STYLES */

a.more {
    cursor: pointer;
}

.more .fa-plus-square-o {
    display: none;
}

.more .fa-minus-square-o {
    display: inline-block;
}

.more.collapsed .fa-plus-square-o {
    display: inline-block;
}

.more.collapsed .fa-minus-square-o {
    display: none;
}

.collapsible {
    height: 78px;
    overflow: hidden;
}

.collapsible.expanded {
    height: auto;
}

p.emphasis {
    padding: 10px 15px;
    font-size: 1.4em;
    margin-bottom: 0;
}

.paywall ul {
    margin-bottom: 13px;
}

.bg-primary a {
    color: #333;
}


/* sly - scrollable pagination*/

.wrap {
    position: relative;
}

@media (min-width: 768px) {
    .wrap {
        padding: 15px 30px 0;
    }
}

.wrap .controls {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    z-index: 10;
}

.wrap .controls .btn {
    padding: 8px;
}

.wrap .scrollbar {
    margin-top: -15px;
}

.scrollbar {
    width: 100%;
    height: 15px;
    background-color: #ddd;
}

.scrollbar .handle {
    width: 100px;
    /* overriden if dynamicHandle: 1 */
    height: 100%;
    background: #EC971F;
    cursor: ew-resize;
}

.frame {
    width: 100%;
    height: 38px;
    padding: 0;
    z-index: 20;
    position: relative;
}

.frame .slidee {
    margin: 0;
    padding: 0;
    height: 100%;
    list-style: none;
}

.frame .slidee li {
    float: left;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 100%;
    line-height: 36px;
    text-align: center;
}

.frame .slidee li a {
    display: block;
    line-height: 36px;
    border: 1px solid #ddd;
}

.frame .slidee li a:hover {
    background-color: #eee;
    text-decoration: none;
}

.frame .slidee li.active a {
    background-color: #BBC5C5;
    border-color: #BBC5C5;
    color: #fff;
}

.controls .btn.disabled {
    color: #ddd;
}


/* Additional panels */

.panel.newsletter {
    padding: 15px;
    background-color: #717A77;
    color: #fff;
}

.panel.newsletter > p {
    padding: 7px 0;
    margin: 0;
}

.soon {
    color: #EC971F;
}

.greyed {
    color: #bbb;
}

.text-center ul {
    list-style-position: inside;
    padding: 0;
}

.cookieAccepterPopup {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fa-ul.social h4 {
    border-bottom: 2px solid #111B22;
    margin-left: -30px;
    line-height: 25px;
}

.well h3:first-child {
    margin-top: 0;
    margin-bottom: 20px;
}

.box {
    padding: 20px;
    border: 1px solid #ddd;
}

.box ul.grey {
    background: #eee;
    margin: 20px -20px;
    padding: 15px 0 15px 80px;
}

.box .pull-right {
    margin-left: 20px;
}

.box img {
    border: 3px solid #eee;
}

.textGreen {
    color: #4CA747 !important;
}

span.phone {
    white-space: nowrap;
}

span.phone.textGreen {
    font-size: 1.1em;
}

@media print {
    .panel-collapse.collapse,
    .tierList .collapse {
        display: block;
    }
    .collapsible,
    .tierList .collapse {
        height: auto;
    }
    a.more {
        display: none;
    }
}

@media (max-width: 768px) {
    .equal .panel-body {
        height: auto !important;
    }
}

.alert-error {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    background-repeat: repeat-x;
    border-color: #dca7a7;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
}

.alert-error .bullets {
    padding-left: 10px;
}

@media print {
    a[href]:after {
        content: none !important;
    }
}

.col-md-3 > .imgReckognition {
    height: 129px;
    margin-left: 1px;
}

.imgReckognition {
    text-align: right;
}

.imgReckognition img {
    max-width: 49%;
    max-height: 160px;
}

#noInfo {
    margin-left: 15px;
}

.list-group-item.profile > div {
    padding-left: 0;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified li:only-child {
        float: left;
        width: 50%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: -2px;
        border-color: #eee;
    }
}

.nav-tabs.nav-justified {
    background-color: #eee;
    border-bottom: 1px solid #bbb;
}

.actions {
    min-width: 240px;
    text-align: center;
}

.dateCreated {
    text-align: center;
}

@media (max-width:768px) {
    .actions,
    .dateCreated {
        text-align: left;
    }
}

.error-message {
    padding: 5em 0;
}

.loader {
    margin: 0 0 2em;
    height: 100px;
    width: 100%;
    text-align: center;
    padding: 3em 0 5em 0;
    margin: 0 auto 1em;
    display: inline-block;
    vertical-align: top;
}

.loader > svg path,
.loader > svg rect {
    fill: #4ca747;
}

.pagebreak {
    page-break-after: always;
}

.pdfPreview {
    padding: 20px;
    border: 1px solid #999;
    box-shadow: 0 0 3px #999;
}

.pdfPreview .container {
    max-width: 100%;
}

.pdfPreview .companyLogo,
.pdfPreview .companyName,
.pdfPreview .articleTitle {
    margin-right: 0;
    background-color: transparent;
    min-height: 0;
}

.pdfPreview .list-group-item.featured {
    background-color: transparent;
}

.pdfPreview .panel-title .toggler,
.pdfPreview .filterList .toggler {
    display: none;
}

.pdfPreview .basicInfo h5 {
    font-size: 14px;
    margin-top: 7px;
}

@media print {
    .panel-title .toggler,
    .filterList .toggler {
        display: none;
    }
    .basicInfo h5 {
        font-size: 14px;
    }
    a {
        color: #333;
        text-decoration: none;
    }
}

.findMore {
    text-decoration: underline;
    display: inline-block;
    padding-top: 5px;
    font-weight: bold;
}

.deal-firms {
    margin-top: 15px;
}

.deal-firms h5 {
    margin-top: 0;
}

.dealCompletionDate {
    margin-top: 10px;
}

.beta {
    background-color: #ec971f;
    border-radius: 8px;
    color: #fff;
    font-size: 9px;
    padding: 2px 5px;
    position: relative;
    text-shadow: 1px 1px 0 #666;
    top: -1em;
}

.betaSearchPage {
    top: -1.5em;
    margin-left: 3px;
}

.dealNote {
    color: red;
    text-align: justify;
}

.noFacetFetch {
    background-color: transparent;
    position: relative;
}

.noFacetFetch li {
    position: relative;
}

.noFacetFetch input {
    position: absolute;
    opacity: 0;
}

.noFacetFetch label > span::before {
    font-family: 'FontAwesome';
    content: "\f111";
    color: #ddd;
    position: absolute;
    left: 1px;
}

.noFacetFetch label:hover > span::before {
    color: #bbb;
}

.noFacetFetch input:checked ~ span::before {
    /*content:"\f14a";*/
    color: #4ca747;
}

.dealLoginForm {
    position: absolute;
    left: 5%;
    top: 50%;
    width: 90%;
    z-index: 999;
}

.dealLoginForm .panel-body {
    padding: 15px;
}

.deal-logo {
    width: 380px;
}

.deal-profile-logo {
    margin-top: 30px;
    max-width: 100%;
}

.dealProfileThumb,
.dealReckognition {
    height: 100%;
}

.dealSponsoredLawyers {
    height: 150px;
    padding: 5px;
    border-bottom: 1px solid black;
}

.deal-logo {
    padding: 10px;
}

.deal-profile-logo {
    margin-top: 30px;
    max-width: 100%;
}





/* Reports page */


.reports-top-title {
    position: absolute;
    background: white;
    width: 1140px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 15px 0;
    padding-left: 20px;
    color: #4ba2cb;
    margin-top: -520px;
    margin-left: -35px;
}

.reports-jumbotron {
    width: 100%;
    background-image: url('/Content/images/reports/bg-image-small-gray.jpg');
    background-size: cover;
    margin-top: -20px;
    margin-bottom: 30px;
    height: 535px;
}

.energy-and-infrastructure {
    float: right;
}

div.map-image-background {
    height: 400px;
    margin-top: 100px;
}

.map-image-background {
    display: block;
    margin: 0 auto;
    margin-top: 80px;
    max-height: 500px;
    width: 100%;
    opacity: 0.9;
    /*background-image: url('/Content/images/reports/fix-width-map-lines.jpg');*/
    background-image: url('/Content/images/reports/white-background.jpg');
    
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}


.map-image {
    position: absolute;
    margin-top: -530px;
    margin-left: -60px;
    width: 1250px;
}

.top-image-section {
    background: white;
    padding: 0 50px;
    margin-top: 15px;
    margin-bottom: -100px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 10;
}


@media (max-width: 767px) {
    .top-image-section h1 {
        float: left;
    }
}

.download-reports-list li  {
    display: inline-block;
    margin-left: 40px;
    list-style-type: none;
    margin-right: 30px;
    border-top: 2px solid #4ba2cb;
    color: #4ba2cb;

    -webkit-box-shadow: 0px 5px 12px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 12px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 12px -2px rgba(0,0,0,0.75);
}

.download-reports-list li span {
    position: absolute;
    margin-top: -35px;
    color: black;
    font-size: 25px;
}

#latin-america {
    position: absolute;
    margin-top: 369px;
    z-index: 100;
}


#africa {
    position: absolute;
    margin-top: 414px;
    margin-left: 559px;
    z-index: 100;
}

#africa span {
    margin-left: 20px;
}

#asia-pacific {
    position: absolute;
    margin-top: 278px;
    margin-left: 805px;
    z-index: 100;
}


#europe {
    position: absolute;
    margin-top: 151px;
    margin-left: 790px;
    z-index: 100;
}

#europe span {
  margin-left: -135px;
}



@media (max-width: 1200px) {
    .download-reports-list li span {
        font-size: 18px;
        margin-top: -25px;
    }
}

@media (max-width: 1200px) {
    #latin-america {
        margin-top: -157px;
    }
}

@media (max-width: 1200px) {
    #africa {
        margin-top: -105px;
        margin-left: 462px;
    }
}

@media (max-width: 1200px) {
    #asia-pacific {
        margin-top: -266px;
        margin-left: 680px;
    }
}

@media (max-width: 1200px) {
    #europe {
        margin-top: -398px;
        margin-left: 680px;
    }
    #europe span {
        margin-left: -60px;
    }
}


@media (max-width: 1200px) {
    .download-reports-list li {
        margin-bottom: 10px;
    }
}

    
.download-reports-list li a {
    background-color: white;
    border: none;
    padding: 10px;
    color: #4ba2cb;
    font-weight: bold;
    font-size: 14px;
}

.download-reports-list li a:hover {
    color: #4ba2cb;
}

.reports-top-text h4 {
    display: block;
    margin: 0 auto;
    max-width: 700px;
    text-align: center;
    line-height: 1.8;
}



.ijglobal-logo {
    width: 200px;
    margin-top: 10px;
    float: left;
}

@media (max-width: 767px) {
    .ijglobal-logo {
        float: right;
    }
}

.explore-more {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.explore-more i {
    margin-top:-10px;
}


.reports-center-content h3 {
    text-align: center;
}

.contributors-section h3 {
    text-align: center;
    margin-bottom: 30px;
}

.sections-title {
    margin-bottom: 45px;
}

.contributors-images{
    text-align: center;
}

.contributors-images img {
    width: 180px;
    margin-right: 40px;
    margin-bottom: 20px;
}

.report-featuring p {
    font-size: 18px;
}

.report-featuring strong {
    color: #4ba2cb;
}

.report-featuring-1 {
    width: 85%;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.report-featuring-2 {
    width: 75%;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}




.reports-contact-title {
    width: 50%;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.reports-contact {
    width: 70%;
    display: block;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 30px;
}

.reports-contact p {
    text-align: center;
    font-size: 16px;
}

.reports-contact p a {
    color: black;
}


.covering-section .row {
    text-align: center;
}

.covering-section-icon {
    font-size: 35px;
    margin-bottom: 15px;
}

.reports-icon-title {
    font-size: 22px;
    font-weight: bold;
    color: #4ba2cb;
}

.covering-images {
    max-width: 80px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.reports-lawyer {
    border: none;
    text-align: center;
}

.reports-lawyer hr {
    width: 30%;
    border-top: 1px solid #4ba2cb;
    margin-bottom: 15px;
}

.lawyer-image {
    width: 150px;
    height: 150px;
}

.lawyer-name {
    font-weight: bold;
    font-size: 14px;
    margin-top: 8px;
}

.lawyer-country {
    font-size: 14px;
}



.sections-title {
    margin-bottom: 50px;
}


.reports-footer {
    border-top: 2px solid black;
    /*background-image: url('/Content/images/reports/reports-footer-bg-dark.jpg');*/
    background: #dddddd;
    margin-bottom: -30px;
}

.reports-footer .row {
    margin-top: 20px;
    margin-bottom: 30px;
}

.reports-footer img {
    width: 350px;
    display: block;
    margin: 0 auto;
}

.reports-footer-text {
    text-align: center;
    font-size: 18px;
    margin-top: 120px;
    margin-bottom: 30px;
}


@media (max-width: 320px) {
    .reports-find-out-more {
        float: right;
    }
}

@media (max-width: 320px) {
    .reports-browse-deals {
        position: absolute;
        margin-left: -160px;
    }
}

@media (max-width: 1200px) {
    .reports-footer-text {
        margin-top: 150px;
    }
}

@media (max-width: 767px) {
    .reports-footer-text {
        margin-top: 40px;
    }
}

.reports-footer-buttons {
    text-align: center;
}

#footer-left-btn {
   margin-right: 100px;
}


.reports-footer-buttons a {
    color: white;
    background-color: #5cb85c;
    font-size: 16px;

}

.reports-footer-buttons a:hover, .reports-footer-buttons a:focus {
    background-color: #47a447;
    color: white;
}



.reports-section-shadow {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dadada), to(#f8f8f8));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #dadada, #f8f8f8);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #dadada, #f8f8f8);
    /* IE 10 */
    background: -ms-linear-gradient(top, #dadada, #f8f8f8);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #dadada, #f8f8f8);

    border-top: 1px solid black;
    height: 70px;
    border-bottom: -20px
}



.lawyers-column {
    width: 13%
}

#lawyers .row  {
    margin-left: -90px;
    margin-right: 10px;
}

@media (max-width: 991px) {
    .lawyers-desktop {
        display: none;
    }
}

@media (min-width: 991px) {
    .lawyers-mobile {
        display: none;
    }
}

.mobile-row-center {
    display: block;
    margin: 0 auto;
}

.alexander-danne-pic {
    width: 165px;
}


/* Reports top section mobile version */
.top-image-section-mobile {
    display: none;
}

@media (max-width: 1200px) {
    .top-image-section-mobile {
        display: block;
    }

    .top-bg-pic, .reports-jumbotron  {
        display: none;
    }
    .map-image {
        display: none;
    }
    .map-image-background  {
        display: none;
    }

    #latin-america {
        display: block;
        margin: 0 auto;
    }

    .top-image-section-mobile {
        width: 100%;
        background-image: url('/Content/images/reports/bg-image-small-gray.jpg');
        background-size: cover;
        margin-top: -20px;
    }

    .top-image-section-mobile h4 {
        text-align: center;
    }

    .top-image-section-mobile h4 a {
        color: #4ba2cb;
        font-weight: bold;
        background: white;
        border-top: 3px solid #4ba2cb;
        padding: 10px;
        width: 60%;
        display: block;
        margin-bottom: 20px;
        margin: 0 auto;
    }

    .last-mobile-link {
        margin-bottom: 50px;
    }
}

/* End of Reports top section mobile version */

.social-title {
    font-size: 1.5em;
    vertical-align: -70%;
}


.glyphicon-pen {
    width: 12px;
    background: url('/Content/images/glyphicons-236-pen.png'); 
    background-repeat: no-repeat;
    height: 12px;
    display: inline-block;
    background-size: cover;
}

.glyphicon-pen-large {
    width: 14px;
    background: url('/Content/images/glyphicons-236-pen.png'); 
    background-repeat: no-repeat;
    height: 14px;
    display: inline-block;
    background-size: cover;
}

.expert-consultant {
    width: 15px;
    background: url('/Content/images/expert_consultant.png'); 
    background-repeat: no-repeat;
    height: 12px;
    display: inline-block;
    background-size: cover;
}

.expert-consultant-large{
    width: 17px;
    background: url('/Content/images/expert_consultant.png'); 
    background-repeat: no-repeat;
    height: 14px;
    display: inline-block;
    background-size: cover;
}

.market-leader {
    width: 6px;
    background: url('/Content/images/market_leader.png'); 
    background-repeat: no-repeat;
    height: 12px;
    display: inline-block;
    background-size: cover;
}

.market-leader-large{
    width: 8px;
    background: url('/Content/images/market_leader.png'); 
    background-repeat: no-repeat;
    height: 14px;
    display: inline-block;
    background-size: cover;
}

/*Firm mini profile*/
#mini-profile-carousel {
    border: 1px solid #eeeeee;
    margin-top: 40px;
    margin-bottom: 50px;
}

#mini-profile-carousel .carousel-inner {
    max-height: 350px;
}

#mini-profile-carousel .carousel-indicators {
    margin-bottom: -50px;
}

#mini-profile-carousel .carousel-indicators li {
    border: 1px solid #e8e8e8;
    background-color: #e8e8e8;
}

#mini-profile-carousel .carousel-indicators .active {
    border: 1px solid #4ca747;
    background-color: #4ca747;
}


#mini-profile-carousel .mini-profile-header img {
    max-height: 40px;
    max-width: 150px;
    float: right;
    margin-left: 3px;
    margin-top: 5px;
}

#mini-profile-carousel .mini-profile-header img.rossete {
    max-width: 35px;
}

#mini-profile-carousel .mini-profile-header {
    background: #eeeeee;
    padding: 8px;
}

#mini-profile-carousel .mini-profile-header a h4 {
    padding-bottom: 0;
    margin-bottom: 5px;
    border-bottom: none;
    font-size: 15px;
}

#mini-profile-carousel .mini-profile-desc {
    padding: 8px;
    max-height: 250px;
    overflow-y: scroll;
}

#mini-profile-carousel .mini-profile-desc h6 {
    font-size: 15px;
}

#mini-profile-carousel .mini-profile-desc p {
    font-size: 12px;
}

#mini-profile-carousel .carousel-indicators .active {
    width: 8px;
    height: 8px;
    margin: 1px;
}

#mini-profile-carousel .carousel-indicators li {
    width: 8px;
    height: 8px;
    margin: 1px;
}


.key-facts-list, .key-facts-list-2 {
    padding: 0;
}

.key-facts-list li {
    list-style-type: none;
    display: inline-block;
    background: #4ca747;
    color: white;
    padding: 3px 7px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    font-size: 12px;
}

.key-facts-list-2 li:before {
    content: '\f0a9';
    margin-right: 10px;
    font-family: FontAwesome;
    color: #4ca747;
}

#mini-profile-carousel .mini-profile-header {
    background: #eeeeee;
    padding: 8px;
    min-height: 70px;
}

.mini-profile-desc::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.mini-profile-desc::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.mini-profile-desc::-webkit-scrollbar-thumb {
    background-color: #b1b1b1;
    border: 1px solid #b1b1b1;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}
@media (max-width: 768px) {
    .navbar-collapse.collapse.show {
        max-height: none;
    }
    .dropdown-menu.show {
        float: none;
    }
}

.printThis {
    background-color: #24272a !important;
    border-color: #24272a !important;
}

.printThis:hover {
    background-color: #24272a !important;
    border-color: #24272a !important;
}

.no-underline {
    text-decoration: none !important;
}


.wtp-jumbotron {
    width: 100%;
    background-size: cover;
    margin-top: -28px;
    margin-bottom: 30px;
    height: 765px !important;
}

.wtp-jumbotron.latinamerica {
    background-image: url('/Content/images/wtp/LatinAmericaBackground.jpg');
}

.wtp-jumbotron.northamerica {
    background-image: url('/Content/images/wtp/NorthAmericaBackground.jpg');
}

.wtp-jumbotron.asia {
    background-image: url('/Content/images/wtp/AsiaBackground.jpg');
}

.wtp-jumbotron.centralandeasterneurope {
    background-image: url('/Content/images/wtp/CentralAndEasternEuropeBackground.jpg');
}

.wtp-jumbotron.westerneurope {
    background-image: url('/Content/images/wtp/WesternEuropeBackground.jpg');
}

.wtp-jumbotron.middleeastandafrica {
    background-image: url('/Content/images/wtp/MiddleEastAndAfricaBackground.jpg');
}

.wtp-map {
    border-top-left-radius: 20px 20px;
    border-top-right-radius: 20px 20px;
    border-bottom-left-radius: 20px 20px;
    border-bottom-right-radius: 20px 20px;
    opacity: 0.9;
}

.wtp-map-links {
    position: relative;
}

.wtp-map-links p {
    color: #3c9bc9;
    margin: 0;
}

.wtp-map-links p a {
    color: #3c9bc9;
    text-decoration: none;
}

#WTPMapGuatemala {
    position: absolute;
    z-index: 999;
    top: 10.3%;
    left: 19.8%;
}

#WTPMapElSalvador {
    position: absolute;
    z-index: 999;
    top: 17.7%;
    left: 21.8%;
}

#WTPMapCostaRica {
    position: absolute;
    z-index: 999;
    top: 25%;
    left: 23.4%;
}

#WTPMapPanama {
    position: absolute;
    z-index: 999;
    top: 32.5%;
    left: 25.4%;
}

#WTPMapColombia {
    position: absolute;
    z-index: 999;
    top: 41.5%;
    left: 27.7%
}

#WTPMapEcuador {
    position: absolute;
    z-index: 999;
    bottom: 46.7%;
    left: 29.8%;
}

#WTPMapPeru {
    position: absolute;
    z-index: 999;
    bottom: 37.1%;
    left: 32.2%;
}

#WTPMapBolivia {
    position: absolute;
    z-index: 999;
    bottom: 28.7%;
    left: 31.5%;
}

#WTPMapChile {
    position: absolute;
    z-index: 999;
    bottom: 21%;
    left: 30.3%;
}

#WTPMapHonduras {
    position: absolute;
    z-index: 999;
    top: 6.5%;
    right: 36.3%;
}

#WTPMapNicargua {
    position: absolute;
    z-index: 999;
    top: 12.9%;
    right: 33.6%;
}

#WTPMapVenezuela {
    position: absolute;
    z-index: 999;
    top: 19.5%;
    right: 31%;
}

#WTPMapBrazil {
    position: absolute;
    z-index: 999;
    bottom: 44%;
    right: 25.3%;
}

#WTPMapUruguay {
    position: absolute;
    z-index: 999;
    bottom: 27.7%;
    right: 28%;
}

#WTPMapArgentina {
    position: absolute;
    z-index: 999;
    bottom: 20.8%;
    right: 29.5%;
}

#WTPMapCanada {
    position: absolute;
    z-index: 999;
    top: 37%;
    left: 16.2%;
}

#WTPMapUnitedStates {
    position: absolute;
    z-index: 999;
    top: 52.8%;
    left: 20.2%;
}

#WTPMapMexico {
    position: absolute;
    z-index: 999;
    bottom: 27.8%;
    left: 24.3%;
}

#WTPMapDominicanRepublic {
    position: absolute;
    z-index: 999;
    bottom: 44.4%;
    right: 7%;
}

#WTPMapPakistan {
    position: absolute;
    z-index: 999;
    top: 25%;
    left: 8.8%;
}

#WTPMapIndia {
    position: absolute;
    z-index: 999;
    top: 34.4%;
    left: 8.8%;
}

#WTPMapBangladesh {
    position: absolute;
    z-index: 999;
    top: 43.4%;
    left: 8.7%;
}

#WTPMapThailand {
    position: absolute;
    z-index: 999;
    bottom: 45%;
    left: 8.7%;
}

#WTPMapCambodia {
    position: absolute;
    z-index: 999;
    bottom: 37%;
    left: 8.7%;
}

#WTPMapMalaysia {
    position: absolute;
    z-index: 999;
    bottom: 27.4%;
    left: 8.7%;
}

#WTPMapSingapore {
    position: absolute;
    z-index: 999;
    bottom: 15.4%;
    left: 8.7%;
}

#WTPMapJapan {
    position: absolute;
    z-index: 999;
    top: 7.4%;
    right: 9.4%;
}

#WTPMapSouthKorea {
    position: absolute;
    z-index: 999;
    top: 20%;
    right: 9.4%;
}

#WTPMapChina {
    position: absolute;
    z-index: 999;
    top: 26.4%;
    right: 9.4%;
}

#WTPMapTaiwan {
    position: absolute;
    z-index: 999;
    top: 32.4%;
    right: 9.4%;
}

#WTPMapHongKongSAR {
    position: absolute;
    z-index: 999;
    top: 38.4%;
    right: 9.4%;
}

#WTPMapPhilippines {
    position: absolute;
    z-index: 999;
    top: 47.4%;
    right: 9.4%;
}

#WTPMapVietnam {
    position: absolute;
    z-index: 999;
    bottom: 43%;
    right: 9.4%;
}

#WTPMapIndonesia {
    position: absolute;
    z-index: 999;
    bottom: 38.2%;
    right: 9.4%;
}

#WTPMapAustralia {
    position: absolute;
    z-index: 999;
    bottom: 18.6%;
    right: 9.4%;
}

#WTPMapNewZealand {
    position: absolute;
    z-index: 999;
    bottom: 2%;
    right: 9.4%;
}

#WTPMapPoland {
    position: absolute;
    z-index: 999;
    top: 16.3%;
    left: 8.9%;
}

#WTPMapCzechRepublic {
    position: absolute;
    z-index: 999;
    top: 26.7%;
    left: 8.9%;
}

#WTPMapSlovakRepublic {
    position: absolute;
    z-index: 999;
    top: 44.6%;
    left: 8.9%;
}

#WTPMapAustria {
    position: absolute;
    z-index: 999;
    bottom: 43%;
    left: 8.9%;
}

#WTPMapSlovenia {
    position: absolute;
    z-index: 999;
    bottom: 35%;
    left: 8.9%;
}

#WTPMapHungary {
    position: absolute;
    z-index: 999;
    bottom: 16.7%;
    left: 8.9%;
}

#WTPMapEstonia {
    position: absolute;
    z-index: 999;
    top: 11.5%;
    right: 9%;
}

#WTPMapLatvia {
    position: absolute;
    z-index: 999;
    top: 21%;
    right: 9%;
}

#WTPMapLithuania {
    position: absolute;
    z-index: 999;
    top: 30%;
    right: 9%;
}

#WTPMapUkraine {
    position: absolute;
    z-index: 999;
    top: 39%;
    right: 9%;
}

#WTPMapRomania {
    position: absolute;
    z-index: 999;
    bottom: 48%;
    right: 9%;
}

#WTPMapBulgaria {
    position: absolute;
    z-index: 999;
    bottom: 38.6%;
    right: 9.2%;
}

#WTPMapAzerbaijan {
    position: absolute;
    z-index: 999;
    bottom: 28.7%;
    right: 9%;
}

#WTPMapArmenia {
    position: absolute;
    z-index: 999;
    bottom: 19%;
    right: 9%;
}

#WTPMapDenmark {
    position: absolute;
    z-index: 999;
    top: 4.7%;
    left: 8.7%;
}

#WTPMapNetherlands {
    position: absolute;
    z-index: 999;
    top: 11.7%;
    left: 8.7%;
}

#WTPMapIreland {
    position: absolute;
    z-index: 999;
    top: 25.6%;
    left: 8.7%;
}

#WTPMapUnitedKingdom {
    position: absolute;
    z-index: 999;
    top: 43.2%;
    left: 8.5%;
}

#WTPMapBelgium {
    position: absolute;
    z-index: 999;
    bottom: 44.6%;
    left: 9%;
}

#WTPMapLuxembourg {
    position: absolute;
    z-index: 999;
    bottom: 33.3%;
    left: 8.5%;
}

#WTPMapFrance {
    position: absolute;
    z-index: 999;
    bottom: 26.7%;
    left: 8.5%;
}

#WTPMapSwitzerland {
    position: absolute;
    z-index: 999;
    bottom: 20%;
    left: 8.5%;
}

#WTPMapPortugal {
    position: absolute;
    z-index: 999;
    bottom: 13.8%;
    left: 8.5%;
}

#WTPMapSpain {
    position: absolute;
    z-index: 999;
    bottom: 6.8%;
    left: 8.5%;
}

#WTPMapMalta {
    position: absolute;
    z-index: 999;
    bottom: 2.7%;
    right: 36.3%;
}

#WTPMapFinland {
    position: absolute;
    z-index: 999;
    top: 4.8%;
    right: 9.3%;
}

#WTPMapNorway {
    position: absolute;
    z-index: 999;
    top: 10.4%;
    right: 9.3%;
}

#WTPMapSweden {
    position: absolute;
    z-index: 999;
    top: 16.8%;
    right: 9.3%;
}

#WTPMapGermany {
    position: absolute;
    z-index: 999;
    top: 34.8%;
    right: 9.3%;
}

#WTPMapItaly {
    position: absolute;
    z-index: 999;
    bottom: 38.4%;
    right: 9.3%;
}

#WTPMapGreece {
    position: absolute;
    z-index: 999;
    bottom: 27.6%;
    right: 9.5%;
}

#WTPMapMorocco {
    position: absolute;
    z-index: 999;
    top: 20.4%;
    left: 8.9%;
}

#WTPMapGhana {
    position: absolute;
    z-index: 999;
    bottom: 46.6%;
    left: 8.9%;
}

#WTPMapNigeria {
    position: absolute;
    z-index: 999;
    bottom: 33%;
    left: 8.9%;
}

#WTPMapAngola {
    position: absolute;
    z-index: 999;
    bottom: 23.6%;
    left: 9%;
}

#WTPMapSouthAfrica {
    position: absolute;
    z-index: 999;
    bottom: 8.2%;
    left: 9%;
}

#WTPMapTurkey {
    position: absolute;
    z-index: 999;
    top: 6.6%;
    right: 9.1%;
}

#WTPMapCyprus {
    position: absolute;
    z-index: 999;
    top: 13.6%;
    right: 9.1%;
}

#WTPMapIsrael {
    position: absolute;
    z-index: 999;
    top: 20.4%;
    right: 9.1%;
}

#WTPMapKuwait {
    position: absolute;
    z-index: 999;
    top: 26.8%;
    right: 9.2%;
}

#WTPMapUnitedArabEmirates {
    position: absolute;
    z-index: 999;
    top: 33.4%;
    right: 9.1%;
}

#WTPMapSaudiArabia {
    position: absolute;
    z-index: 999;
    top: 44.3%;
    right: 9.1%;
}

#WTPMapUganda {
    position: absolute;
    z-index: 999;
    bottom: 41.4%;
    right: 9.1%;
}

#WTPMapKenya {
    position: absolute;
    z-index: 999;
    bottom: 31%;
    right: 9.1%;
}

#WTPMapZambia {
    position: absolute;
    z-index: 999;
    bottom: 21.4%;
    right: 9.1%;
}

#WTPMapMauritius {
    position: absolute;
    z-index: 999;
    bottom: 8.4%;
    right: 9.1%;
}

@media (max-width: 767px) {
    img.profileThumb {
        width: 100px;
        margin-bottom: 10px;
    }

    .profile .profileInfo {
        margin-left: 0;
    }
}

.col-md-5 > .imgReckognition {
    height: 129px;
    margin-left: 5px;
}
