﻿/* general reset */
html {
    height: 100%;
}

body {
    margin: 0;
    color: #122843;
    font: 12px/18px "Trebuchet MS", Helvetica, sans-serif;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    background: #f2f2f2 url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/bg-page.gif) repeat-x;
}

.ar-culture {
    font-size:13px;
}

img {
    border-style: none;
    vertical-align: top;
}

a {
    text-decoration: none;
    color: #2b5e93;
    outline: none;
}

    a:hover {
        text-decoration: underline;
    }

    a:active {
        background-color: transparent;
    }

    a.nonactive:hover,
    a.nonactive {
        text-decoration: none;
        color: #2b5e93;
    }

input,
textarea,
select {
    font: 100% Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #666;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type="submit"]:hover {
    cursor: pointer;
}

q {
    quotes: none;
}

    q:before {
        content: '';
    }

    q:after {
        content: '';
    }

header,
footer,
article,
section,
hgroup,
nav,
figure,
aside {
    display: block;
}

figure {
    margin: 0;
    padding: 0;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.search-results .row:after,
.tabset:after,
.contact-form .row:after,
.breadcrumbs:after,
.subscribe-form .row:after,
.carousel .gholder:after,
.login-form .row:after,
.mainMenu:after {
    content: '';
    display: block;
    clear: both;
}

.aspNetHidden {
    display: none;
}

a.aspNetDisabled {
    color: #122843;
}

    a.aspNetDisabled:hover {
        text-decoration: none;
    }

.wrapper {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    vertical-align: top;
    background: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 -4px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
}

.w1 {
    width: 100%;
    padding-bottom: 100px;
}

.w2 {
    padding: 15px 13px 0;
}
/* header */
#header {
    overflow: hidden;
    margin: 0 0 14px;
    padding: 8px 12px 6px 25px;
    background: #3e6b95;
    border-radius: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.logo {
    float: left;
    font-size: 25px;
    line-height: 54px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}

    .logo a {
        color: #fff;
    }

        .logo a:hover {
            text-decoration: none;
        }

    .logo .mark {
        color: #ffc579;
    }

    .logo br {
        display: none;
    }

.g_logo {
    float: right;
}

.languages {
    float: right;
    clear: right;
    padding: 6px 0 0 10px;
    margin: 0;
    list-style: none;
}

    .languages li {
        float: left;
        margin: 0 0 0 19px;
        height: 10px;
    }

    .languages a {
        float: left;
    }

    .languages img {
        width: 16px;
        height: 11px;
    }
/* partners logos block */
.partners-list {
    width: 100%;
    overflow: hidden;
    max-width: 964px;
    position: relative;
    max-height: 74px;
    margin: 0 0 10px;
}

.carousel {
    position: relative;
    padding: 0 8px 11px 26px;
    display: none;
}

    .carousel.gallery-js-ready {
        display: block;
    }

    .carousel .gholder {
        width: 100%;
    }

    .carousel .mask {
        overflow:hidden;
        margin:0 0 0 -22px;
    }

    .carousel .gmask {
        position: relative;
        overflow: hidden;
        width: 100%;
        float: left;
    }

    .carousel .slideset {
        float: left;
        width: 9999px;
    }

    .carousel .slide {
        float: left;
        margin: 0 0 0 22px;
    }

    .carousel .btn-prev,
    .carousel .btn-next {
        position: absolute;
        top: 50%;
        background: url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/bg-gal-nav.gif) no-repeat;
        width: 21px;
        height: 41px;
        text-indent: -9999px;
        overflow: hidden;
        margin: -28px 0 0;
        z-index: 10;
    }

        .carousel .btn-prev.disabled,
        .carousel .btn-next.disabled {
            display: none;
        }

    .carousel .btn-prev {
        left: 0;
        background-position: 0 0;
    }

    .carousel .btn-next {
        right: 1px;
        background-position: -24px 0;
    }
/* main navigation */
.mainMenu {
    width: 100%;
    background: #184172;
    margin: 0 0 8px;
    position: relative;
    z-index: 100;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

    .mainMenu .menu {
        float: left;
        padding: 0;
        margin: 0 0 0 25px;
        list-style: none;
        font-size: 12px;
        line-height: 16px;
        text-transform: uppercase;
    }

        .mainMenu .menu.mobile {
            display: none;
        }

        .mainMenu .menu li {
            float: left;
            position: relative;
            border-right: 1px solid #778;
        }

            .mainMenu .menu li a {
                color: #fff;
                float: left;
            }

        .mainMenu .menu .withSubMenu a {
            padding: 0 6px 0 0;
        }

            .mainMenu .menu li:hover .withSubMenu a,
            .mainMenu .menu .withSubMenu a:hover,
            .mainMenu .menu a:hover,
            .mainMenu .menu li:hover a {
                color: #ffca4a;
                text-decoration: none;
                background-color: #295482;
                cursor: pointer;
            }

        .mainMenu .mobileView .menu.mobile .active > a,
        .mainMenu .menu .active.withSubMenu a,
        .mainMenu .menu .active a,
        .mainMenu .menu .active a:hover {
            color: #fff;
            background-color: #3d6995;
        }

        .mainMenu .menu span {
            float: left;
            padding: 5px 8px;
        }

        .mainMenu .mobileView .menu.mobile .withSubMenu span,
        .mainMenu .menu .withSubMenu span {
            background: url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/arrow-01.gif) no-repeat 100% 9px;
            padding: 5px 17px 5px 8px;
        }
        /* dropdown */
        .mainMenu .menu .subMenu {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 100;
            display: none;
            min-width: 170px;
            width: 100%;
            background: #3d6995;
            font: 12px/18px "Trebuchet MS", Helvetica, sans-serif;
            text-transform: none;
            box-shadow: 5px 5px 4px rgba(0,0,0,0.3);
            -webkit-box-shadow: 5px 5px 4px rgba(0,0,0,0.3);
            -moz-box-shadow: 5px 5px 4px rgba(0,0,0,0.3);
        }

            .mainMenu .menu .subMenu ul {
                list-style: none;
                margin: 0;
                padding: 0;
            }

        .mainMenu .menu li:hover .subMenu {
            display: block;
        }

        .mainMenu .menu .subMenu ul li {
            float: none;
            vertical-align: top;
            border-bottom: 1px solid #537495;
            width: 100%;
        }

        .mainMenu .menu .subMenu li:hover ul a,
        .mainMenu .menu .subMenu ul a {
            float: none;
            display: block;
            padding: 0;
            background: url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/arrow-03.gif) no-repeat 10px 10px;
            padding: 5px 10px 5px 25px;
            color: #fff;
        }

            .mainMenu .menu li:hover .subMenu ul a:hover,
            .mainMenu .menu .subMenu ul a:hover {
                background: #295482 url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/arrow-03-ro.gif) no-repeat 10px 10px;
                color: #ffca4a;
            }
/* search form */
.search-form {
    float: right;
    background: #fff;
    margin: 3px 15px 0 0;
    border: 1px solid;
    border-color: #abadb3 #e2e3ea #e3e9ef;
    width: 150px;
}

    .search-form .text {
        overflow: hidden;
        display: block;
    }

    .search-form input[type="password"],
    .search-form input[type="text"] {
        background: #fff;
        border: none;
        font: 11px/15px Arial, Helvetica, sans-serif;
        color: #a5a5a5;
        margin: 0;
        padding: 1px 5px 1px 10px;
        width: 118px;
        text-transform: uppercase;
    }

    .search-form .ar-culture input[type="password"],
    .search-form .ar-culture input[type="text"] {
        direction: rtl;
    }

    .search-form .btn-search {
        float: right;
        border: none;
        background: none;
        background: url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/bg-search.png) no-repeat 2px 2px;
        width: 17px;
        height: 17px;
        margin: 0;
        padding: 0;
        text-indent: -9999px;
        overflow: hidden;
        font-size: 0;
        line-height: 0;
    }
/* main content block */
#two-columns {
    overflow: hidden;
    padding: 0 0 20px;
}

#content {
    width: 100%;
}

.content-holder {
    overflow: hidden;
}
/* left side content block */
#content.alignleft .content-holder {
    margin: 0 311px 0 0;
    padding-left: 8px;
}
/* right side content block */
#content.alignright .content-holder {
    margin: 0 0 0 260px;
    padding: 0 0 0 8px;
}
/* front page */
.front-page h1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    margin: 0 0 15px;
    text-transform: uppercase;
    color: #2b5e93;
    background: url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/bullet-02.png) no-repeat 0 7px;
    padding: 0 0 0 20px;
}

