.row, h1, h2, h3, ul, ol {
    margin: 0;
}
ul {
    padding: 0;
}
body {
    color: #595959;
    overflow-y: scroll;
}
a {
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
.btn-default {
    background-color: #fb8700;
    width: 110px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    border: none;
    border-radius: 0;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #cf7800;
    color: #fff;
}
.column {
    padding: 0;
}
.control-label {
    font-weight: normal;
}
.caret {
    background: url("../images/icons_sprite.png") no-repeat 0 -36px;
    width: 14px;
    height: 8px;
    border: none;
}
.icon {
    background-image: url(../images/icons_sprite.png);
    display: inline-block;
    vertical-align: middle;
}
.icon-text {
    display: inline-block;
    vertical-align: middle;
}
.icon-yellow-right-arrow {
    background-position: 0 -45px;
    width: 5px;
    height: 9px;
    margin-right: 5px;
}
.colored-text {
    color: #fb8700;
}
.page-title.no-bg {
    background-image: none;
}
.page-title.no-bg h1 {
    color: #595959;
}
.navbar {
    background: none;
    border: none;
}
.nav > li > a {
    padding: 0;
}
.time-zones-holder {
    background-color: #000;
    opacity: 0.65;
    text-align: center;
}
.time-zones-list {
    height: 33px;
    line-height: 33px;
    vertical-align: top;
}
.time-zones-list li {
    min-width: 130px;
    padding-right: 10px;
    color: #e2e2e2;
    font-size: 11px;
    opacity: 0.3;
    vertical-align: top;
}
.time-zones-list .icon {
    width: 9px;
    height: 11px;
    line-height: 11px;
    margin-right: 10px;
}
.time-zones-list li.active {
    color: #fff;
    opacity: 1;
}
.time-zones-list li.active .icon {
    background-position: 0 -11px;
}
.container {
    width: 940px;
    padding: 0;
}
header {
    margin: 20px 0 25px 0;
}
header .navbar-brand {
    width: 89px;
    height: 80px;
    padding: 0;
    margin-left: 40px;
}
header nav {
    margin-top: 13px;
}
.nav-pills > li + li {
    margin-left: 0;
}
header .nav-pills > li > a {
    height: 32px;
    line-height: 32px;
    padding: 0 8px 0 12px;
    color: #4a5055;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid transparent;
    border-radius: 0;
}
header .nav-pills > li > a .caret {
    background-position: 0 -54px;
    width: 12px;
    height: 8px;
    margin-left: 8px;
    visibility: hidden;
}
header .nav-pills > li > a:hover {
    background-color: #fff;
}
header .nav-pills > li > a:hover .caret {
    width: 12px;
    height: 8px;
    visibility: visible;
}
header .nav-pills > li > a.active, header .nav-pills > li > a:hover {
    border: 1px solid #cfd5e0;
}
header .nav-pills > li > a.active {
    background: none;
}
header .nav-pills > li > a.active .caret {
    background-position: 0 -36px;
    visibility: visible;
    width: 14px;
}
header li.client-login > a {
    width: 140px;
    line-height: 26px;
    border: 3px solid #fc8801;
    /*margin: 0 0 0 80px;*/
}
header li.client-login > a:hover {
    background-color: #fff;
    border: 3px solid #fc8801;
}
.navbar-inverse.nav-pills > li > a {
    color: #fff;
}
.navbar-inverse.nav-pills > li.open > a {
    color: black;
}
.navbar-inverse.nav-pills > li > a:hover {
    color: black;
    /*background-color: #000;*/
}
.navbar-inverse .open>a, .navbar-inverse .open>a:hover, .navbar-inverse .open>a:focus {
    /*background-color: #000;*/
}
header .navbar-inverse.nav-pills > li > a.active .caret {
    background-position: 0 -73px;
}
footer {
    background-color: #f3f3f3;
    min-height: 273px;
    padding: 20px;
    color:#646060;
    margin-top: 40px;
}
footer h1 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px;
}
footer .nav {
    float: left;
}
footer li a {
    color:#646060;
    font-size: 11px;
    line-height: 20px;
}
footer .column {
    padding: 0 10px;
}
.footer-links {
    border-top: 1px solid #dadada;
    margin-top: 28px;
    padding: 20px 9px;
    font-size: 11px;
}
.footer-links p {
    margin-top: 9px;
}
.footer-links li {
    padding: 0 9px;
}
aside + .body {
    width: 700px;
    padding: 0;
    margin-left: 5px;
}
.page-title {
    background: url(../images/page_title_bgs.jpg) no-repeat;
    width: 700px;
    height: 76px;
    line-height: 76px;
    margin-bottom: 20px;
}
.page-title h1 {
    background: url('../images/title_label.png') no-repeat left center;
    color: #fff;
    padding-left: 43px;
    font-size: 28px;
    line-height: inherit;
    margin-left: 21px;
}