.front-page .article {
    overflow: hidden;
    padding: 23px 0 0;
}

.front-page .map-article {
    padding: 6px 0 9px;
    border-bottom: 1px solid #3a698f;
}

    .front-page .map-article h1 {
        margin: 0 0 9px;
    }

    .front-page .map-article img {
        width: 100%;
    }

.front-page .article p {
    margin: 0 0 18px;
}

.front-page .article img {
    display: block;
    max-width: 100%;
}

.map-block {
    overflow: hidden;
    margin: -9px 0 0 -5px;
}

.front-page .article .map-block img {
    margin: 0;
}

.front-page h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    margin: 0 0 31px 9px;
    color: #2b5e93;
    background: url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/bullet-02.png) no-repeat 0 4px;
    padding: 0 0 0 20px;
}

.front-page .article h2 {
    margin: 0 0 12px;
}

.front-page .article p.alignleft,
.front-page .article p.alignright {
    margin:0;
}

.image-top-space,
.front-page .article .image-top-space {
    margin-top:-30px;
    display:block;
}

.front-page .article img {
    float: right;
    margin: 0 0 5px 5px;
}

.front-page .ar-culture .article img {
    float:left;
}

.front-page .article .holder {
    overflow: hidden;
}

.front-page .article p {
    clear: left;
}

.front-page .ar-culture .article p {
    clear:none;
}

.columns-holder {
    overflow: hidden;
    margin: 0 0 0 -3.26%;
    padding: 18px 0 0;
}

.front-page .article.column {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin: 0 0 0 3%;
    padding: 1px 0 0;
    background: rgb(248,249,253);
    background: -moz-linear-gradient(top, rgba(248,249,253,1) 0%, rgba(251,252,254,1) 25%, rgba(255,255,255,1) 47%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,249,253,1)), color-stop(25%,rgba(251,252,254,1)), color-stop(47%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(248,249,253,1) 0%,rgba(251,252,254,1) 25%,rgba(255,255,255,1) 47%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(248,249,253,1) 0%,rgba(251,252,254,1) 25%,rgba(255,255,255,1) 47%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(248,249,253,1) 0%,rgba(251,252,254,1) 25%,rgba(255,255,255,1) 47%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(248,249,253,1) 0%,rgba(251,252,254,1) 25%,rgba(255,255,255,1) 47%,rgba(255,255,255,1) 100%);
}

    .front-page .article.column .holder {
        overflow: visible;
        padding: 0 26px;
    }

.front-page .ar-culture .article.column .holder {
    padding:0;
}

.front-page .ar-culture .article.column h2 {
    margin:0 0 11px;
}

    .front-page .article.column h2 {
        background: none;
        float: none;
        display: block;
        padding: 0;
        margin: 0 -26px 11px;
        max-width: 9999px;
    }

        .front-page .article.column h2 a {
            display: block;
            background: url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/bullet-03.png) no-repeat 26px 10px;
            padding: 10px 20px 0 56px;
            border-top: 2px solid #2b5e93;
        }

            .front-page .article.column h2 a:hover {
                text-decoration: none;
                border-color: #f54c1d;
                color: #dc6a16;
                background-image: url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/bullet-03-ro.gif);
            }

            .front-page .article.column h2 a.nonactive:hover {
                background: url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/bullet-03.png) no-repeat 26px 10px;
                border-color: #2b5e93;
                color: #2b5e93;
            }

    .front-page .article.column img {
        margin: 0 auto 3px;
        display: block;
        float: none;
    }

.news-archive {
    list-style: none;
    margin: 0;
    padding: 19px 40px 0 5px;
}

    .news-archive li {
        margin: 0 0 85px;
        overflow:hidden;
    }

    .news-archive h2 {
        color: #254d89;
        font-size: 18px;
        font-weight: normal;
        line-height: 18px;
        margin:0 0 37px;
    }
    .news-archive .news-img
    {
        float:left;
        margin-right:15px;
    }

.paging-block {
    text-align:center;
}

.txt-article {
    padding: 0 38px 0 0;
}

    .txt-article.mobile {
        border-bottom: 1px solid #ccc;
		padding:0;
    }

    .txt-article .subheading {
        font-size: 18px;
        line-height: 20px;
        color: #254d89;
        font-weight: normal;
        display: block;
    }

.txt-article .blue-subheading strong,
.txt-article strong.blue-subheading {
    color: #3d6995;
}

.subheading {
    font-size: 18px !important;
    line-height: 20px !important;
    color: #254d89 !important;
    font-weight: normal !important;
    display: block !important;
}

    .txt-article.mobile .accordionLink{
        border-top: 1px solid #ccc;
        background: url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/arrowDown.gif) no-repeat 100% 50%;
        margin: 0;
        padding: 10px 0;
        cursor: pointer;
    }
		.txt-article.mobile .accordionLink.active{
			background-image: url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/arrowUp.gif);
		}

    .txt-article img.alignright {
        margin: 0 0 2px 4px;
    }

    .txt-article h2 {
        color: #254d89;
        font-size: 18px;
        font-weight: normal;
        line-height: 18px;
        /*margin:0 0 18px;*/
    }

.sliderContent {
    width: 100%;
    overflow: hidden;
	display:none;
}
.front-page {
    padding: 36px 0 0;
}
/* breadcrumbs */
.breadcrumbs {
    font-size: 12px;
    color: #c0ccd9;
    padding: 6px 0 0;
    margin: 0 35px;
    list-style: none;
    position: relative;
    z-index: 1;
    float:left;
}

    .breadcrumbs li {
        display:inline-block;
        padding:0 4px 0 0;
    }

    .breadcrumbs a,
    .breadcrumbs span {
        display:inline-block;
        color: #c0ccd9;
    }

    .breadcrumbs a {
        text-decoration: underline;
    }

        .breadcrumbs a:hover {
            color: #92b3d6;
        }

.select-block {
    overflow: hidden;
    padding: 18px 17px 19px 32px;
    position: relative;
    z-index: 10;
    margin: -8px 0 11px;
    background: #fafafc;
}

    .select-block h1 {
        float: left;
        background: url("/web/20150702164019im_/http://www.business-anti-corruption.com/images/bullet-02.png") no-repeat 0 4px;
        color: #184172;
        font-size: 24px;
        font-weight: normal;
        line-height: 24px;
        margin: 0;
        padding: 0 0 0 20px;
    }

    .select-block .img {
        float: left;
        margin: 3px 0 0 15px;
        width: 100px;
    }

        .select-block .img img {
            background-color: #fff;
            border: 1px solid #e4e4e4;
            padding: 1px;
        }

    .select-block .select-form {
        float: right;
        padding: 0;
    }

    .select-block .label {
        color: #6d7f93;
        font-size: 12px;
        text-transform: uppercase;
        margin: 2px 5px 0;
        display: inline-block;
        vertical-align: top;
    }

    .select-block select {
        border: 1px solid #bdc1c3;
        color: #a5a5a5;
        font-size: 11px;
        padding: 2px;
        text-transform: uppercase;
        width: 150px;
    }

/* contact page */
.contacts-block {
    overflow: hidden;
    padding: 12px 29px 0 3px;
}

#main {
    position: relative;
    padding: 52px 0 0;
}

.bg-block #main {
    padding: 52px 0 0;
}

.bg-block {
    background: url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/bg-two-columns.gif) no-repeat;
    overflow: hidden;
    margin: 0 -1px 0 0;
    padding: 8px 0 0;
    clear: both;
}

.meta-block {
    overflow: hidden;
    padding: 0;
    margin: 0 0 -36px;
}

.language-selector {
    float: right;
    border: 1px dotted #ccc;
    padding: 4px 9px 2px 7px;
    z-index: 10;
	position:relative;
}

.bg-block .language-selector {
    display: none;
}

.language-selector .label {
    float: left;
    font-size: 11px;
}

.language-selector ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 5px 0 0 3px;
}

    .language-selector ul li {
        float: left;
        margin: 0 0 0 8px;
    }

    .language-selector ul a {
        float: left;
        line-height: 0;
        padding: 0;
        margin-bottom: 7px;
    }

        .language-selector ul a.active {
            background: url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/arrow-07.png) no-repeat 50% 100%;
            padding-bottom: 7px;
            margin: 0;
        }

.text-page h3 {
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    color: #3d6995;
    margin: 0 0 13px;
}

.text-page .image-holder {
    width: 42.5%;
}

.text-page address {
    font-style: normal;
    margin: 0 0 18px;
}

    .text-page address span {
        display: block;
    }

.text-page dl {
    overflow: hidden;
    margin: 0;
}

    .text-page dl dt {
        float: left;
        padding: 0 5px 0 0;
    }

    .text-page dl dd {
        margin: 0;
        overflow: hidden;
    }

.text-page .g-logo {
    display: block;
    margin: 78px 0 22px;
}

.text-page img {
    width: auto;
    max-width: 100%;
}

.news-list li {
    margin: 0 0 10px;
}

.contact-form {
    border: 1px solid #848484;
    padding: 5px 8px 9px;
    margin: 0 -5px 10px 1px;
}

    .contact-form .row {
        width: 100%;
        margin: 0 0 1px;
    }

    .contact-form label {
        display: inline-block;
        margin: 3px 0 0;
        font-size: 11px;
        vertical-align:top;
        width:72px;
    }

    * +html .contact-form label {
        display: inline;
    }

    .contact-form input[type="text"],
    .contact-form input[type="password"] {
        display:inline-block;
        width: 257px;
        padding: 2px 5px;
        margin: 0 6px;
        color:#000;
    }

    .contact-form textarea {
        display:inline-block;
        width: 335px !important;
        height: 93px;
        padding: 4px;
        color:#000;
        margin: 0 6px;
    }

    .contact-form .check {
        padding: 0;
        margin: 0 0 5px;
        list-style: none;
    }

        .contact-form .check li {
            overflow: hidden;
        }

    .contact-form input[type="checkbox"] {
        width: 15px;
        height: 15px;
        margin: 1px 12px 0;
        padding: 0;
    }

    .contact-form .check label {
        margin: 2px 0 0;
    }

    .contact-form input[type="submit"] {
        color: #000;
        height: 24px;
        font-size: 13px;
        padding: 0 5px 1px;
        margin: 0 80px;
    }

.main_heading {
    font-size: 24px !important;
    line-height: 30px !important;
    color: #184172 !important;
    font-weight: normal !important;
    background: url("/web/20150702164019im_/http://www.business-anti-corruption.com/images/bullet-02.png") no-repeat 0 6px !important;
    padding: 0 0 0 20px !important;
    margin: 0 !important;
}

.error-message {
    font-size: 24px;
    line-height: 30px;
    color: #184172;
    font-weight: normal;
    padding: 10px;
    margin: 0;
    text-align:center;
}

table td,
table,
.content-table {
    border-collapse: collapse;
    vertical-align: top;
}

.inner-tabset {
    overflow: hidden;
    padding: 8px 0 25px;
    margin: 0 -4px;
    list-style: none;
}

    .inner-tabset li {
        float: left;
        margin: 0 0 0 10px;
        padding: 0 0 30px;
    }

    .inner-tabset a {
        float: left;
        position: relative;
        padding: 0 0 1px;
        width: 122px;
        height: 96px;
    }

        .inner-tabset a.active {
            padding: 1px 0 0;
        }

        .inner-tabset a:hover {
            text-decoration: none;
            cursor: pointer;
        }

    .inner-tabset img {
        width: 100%;
        height: 100%;
    }

    .inner-tabset .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: solid transparent;
        border-width: 4px;
        border-top-color: rgba(255,255,255,0.5);
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        font-size: 0;
        line-height: 0;
    }

        .inner-tabset .overlay:after {
            position: absolute;
            top: -4px;
            left: -4px;
            padding: 4px;
            width: 100%;
            height: 100%;
            box-shadow: 0 2px 3px rgba(255,255,255,0.5) inset, 1px 0 2px rgba(0,0,0,0.7) inset, -1px 0 2px rgba(0,0,0,0.7) inset, 0 0 10px rgba(0,0,0,0.3) inset, 0 3px 4px rgba(0,0,0,0.4);
            -weblit-box-shadow: 0 2px 3px rgba(255,255,255,0.5) inset, 1px 0 2px rgba(0,0,0,0.7) inset, -1px 0 2px rgba(0,0,0,0.7) inset, 0 0 10px rgba(0,0,0,0.3) inset, 0 3px 4px rgba(0,0,0,0.4);
            -moz-box-shadow: 0 2px 3px rgba(255,255,255,0.5) inset, 1px 0 2px rgba(0,0,0,0.7) inset, -1px 0 2px rgba(0,0,0,0.7) inset, 0 0 10px rgba(0,0,0,0.3) inset, 0 3px 4px rgba(0,0,0,0.4);
            content: '';
        }

        .inner-tabset .overlay:before {
            position: absolute;
            top: -4px;
            left: 0;
            width: 100%;
            height: 4px;
            content: '';
            z-index: 10;
            box-shadow: 0 1px 2px rgba(255,255,255,0.5);
        }

    .inner-tabset a.active .overlay {
        top: 1px;
    }

    .inner-tabset .title {
        position: absolute;
        bottom: -31px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 11px;
        background: url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/arrow-05.png) no-repeat 11px 0;
        padding: 7px 15px 15px 25px;
        color: #000;
        height: 40px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-weight: normal;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
    }

    * + html .inner-tabset .title {
        width: 82px;
    }

    .inner-tabset a.active .title {
        bottom: -32px;
    }

    .inner-tabset li:first-child .title {
        background: url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/arrow-06.png) no-repeat 11px 0;
        padding: 7px 30px 15px 20px;
    }

    * + html .inner-tabset li:first-child .title {
        width: 72px;
    }

.inner-tabs-block {
    overflow: hidden;
    padding: 0;
}

    .inner-tabs-block .inner-tabset a {
        width: 58px;
        height: 45px;
        margin: 10px 8px 0 7px;
    }

        .inner-tabs-block .inner-tabset a.active {
            width: 122px;
            height: 96px;
            margin: 0;
        }

    .inner-tabs-block .inner-tabset .title {
        background: url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/arrow-05-small.png) no-repeat 5px 0;
        padding: 2px 10px 5px;
        font-size: 7px;
        line-height: 10px;
        bottom: -13px;
        height: auto;
    }

    .inner-tabs-block .inner-tabset li:first-child .title {
        background: url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/arrow-06-small.png) no-repeat 5px 0;
        padding: 2px 10px 5px;
    }

    .inner-tabs-block .inner-tabset li:first-child a.active .title {
        background: url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/arrow-06.png) no-repeat 11px 0;
    }

    .inner-tabs-block .inner-tabset a.active .title {
        background: url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/arrow-05.png) no-repeat 11px 0;
        padding: 7px 15px 15px 25px;
        font-size: 11px;
        line-height: 18px;
        bottom: -31px;
    }

    .inner-tabs-block .inner-tabset li:first-child a.active .title {
        padding: 7px 30px 15px 20px;
    }

.txt-article .tabs-area {
    background: #dce6f2;
    border: 1px solid #ccc;
    padding: 5px 5px 14px;
    margin: 0 15px 0 0;
}

.txt-article .tab-content {
    padding: 0;
    position: static;
    background: none;
    border: none;
}

.txt-article .tabs-area h2 {
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 0 12px;
}

.txt-article .tab-content .txt-block {
    overflow: hidden;
}

.txt-article .tab-content img {
    margin: 3px 12px 0 0;
    float: left;
    max-width: 115px;
}

.txt-article .tab-content .txt-block p {
    margin: 0;
}

.txt-article .mapHolder {
    margin-top: 0;
}

.container h2 {
    color: #254d89;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
}

.container p span {
    color: #122843 !important;
    font: 12px/18px "Trebuchet MS",Helvetica,sans-serif !important;
}

.container .link-back {
    display: inline-block;
    margin: 100px 0 0 40px;
}
/* sidebar */
#sidebar {
    width: 286px;
}
    /* right sidebar */
    #sidebar.alignright {
        margin: 0 0 0 -286px;
    }
    /* left sidebar */
    #sidebar.alignleft {
        margin: 0 -235px 0 0;
        background: url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/sidebar-shadow.png) no-repeat 100% 10px;
        min-height: 300px;
        width: 235px;
        position: relative;
    }

.tabs-block {
    margin: 0 3px 20px 0;
}