.box {
    background-color: #fff;
    width: 150px;
    border-top: 6px solid #FB8700;
    text-align: center;
    color: #3e4044;
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5);

    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 10px 10px 0 0;
    min-height: 145px !important;
}
.box:first-child {
    margin-left: 0;
}
.box .title-holder {
    width: 150px;
    height: 53px;
    display: table-cell;
    vertical-align: middle;
}
.box .title-holder:hover,
.box .title-holder.active {
    color: #00A0EC;
}

.box:hover {
    border-top-color: #00A0EC;
}
/* About page */
.about-page {
    background: url(../images/about_bg.jpg) no-repeat center top;
    /*color: #fff*/
}
.about-page .body {
    margin-bottom: 33px;
    height: 764px;
}
.about-page .page-title, .landing-page .page-title {
    background: none;
    margin-left: 26px;
}
.about-page article p {
    width: 700px;
    margin: 0 0 15px 90px;
    /*font-size: 22px;*/
    /*line-height: 28px;;*/
}
/*.about-page p + p {*/
/*font-size: 13px;*/
/*line-height: 18px;;*/
/*}*/
.values-section {
    margin: 62px 0px 160px 90px;
}
.values-section h2 {
    font-size: 22px;
    color: #fff;
}
.values-section h3 {
    color: #fb8700;
    font-size: 12px;
    margin: 0;
}
.values-section .value-item {
    width: 160px;
    margin: 27px 20px 0 0;
    float: left;
    cursor: pointer;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.3);
}
.values-section .value-item:last-child {
    margin-right: 0;
}
.values-section .value-header {
    background: rgba(42, 55, 81, 0.6);
    padding: 19px 0 15px 11px;
}
.values-section .value-item .description {
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    margin-top: 8px;
    display: none;
}
.values-section .value-item .image-holder {
    background: url(../images/values_images.jpg) no-repeat right top;
    height: 101px;
    overflow: hidden;
}
.values-section .value-item:hover h3 {
    font-size: 18px;
}
.values-section .value-item:hover {
    width: 221px;
}
.values-section .value-item:hover .description {
    display: block;
}
/* About page end*/
.items-list .item {
    border-bottom: 1px solid #ececec;
    padding: 11px 10px 13px 21px;
    line-height: 12px;
    display: block;
}
.events-page .items-list .item {
    background: url('../images/list_pointer.png') no-repeat left 17px;
}
.items-list .item:hover {
    background-color: #fbfbfb;
}
.items-list .item:first-child {
    border-top: 1px solid #ececec;
}
.items-list h2 {
    font-size: 15px;
    font-weight: bold;
    color: #595959;
    line-height: 22px;
}
.items-list .date {
    font-size: 10px;
    color: #979797;
}
.items-list .location {
    font-size: 12px;
    color: #595959;
    line-height: 20px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.pagination > li > a, .pagination > li > span {
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    border-color: #e3e3e3;
    padding: 0;
    text-align: center;
    color: #595959;
    margin-left: 8px;
    font-size: 13px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #fb8700;
    border-color: #fb8700;
    color: #fff;
}
/* accordion start */
.sidebar {;
    padding: 0;
}
.panel-group {
    width: 222px;
}
.panel-group .panel {
    background: none;
    width: 222px;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.panel-group .panel + .panel {
    margin-top: 0;
}
.panel-default > .panel-heading {
    background-color: #36538b;
    width:222px;
    height: 31px;
    border-bottom: 1px solid #1e345f;
    border-radius: 0;
    padding: 0;
}
.panel-title a {
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: block;
    padding: 0 9px 0 13px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    outline: none;
}
.panel-title .text {
    float: left;
}
.panel-title .icon {
    float: right;
}
.panel-title .icon {
    background-position: 0 -36px;
    width: 14px;
    height: 9px;
    margin-top: 12px;
}
.panel-title .collapsed .icon {
    background-position: 0 -23px;
    width: 9px;
    height: 13px;
    margin-top: 9px;
}
.panel-group .nav a {
    padding: 0 10px 0 33px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 13px;
    font-weight: bold;
    color: #595959;
}
.panel-group .nav .secondary-menu a {
    padding-left: 15px;
    font-weight: normal;
}
.panel-group .nav a.active {
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0.49, rgb(241, 241, 241)),
            color-stop(1, rgb(255, 255, 255))
    );
    background-image: -o-linear-gradient(right, rgb(241, 241, 241) 49%, rgb(255, 255, 255) 100%);
    background-image: -moz-linear-gradient(right, rgb(241, 241, 241) 49%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(right, rgb(241, 241, 241) 49%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(right, rgb(241, 241, 241) 49%, rgb(255, 255, 255) 100%);
    background-image: linear-gradient(to right, rgb(241, 241, 241) 49%, rgb(255, 255, 255) 100%);
    border-left: 4px solid #fb8700;
    padding-left: 29px;
}
.panel-group .nav .secondary-menu a.active {
    color: #fb8700;
}
/* accordion end */
.partners-searching-block {
    background-image: url(../images/earth_map.gif);
    width: 220px;
    height: 119px;
    padding: 13px 0 0 17px;
}
.partners-searching-block .slogan {
    font-size: 12px;
    color: #525967;
    font-weight: bold;
    margin-bottom: 55px;
}
.partners-searching-block a {
    color: #2a3344;
}
.partners-searching-block .text {
    font-size: 11px;
}
/* events page */
.events-page {
    position: relative;
}
.events-page .page-title, .contacts-page .page-title {
    background-position: 0 -76px;
}
.events-page .items-list {
    width: 460px;
    float: left;
}
.events-page .events-filter {
    width: 220px;
    height: 183px;
    padding: 0 20px;
    border: 1px solid #dbdbdb;
    border-top: 6px solid #fb8700;
    float: right;
}
.events-page .events-filter .title {
    font-size: 14px;
    font-weight: bold;
    color: #595959;
    margin: 20px 0 7px 0;
}
.events-filter .btn-default {
    text-align: left;
    padding-left: 14px;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
    width: 178px;
}
.bootstrap-select .dropdown-toggle {
    background-color: #fff;
    height: 28px;
    line-height: 28px;
    padding: 0;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    font-size: 13px;
    font-weight: normal;
    color: #595959;
}
/* events page end */
/* article */
.faq-page .article {
    min-height: 349px;
    margin-top: 25px;
}
.article h2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}
.faq-page .article h2 {
    margin-bottom: 15px;
}
.article .date {
    font-size: 12px;
    line-height: 24px;
    color: #979797;
}
.article .location {
    font-size: 14px;
    line-height: 24px;
}
.article p {
    font-size: 15px;
    line-height: 20px;
}
.article .location + p {
    margin-top: 24px;
}
.breadcrumb {
    background: none;
    padding: 0;
    position: absolute;
    top: -30px;
    font-size: 12px;
    color: #bab9b9;
}
.breadcrumb a {
    color: #fb8700;
}
/* article end */
/* FAQ page start */
.faq-page .page-title {
    background-color:#f3f3f3;
    background-image: none;
}
.faq-page .page-title h1 {
    color: #555;
}
.faq-page .countries-list {
    margin-top: 30px;
}
.faq-page .countries-list li {
    width: 240px;
    list-style: none;
    display: block;
    float: left;
    margin-bottom: 34px;
    padding-right: 20px;
}
.faq-page .countries-list li:nth-child(3n) {
    width: 220px;
    padding-right: 0px;
}
.faq-page .countries-list .countries-list-item {
    height: 28px;
    line-height: 100%;
    color: #595959;
    display: block;
    border-bottom: 1px solid #e3e3e3;
}
.faq-page .countries-list .text {
    font-size: 22px;
    color: #595959;
    padding-bottom: 7px;
}
.faq-page .countries-list .pointer {
    font-size: 25px;
    font-weight: bold;
    color: #fb8700;
    margin: 0 10px 0 20px;
}
.faq-page .tags-block {
    /*height: 67px;*/
    border: 1px solid #e3e3e3;
    padding: 17px 20px;
}
.faq-page .tags-block .icon {
    background-position: 0 -45px;
    width: 5px;
    height: 9px;
    line-height: 10px;
    margin-right: 5px;
}
.faq-page .tags-block .text {
    font-size: 11px;
    line-height: 10px;
}
.faq-page .tags-block .tags-preview {
    width: 200px;
}
.faq-page .tags-block h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 3px 5px 0 0;
    width: 83px;
    text-align: right;
}
.faq-page .tags-block .tag-name {
    color: #36538b;
}
.faq-page .view-all {
    color: #555;
    margin-left: 79px;
}
.faq-page .tags_all {
    display: none;
}
.faq-page .tags_all .tags_all_content{
    width: 570px;
}
.faq-page .faq-list .item {
    /* height: 53px; */
    padding: 10px 0 14px 15px;
    line-height: 1.4;
    color: #595959;
    font-size: 15px;
}
.faq-page .faq-list .item .text {
    max-width: 620px;
}
.faq-page .faq-list .item .number {
    color: #d1d1d1;
    margin-right: 15px;
}
.faq-page .faq-list .pointer {
    width: 8px;
    height: 11px;
    margin-right: 15px;
    display: block;
    color: #cecece;
    font-size: 20px;
    font-weight: bold;
}
/* FAQ page end */
/* Companies page */
.companies-page .description {
    font-size: 15px;
    line-height: 22px;
    padding: 0 15px 0 0;
}
.companies-page .recognition-block {
    color: #7d7d7d;
    font-size: 11px;
    padding: 0 15px 0 20px;
}
.companies-page .recognition-block img {
    float: left;
    margin-right: 15px;
}
.companies-page .recognition-block h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom:15px;
}
.companies-page .companies-block {
    width: 705px;
    margin-top: 50px;
    position: relative;
    left: -5px;
}
.companies-page h2 {
    font-size: 22px;
    margin: 0 0 15px 7px;
}
.companies-page .companies-list-holder {
    width: 485px;
    position: relative;
}
.companies-page .companies-block .box {
    width: 228px;
    float: left;
    border-top: 6px solid #fb8700;
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5);
    display: block;
}
.companies-page .box img {
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
}
.companies-page .companies-block .box .title-holder {
    width: 228px;
    border: 1px solid #dbdbdb;
    border-top: none;
}
.companies-page .carousel-inner > .item {
    height: 155px;
}
.companies-page .carousel-control {
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    width: 34px;
    height: 34px;
    border-radius: 30px;
    top: 32px;
    opacity: 1;
}
.companies-page .carousel-control:hover {
    background: rgba(0, 0, 0, 0.6);
}
.companies-page .carousel-control .icon {
    width: 12px;
    height: 18px
}
.companies-page .carousel-control.left {
    left: 5px;
}
.companies-page .carousel-control.right {
    right: 24px;
}
.companies-page .carousel-control.left .icon {
    background-position: 0 -81px;
}
.companies-page .carousel-control.right .icon {
    background-position: 0px -99px;
}
.companies-page .companies-item + .companies-item {
    margin-left: 14px;
}
.companies-page .companies-block .company-buying-block {
    width: 220px;
    border-top: 6px solid #fb8700;
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5);
}
.companies-page .companies-block .company-buying-block .inner {
    background: #fefefe url(../images/map.gif) no-repeat left top;
    min-height: 134px;
    padding: 22px 0 0 33px;
    border: 1px solid #dbdbdb;
    border-top: none;
}
.companies-page .company-buying-block h2 {
    font-size: 18px;
    font-weight: bold;
    margin-left: 0;
    display: inline-block;
}
.companies-page .company-buying-block .btn-default {
    width: 150px;
}
.companies-faq-block {
    margin-top: 34px;
}
.companies-page .companies-faq-block {
    position: relative;
}
.companies-faq {
    background-color: #2a3751;
    padding: 10px 9px 11px 11px;
    overflow: hidden;
}
.companies-page .companies-faq {
    min-height: 260px;
}
.companies-faq-block h2 {
    margin-left: 12px;
}
.companies-faq .contact-block {
    background-color: #374b72;
    width: 200px;
    height: 239px;
    padding: 0 10px 0 16px;
    color: #79869f;
    font-size: 11px;
}
.companies-faq .contact-block h3 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-top: 12px;
}
.companies-faq .contact-block h4 {
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 2px;
}
.companies-faq .contact-block p {
    line-height: 15px;
}
.companies-faq .contact-block .btn-default {
    width: 109px;
    height: 29px;
    line-height: 29px;
    display: block;
}
.companies-faq .contact-block .btn-default + .btn-default {
    margin-top: 10px;
}
.companies-page .companies-faq .contact-block .info {
    margin-top: 7px;
}
.companies-page .companies-faq .contact-block .name {
    font-size: 11px;
    color: #fff;
    margin-top: 7px;
}
.companies-page .companies-faq .contact-block .post {
    font-size: 11px;
    color: #79869f;
}
.companies-faq .question-block {
    border: 1px solid #374b72;
    padding: 12px 10px 20px 17px;
}
.companies-page .companies-faq .question-block {
    min-height: 239px;
}
.companies-page .companies-faq .question-block {
    width: 470px;
}
.companies-faq .question-block .questions-item {
    margin-top: 15px;
}
.companies-faq .question-block .questions-item:first-child {
    margin-top: 0;
}
.companies-faq .questions-list {
}
.companies-faq .questions-list .icon {

}
.companies-faq .questions-list .icon_status {
    background: #FB8700;
    color: #000;
    width: 11px;
    height: 11px;
    margin: 2px 8px 0 0;
    line-height: 11px;
    text-align: center;
}
.companies-faq .questions-list .icon_status:after {
    content: '+';
}
.companies-faq .questions-list .icon_status.opened:after {
    content: '-';
}
.companies-faq .questions-list .icon-text {
    max-width: 580px;
    font-size: 13px;
    color: #fff;
    line-height: 16px;
}
.companies-page .faq-link {
    margin-right: 10px;
    color: #fff;
    font-size: 12px;
}
.companies-page .partnership {
    background-position: 0 -152px;
    height: 72px;
}
.companies-page.company-details .company-buying-block {
    width: 700px;
    box-shadow: none;
    margin-left: 5px;
}
.companies-page.company-details .company-buying-block .inner {
    background-image: none;
    background-color: #f3f3f3;
    min-height: 70px;
    line-height: 70px;
    padding: 0 10px 0 5px;
}
.nav-tabs {
    margin-top: 22px;
}
.nav-tabs > li > a {
    height: 30px;
    line-height: 30px;
    color: #595959;
    font-size: 13px;
    font-weight: bold;
    padding: 0 15px;
    margin: 0;
    border-radius: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fb8700;
    outline: none;
}
.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
}
.tab-content {
    border: 1px solid #ddd;
    border-top:none;
    padding: 10px;
}
.table-style-base {
    width: 100%;
    margin-bottom: 30px ;
}
.table-style-base tr {
    border-bottom: 1px solid #ddd;
    height: 30px;
    font-size: 12px;
    line-height: 15px;
}
.table-style-base thead {
    background-color: #898b93;
}
.table-style-base th {
    width: 225px;
    padding: 10px;
    font-weight: bold;
    color: #374b72;
}
.table-style-base thead th {
    color: #fff;
}
.table-style-base td {
    padding: 10px 25px;
}
.table-style-base caption {
    background-color: #f3f3f3;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #ddd;
    padding-left: 10px;
    font-size: 16px;
    text-align: left;
}
/* Companies page end */
/* landing */
.landing-page {
    background: url("../images/landing_bg1.jpg") no-repeat center top;
}
.landing-page header {
    margin-bottom: 50px;
}
.landing-page .container {
    width: 960px;
}
.landing-page .page-title {
    background-image: none;
    line-height: 32px;
    margin-top: 22px;
}
.landing-page .page-title h1 {
    background-position: left top;
    padding-top: 4px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
}
.landing-page .services {
    width: 100% !important;
    margin-bottom: 29px;
}
.landing-page .services.carousel {
    padding-left: 5px;
    width: 1000px !important;
}
.landing-page .services.carousel .tabs {
}
.carousel_container {
    position: relative;
}
.caroufredsel_wrapper {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding-bottom: 11px !important;
}