.tabset {
    overflow: hidden;
    padding: 0;
    margin: 0 0 -1px;
    list-style: none;
    text-align: right;
    position: relative;
    z-index: 2;
    width: 100%;
}

    .tabset li {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 -4px;
    }

    * + html .tabset li {
        display: inline;
        overflow: hidden;
    }

        .tabset li > a {
            display: block;
            background: #f9fafb;
            color: #25598f;
            border: 1px solid #cfd6de;
            padding: 3px 17px;
            text-transform: uppercase;
            border-radius: 5px 5px 0 0;
            -webkit-border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            position: relative;
            z-index: 2;
        }

            .tabset li > a:hover {
                text-decoration: underline;
            }

            .tabset li > a.active {
                background: #eff3f6;
                text-decoration: none;
            }

            .tabset li:first-child > a.active,
            .tabset li > a.active {
                border-width: 1px 1px 0;
                padding-bottom: 4px;
            }

        .tabset li:first-child > a.active {
            border-width: 1px 1px 0;
        }

.tab-content {
    overflow: hidden;
    position: absolute;
    top: 25px;
    left: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    text-align: left;
    border: 1px solid #cfd6de;
    border-bottom:none;
    background: #eff3f6;
    overflow: hidden;
    padding: 15px 21px 17px 20px;
    z-index: 1;
    width: 100%;
}

.tab-content .ar-culture {
    text-align:right;
}

    .tab-content .heading {
        overflow: hidden;
        margin: 0;
        padding: 0 0 13px;
        border-bottom: 1px solid #295c92;
    }

        .tab-content .heading h2 {
            float: left;
            font-size: 24px;
            line-height: 30px;
            font-weight: normal;
            color: #2d4d8f;
            margin: 0;
            background: url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/bullet-01.png) no-repeat 0 7px;
            padding: 0 0 0 20px;
        }

        .tab-content .heading .all {
            float: right;
            font-size: 12px;
            color: #2d4d8f;
            margin: 7px 5px 0 0;
            padding: 0 0 0 10px;
            background: url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/arrow-08.gif) no-repeat 0 6px;
        }

.news-list {
    overflow: hidden;
}

.news-item {
    overflow: hidden;
    border-top: 1px solid #cfd6de;
    margin: -1px 0 0;
    padding: 13px 0 11px;
    font-size: 12px;
    line-height: 18px;
    color: #000;
}

    .news-item .date {
        font-style: normal;
        display: block;
        margin: 0 0 4px;
    }

    .news-item h3 {
        font-size: 12px;
        line-height: 18px;
        font-weight: normal;
        margin: 0 0 4px;
        color: #295c92;
    }

        .news-item h3 a {
            color: #295c92;
        }

            .news-item h3 a:hover {
                color: #dc6a16;
                text-decoration: none;
            }

    .news-item p {
        margin: 0;
    }

.subscribe-form {
    background: #dae4eb;
    border: 1px solid #cfd6de;
    border-top:none;
    padding: 0 19px 15px;
    margin: -1px 0 0;
}

    .subscribe-form .holder {
        overflow:hidden;
        padding:15px 0 0;
        margin:0 -9px 0 0;
        border-top:1px solid #cfd6de;
    }

    .subscribe-form label {
        display: block;
        font-size: 11px;
        line-height: 15px;
        color: #657c94;
        margin: 0 0 13px;
    }

    .subscribe-form .row {
        width: 100%;
    }

    .subscribe-form input[type="text"] {
        float: left;
        width: 138px;
        border: 1px solid #ccc;
        background: #fff url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/input_arrow.gif) no-repeat 100% 3px;
        margin: 0;
        padding: 2px 3px 1px;
        font: 11px/15px Arial, Helvetica, sans-serif;
        color: #333;
    }

    .subscribe-form input[type="submit"] {
		float:right;
        width: 102px;
        height: 21px;
        background: #f0f0f0 url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/input_arrow.gif) no-repeat 100% 4px;
        border: 1px solid #999;
        margin: -1px 0 5px;
        padding: 1px 3px 2px;
        font: 11px/15px Arial, Helvetica, sans-serif;
        color: #333;
        text-align: center;
		clear:right
    }

.social_icons {
    overflow: hidden;
    width: 100%;
}

.addthis_toolbox {
    text-align: right;
    float: right;
    padding: 5px 15px 5px 0;
    height: 17px;
    vertical-align: top;
}

.tabs-block .social_icons .addthis_toolbox {
    padding: 10px 0 0;
}

.social_icons span {
    border-right: 1px solid #CFD6DE;
    display: inline;
    display: inline-block;
    padding: 0 3px;
}

    .social_icons span span {
        border: none;
    }

.addthis_counter.addthis_bubble_style .atc_s {
    display: none !important;
}

.addthis_default_style .addthis_counter,
.addthis_default_style .addthis_separator,
.addthis_default_style .at300b,
.addthis_default_style .at300bo,
.addthis_default_style .at300m,
.addthis_default_style .at300bs {
    display: inline-block !important;
    float: none;
    vertical-align: top;
}

.rss-block {
    overflow: hidden;
    padding: 0 0 5px;
    margin: 0 0 32px;
    min-height: 18px;
    border-bottom: 1px solid #ccc;
}

    .rss-block .logo-holder {
        text-align: center;
        border-bottom: 1px dotted #ccc;
        padding: 3px 0 16px;
    }

.rss-holder {
    position: relative;
    padding: 24px 0 0;
}

.rss-link {
    position: absolute;
    top: 24px;
    right: 4px;
}

.rss-holder ul {
    margin: 0;
    padding: 0 20px 20px 0;
    list-style: none;
    font-size: 11px;
    line-height: 14px;
    color: #666;
    border-bottom: 1px dotted #ccc;
}

    .rss-holder ul li {
        overflow: hidden;
        margin: 0 0 19px;
    }

    .rss-holder ul .title {
        display: block;
        font-weight: bold;
        margin: 0 0 14px;
        color: #275a91;
    }

    .rss-holder ul p {
        margin: 0;
    }

    .rss-holder ul .date {
        display: block;
        font-style: normal;
        color: #999;
    }

    .rss-holder ul .file-image {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        background: none;
        -webkit-appearance: none;
    }

        .rss-holder ul .file-image .wrapper {
            margin: 0 0 10px;
            box-shadow: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
        }

        .rss-holder ul .file-image img {
            border: none;
        }

.rss-block .link-holder {
    text-align: right;
    font-size: 11px;
    line-height: 15px;
    border-bottom: 1px solid #666;
    padding: 11px 0 13px;
}

.adr {
    border-top: 5px solid #5e84a3;
    position: relative;
    padding: 14px 21px 0;
    font: 13px/18px Arial, Helvetica, sans-serif;
}

    .adr:after {
        position: absolute;
        top: -8px;
        right: 23px;
        width: 10px;
        height: 10px;
        background: #dc6a16;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        content: '';
    }

    .adr h2 {
        font: bold 18px/25px "Trebuchet MS", Helvetica, sans-serif;
        color: #dc6a16;
        margin: 0 0 8px;
        background: none;
        padding: 0;
        float: none;
    }

    .adr h1 {
        font:24px/24px "Trebuchet MS", Helvetica, sans-serif;
        background: url("/web/20150702164019im_/http://www.business-anti-corruption.com/images/bullet-02.png") no-repeat 0 4px;
        color: #184172;
        text-transform:none;
        margin: 0;
        padding: 0 0 20px 20px;
    }

    .adr address {
        font-style: normal;
        margin: 0;
    }

.ar-culture .adr {
    padding:0;
    border:none;
    font: bold 12px/18px "Trebuchet MS", Helvetica, sans-serif;
}

    .ar-culture .adr:after {
        display:none;
    }

    .ar-culture .adr p {
        margin:0;
    }

        .adr address span {
            display: block;
        }

    .adr dl {
        overflow: hidden;
        margin: 0;
    }

        .adr dl dt {
            float: left;
            padding: 0 4px 0 0;
        }

        .adr dl dd {
            overflow: hidden;
            margin: 0;
        }
/* side accordion menu */
.side-nav {
    overflow: hidden;
    font-size: 11px;
    line-height: 15px;
    padding: 0 0 0 16px;
}

.accordion {
    padding: 0;
    margin: 0;
    list-style: none;
    border-right: 1px solid #e5eaef;
    position: relative;
}

    .accordion:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0 1px 0 0;
        height: 15px;
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        content: '';
        z-index: 10;
    }

    .accordion li {
        overflow: hidden;
        vertical-align: top;
        border-bottom: 1px solid #e5eaef;
    }

    .accordion a {
        display: block;
        position: relative;
        z-index: 11;
        background: url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/bullet-05.png) no-repeat 1px 3px;
        padding: 3px 10px 4px 20px;
        font-weight:bold;
        text-transform: uppercase;
    }

        .accordion a:hover,
        .accordion .active a {
            background: #d1deee url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/bullet-05-a.png) no-repeat 1px 3px;
            text-decoration: none;
        }

    .accordion ul {
        padding: 0;
        margin: 0;
        list-style: none;
        background: #eff3f6;
        border-top: 1px solid #fff;
        font-size:12px;
        font-weight:normal;
    }

        .accordion ul li {
            border-bottom: 1px solid #fff;
            padding: 0 0 0 20px;
        }

        .accordion ul a:hover,
        .accordion .active ul a:hover,
        .accordion .active ul a,
        .accordion ul a {
            background:url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/bullet-06.gif) no-repeat 0 8px;
            text-transform: none;
            padding: 3px 10px 5px;
            font-weight:normal;
        }

        .accordion ul > li.active,
        .accordion ul > li.active a,
        .accordion ul > li:hover {
            background-color:#e6ebf1;
        }

        .accordion ul ul {
            margin: 0 0 0 -20px;
            background: #f9fbfc;
        }

            .accordion ul ul li {
                border-bottom: none;
                border-top: 1px solid #eceef2;
                padding: 0 0 0 34px;
            }

                .accordion ul ul li.active {
                    background:none;
                }

                .accordion ul .active ul li a,
                .accordion ul ul li.active a,
                .accordion ul ul li a {
                    background-color:transparent;
                }


            .accordion ul ul li.active,
            .accordion ul ul li.active a,
            .accordion ul ul li:hover,
            .accordion ul ul a:hover,
            .accordion .active ul ul li,
            .accordion .active ul ul a:hover,
            .accordion .active ul ul .active a {
                color: #ffa836;
                background-color:transparent;
            }

            .accordion ul ul ul {
                margin: 0 0 0 -34px;
                line-height: 16px;
            }

                .accordion ul ul ul li {
                    padding: 0 0 0 51px;
                }

                .accordion .active ul ul .active ul a,
                .accordion ul ul .active ul a,
                .accordion ul ul ul a {
                    padding-bottom: 4px !important;
                    color: #2b5e93;
                }

                    .accordion .active ul ul .active ul .active a,
                    .accordion .active ul ul .active ul a:hover,
                    .accordion ul ul .active ul .active a,
                    .accordion ul ul .active ul a:hover,
                    .accordion ul ul ul .active a,
                    .accordion .active ul ul ul .active a,
                    .accordion ul ul ul a:hover {
                        color: #ffa836;
                    }
/* footer */
#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    width: 100%;
    overflow: hidden;
}

.footer-holder {
    padding: 0 13px;
}

.form-block {
    overflow: hidden;
    background: #f1f4f7;
    padding: 2px 26px 11px 20px;
    margin: 0 0 10px;
    border-top: 1px solid #2b5e93;
}

.login-form {
    float: left;
}

    .login-form .row {
        width: 100%;
        margin: 0 0 4px;
    }

    .login-form label {
        float: left;
        font: 11px/25px Arial, Helvetica, sans-serif;
        color: #2B5E93;
        margin: 0 8px 0 0;
    }

    .login-form input[type="text"],
    .login-form input[type="password"] {
        float: left;
        background: #fff;
        border: 1px solid;
        border-color: #abadb3 #e2e3ea #e3e9ef;
        margin: 0 10px 0 0;
        padding: 5px 3px 4px;
        font-size: 11px;
        width: 72px;
    }

.pass-holder {
    float: left;
    position: relative;
}

.input-placeholder-text {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    line-height: 15px;
    padding: 5px 3px 4px;
}

.login-form input[type="submit"] {
    float: left;
    border: 1px solid #707070;
    width: 58px;
    height: 23px;
    font: 13px/23px Arial, Helvetica, sans-serif;
    color: #000;
    padding: 0;
    margin: 1px;
    background: rgb(242,242,242);
    
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(235,235,235,1) 50%, rgba(221,221,221,1) 50%, rgba(207,207,207,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(50%,rgba(235,235,235,1)), color-stop(50%,rgba(221,221,221,1)), color-stop(100%,rgba(207,207,207,1)));
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(235,235,235,1) 50%,rgba(221,221,221,1) 50%,rgba(207,207,207,1) 100%);
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(235,235,235,1) 50%,rgba(221,221,221,1) 50%,rgba(207,207,207,1) 100%);
    background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(235,235,235,1) 50%,rgba(221,221,221,1) 50%,rgba(207,207,207,1) 100%);
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(235,235,235,1) 50%,rgba(221,221,221,1) 50%,rgba(207,207,207,1) 100%);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 1px 0 0 #fff inset, -1px 0 0 #fff inset, 0 1px 0 #fff inset, 0 -1px 0 #fff inset;
    -webkit-box-shadow: 1px 0 0 #fff inset, -1px 0 0 #fff inset, 0 1px 0 #fff inset, 0 -1px 0 #fff inset;
    -moz-box-shadow: 1px 0 0 #fff inset, -1px 0 0 #fff inset, 0 1px 0 #fff inset, 0 -1px 0 #fff inset;
}

.login-form .links {
    overflow: hidden;
    margin: 0 0 0 26px;
    padding: 0;
    list-style: none;
    font: 11px/15px Arial, Helvetica, sans-serif;
}

    .login-form .links li {
        float: left;
        background: url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/separator-01.gif) no-repeat 0 4px;
        padding: 0 12px 0 14px;
    }

        .login-form .links li:first-child {
            background: none;
        }

    .login-form .links a {
        color: #16324e;
        text-decoration: underline;
    }

        .login-form .links a:hover {
            text-decoration: none;
        }

.summary {
    border: 1px solid #2b5e93;
    background: #e7eaf8;
    background: -moz-linear-gradient(top, #e7eaf8 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7eaf8), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #e7eaf8 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #e7eaf8 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #e7eaf8 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #e7eaf8 0%,#ffffff 100%);
    padding: 15px 20px;
    margin: 0 0 10px;
    display: none;
}

    .summary h2 {
        color: #2B5E93;
        font-size: 24px;
        line-height: 28px;
        margin: 0;
    }

#footer .top {
    float: right;
    background: url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/arrow-02.png) no-repeat 100% 4px;
    padding: 2px 32px 0 0;
    font-size: 10px;
    text-transform: uppercase;
    color: #16324e;
}

#footer .meta {
    position: relative;
    padding: 0 0 4px;
    overflow: hidden;
}

#footer .copy {
    float: left;
    margin: 0 186px 0 0;
    color: #2b5e93;
}

#footer .meta a {
    font-size: 13px;
    color: #bdcae4;
    text-decoration: underline;
}

    #footer .meta a:hover {
        text-decoration: none;
    }
    #footer .meta a img {
        vertical-align: middle;
    }

.jvectormap-label {
    position: absolute;
    top:100%;
    left:50%;
    display: none;
    background: #800;
    color: #fff;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: smaller;
    padding: 3px 14px;
    text-transform:uppercase;
	display:none;
}

    .jvectormap-label:after {
        position:absolute;
        bottom:100%;
        left:50%;
        margin:0 0 0 -12px;
        border:12px solid transparent;
        border-bottom-color:#800;
        content:'';
    }

.jvectormap-zoomin,
.jvectormap-zoomout {
    position: absolute;
    bottom: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    padding: 3px;
    color: #fff;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 8px !important;
    text-align: center;
    color: #fff !important;
}

.jvectormap-zoomin {
    left: 8px;
}

.jvectormap-zoomout {
    left: 28px;
}

.mapHolder {
    overflow: hidden;
    padding: 30px 21px 0 2px;
    position: relative;
    margin: -8px 114px 0 0;
}

.front-page .mapHolder {
    margin-top: -8px;
}

.map {
    height: 315px;
    width: 100%;
}