.carousel_prev,
.carousel_next {
    background: url(../images/carousel_arrows.png) no-repeat;
    border: none;
    width: 25px;
    height: 50px;
    outline: none;

    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 50%;
    margin-top: -25px;
}
.carousel_prev:hover,
.carousel_next:hover {
    opacity: .8;
}
.carousel_prev {
    background-position: 0 0;
    left: -30px;
}
.carousel_next {
    right: -30px;
    background-position: right top;
}
.carousel_prev.disabled,
.carousel_next.disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0.3;
}

.landing-page .about-company-block {
    background: rgba(14, 21, 28, 0.75);
    width: 100%;
    position: relative;
}
.landing-page .about-company-block .offices-block {
    width: 700px;
    border: 1px solid rgba(111, 120, 126, 0.35);
    margin: 12px 0 0 10px;
    position: relative;
}
.landing-page .about-office {
    width: 469px;
    padding: 13px 0 0 13px;
    color: #fff;
}
.landing-page .about-office h2 {
    font-size: 16px;
    line-height: 19px;
    margin-top: 13px;
}
.landing-page .about-office .description {
    width: 280px;
    font-size: 13px;
    line-height: 19px;
    margin-top: 8px;
    text-align: justify;
}
.landing-page .about-office .contact-block {
    margin: 8px 0 0 10px;
    font-size: 12px;
}
.landing-page .about-office .btn {
    width: 140px;
    margin-top: 16px;
}
.landing-page .locations-list {
    background-color: #fafafa;
    width: 219px;
    padding-right: 9px;
}
.landing-page .locations-list .locations-list-item {
    border-left: 6px solid #fafafa;
}
.landing-page .locations-list li:hover {
    border-left: 6px solid #fb8700;
}
.landing-page .locations-list-item:hover {
    background: url(../images/office_location_bg.png) no-repeat left center;
    border: none;
}
.landing-page .locations-list-item:hover .location-item, .landing-page .locations-list-item:hover + .locations-list-item .location-item  {
    border-top: none;
    padding-top: 11px;
}
.landing-page .location-item {
    background: url(../images/clock.png) no-repeat 8px center;
    width: 200px;
    height: 60px;
    padding: 10px 0 0 70px;
    border-top: 1px solid #e3e3e3;
    display: block;
    color: #848484;
    font-size: 11px;
}
.analog-clock {
    position: relative;
    margin-left: 8px;
    margin-top: 8px;
    float: left;
    width: 45px;
    height: 45px;
}
.analog-clock img.hourHand, .analog-clock img.minuteHand, .analog-clock img.secondHand {
    position: absolute;
    top: 1px;
    margin-left: 20px;
}
.landing-page .location-item .city {
    font-size: 13px;
    font-weight: bold;
}
.landing-page .locations-list-item:hover .city, .landing-page .locations-list-item:hover .time {
    color: #28344c;
}
.contentbox {
    background: rgba(45, 59, 87, 0.9);
    width: 223px;
    height: 132px;
    padding: 10px;
    display: block;
    margin-left: 10px;
}
.contentbox:first-child {
    margin-left: 0;
}
.contentbox .section-title {
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #7b818d;
    display: block;
}
.contentbox .title {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    display: block;
}
.contentbox .subtitle {
    font-size: 11px;
    font-style: italic;
    color: #79869f;
    display: block;
}
.contentbox p {
    color: #79869f;
    font-size: 12px;
}
.landing-page .personal-attitude {
    width: 230px;
    height: 420px;
    margin: 12px 10px 0 0;
    color: #fff;
    position: relative;
}
.landing-page .personal-attitude img {
    position: absolute;
    z-index: 1;
}
.landing-page .personal-attitude .personal-attitude-content {
    background: url(../images/attitude_bg.png) no-repeat left top;
    height: 286px;
    padding: 60px 20px 0 20px;
    position: absolute;
    z-index: 2;
    bottom: 0;
}