.mapSorting {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.mapHolder .mapSorting h2 {
    display: none;
}

.mapSorting ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-left: 1px solid #ccc;
    font-size: 11px;
    float: left;
    overflow: hidden;
}

    .mapSorting ul li {
        float: left;
        background: #f9fafb;
    }

        .mapSorting ul li.mostViewed a.active {
            margin: 0 -1px -1px 0;
        }

    .mapSorting ul a {
        display: block;
        border: solid #ccc;
        border-width: 1px 1px 1px 0;
        line-height: 18px;
        padding: 3px 5px;
        width: 80px;
        color: #25598f;
        cursor: pointer;
    }

        .mapSorting ul a:hover,
        .mapSorting ul a.active {
            background: #eff3f6;
            text-decoration: none;
            font-weight: bold;
        }

        .mapSorting ul a.active {
             margin: 0 0 -1px;
            padding: 3px 5px 4px;
        }

    .mapSorting ul .worldMap a.active {
        margin: 0;
        padding: 3px 5px;
    }

.mapSorting h3 {
    display: block;
    color: #000;
    font-weight: bold;
    margin: 0;
}

.mapHolder .subItem {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #eff3f6;
    border: 1px solid #ccc;
    padding: 39px 193px 26px 5px;
    color: #333;
}

    .mapHolder .subItem .byRegion {
        margin: 0 21px 0 -21px;
    }

.mapHolder .map .jvectormap-element:hover {
    cursor: pointer;
}

.mapHolder .subItem a {
    color: #333;
}

.mapHolder .subItem > div,
.mapHolder .subItem > ul {
    display: none;
}

.mapHolder .mask {
    overflow: hidden;
    position: relative;
    margin: 0 27px;
}

.mapHolder .close {
    background: url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/close.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    right: 5px;
    display: block !important;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    z-index: 100;
}

.mapHolder .subItem h3 {
    color:#25598f;
    font: 16px/20px Arial, Helvetica, san-serif;
    text-decoration: none;
    margin: 0 0 9px;
}

.mapHolder .byRegion ul,
.mapHolder .subItem > ul,
.mapHolder .subItem ul.alphabeticallyList,
.mapHolder .subItem ul.mostViewedList {
    overflow: hidden;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    border: 1px solid #ccc;
    font-size: 11px;
	background:#fff url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/bgGray.gif) repeat-y 50% 0;
}

.mapHolder .subItem ul.alphabeticallyList,
.mapHolder .subItem ul.mostViewedList {
    border-width: 1px;
}

.mapHolder .byRegion li,
.mapHolder .subItem > ul > li,
.mapHolder .subItem .alphabeticallyList li,
.mapHolder .subItem .mostViewedList li {
    line-height: 20px;
    width: 50%;
    float: left;
}

.mapHolder .subItem li a {
    display: block;
    padding: 4px 9px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: solid #ccc;
    border-width: 0 0 1px 0;
    margin: 0 0 -1px 0;
    color: #25598f;
}

.mapHolder .subItem > ul {
    border-width: 1px;
}
/** 
 * Slideshow controls style rules.
 */
.mapHolder .prev,
.mapHolder .next {
    display: block;
    width: 31px;
    text-indent: -10000px;
    cursor: pointer;
    float: left;
    height: 31px;
    z-index: 2;
    position: absolute;
    background: transparent url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/bgArrows.png) no-repeat 0 50%;
    top: 67px;
}

.mapHolder .prev {
    right: 60px;
    background-position: 0 0;
}

.mapHolder .next {
    right: 19px;
    background-position: -34px 0;
}

.slideInner {
    overflow: hidden;
    position: relative;
}

.slideInner .slide{
    max-height:292px;
    overflow:auto;
}



.search-results .required {
    color:#f00;
    padding:0 5px;
}

.search-results .advanceSearch {
    display: none;
}

.search-results table {
        margin:0 0 10px;
    }

    .search-results table td.col1 {
        width:90px;
    }
        .search-results table table {
            margin:0;
        }

    .search-results h2 {
        color:#254D89;
        font-weight:normal;
    }

.search-results table label {
    font-size:12px;
    margin-right:5px;
}

.advanceSearch select {
    font:13px/15px Arial, Helvetica, sans-serif;
    color:#000;
}

.search-results .rules {
    margin:0 0 12px;
}

.search-results .searchBy {
    display:block;
    margin:0 0 12px;
}

.pager {
    padding:12px 35px;
    font-size:12px;
    line-height:18px;
    color:#122843;
}

    .pager a {
        margin:0 5px;
    }

.search-results .flat {
    padding:0 29px 18px 18px;
}

    .search-results .search-text {
        font-style:italic;
    }

        .search-results .flat .title {
            display:block;
            margin:0 0 0 -18px;
        }

            .search-results .flat .title img {
                margin:1px 0 0;
            }

        .search-results .flat .textHighlighter {
            color:#f00;
            font-weight:bold;
        }

.search-results .meta {
    background:#eee;
}

.footnote {
    vertical-align: super;
    font-size: 10px;
    line-height: 9px;
}

.footnotes-list {
    list-style-position: inside;
    margin: 0 0 20px;
    padding: 0;
}

    .footnotes-list li {
        padding: 3px 20px;
    }

.ref-highlight {
    background: #def;
}

.related {
    overflow: hidden;
    padding: 0;
}

    .related .title {
        color: #2B5E93;
        font-size: 11px;
        font-weight: normal;
        display: block;
        margin: 0 0 3px;
        background: #e9eef3;
        padding: 3px 9px;
        text-transform: uppercase;
    }

    .related .related-list {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 11px;
    }

        .related .related-list li {
            border-bottom: 1px solid #eceef2;
            padding: 5px 13px 6px;
            overflow: hidden;
            background: #f9fbfc;
        }

        .related .related-list a {
            color: #2B5E93;
        }

@media screen and (max-width: 1024px) {
    body {
        margin: 0 5px;
    }

    .wrapper {
        width: 100%;
        max-width: 990px;
    }

    .slideset img {
        display: block;
        width: 100%;
        max-width: 170px;
    }

    .front-page .article h2 {
        float: none;
    }

    .front-page .article img {
        float: none;
        width: auto;
        display: block;
    }

    .carousel .slide {
        margin: 0 18px 0 0;
    }

    .bg-block {
        background: none;
    }

    .language-selector {
        float: left;
        margin: 14px 0 10px 35px;
    }
}

@media screen and (max-width: 1000px) {
    .partners-list {
        margin: 0 0 20px;
        max-width: 9999px;
        width: auto;
    }

    .search-form {
        margin-right: 10px;
    }

        .mapHolder .subItem {
            padding: 39px 80px 26px 5px;
        }
}

@media screen and (max-width: 850px) {
    .mainMenu .menu {
        margin: 0 0 0 10px;
    }

        .mainMenu .menu span {
            padding: 5px;
        }

        .mainMenu .menu .withSubMenu a {
            padding: 0 5px 0 0;
        }

        .mainMenu .menu .withSubMenu span {
            padding: 5px 13px 5px 5px;
        }

    .search-form input[type="password"],
    .search-form input[type="text"] {
        width: 110px;
    }

    .front-page .article figure.alignright {
        float: none;
        margin: 0 0 10px;
        overflow: hidden;
    }

        .front-page .article figure.alignright img {
            width: auto;
            max-width: 100%;
            float: none;
            margin: 0;
        }

    .mapHolder {
        margin: 10px 0 0;
    }
}

@media screen and (max-width: 1023px) and (min-width:768px) {
    .inner-tabset {
        padding: 0;
        display: table;
        table-layout: fixed;
        width: 100%;
    }

        .inner-tabset li {
            float: none;
            display: table-cell;
            text-align: center;
            padding: 0 5px 30px;
        }

        .inner-tabs-block .inner-tabset a.active,
        .inner-tabs-block .inner-tabset a,
        .inner-tabset a {
            display: block;
            width: auto;
            float: none;
            margin: 0;
            padding: 0;
        }

        .inner-tabs-block .inner-tabset img,
        .inner-tabset img {
            display: block;
            width: 100%;
        }

        .inner-tabs-block .inner-tabset li:first-child a.active .title,
        .inner-tabs-block .inner-tabset li:first-child .title,
        .inner-tabs-block .inner-tabset a.active .title,
        .inner-tabs-block .inner-tabset .title,
        .inner-tabset a.active .title,
        .inner-tabset li:first-child .title,
        .inner-tabset .title {
            background: none;
            bottom: -20px;
            padding: 0;
            height: 20px;
            font-size: 9px;
            line-height: 18px;
            box-sizing: content-box;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            -ms-box-sizing: content-box;
            -o-box-sizing: content-box;
        }
}