.landing-page .personal-attitude h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
}
.landing-page .personal-attitude .description {
    font-size: 12px;
    line-height: 17px;
    margin-top: 8px;
    text-align: justify;
}
.landing-page .personal-attitude .pagination {
    margin: 0;
    position: absolute;
    bottom: 10px;
    text-align: center;
    z-index: 10;
    width: 100%;
}
.landing-page .personal-attitude .pagination > li  {
    cursor: pointer;
    display: inline-block;
    background: none;
    border: 1px solid #ffa339;
    color: #e06013;
    outline: none;
    padding: 2px 8px;
}
.landing-page .personal-attitude .pagination > li.active {
    color: #fff;
    border: 1px solid #fff;
}
.landing-page .note {
    height: 31px;
    line-height: 31px;
    background: rgba(14, 21, 28, 0.5);
    font-size: 12px;
    color: #fff;
    padding-left: 30px;
    margin-top: 31px;
}
.landing-page footer {
    margin-top: 19px;
}
.landing-page .about-company {
    width: 460px;
    padding-left: 8px;
    color: #fff;
}
.landing-page .about-company h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 15px 0 14px 0;
}
.landing-page .services-block {
    margin-bottom: 10px;
}
.landing-page .services-block h3 {
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
}
.landing-page .services-block p {
    width: 195px;
    font-size: 12px;
    line-height: 15px;
    color: #d3d3d3;
    margin-top: 4px;
}
.landing-page .services-block a {
    color: #fb8700;
    font-size: 12px;
}
.landing-page .about-company .description {
    border-bottom: 1px solid #3e4345;
    padding-bottom: 15px;
}
.livechat-label {
    background-color: #fb8700;
    width: 39px;
    height: 140px;
    position: fixed;
    right: 0;
    top: 320px;
    box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.5);
    display: block;
    color: #fff;
}
.livechat-label .icon-holder {
    background-color: #ed7305;
    width: 39px;
    height: 41px;
    line-height: 41px;
    display: block;
    text-align: center;
}
.livechat-label .icon-text {
    width: 39px;
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
    margin-top: 50px;
}
.livechat-label .icon-holder .icon {
    background-position: 0 -117px;
    width: 17px;
    height: 17px;
}
.office-location {
    position: absolute;
    bottom: 45px;
    right: -200px;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
}
.office-location h2 {
    font-size: 10px;
    margin-bottom: 3px;
    text-transform: uppercase;
}
/* landing end */
/* countries backgrounds*/
.seychelles {
    background: url(../images/countries_titles_bg.jpg) no-repeat 0 0;
    height: 226px;
}
/* countries backgrounds*/