@media screen and (max-width: 768px) {
    html,
    body {
        height: auto;
        background: #fff;
    }

    img {
        width: auto;
        max-width: 100%;
    }

    .wrapper {
        height: auto;
        margin: 0 5px;
        max-width: 9999px;
        width: auto;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

    .w2 {
        padding: 21px 0 0;
    }

    #header {
        padding: 10px 14px 12px 15px;
        margin: 0 0 18px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
    }

    .logo {
        font-size: 22px;
        line-height: 27px;
        max-width: 200px;
    }

        .logo br {
            display: block;
        }

    .g_logo {
        margin: 10px 0 0;
    }

    .languages {
        clear: right;
        padding: 6px 0 0 10px;
        margin: 0 0 0 -40px;
    }

    .partners-list {
        min-height: 78px;
    }

    .carousel {
        padding: 0 19px 16px 19px;
    }

        .carousel:after,
        .carousel:before {
            position: absolute;
            top: 0;
            width: 50px;
            height: 100%;
            content: '';
            z-index: 1;
        }

        .carousel:before {
            left: 0;
            background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.5) 79%, rgba(255,255,255,0) 100%);
            background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(79%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
            background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.5) 79%,rgba(255,255,255,0) 100%);
            background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.5) 79%,rgba(255,255,255,0) 100%);
            background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.5) 79%,rgba(255,255,255,0) 100%);
            background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.5) 79%,rgba(255,255,255,0) 100%);
        }

        .carousel:after {
            right: 0;
            background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 21%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
            background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(21%,rgba(255,255,255,0.5)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
            background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 21%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
            background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 21%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
            background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 21%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
            background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 21%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
        }

        .carousel .slide {
            margin: 0 0 0 23px;
            padding: 0;
        }

            .carousel .slide img {
                display: inline;
                width: auto;
            }

        .carousel .btn-prev,
        .carousel .btn-next {
            display: block;
        }

    .mainMenu {
        padding: 0;
        margin: 0 0 10px;
        overflow: hidden;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }

        .mainMenu .menu,
        .accordion {
            float: none;
            width: 100%;
            margin: 0;
        }

        .mainMenu .mobileView .menu.desktop {
            display: none;
        }

        .mainMenu .mobileView .menu.mobile {
            display: block;
        }

        .mainMenu .menu li,
        .accordion li {
            float: none;
            width: 100%;
            vertical-align: top;
            border-bottom: 1px solid #fff;
        }

            .mainMenu .menu .withSubMenu a,
            .mainMenu .menu li a,
            .accordion a {
                float: none;
                display: block;
                padding: 0;
            }

		.mainMenu .menu .subMenu {
            position: static;
            margin: 0;
            padding: 0;
            display: block;
            list-style: none;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
        }

        .mainMenu .menu li:hover .subMenu {
            display: block !important;
        }

            .mainMenu .menu .subMenu li {
                border: solid #fff;
                border-width: 1px 0 0;
            }

        .mainMenu .menu li.active .subMenu a {
            background-color: #25517D;
        }

        .mainMenu .menu li a.back span {
            background: #3d6995 url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/arrowLeft.gif) no-repeat 18px 48%;
            padding-left: 35px;
        }

        .mainMenu .menu li.active a {
            color: #fff;
            text-decoration: none;
            background-color: #3D6995;
            cursor: pointer;
        }

            .mainMenu .menu li.active a:hover {
                color: #ffca4a;
            }

    .accordion a {
        background: none;
        padding: 12px 8px 13px 15px;
        color: #fff;
    }

        .accordion a:hover {
            background: #295482;
            color: #ffca4a;
        }

    .accordion .active a {
        background: #3d6995;
    }

    .mainMenu .menu .withSubMenu span,
    .mainMenu .menu span{
        padding: 12px 8px 13px 15px;
    }
	.mainMenu .mobileView .menu.mobile .withSubMenu span{
		padding:12px 8px 13px 15px;
		background-position:100% 50%;
	}

    .mainMenu .menu .subMenu span {
        padding-left: 30px;
    }

    .mainMenu .menu .withSubMenu a {
        padding: 0 7px 0 0;
    }

    .mainMenu .menu .withSubMenu span {
        background-image: url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/arrow-04.gif);
        background-position: 100% 14px;
        padding: 12px 20px 13px 15px;
    }

    .mainMenu .menu span {
        float: none;
        display: block;
    }

    .mainMenu .menu li:hover .subMenu {
        display: none;
    }

    .search-form {
        float: none;
        width: auto;
        margin: 8px 21px 7px 15px;
        overflow: hidden;
    }

        .search-form .text {
            display: block;
            overflow: hidden;
            padding: 0 0 0 2px;
        }

        .search-form input[type="password"],
        .search-form input[type="text"] {
            width: 100%;
            padding: 4px 0 3px;
        }

        .search-form input[type="submit"] {
            margin: 0 3px 0 0;
        }

    .form-block {
        padding: 10px 11px 11px 20px;
    }

    #two-columns {
        margin: 0 0 35px;
    }

    .text-page #two-columns {
        background: none;
        padding: 0;
    }

    #content {
        float: none;
        width: 100%;
        margin: 0 0 2px;
    }

        #content.alignright .content-holder,
        #content.alignleft .content-holder {
            margin: 0 0 20px;
            float: none;
            width: 100%;
            padding:0;
        }

        #content.alignleft .content-holder {
            padding: 0;
        }

    .front-page h2 {
        display: block;
        float: none;
    }

    .front-page .article.column img,
    figure.alignright img.alignright,
    figure.alignright {
        float: none;
        margin: 0;
    }

    figure.alignright {
        margin: 0 0 10px;
    }

    .front-page .article {
        padding: 24px 10px 0;
    }

        .front-page .article img {
            float: none;
            margin: 0 0 10px;
        }

    .front-page .map-article {
        padding: 7px 0 9px 10px;
    }

    .columns-holder {
        margin: 0;
    }

    .front-page .article.column {
        float: none;
        margin: 0;
        width: auto;
        padding: 0 16px 18px;
    }

        .front-page .article.column .holder {
            padding: 0;
        }

    .front-page h2 {
        line-height: 28px;
        margin: 0 0 29px;
    }

    .mapSorting h2 {
        margin: 0;
        line-height: 18px;
    }

    .front-page .article.column h2 {
        margin: 0 -16px 11px;
    }

    .front-page .article.column .image-holder {
        margin: 0 10px 3px;
        min-height: 0;
    }

    .contact-form {
        margin: 0;
    }

        .contact-form .text {
            display: block;
            overflow: hidden;
        }

        .contact-form input[type="text"],
        .contact-form input[type="password"],
        .contact-form textarea {
            width: 100% !important;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
        }

    .contacts-block .image-holder {
        width: 100%;
    }

    .breadcrumbs {
        display: none;
    }

    .txt-article .alignright,
    .txt-article .alignleft,
    .txt-article p.alignright,
    .txt-article p.alignleft,
    .txt-article img.alignright,
    .txt-article img.alignleft {
        float: none;
        max-width: 100%;
        width: auto;
        margin: 0;
    }

    .txt-article {
        padding:0 10px;
    }

    DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
        float:none !important;
    }
    #sidebar.alignright,
    #sidebar.alignleft,
    #sidebar {
        margin: 0;
        float: none;
        width: 100%;
    }

        #sidebar.alignleft {
            background: none;
            min-height: 0;
        }

    .tab-content {
        width: 100%;
        top: 32px;
        padding: 10px 20px 17px 19px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
    }

    .tabset li > a {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        font-size: 13px;
        padding: 6px 16px 7px;
    }

        .tabset li:first-child > a.active,
        .tabset li > a.active {
            padding-bottom: 8px;
        }

    .news-item {
        padding: 13px 0 23px;
    }

        .news-item h3 {
            margin: 0;
        }

    .tab-content .heading {
        padding: 0 0 16px;
    }

        .tab-content .heading .all {
            margin: 6px 0 0;
        }

    .adr {
        padding: 22px 18px 0;
    }

        .adr h2 {
            margin: 0 0 7px;
            float: none;
        }

    .side-nav {
        display: none;
    }

    .accordion {
        background: none;
    }

        .accordion:after {
            background: none;
            height: auto;
        }

    .social_icons {
        display: none;
    }

    .front-page .social_icons,
    .tabs-block .social_icons {
        display: block;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
    }

        .tabs-block .social_icons .addthis_toolbox {
            float: right;
        }

    .w1 {
        padding: 0;
    }

    #footer {
        position: static;
    }

        #footer .top {
            line-height: 15px;
            padding: 0 22px 0 0;
            background-position: 100% 1px;
        }

        #footer .meta {
            padding: 0 0 10px 10px;
        }

            #footer .meta a {
                line-height: 16px;
            }

        #footer .copy {
            margin: 0 26px 0 0;
        }

    .select-block {
        padding: 18px 10px 19px;
    }

        .select-block .select-form {
            float: none;
            overflow: hidden;
            width: 100%;
            padding: 15px 0 0;
        }

        .language-selector {
            margin: 7px 0 0 10px;
    }

    .txt-article div {
        margin: 0 !important;
    }

    DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
    DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
        margin-left: 10px !important;
        max-width: 150px;
    }

    DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap {
        margin-right: 10px !important;
        max-width: 150px;
    }

    .text-page img {
        height: auto;
    }

    .subscribe-form input[type="text"] {
        margin: 1px 10px 0 0;
    }

    .subscribe-form .buttons {
        overflow: hidden;
    }

    .subscribe-form input[type="submit"] {
        float: left;
        margin: 0 10px 5px 0;
    }
}

@media screen and (max-width: 720px) {
    .inner-tabset {
        margin:0 -10px;
    }

        .inner-tabset a {
            width:105px;
            height:83px;
        }

        .inner-tabset li:first-child .title,
        .inner-tabset .title {
            background-position:0 0;
        }
}

@media screen and (max-width: 630px) {
    .front-page img.alignright,
    .front-page img.alignleft {
        float: none;
        margin: 0 0 10px;
        max-width: 100%;
    }

    .front-page .article .image-top-space {
        margin-top:0;
    }

    .front-page .article p.alignleft,
    .front-page .article p.alignright {
        float:none;
    }

    .front-page .g-logo {
        margin-top: 20px;
    }

    .tabs-block {
        margin: 0 0 20px;
    }

    .txt-article .tabs-area {
        margin: 0;
    }

    .inner-tabset {
        padding: 0;
        margin:0;
        display: table;
        table-layout: fixed;
        width: 100%;
    }

        .inner-tabset li {
            float: none;
            margin:0;
            display: table-cell;
            text-align: center;
            padding: 0 5px 30px;
        }

        .inner-tabs-block .inner-tabset a.active,
        .inner-tabs-block .inner-tabset a,
        .inner-tabset a {
            display: block;
            width: auto;
            height: 45px;
            float: none;
            margin: 0;
            padding: 0;
        }

        .inner-tabs-block .inner-tabset img,
        .inner-tabset img {
            display: block;
            width: 100%;
        }

        .inner-tabs-block .inner-tabset li:first-child a.active .title,
        .inner-tabs-block .inner-tabset li:first-child .title,
        .inner-tabs-block .inner-tabset a.active .title,
        .inner-tabs-block .inner-tabset .title,
        .inner-tabset a.active .title,
        .inner-tabset li:first-child .title,
        .inner-tabset .title {
            background: none;
            bottom: -20px;
            padding: 0;
            height: 20px;
            font-size: 9px;
            line-height: 18px;
            box-sizing: content-box;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            -ms-box-sizing: content-box;
            -o-box-sizing: content-box;
        }
}

@media screen and (max-width: 480px){
    .w1 {
        padding-bottom:0;
    }

    .subscribe-form input[type="text"] {
        width:110px;
    }

    .summary {
        display: block;
    }

    .logo {
        font-size: 18px;
        line-height: 23px;
        max-width: 9999px;
    }

    .g_logo {
        width:89px;
        height:26px;
    }

    .languages {
        margin: 2px 0 0 30px;
    }
}

@media screen and (max-width: 479px) {
    .txt-article {
        padding: 0;
    }

    .mapHolder {
        padding: 0;
    }

    .front-page .mapHolder {
        margin-top: 21px;
        margin-left: -10px;
    }

        .mapHolder .mapSorting .worldMap,
        .mapHolder .mapSorting h2,
        .mapHolder .map {
            display: none;
        }

    .mapSorting {
        position: relative;
        right: 0;
        border: 0;
        width: 100%;
        overflow: hidden;
    }

        .mapSorting ul {
            border: none;
            background: #fff;
        }

        .mapSorting ul li {
            border: 1px solid #ccc;
            float: left;
            margin: 0 9px 14px 0;
        }

        .mapSorting ul a {
            padding: 3px 10px 4px;
            color: #333;
            width: auto;
        }

            .mapSorting ul a.active {
                margin: 0;
                padding: 3px 10px;
            }

            .mapSorting ul li.mostViewed a.active {
                margin: 0;
            }

    .mapHolder .subItem {
        position: static;
        display: block;
        padding: 0 3px;
        background: #fff;
        border: none;
    }

        .mapHolder .subItem .close {
            display: none !important;
        }

        .mapHolder .subItem .mostViewed,
        .mapHolder .subItem .alphabetically,
        .mapHolder .subItem .byRegion{
            margin: 0 30px 0 -30px;
        }

        .mapHolder .subItem h3 {
            color: #333;
            font-size: 13px;
            font-weight: bold;
            border: solid #ccc;
            border-width: 1px 1px 0;
            margin: 0;
            padding: 5px 9px;
        }

        .mapHolder .subItem li a {
            color: #333;
            padding: 5px 9px 6px;
        }

    .mapHolder .prev {
        right: 19px;
        top: 105px;
    }

    #footer .meta {
        padding: 0 11px 10px 10px;
    }

    #footer .copy {
        float: none;
        margin: 0 0 6px;
    }

}

@media screen and (max-width: 400px) {
    #header {
        padding: 10px 14px 9px 15px;
    }

    .logo {
        max-width:200px;
    }

    .g_logo {
        margin: 0 0 5px;
    }

    .languages {
        padding: 10px 0 0 10px;
        margin: -24px 0 0 30px;
    }

    .carousel {
        padding: 0 3px 16px;
    }

        .carousel .slide {
            margin: 0 0 0 39px;
        }

    .mainMenu .search-form {
        margin-bottom: 8px;
    }

    .form-block {
        position: relative;
    }

    .login-form input[type="submit"] {
        margin-left: 0;
    }

    .mapSorting ul {
        width: 103%;
        margin: 0 -3% 0 0;
    }

        .mapSorting ul li {
            width: 31%;
            margin: 0 2% 14px 0;
            border: 0;
        }

        .mapSorting ul a {
            border: 1px solid #ccc;
            padding: 3px 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .summary {
        padding: 14px;
    }

    .form-block {
        background:#fff;
        overflow:visible;
    }

    #footer .top {
        margin: 0;
        position: absolute;
        top: 10px;
        right:0;
    }
}

@media screen and (max-width: 374px) {
    .logo {
        font-size: 16px;
        line-height: 20px;
        max-width: 150px;
    }

}

.req_field {
    border: 1px solid red !important;
}

/* start custom friendly message  */
.toast-container {
    width: 280px;
}

* html .toast-container {
    position: absolute;
}

.toast-item {
    background: url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/success_msg_back.png);
    padding: 31px 26px 35px 18px;
    line-height: 18px;
    border: 2px solid #999;
    display: block;
    position: relative;
    top: 20px;
    right: 20px;
    margin: 0 0 12px 0;
}

.toast-item-close {
    background: url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/success_msg_close.png);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.toast-item-image {
    width: 20px;
    height: 20px;
    margin: 0 20px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.toast-item p {
    display: inline-block;
    vertical-align: middle;
    max-width: 192px;
}

.toast-item-image-success {
    background: url(/web/20150702164019im_/http://www.business-anti-corruption.com/images/success_msg_check.png);
}

.toast-type-success {
    color: red;
    font-size: 16px;
    font-weight: bold;
    font-family: Trebuchet MS;
}

.toast-position-top-right {
    position: fixed;
    top: 20px;
    right: 20px;
}
/* end custom friendly message  */



/*
     FILE ARCHIVED ON 16:40:19 Jul 02, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 23:42:31 Jan 24, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 48.653
  exclusion.robots: 0.116
  exclusion.robots.policy: 0.106
  RedisCDXSource: 0.73
  esindex: 0.01
  LoadShardBlock: 24.311 (3)
  PetaboxLoader3.datanode: 47.336 (5)
  CDXLines.iter: 20.63 (3)
  load_resource: 129.968 (2)
  PetaboxLoader3.resolve: 56.84 (2)
*/