/* members-page begin */
.members-page {
    font-size: 15px;
    /*width: 684px;*/
}
.members-page h2 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 7px;
}
.jurisdiction-table th {
    width: 145px;
    font-weight: normal;
    height: 32px;
}
.abbreviation-list {
    margin-top: 80px;
}
.abbreviation-list li {
    margin-bottom: 10px;
}
.members-page .links-block {
    color: #79869f;
    margin: 33px 0 18px 0;
}
.members-page .control-link {
    text-decoration: underline;
    color: #79869f;
}
.members-page .control-link:hover {
    text-decoration: none;
}
.members-page .request-form {
    width: 242px;
    margin-top: 5px;
}
.members-page .form-title {
    font-weight: bold;
    margin-bottom: 16px;
}
.form-control {
    border-radius: 0;
}
.members-page .control-label {
    line-height: 30px;
    padding: 0;
    float: left;
}
.members-page .advanced-search {
    margin: 27px 0 50px 0;
}
.members-page .advanced-search .form-group {
    margin-top: 13px;
}
.members-page .advanced-search .column + .column {
    padding-left: 28px;
}
.members-page .advanced-search .control-label {
    width: 136px;
}
.members-page input[type="text"] {
    height: 30px;
    line-height: 30px;
    box-shadow: none;
    padding: 0 0 0 5px;
}
.members-page textarea {
    height: 106px;
    box-shadow: none;
    padding: 0 0 0 5px;
}
.members-page .notation {
    margin-top: 30px;
    line-height: 22px;
}
.members-page .notation h2 {
    font-size: 15px;
    margin-bottom: 14px;
}
.members-page .pagination {
    margin-top: 0;
}
.members-page .limit .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
    width: 49px;
    margin-left: 17px;
}
.members-page .limit .dropdown-toggle .caret {
    right: 7px;
}
.members-page .limit .dropdown-toggle .filter-option {
    left: 4px;
}
.members-page .limit .dropdown-menu > li > a {
    padding: 3px 10px;
}
.members-page-company {
    width: 800px;
}
.members-page-company .page-title {
    background-position: 0 bottom;
    height: auto;
    line-height: 28px;
}
.members-page-company .page-title h1 {
    min-height: 35px;
    font-size: 26px;
}
/* members page end */
.form-signin {
    width: 300px;
    margin: 100px auto 150px auto;
}
.form-signin .form-control {
    margin-top: 10px;
}
/* contacts block begin */
.contacts-block {
    margin-bottom: 20px;
}
.contacts-page h2 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}
.form-group:first-child {
    margin-top: 20px;
}
/* contacts block end */

.tabs {}
.tab {
    cursor: pointer;
}

.tabs_content {
    position: relative;
    display: none;
}
.tabs_content_block {
    display: none;
}
.tabs_content_block.visible {
    display: block;
}
.personal_tabs_content_block {
    display: none;
}
.personal_tabs_content_block.visible {
    display: block;
}

.body .article ul {
    margin: 10px;
    list-style-position: inside;
}

.questions-item-question {
    display: block;
}
.questions-item-answer {
    display: none;
    color: #fff;
    clear: both;
    padding: 10px 0;
}

.events_news_block {
    bottom: 0;
    position: absolute;
}

.footer_carousel_box {
    position: relative;
}

.footer_carousel_block {
    display: inline-block;
    vertical-align: top;
    width: 222px;
    padding: 0 10px;
}
.footer_carousel_block > a {
    display: block;
    color: #646060;
}
.footer_carousel_block h1 {
    color: #646060;
    border-bottom: 1px solid transparent;
    display: inline-block;
    padding-bottom: 4px;

}
.footer_carousel_block:hover h1 {
    border-bottom-color: #FB8700;
}
.footer_carousel_box > button {
    position: absolute;
    z-index: 100;
    top: 50%;
    border-radius: 50%;
    width: 20px;
    height: 40px;
    color: #FB8700;
    border: none;
    outline: none;
    line-height: 20px;
    text-align: center;
    padding: 0px;
    background: transparent;
    margin-top: -20px;

    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.footer_carousel_box > button:hover {
    opacity: 0.7;
}
.footer_carousel_prev {left: -18px;}
.footer_carousel_next {right: -18px;}

/* Fix problems with lists */
.body article ul, .body .tab-content ul {
    margin: 10px;
    list-style-position: inside;
}
/* End of fix */

/* Fix content pages width */
.body article, .body ul.nav-tabs, .body .tab-content {
    width: 700px;
}
/* End of fix */

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu.is-first-level > li {
    position: relative;
}
.dropdown-menu.is-first-level > li:hover {
    background: #f5f5f5;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
}

/* fix anchors link's color in contacts */
a.black {
    color: #000;
}

/* Fix selects styles on the events page */
.event-filter-select {
    margin-bottom: 3px;
    width: 110px;
}

.btn-become-client {
    width: 160px !important;
}

/** For the company show page */
.company-alert-small {
    padding: 5px 10px;
}
