@charset "UTF-8";
.o {
    display: none;
}

html {
    overflow-y: visible !important;
}

body a {
    color: #0066cc;
}

body a.news-item-subscr-btn {
    color: #fff !important;
}

html body, .customize-support {
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
    font-size: 16px;
    background-color: #212121;
}

.arrow {
    width: 0px;
    height: 0px;
    border: 7px solid transparent;
    border-top-color: #fff;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 12px;
    -webkit-transition: all 0.3s;
    left: 16px;
}

.arrow:before {
    content: '';
    width: 0px;
    height: 0px;
    border: 7px solid transparent;
    border-top-color: #2121a2;
    display: inline-block;
    -webkit-transform: translate(-7px, -13px);
    -webkit-transition: all 0.3s;
}

.arrow.left {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.arrow.down {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}

.arrow.up {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.arrow.right {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
}

.btn-5 {
    border: 0 solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0px;
    text-shadow: none;
    -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1250ms cubic-bezfier(0.19, 1, 0.22, 1);
}

.btn-5:hover {
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #427388;
}

header {
    position: relative;
    background-image: url("../img/bg-header.png");
    background-color: #1155d3;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 16px;
    height: 142px;
    display: table;
    width: 100%;
}

header .logo {
    display: table-cell;
    vertical-align: middle;
}

header ul {
    list-style-type: none;
    margin-bottom: 0;
    float: right;
    padding-left: 0;
}

header ul li {
    display: inline-block;
    margin-right: 55px;
}

header ul li:hover {
    color: #a0b2ea;
}

header ul li:last-child {
    margin-right: -100px;
}

header ul li i {
    font-size: 26px;
    color: #fff;
    vertical-align: top;
}

/*header ul li.current-menu-ancestor, header #menu-header-menu > li.current-menu-item {*/
/*color: #e1e8fd;*/
/*border-bottom: 1px solid #8292c3;*/
/*}*/

header ul a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

header ul a:hover {
    color: #a0b2ea;
    text-decoration: none;
}

header .dropdown:hover > a {
    color: #a0b2ea;
}

header ul a:focus {
    text-decoration: none;
    color: none;
}

.main-nav {
    vertical-align: middle;
    margin-top: 65px;
}

.header-home .dropdown-menu {
    top: 30px;
}

.header-home .dropdown:after {
    bottom: -10px;
}

#menu-header-menu {
    width: 100%;
}

#menu-header-menu .menu-item.dropdown > a {
    position: relative;
    outline: none;
}

#menu-header-menu .menu-item.dropdown > a:focus {
    color: #fff;
}

#menu-header-menu .menu-item.dropdown > a:after {
    position: absolute;
    display: inline-block;
    content: '';
    top: 9.5px;
    right: -12px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown-menu {
    padding: 0;
    top: 33px;
    left: -53px;
    margin: 0;
}

.dropdown-menu li {
    width: 100%;
    height: 40px;
    border-bottom: 1px dashed #ccc;
}

.dropdown-menu li:last-child {
    border-bottom: none;
}

.dropdown-menu li:hover {
    border-left: 2px solid #0066cc;
    background-color: #eceff4;
}

.dropdown-menu li a {
    display: block;
    height: 100%;
    line-height: 2.5 !important;
    font-weight: 600;
    font-size: 13px;
    padding: 4px 20px !important;
    color: #63649a;
    text-transform: none
}

.dropdown-menu li a:hover {
    background-color: #eceff4;
    color: #0066cc;
}

.dropdown-menu li.current-menu-item {
    border-left: 4px solid #0066cc;
}

/*.dropdown:after {
  -webkit-transition: ease-in 0.8s;
  transition: ease-in 0.8s;
  content: "";
  position: absolute;
  left: 32px;
  bottom: -51px;
  border: 15px solid transparent;
  border-bottom: 11px solid #ffffff;
  z-index: 1000;
  opacity: 0; }*/

/*.dropdown:hover:after {
  opacity: 0 !important; }*/

.menu-button {
    position: absolute;
    z-index: 1000;
    top: 60px;
    right: 30px;
    display: none;
}

.menu-button i {
    font-size: 36px;
    color: #fff;
    cursor: pointer;
}

.menu-button i:hover {
    color: #e3e3e3;
}

.mobile-search, .title-menu {
    display: none;
}

.header-home {
    background-image: url("../img/bg-home.jpg");
    background-color: #1155d3;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    font-size: 16px;
    /*height: 142px;*/
    display: table;
    width: 100%;
    /*height: 671px;*/
    overflow: hidden;
    position: relative;
}

.header-home:before {
    content: '';
    display: block;
    height: 1000%;
    width: 15%;
    left: 0;
    position: absolute;
    bottom: 0;
    transform: rotate(-278deg);
    transform-origin: left bottom;
    -webkit-backface-visibility: hidden;
    background-color: red;
    background-color: #fff;
}

.header-home .main-nav > ul {
    display: table;
    float: right;
    width: 100%;
}

header .material-icons {
    font-size: 30px;
}

header .logo {
    display: inherit;
    float: left;
    padding-top: 30px;
}

/* CIOMS 70years logo styles */
header .logo img {
    /* margin-bottom: 40px;*/
    margin-top: 10px;
}

.header-home .home-text-header {
    margin-top: 190px;
    margin-bottom: 90px;
    float: none;
    color: #fff;
    width: 770px;
    max-width: 100%;
}

.header-home .home-text-header h1 {
    font-size: 33px;
}

.header-home .home-text-header .header-h1sub {
    font-size: 24px;
    margin-bottom: 30px;
}

.header-home .home-text-header i {
    font-size: 29px;
    position: relative;
    line-height: 1;
    top: 10px;
    left: 8px;
}

.header-home .home-text-header p {
    margin-bottom: 40px;
    font-size: 16px;
}

.header-home .home-text-header a {
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 20px;
    border-radius: 4px;
    padding-left: 0;
    width: 95px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    padding-left: 35px;
}

.header-home .home-text-header a:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    top: 14px;
    left: 12px;
    -webkit-transition: border-color 0.3s;
}

.header-home .home-text-header a:hover {
    background-color: #fff;
    color: #1155d3;
}

.header-home .home-text-header a:hover:before {
    border-top: 1px solid #1155d3;
    border-right: 1px solid #1155d3;
}

.main-wrap {
    position: relative;
    margin-bottom: 278px;
    min-height: 100vh;
    z-index: 1;
    background-color: #FFF;
}

.main-wrap:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 70px;
    bottom: 0;
    margin-bottom: -70px;
    pointer-events: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}

.main-wrap .container {
    position: relative;
}

.style-breadcrumb {
    height: auto;
    width: 100%;
    padding: 10px 0px;
    background-color: #f0f4f8;
    background-image: url("../img/bg-breadcrumbs.png");
    background-size: cover;
    background-position: center center;
    min-height: 140px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: auto;
    box-shadow: inset 0px -2px 14px -4px rgba(0, 0, 0, 0.15);
}

.style-breadcrumb p, .style-breadcrumb h1 {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
}

.breadcrumb {
    list-style: none;
    background-color: transparent !important;
    float: right;
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 15px;
    margin-top: 15px;
    height: 27px;
    max-width: 100%;
    overflow: hidden;
}

.breadcrumb li {
    background-color: #FFF;
    padding: 2px 10px;
    margin-left: 25px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #ececec;
}

.breadcrumb li a {
    color: #0066cc;
}

.breadcrumb li:last-child span {
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
    vertical-align: bottom;
}

.discounts {
    display: inline-block;
}

.discounts_title {
    display: inline-block;
    color: #0066cc;
    font-size: 18px;
    cursor: pointer;
    width: auto;
}

.discounts_popup {
    font-size: 14px;
    margin-left: 8px;
}

.widget-search-area {
    position: absolute;
    height: 45px;
    right: 10px;
    top: 0;
    margin-top: 5px;
    background: #f1f1f1;
    color: #414141;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.widget-search-area h3 {
    float: left;
    font-size: 14px;
    padding: 0;
    margin: 0 20px;
    line-height: 45px;
    font-weight: 600;
}

.widget-search-area ul {
    float: left;
    height: 45px;
    list-style: none;
    margin-right: 10px;
    margin-left: 10px;
}

.widget-search-area ul li {
    float: left;
    font-size: 14px;
    line-height: 45px;
    font-weight: 300;
    margin: 0 3px;
}

.widget-search-area ul li a {
    float: left;
    padding: 0 7px;
    line-height: 25px;
    height: 25px;
    margin-top: 10px;
    color: #414141;
}

.widget-search-area ul li a:hover, .widget-search-area ul li a:focus {
    opacity: .7;
}

li.active {
    background-color: #dde6ee;
    border: none;
}

li.active a {
    color: #8c97a1;
    text-decoration: none;
}

.breadcrumb > li + li:before {
    padding: 0;
    color: #8c97a1;
    content: url(../img/bird-right.png);
    position: absolute;
    left: -17px;
    top: 50%;
    transform: translateY(-50%);
}

.breadcrumb {
    display: flex;
    align-items: center;
}

.breadcrumb > li > a {
    line-height: 0;
    font-size: 1em;
}

.woocommerce-form-login-title,
form.woocommerce-form-login {
    width: 350px;
    margin: auto;
}

.woocommerce-form-login-title {
    margin-bottom: 10px;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
    float: right;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline span {
    font-weight: normal;
}

.woocommerce-LostPassword.lost_password a {
    font-size: 14px;
}

.membership, .newspage, .meetpage, .simplepage {
    margin-top: 50px;
    padding-bottom: 380px;
}

.text-block-member {
    padding-left: 18px
}

.membership img {
    width: 100%;
    height: 100%;
    border: 1px solid #ebe9e9;
    border-radius: 4px;
    padding: 2px;
}

.single-pharma ul {
    list-style-type: none;
    margin-left: 27px;
}

.membership ul, .parent-pharma ul {
    list-style-type: none;
    margin-left: 10px;
}

.membership ul li, .parent-pharma ul li, .single-pharma ul li {
    position: relative;
    margin-bottom: 10px;
}

.membership ul li:before, .parent-pharma ul li:before, .single-pharma ul li:before {
    content: "→";
    position: absolute;
    left: -25px;
    color: #e4372f;
}

.files-list ul li {
    overflow: hidden;
}

.profile-block-2.files-list {
    padding-left: 0;
}

.profile-block-2.files-list ul#load_container li a span:last-child {
    width: auto;
}

.profile-block-2.files-list ul#load_container li .col-md-10 {
    padding-left: 0;
}

.profile-block-2.files-list ul#load_container li a {
    color: #0066cc;
}

.profile-block-2.files-list ul#load_container li .file-added {
    color: #0066cc;
    font-size: 14px;
}

.profile-block-2.files-list ul#load_container li .file-description {
    color: #747474;
    margin: 10px 0;
    font-size: 14px;
}

.profile-block-2.files-list ul li {
    padding: 6px 0 2px 0;
}

.profile-block-2.files-list .col-md-12 {
    padding: 0 40px 0 5px;
}

.profile-block-2.files-list ul#load_container li .file-added {
    position: absolute;
    top: 5px;
    color: #454545;
    right: 50px;
}

.profile-block-2 ul li .file-wrapper {
    overflow: hidden;
    cursor: pointer;
    padding: 10px 0 5px 0;
}

.profile-block-2 ul li .file-wrapper .file-download-fa {
    font-size: 20px;
    margin-left: 10px;
    visibility: hidden;
}

.profile-block-2 ul li .file-wrapper:hover {
    background: #e5eff9;
}

.profile-block-2 ul li .file-wrapper:hover .file-download-fa {
    visibility: visible;
}

.profile-block-2 ul li .file-wrapper .doc-no {
    font-weight: bold;
    color: #454545;
    padding-right: 4px;
    padding-top: 0;
    font-size: 14px;
}

.profile-block-2 ul li .file-wrapper .file-description {
    padding-left: 18px;
}

.profile-block-2 ul li .file-wrapper .file-description .file-full-name {
    margin-bottom: 10px;
    font-weight: normal;
}

.profile-block-2 ul li .file-wrapper .file-name {
    font-size: 14px;
    max-width: 80%;
}

@media (max-width: 768px) {
    .profile-block-2.files-list ul#load_container li .file-added {
        position: static;
        margin: 10px 0;
    }

    .profile-block-2 ul li .file-wrapper .file-description {
        padding-left: 0;
    }

    .profile-block-2 ul li .file-wrapper .file-name {
        max-width: 100%;
    }
}

.content-protector-access-form .content-protector-form-instructions, .content-protector-access-form > form {
    max-width: 400px;
    margin: 0 auto;
}

.content-protector-access-form .content-protector-form-instructions h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.content-protector-access-form .content-protector-form-instructions p {
    margin-bottom: 28px;
}

.content-protector-access-form .content-protector-password {
    width: 100%;
    max-width: 200px;
    padding: 8px 10px;
}

.content-protector-access-form .content-protector-incorrect-password {
    margin-bottom: 10px;
    background-color: #f2f2f2;
    padding: 1em 2em 1em 3.5em !important;
    position: relative;
    color: #333;
}

.content-protector-access-form .content-protector-incorrect-password:before {
    content: "\f071";
    color: #b81c23;
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    top: 1.1em;
    left: 1.5em;
}

.content-protector-access-form .content-protector-form-submit {
    width: 122px;
    height: 40px;
    background-color: #0066cc;
    font-weight: 100;
    border: none;
    color: #fff;
    box-shadow: 0 3px 6px -1px #777;
    font-size: 14px;
}

.title-membership {
    color: #41479c;
    font-size: 21px;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    margin-top: 25px;
    margin-bottom: 17px;
}

.title-membership span {
    font-size: 16px;
    position: relative;
    top: -10px;
}

.title-membership:before {
    content: "";
    position: absolute;
    border-radius: 20px;
    height: 17px;
    width: 3px;
    top: 3px;
    left: 18px;
    background: -webkit-linear-gradient(top, #5d3575 0%, #1d45db 100%);
    background: linear-gradient(to bottom, #5d3575 0%, #1d45db 100%);
}

.title-membership-log:before {
    height: 38px;
}

.existing-members-link {
    margin: 40px 0 20px 20px;
}

.existing-members-link a {
    margin-left: 14px;
}

.existing-members-link a:before {
    content: ">";
    display: block;
    position: absolute;
    left: 33px;
    color: #e4372f;
}

.descr-membership {
    padding: 0 22px;
    color: #444444;
    margin-bottom: 25px;
    font-size: 14px;
    text-align: justify;
    position: relative;
}

.descr-membership a {
    font-size: 15px;
    color: #0066cc;
    display: block;
    margin-top: 25px;
}

.login-membership, .descr-membership .header-login-button {
    width: 160px;
    height: 50px;
    background-color: #0066cc;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    position: absolute;
    bottom: -52px;
    left: 17px;
    padding: 5px 10px;
    box-shadow: none;
}

.login-membership {
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    line-height: 48px;
    padding-left: 15px;
    margin-left: 17px;
    height: 46px;
}

.login-membership:hover {
    background-color: #2c4257;
}

.login-membership i, .descr-membership i {
    color: #fff;
    font-size: 16px;
    /* margin-top: 13px; */
}

.login-membership i {
    margin-top: 16px;
    font-size: 20px;
    position: absolute;
    left: 15px;
    top: 0px;
}

.login-membership .in_button,
.descr-membership .in_button {
    font-size: 15px;
    color: #fff;
    display: inline;
    margin-top: 0;
}

.membership ul {
    padding-left: 17px;
}

.apply-for-membership-btn {
    font-weight: bold;
    border: 2px solid #0066cc;
    border-radius: 5px;
    padding: 8px 6px;
}

.apply-for-membership-btn i {
    font-size: 17px;
    position: relative;
    top: 2px;
}

.header-container .sing_out {
    position: absolute;
    right: 28px;
    margin-top: 5px;
    font-size: 14px;
    text-align: justify;
    padding: 0;
    z-index: 999;
}

.header-container .sing_out a {
    color: #fff;
    cursor: pointer;
}

.login-btn {
    position: absolute;
    right: 138px;
    padding: 0;
    z-index: 99;
}

.login-btn.login-btn-left {
    right: 28px;
}

.login-btn .header-login-button {
    width: 152px;
    height: 36px;
    position: initial;
    padding: 0;
    font-weight: 300;
    font-size: 15px;
    border: 1px solid;
    border-top: none;
    border-radius: 0 0 5px 5px;
    margin-top: 0;
    text-align: center;
    font-weight: 700;
}

.login-btn .header-login-button:hover .in_button {
    top: -3px;
}

.login-btn .header-login-button i {
    position: absolute;
    top: 5px;
    font-size: 22px;
}

.login-btn .header-login-button .in_button {
    padding-left: 30px;
    position: relative;
    display: inline-block;
    top: 7px;
}

.cart-container {
    height: 50px;
}

.header-cart {
    position: absolute;
    right: 28px;
    bottom: 0;
    width: 152px;
    height: 42px;
    border-radius: 5px 5px 0 0;
    padding: 4px 0;
}

.cart-full {
    background-color: #F0F4F8;
}

.butn {
    padding: 2px 10px;
    margin-right: 2px;
}

.butn-order {
    border: 1px solid #3D39E6;
    padding: 2px 10px;
    margin-right: 5px;
    border-radius: 3px;
}

.butn-order-active {
    border: 1px solid #586a7d;
    background-color: #e3e3e3;
    padding: 2px 10px;
    margin-right: 15px;
    border-radius: 3px;
}

.butn-order-active a {
    color: #000000;
    outline: none !important;
    text-decoration: none !important;
}

.news-filter .butn-order-active {
    margin-right: 5px;
}

.orderby-hide {
    display: none;
    margin-left: 9%;
    margin-bottom: 20px;
}

.orderby {
    display: block;
}

.blue-shopping-cart {
    color: #3D39E6;
}

#top-cart .top-cart-icon .blue-shopping-cart {
    padding-left: 7%;
}

#top-cart .cart-contents {
    text-align: right;
}

.count {
    color: #0066cc;
}

.btn-page {
    width: 200px;
    height: 50px;
    background-color: #0066cc;
    border: 1px solid white;
    color: #fff;
    font-size: 15px;
    position: absolute;
    left: 0;
    bottom: -25px;
    right: 0;
    margin: 0 auto;
    padding-left: 20px;
}

.btn-page i {
    font-size: 26px;
    position: absolute;
    left: 33px;
    top: 10px;
}

.fa-key-rotate {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-right: 15px;
}

.footer {
    width: 100%;
    background: #212121;
    min-height: 278px;
    margin-top: 380px;
    background-repeat: no-repeat;
    position: fixed;
    background-attachment: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 0;
}

.footer:before {
    content: "";
    display: block;
    background-image: url(../img/bg-footer2.png);
    background-repeat: no-repeat;
    background-position: center top -256px;
    height: 537px;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.55;
}

.footer .container p, .footer .container h4 {
    padding-top: 55px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.footer .container p.footer-title, .footer .container h4.footer-title {
    text-align: left;
}

.footer-bg {
    background-image: url("../img/bg-footer.png");
    background-repeat: no-repeat;
    background-position: center center;
    height: 537px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
    opacity: 0.3;
}

.footer-bg.footer-bg-2 {
    background-position: bottom center;
    height: 275px;
}

.footer-bg-top {
    background-image: url("../img/bg-top.png");
    background-repeat: no-repeat;
    background-position: center center;
    height: 537px;
    width: 100%;
    position: absolute;
    bottom: 183px;
    z-index: -2;
}

.footer-left-ul {
    padding-left: 17px !important;
    list-style-type: none;
    margin-left: 0;
}

.footer-left-ul li {
    position: relative;
    margin-bottom: 15px;
}

.footer-left-ul li a {
    line-height: 1em;
}

.footer-left-ul li:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    transform: rotate(45deg);
    top: 5px;
    left: -20px;
}

.footer-left-ul li a {
    color: #7b9fff;
    font-size: 14px;
}

.footer-center {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

#footer-center-descr {
    color: #fff;
    padding-top: 8px;
    font-weight: normal;
}

.footer-right-table {
    margin: 0 !important;
}

.footer-right-table td {
    color: #7b9fff;
    line-height: 2;
}

.footer-right-table td:nth-child(2n+1) {
    color: #797979;
}

.footer-right-table td a {
    color: #7b9fff;
}

.footer-margin-top {
    font-size: 14px;
    margin-top: 0 !important;
}

.footer-margin-top .col-sm-3 {
    padding: 0;
}

.parent-pharma {

}

.single-pharma {

}

.download-form-pharma {
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    color: #0066cc;
}

.download-form-pharma i {
    color: #e4372f;
    margin-right: 7px;
}

.single-page.download-form-pharma {
    color: #0066cc;
    display: inline-block;
    background-color: #f0f4f8;
    margin-top: 50px;
    padding: 20px;
    border: 1px solid #dfe2e7;
    width: 100%;
    margin-bottom: 25px;
}

.pdf-pharma {
    height: 30px;
    padding: 0 20px;
}

.bioethics-wrap {
    background-color: #f0f4f8;
    position: relative;
}

.bioethics {
    width: 100%;
    min-height: 977px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #FFF;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    font-size: 14px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.bioethics img {
    width: 90%;
    height: 100%;
}

.bioethics h2 {
    margin-bottom: 25px;
    font-size: 36px;
}

.bioethics-float-image {
    float: left;
    max-width: 60%;
    text-align: center;
    margin-bottom: 20px;
}

.bioethics-float-title {
    clear: none;
}

.bioethics-custom {
    padding-bottom: 200px;
}

.title-bioethics {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-top: 45px;
}

.header-offset-top {
    padding-top: 15px;
}

.bioethics-deg {
    background-color: #f0f4f8;
    width: 100%;
    height: 600px;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.bioethics-deg .container {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}

.pro-dev-bottom-block {
    position: relative;
    top: -170px;
    background: #f0f4f8;
}

.bioethics-block-2 {
    padding-bottom: 50px;
    min-height: 476px;
}

.bioethics-block-2 img {
    -webkit-box-shadow: -1px 0px 21px 0px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: -1px 0px 21px 0px rgba(0, 0, 0, 0.28);
    box-shadow: -1px 0px 21px 0px rgba(0, 0, 0, 0.28);
    width: 100%;
    height: 100%;
}

.bioethics-block-2 .col-md-12 {
    font-size: 14px;
    padding: 20px;
    border: 9px solid #e1e9f2;
}

.bioethics-block-2 .col-md-7 {
    margin-top: 25px;
}

.first-letter {
    position: relative;
    display: block;
    width: 60px;
    height: 90px;
    float: left;
    margin-top: 25px;
    padding-top: 13px;
    text-align: center;
    background-color: pink;
}

.first-letter:first-letter {
    display: inline-block;
    font-size: 36px;
    color: white;
    padding-top: 50px;
    z-index: 99;
}

.first-letter:before {
    content: "";
    width: 60px;
    height: 80px;
    background: -webkit-linear-gradient(bottom, #1d46db 0%, #5e3575 100%);
    background: linear-gradient(to top, #1d46db 0%, #5e3575 100%);
    position: absolute;
    border-radius: 4px;
    left: 15px;
    top: 27px;
    z-index: -1;
}

.first-letter-2 {
    margin-top: 22px;
}

.first-letter-2:first-letter {
    position: relative;
    display: block;
    width: 60px;
    height: 90px;
    float: left;
    margin-top: 25px;
    padding-top: 13px;
    text-align: center;
    background-color: pink;
}

.bioethics-first-letter {
    margin-top: 22px;
    z-index: 1;
    position: relative;
}

.bioethics-first-letter p:first-child:first-letter {
    display: block;
    float: left;
    font-size: 36px;
    color: white;
    background: -webkit-linear-gradient(bottom, #1d46db 0%, #5e3575 100%);
    background: linear-gradient(to top, #1d46db 0%, #5e3575 100%);
    padding: 12px 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    margin-right: 10px;
}

.bioethics-log-abs {
    position: relative;
    margin-top: -99px;
    top: 53px;
}

.profile label {
    font-size: 14px;
    color: #a1a1a1;
    font-weight: normal;
}

.profile img {
    width: 100%;
    height: 100%;
}

.profile.page-p .ex_to,
.profile.page-p .ex_sub,
.profile.page-p .wdu_sub {
    margin-bottom: 15px;
}

.profile-bg, .membership-bg {
    background-image: url(../img/bg-top.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 348px;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    /*z-index: -1;*/
    overflow: hidden;
    left: 0;
}

.profile-bg:after, .membership-bg:after {
    content: "";
    background-image: url(../img/bg-footer.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 256px;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0.3;
}

.profile-bg, .membership-bg-margin {
    height: 348px;
}

.profile-block-1 {
    border: 6px solid #e1e9f2;
    padding: 25px 40px;
    position: relative;
}

.message-welcome {
    font-size: 21px;
    color: #41479c;
    font-weight: 600;
    padding: 0;
}

.message-welcome span {
    float: right;
    color: #0066cc;
    font-size: 15px;
    line-height: 2;
}

.orders {
    text-align: right;
    padding-right: 0;
}

.orders .butn {
    padding: 0;
}

.message-welcome_orders {
    margin-bottom: 30px;
    padding-right: 0;
}

.radio-btn {
    padding-left: 30px;
}

.sub-info span,
.sub-data span {
    line-height: 18px;
    padding-bottom: 5px;
}

.sub-info .col-md-4 > span {
    display: block;
}

.sub-info {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e1e9f2;
    color: #a1a1a1;
    font-style: italic;
    font-size: 14px;
    border-top: 1px solid #e1e9f2;
    margin-bottom: 0;
    padding: 20px 0;
    line-height: 3;
}

.sub-data {
    font-size: 16px;
    color: #41479c;
    font-weight: 600;
    border-bottom: 1px solid #e1e9f2;
    padding-bottom: 54px;
}

.exnd {
    font-size: 16px;
    color: #41479c;
    font-weight: bold;
    text-transform: uppercase;
}

.exnd-2 {
    color: #41479c;
}

.radio {
    vertical-align: top;
    width: 17px;
    height: 17px;
    margin: 0 3px 0 0;
}

.radio + label {
    cursor: pointer;
}

.radio:checked + label {
    color: #41479c;
}

.radio:not(checked) {
    display: none;
}

.radio:not(checked) + label {
    position: relative;
    margin-right: 4%;
    padding: 0 0 0 30px;
}

.radio:not(checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #CDD1DA;
    border-radius: 50%;
    background: #FFF;
}

.radio:not(checked) + label:after {
    content: "";
    position: absolute;
    top: 3.6px;
    left: 4.2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0066cc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.radio:checked + label:after {
    opacity: 1;
}

.radio:focus + label:before {
    box-shadow: 0 0 0 3px rgba(76, 153, 229, 0.5);
}

#payNow {
    width: 160px;
    height: 50px;
    background-color: #0066cc;
    font-weight: 100;
    border: none;
    color: #fff;
    box-shadow: 0 3px 6px -1px #777;
    font-size: 14px;
    position: absolute;
    bottom: -26px;
    left: 41%;
}

.fa-credit-card {
    margin-right: 12px;
    font-size: 18px;
}

.title-profile-block-2 {
    margin-bottom: 0;
    line-height: 4;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e9f2;
}

.title-profile-block-2 i {
    margin-right: 10px;
    font-size: 24px;
}

.profile-block-2 {
    padding: 0 0 0 40px;
}

.profile-block-2 .fa {
    margin-right: 10px;
}

.profile-block-2 ul {
    list-style: none;
    padding: 0;
    color: #41479c;
}

.profile-block-2 ul#load_container {
    margin: 0;
}

.profile-block-2 ul#load_container li a span {
    display: inline-block;
    vertical-align: top;
}

.profile-block-2 ul#load_container li a span:first-child {
    text-align: left;
    width: 79%;
}

.profile-block-2 ul#load_container li a span:last-child {
    text-align: right;
    width: 20%;
}

.profile-block-2 ul li {
    border-bottom: 2px dotted #e1e9f2;
    padding: 15px 10px 5px 10px;
}

.profile-block-2 ul li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #41479c;
}

.profile-block-2 ul li a span {
    color: #0066cc;
}

.load-more-profile {
    text-align: center;
    margin-top: 30px;
}

.load-more-profile i {
    font-size: 18px;
    color: #0066cc;
}

.load-more-profile a {
    text-decoration: none;
}

.load-more-profile a span {
    border-bottom: 2px dotted #0066cc;
    margin-left: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #0066cc;
}

.load-more-profile a:hover span {
    border-bottom: 2px solid #0066cc;
}

.load-more-profile a .fa {
    margin: 0;
}

.no-relative {
    position: static;
}

.no-relative div {
    position: static;
}

.working-groups {
    margin-top: 70px;
    position: relative;
}

.working-groups h2, .working-groups h1 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 25px;
}

.working-grups-btn, .working-grups-btn:hover, .working-grups-btn:focus {
    text-align: center;
    line-height: 47px;
    color: #fff;
    text-decoration: none;
}

.working-groups .no-relative table {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    margin-right: 25px;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.07);
    height: 200px;
    overflow: hidden;
    border-radius: 6px;
}

.working-groups .no-relative table td {
    width: 172px;
    height: 200px;
    vertical-align: top;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.07);
    padding: 30px 15px 15px;
    background: #f0f4f8;
    font-size: 14px;
    font-weight: 500;
    text-align: justify;
    line-height: 21px;
    color: #46489f;
    text-shadow: 0px 0px 0 #46489f;
}

.working-groups .no-relative table i {
    display: block;
    width: 100%;
    height: 100%;
    text-shadow: none;
}

.working-groups .no-relative table i:before {
    font-size: 130px;
    color: #0066cc;
}

.img-book img {
    width: 438px;
    max-width: 100%;
    height: 100%;
    border-radius: 6px;
}

.working-x-title {
    color: #0066cc;
    font-size: 20px;
    font-weight: 600;
}

.img-book-container {
    position: relative;
    box-shadow: 0px 7px 15px -2px rgba(0, 0, 0, 0.2);
    margin: auto;
    width: 438px;
    max-width: 100%;
    border-radius: 6px;
}

.hide-img {
    height: 220px;
}

.wg-descr, .wg-descr-right {
    padding-left: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.07);
    text-align: left;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 4px;
    position: relative !important;
    width: 100%;
}

.wg-descr .wg-descr-text, .wg-descr-right .wg-descr-text {
    box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.12);
    background-color: #f0f4f8;
    width: 100%;
    height: 220px;
    max-height: 100%;
    padding: 30px 15px 15px;
}

.wg-descr h3, .wg-descr-right h3 {
    padding-bottom: 0;
    margin-bottom: 20px;
    font-size: 18px;
    color: #46489f;
}

.wg-descr p, .wg-descr-right p {
    text-align: justify;
    line-height: 21px;
    font-size: 14px;
    color: #747474;
}

.wg-descr:before, .wg-descr-right:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    content: 'group_work';
    background: -webkit-linear-gradient(bottom, #1d46db 0%, #5e3575 100%);
    background: linear-gradient(to top, #1d46db 0%, #5e3575 100%);
    border-radius: 50%;
    text-align: center;
    height: 127px;
    width: 127px;
    line-height: 127px;
    vertical-align: middle;
    color: #fff;
    font-size: 54px;
    position: absolute;
    left: 25%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wg-descr-right {
    padding-right: 50%;
    padding-left: 0;
}

.wg-descr-right:before {
    left: auto;
    right: 25%;
    transform: translate(50%, -50%);
}

/*Additional working group template*/
.additional-title {
    margin-top: 50px;
    margin-bottom: 25px;
}

.additional-item {
    margin-bottom: 10px;
}

.additional-item_title {
    margin-left: 20px;
}

.additional-item_left {
    text-align: center;
}

/*Tinymce template*/
.wg-descr .wg-descr-icon i {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    content: 'group_work';
    background: -webkit-linear-gradient(bottom, #1d46db 0%, #5e3575 100%);
    background: linear-gradient(to top, #1d46db 0%, #5e3575 100%);
    border-radius: 50%;
    text-align: center;
    height: 127px;
    width: 127px;
    line-height: 127px;
    vertical-align: middle;
    color: #fff;
    font-size: 54px;
    position: absolute;
    left: 25%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wg-descr .wg-descr-icon i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.shadow-text-right, .shadow-text-left {
    box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.12);
    text-align: left !important;
    font-weight: normal;
}

.descr-text {
    background-color: #f0f4f8;
    min-height: 220px;
    display: table;
    height: 7em;
    text-align: center;
}

.descr-text h3 {
    font-size: 18px;
    color: #46489f;
}

.descr-text p {
    text-align: justify;
    line-height: 21px;
    font-size: 14px;
    color: #747474;
}

.work-grp {
    background-color: #f0f4f8;
    display: table;
    text-align: left;
    color: #747474;
    font-size: 14px;
    margin-top: 50px;
    padding: 20px;
    border: 1px solid #dfe2e7;
    width: 100%;
    margin-bottom: 25px;
}

.meetings-bg {
    background-image: url(../img/meetings-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    padding-bottom: 20px;
    background-attachment: fixed;
    position: relative;
}

.cioms-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cioms-meetings {
    padding-top: 10px;
}

.cioms-meetings .date-lg {
    font-size: 27px;
    line-height: 30px;
}

.cioms-meetings .for-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.cioms-meetings h3 {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: -15px;
    margin-top: 25px;
}

.cioms-meetings ul {
    list-style-type: none;
    margin-left: -15px;
}

.cioms-meetings ul li:before {
    content: url(../img/ul-arrow.png);
    position: absolute;
    left: 53px;
}

.meetpage .cioms-meetings h3 {
    color: #000;
}

.meetings-title {
    text-align: center;
    font-size: 36px;
    margin: 57px 0 0 0;
    padding-top: 75px;
    padding-bottom: 25px;
    background-color: #fff;
}

.part-one-meet {
    background-color: #0066cc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: white;
    padding: 0;
    margin: 0;
    height: 90px;
    overflow: hidden;

}

.part-two-meet {
    margin-top: 15px;
    font-size: 18px;
    color: #0066cc;
    background-color: #FFF;
    height: 75px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;

}

.part-two-meet h4 {
    position: absolute;
    margin: 0;
    height: 59px;
    overflow: hidden;
    background-color: #fff;
    padding-left: 15px;
    padding-bottom: 20px;
    padding-right: 15px;
    margin-left: -15px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.part-two-meet h4.meet-more {
    cursor: pointer;
}

.part-two-meet h4.meet-more:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #0066cc transparent;
    bottom: 0;
    right: 10px;
}

.part-two-meet h4.meet-more-open {
    height: auto;
    z-index: 3000;
}

.part-two-meet h4.meet-more-open:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #0066cc transparent transparent transparent;
    bottom: 10px;
    right: 10px;
}

.recent-meet-active {
    background-color: #777777;
}

.meet-date {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 8px 0 15px;
    line-height: 2;
}

.meet-loc {
    font-size: 14px;
    padding: 0 0 8px 15px;
    line-height: 14px;
}

.upcom-meet-wrap {
    position: relative;
}

.upcom-meet-wrap:before {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    background-color: #fff;
    left: 50%;
    top: -30px;
}

.upcom-meet {
    box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.55);
    width: 100%;
    float: left;
    margin-bottom: 35px;
    background-color: #fff;
    border-radius: 4px;
}

.middle-space span {
    text-align: center;
    width: 1px;
    background-color: #0066cc;
    display: block;
    height: 100%;
    margin-left: 50%;
    position: absolute;
}

.middle-space span:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #0066cc;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -4px;
}

.middle-space-news span {
    text-align: center;
    width: 1px;
    background-color: #000;
    display: block;
    height: 93%;
    margin-left: 50%;
    top: -51px;
    position: absolute;
}

#show-more-meet {
    position: absolute;
    bottom: 0;
    left: 0;
    bottom: -59px;
    left: -29px;
    line-height: 2;
    background-color: #FFF;
    color: #0066cc;
    border: 1px solid #0066cc;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    padding: 5px;
    font-size: 13px;
    padding-top: 14px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.75);
}

#show-more-meet:hover {
    background-color: #0066cc;
    color: white;
}

#show-more-meet p {
    margin-top: -5px;
}

.hidde-btn-lg {
    display: none;
}

.container-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.bg-icon {
    background: -webkit-linear-gradient(bottom, #1d46db 0%, #5e3575 100%);
    background: linear-gradient(to top, #1d46db 0%, #5e3575 100%);
    border-radius: 50%;
    text-align: center;
    height: 127px;
    width: 127px;
    vertical-align: middle;
    position: relative !important;
}

.bg-icon i {
    color: #fff;
    font-size: 54px;
    position: absolute;
    left: 0;
    right: 0;
    top: 37px;
    bottom: 0;
}

.container-centr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.title-section {
    z-index: 36px;
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 36px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
}

.recent-publ {
    margin-bottom: 15px;
    margin-top: -30px;
}

.woocommerce .products.container .recent-book-block {
    margin: 22px 0;
}

.shop_main {
    padding: 0 20px;
}

#primary-mono {
    margin-bottom: 380px;
}

#primary-mono #primary-mono {
    margin-bottom: 0;
}

.recent-book {
    position: relative;
}

.recent-book h3 {
    font-size: 14px;
    text-align: center;
    width: 80%;
    /*    margin: 0 auto;
    margin-bottom: 70px; */
    margin: 0 auto 40px;
}

.recent-book .title-link {
    display: inline-block;
    margin: 0 auto;
    color: #0066cc;
}

.recent-book .wp-post-image-link {
    position: relative;
    display: block;
}

.recent-book img {
    width: 100%;
    margin-bottom: 25px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.25);
}

.recent-book img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.recent-book-block {
    padding-right: 5%;
    margin-bottom: 20px;
    position: relative;
}

.recent-book-block .col-md-8, .recent-book-block .col-lg-8 {
    padding-left: 0;
}

.recent-book-block .col-md-4, .recent-book-block .col-lg-4 {
    padding-right: 0;
    padding-left: 0;
}

.recent-book-block h3 {
    font-size: 16px;
    text-align: left;
    padding: 0;
    margin: 0;
    width: 100%;
}

.recent-book-block h3 a {
    color: rgb(51, 51, 51);
}

.recent-book-block h3 a:hover, .recent-book-block h3 a:focus {
    color: #0066cc;
}

.free-pdf,
.sale-product,
.free-product,
.pdf-now-available {
    width: 45px;
    height: 68px;
    position: absolute;
    top: -18px;
    right: -10px;
    transition: all 0.3s;
    background-repeat: no-repeat;
}

.free-pdf {
    background-image: url("../img/free-pdf.png");
}

.sale-product {
    background-image: url("../img/sale-product.png");
}

.free-product {
    background-image: url("../img/free-product.png");
}

.pdf-now-available {
    background-image: url("../img/pdf-now-available.png");
    width: 58px;
}

.recent-book img:hover + .free-pdf,
.recent-book img:hover + .sale-product,
.recent-book img:hover + .free-product,
.recent-book img:hover + .pdf-now-available {
    top: -37px;
    right: -20px;
}

.year-home {
    font-size: 14px;
    max-width: 75px;
    margin-left: auto;
}

.year-home span {
    font-weight: 600;
    font-size: 14px;
}

.woocommerce .content-area .product_meta div {
    line-height: 37px;
}

.woocommerce .content-area .product_meta > strong {
    display: inline-block;
    margin-bottom: 15px;
}

.woocommerce-page #content div.product div.images {
    width: 35%;
}

.woocommerce-page #content div.product div.summary {
    width: 60%;
}

.woocommerce div.product {
    margin: 60px 0 0;
}

.woocommerce div.product form.cart {
    text-align: right;
}

.woocommerce div.product form.cart div.quantity {
    float: none;
    display: inline-block;
}

.woocommerce-tabs.wc-tabs-wrapper {
    max-width: 950px;
}

.price-home,
ul.products .list-pr .price-home-list,
.cart-contents .price-home {
    color: #0066cc;
    font-weight: 600;
    background-image: url("../img/bg-price.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 9px;
    font-size: 14px;
    max-width: 75px;
    margin-left: auto;
}

.price-home span,
ul.products .list-pr .price-home-list span,
.cart-contents .price-home span {
    font-weight: 100;
    padding-left: 3px;
    border-left: 1px dotted #0066cc;
    font-size: 12px;
}

.free-book {
    position: relative;
    color: #777;
}

.free-book:after {
    content: "";
    position: absolute;
    width: 45%;
    height: 0.5px;
    top: 15px;
    left: 4px;
    border-bottom: 0.5px solid #3183d6;
    -webkit-transform: rotate(21deg);
    -ms-transform: rotate(21deg);
    transform: rotate(21deg);
}

.free-book .free-book-text {
    position: absolute;
    padding: 5px;
    background-color: #0066cc;
    color: white;
    font-weight: 700;
    width: 64px;
    text-align: center;
    bottom: -26px;
    left: 9px;
    border-radius: 4px;
}

.free-book span {
    text-decoration: none;
}

.full-free-text {
    position: relative;
    padding: 5px;
    background-color: #0066cc;
    color: white;
    font-weight: 700;
    width: 64px;
    text-align: center;
    border-radius: 4px;
    right: 0;
    margin: 0 10px 0 auto;
    font-size: 12px;
}

.cioms-news {
    background-image: url("../img/bg-cioms-news.png");
    background-color: #f0f4f8;
    background-size: cover;
    background-position: center center;
    width: 100%;
    min-height: 710px;
    padding-right: 5%;
    padding-left: 5%;
}

.cioms-news-block-left {
    background-color: #fff;
    padding: 30px 50px;
    margin-bottom: 105px;
    position: relative;
    width: 350px;
    z-index: 99;
    font-weight: 300;
    margin-right: 30px;
    float: right;
    margin-top: -30px;
    box-shadow: 1px 1px 21px 0px rgba(50, 50, 50, 0.35);
    font-family: "Roboto", sans-serif;
}

.cioms-news-block-left h4 {
    font-size: 18px;
    color: #0066cc;
    padding-bottom: 20px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.cioms-news-block-left p {
    color: #747474;
}

.cioms-news-block-left ul {
    font-family: "Roboto", sans-serif;
    color: #747474;
}

#home-news-ul {
    list-style-type: none;
    margin-left: 0px;
}

#home-news-ul li {
    position: relative;
    margin-bottom: 15px;
    color: #0066cc;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: -20px;
}

#home-news-ul li:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #e4372f;
    border-right: 1px solid #e4372f;
    transform: rotate(45deg);
    top: 6px;
    left: -13px;
}

#home-news-ul a {
    color: #0066cc;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    line-height: 1.7;
    margin-left: 10px;
}

.cioms-news-block-right {
    background-color: #fff;
    padding: 30px 50px;
    position: relative;
    margin-left: 50px;
    float: left;
    width: 350px;
    z-index: 99;
    font-family: "Roboto", sans-serif;
    box-shadow: 1px 1px 21px 0px rgba(50, 50, 50, 0.35);
    margin-top: 100px;
}

.cioms-news-block-right h4 {
    font-size: 18px;
    color: #0066cc;
    font-family: "Open Sans", sans-serif;
    padding-bottom: 31px;
}

.cioms-news-block-right p {
    color: #747474;
}

.cioms-news-devider {
    color: #b7b7b7;
    width: 120%;
    border-top: 1px solid #b7b7b7;
    margin-left: -25px;
    margin-top: 60px;
}

.text-to-devider-left {
    position: absolute;
    text-align: center;
    background-color: #777777;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-weight: 600;
    color: #fff;
    padding-top: 5px;
    right: -91px;
    top: 50%;
    z-index: 99;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.text-to-devider-left:hover {
    background-color: #333333;
}

.text-to-devider-right {
    position: absolute;
    text-align: center;
    background-color: #777777;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-weight: 600;
    color: #fff;
    padding-top: 5px;
    left: -91px;
    top: 130px;
    z-index: 99;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.text-to-devider-right:hover {
    background-color: #333333;
}

.text-to-devider-right img {
    margin-top: 15px;
}

.line-to-devider-left {
    height: 1px;
    width: 13%;
    background-color: #000;
    position: absolute;
    top: 59%;
    right: -147px;
}

.line-to-devider-left2 {
    height: 1px;
    width: 10%;
    background-color: #000;
    position: absolute;
    top: 59%;
    right: -16px;
}

.line-to-devider-right {
    height: 1px;
    width: 10%;
    background-color: #000;
    position: absolute;
    top: 160px;
    left: -135px;
}

.line-to-devider-right2 {
    height: 1px;
    width: 10%;
    background-color: #000;
    position: absolute;
    top: 160px;
    left: -25px;
}

.member-home {
    position: relative;
}

.member-home img {
    width: 100%;
    height: 100%;
}

.title-members-home {
    font-weight: 600;
    font-size: 18px;
    margin-top: 25px;
}

.member-home-ul {
    list-style-type: none;
    margin-top: 20px;
    margin-left: 10px;
}

.member-home-ul li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 15px;
    color: #0066cc;
    font-size: 16px;
}

.member-home-ul li:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #e4372f;
    border-right: 1px solid #e4372f;
    transform: rotate(45deg);
    top: 6px;
    left: -13px;
}

.sub-btn {
    background-color: #0066cc;
    font-size: 16px;
    height: 50px;
    color: #fff;
    border-radius: 4px;
    margin-top: 10px;
    display: inline-block;
    text-align: center;
    padding: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.sub-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #2c4257;
}

.more-btn-wrap {
    height: 60px;
}

.more-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    line-height: 2;
    background-color: #FFF;
    color: #0066cc;
    border: 1px solid #0066cc;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    padding: 5px;
    font-size: 13px;
    padding-top: 14px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    top: 0;
    text-align: center;
    transform: translateX(-30px);
    box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.75);
    text-transform: uppercase;
}

.more-btn:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 1px solid #0066cc;
    border-right: 1px solid #0066cc;
    transform: rotate(135deg);
    top: 37px;
    left: 24px;
}

.more-btn:hover, .more-btn:focus {
    background-color: #0066cc;
    color: #fff;
    text-decoration: none;
}

.more-btn:hover:before, .more-btn:focus:before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.more-btn p {
    margin-top: -5px;
}

.news-filter {
    text-align: center;
    position: relative;
    top: -33px;
}

.news-container-wrap {
    width: 100%;
    overflow: visible;
    position: relative;
    margin-top: 0;
}

.news-container-wrap:after {
    content: "";
    display: block;
    background-color: #333;
    width: 1px;
    top: -13px;
    bottom: 35px;
    left: 50%;
    position: absolute;
}

.news-container-bgrnd {
    width: 100%;
    top: 35px;
    bottom: 35px;
    content: "";
    display: block;
    position: absolute;
    background-color: #ccc;
    background-image: url(../img/bg-cioms-news.png);
    background-color: #f0f4f8;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.news-container {
    position: relative;
    max-width: 1074px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    transition: all .5s;
    overflow: visible;
}

.more_news {
    height: 775px !important;
}

.news-more-btn.btn_open_news {
    cursor: pointer;
}

.news-more-btn.btn_open_news.Less_:after {
    transform: rotate(-45deg);
    top: 42px;
}

.news-item-wrap {
    width: 50%;
    margin: 0;
    padding: 0 0 60px 0;
    float: left;
}

.news-item {
    margin: 0;
    background-color: #fff;
    padding: 30px 50px 30px;
    position: relative;
    width: 350px;
    font-weight: 300;
    box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.35);
    font-family: "Open Sans", sans-serif;
    border-radius: 4px;
    min-height: 240px;
    max-width: 100%;
    margin: 5px 0 0 5px;
}

.news-item h4 {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    padding-bottom: 25px;
    margin: 0;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: left;
}

.news-item p {
    color: #747474;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.news-item .news-item-date {
    position: absolute;
    background-color: #777;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    top: 167px;
    right: -90px;
}

.news-item .news-item-date:hover, .news-item .news-item-date:focus {
    background-color: #333;
}

.news-item .news-item-date:before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #333;
    position: absolute;
    left: -30px;
    top: 30px;
}

.news-item .news-item-date:after {
    content: "";
    display: block;
    width: 92px;
    height: 1px;
    background-color: #333;
    position: absolute;
    right: -92px;
    top: 30px;
}

.news-item .news-item-date .date-num {
    font-size: 26px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 11px;
    text-transform: uppercase;
}

.news-item .news-item-date .date-mon {
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
}

.news-item ul li {
    color: #747474;
    list-style-type: none;
    margin-left: -15px;
    font-size: 14;
    font-weight: 400;
}

.news-item ul li:before {
    content: url(../img/ul-arrow.png);
    position: absolute;
    left: 53px;
}

.news-item .news-item-subscr-btn {
    font-family: "Open Sans", sans-serif;
    background-color: #0066cc;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-radius: 4px;
    display: block;
    padding: 0 35px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    text-align: center;
    width: 144px;
    margin: 25px auto 0;
}

.news-item .news-item-subscr-btn:hover, .news-item .news-item-subscr-btn:focus {
    background-color: #2c4257;
}

.news-item-right {
    float: right;
}

.news-item-right .news-item {
    margin-left: auto;
}

.news-item-right .news-item .news-item-date {
    left: -90px;
    right: auto;
}

.news-item-right .news-item .news-item-date:before {
    right: -30px;
    left: auto;
}

.news-item-right .news-item .news-item-date:after {
    width: 97px;
    left: -97px;
    right: auto;
}

.news-item-subscr {
    margin-top: 60px;
    min-height: 200px;
}

.news-item-subscr .news-item-date {
    top: 60px;
}

.news-item-subscr .news-item-date img {
    display: inline-block;
    margin-top: 20px;
}

#news-more-btn.loading:before, #meet-more-btn.loading:before {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../img/loading.gif");
    background-position: center center;
    -webkit-background-size: 70%;
    background-size: 70%;
    background-repeat: no-repeat;
    z-index: 1;
}

.news-more-btn, .news-end-btn {
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    line-height: 2;
    background-color: #FFF;
    color: #0066cc;
    border: 1px solid #0066cc;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    padding: 5px;
    font-size: 13px;
    padding-top: 14px;
    text-decoration: none;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    overflow: hidden;
    bottom: 0;
    z-index: 1;
    text-align: center;
    transform: translateX(-30px);
    box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.75);
    text-transform: uppercase;
    margin-top: 25px;
    cursor: pointer;
}

.news-end-btn {
    display: none;
    cursor: default;
}

.news-end-btn span {
    background: #777;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: 21px;
    left: 22px;
    position: absolute;
}

.news-more-btn:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 1px solid #0066cc;
    border-right: 1px solid #0066cc;
    transform: rotate(135deg);
    top: 37px;
    left: 24px;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.news-more-btn:hover, .news-more-btn:focus {
    background-color: #0066cc;
    color: #fff;
    text-decoration: none;
}

.news-more-btn:hover:after, .news-more-btn:focus:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.affilations-item {
    margin-top: 50px;
    margin-bottom: 50px;
}

.secretariat-item_pointer {
    cursor: pointer;
}

.affilations-item_left {
    text-align: center;
}

.affilations-item_left img {
    max-height: 100px;
    height: auto;
}

.affilations-item_url {
    margin-bottom: 0;
}

.secretariat-item_right {
    padding-top: 20px;
}

.secretariat-title {
    margin: 30px 0 20px;
}

.secretariat-important .secretariat-item_name, .secretariat-important .secretariat-item_position {
    font-weight: 600;
}

.secretariat-item {
    margin-top: 10px;
    margin-bottom: 20px;
}

.secretariat-item_small {
    border-bottom: 1px solid #8c8b8b;
    padding-bottom: 15px;
}

.secretariat-item_small .secretariat-item_name,
.secretariat-item_small .secretariat-item_position,
.secretariat-item_small .secretariat-item_organisation {
    margin: 5px 20px 5px;

}

.secretariat-item_small .secretariat-item_name {
    font-size: 22px;
    display: inline-block;
}

.secretariat-item_left {
    text-align: center;
    padding: 0;
    min-width: 150px;
    border-bottom: 1px solid #8c8b8b;
    min-height: 155px;
}

.secretariat-item_left img {
    height: 150px;
}

.secretariat-item_tel {
    margin-bottom: 0;
}

.secretariat-item_email {
    margin-bottom: 0;
}

.secretariat-img-text {
    border-bottom: 1px solid #8c8b8b;
    min-height: 155px;
    padding-top: 30px;
}

.history-more-btn_block {
    text-align: center;
}

.history-link_to {
    margin: 10px 0;
}

.history-link_to a {
    display: inline;
    position: relative;
    color: #fff;
    font-size: 18px;
    margin-left: 10px;
    padding-left: 10px;
    transition: all .33s;
}

.history-link_to a:hover {
    color: #fff;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    -moz-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff;
}

.history-link_to a:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    top: 6px;
    left: -13px;
}

.title_for_read_more {
    text-align: center;
    color: #fff;
    font-size: 26px;
    margin-top: 40px;
}

.history-more-btn {
    position: relative;
    display: inline-block;
    left: inherit;
}

.arrow-up.news-more-btn:after {
    top: 41px;
    transform: rotate(315deg);
}

.rightCorner {
    background-image: url(http://demos.9lessons.info/timeline/images/right.png);
    display: block;
    height: 15px;
    margin-top: 8px;
    padding: 0;
    vertical-align: top;
    width: 13px;
    z-index: 2;
    position: absolute;
    right: -3px;
}

.leftCorner {
    background-image: url("http://demos.9lessons.info/timeline/images/left.png");
    display: block;
    height: 15px;
    width: 13px;
    margin-left: -13px;
    margin-top: 8px;
    position: absolute;
    z-index: 2;
}

.member-org {
    background-color: #FFF;
}

.example-right {
    margin: 0 auto;
    margin-top: -15px;
    padding: 5px;
    padding-top: 20px;
    background: #fff;
    color: #fff;
}

.example-right img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: 50px;
}

.example-right img:hover {
    -webkit-filter: none;
    filter: none;
}

.member-org-title {
    margin-top: 90px;
    margin-bottom: -22px;
    padding-bottom: 25px;
    border-bottom: 1px solid #b7b7b7;
}

.member-org a {
    padding: 29px;
}

.contact {
    width: 100%;
    background-image: url("../img/contact-bg.png");
    background-color: #1155d3;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 1056px;
    color: white;
    padding-top: 80px;
    position: relative;
}

.contact h3 {
    font-size: 16px;
    font-weight: 600;
}

.contact h3 span {
    font-size: 14px;
    font-weight: 100;
    color: #c8c5e0;
}

.contact p {
    font-size: 14px;
    font-weight: normal;
    color: #c8c5e0;
}

.contact a {
    text-decoration: underline;
    color: #ffffff;
}

.contact .contact-h3-email {
    margin-top: -5px;
}

#map {
    height: 600px;
    width: 100%;
    margin-top: 90px;
    box-shadow: rgba(41, 41, 43, 0.76) 0px 5px 14px 0px;
}

.about {
    font-size: 14px;
    background: #f5f5f5;
}

.about p {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .about p {
        margin-bottom: 120px;
    }
}

.about .row-1 {
    background: #fff;
    padding-top: 70px;
    clip-path: polygon(0 0, 100% 0, 100% 55%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 55%, 0 100%);
    padding-bottom: 120px;
}

.about .row-1 .about-text {
    padding: 0 0 0 30px;
}

.about .row-1 h2 {
    font-size: 36px;
    margin: 15px 0 25px 0;
}

.title_for_interesting_facts {
    text-align: center;
    margin-bottom: 100px;
}

.title_for_interesting_facts span {
    font-size: 36px;
    margin: 15px 0 25px 0;
    text-transform: uppercase;
}

.title_for_interesting_facts_popup {
    text-align: center;
    margin-bottom: 15px;
}

.title_for_interesting_facts_popup span {
    font-size: 20px;
    text-transform: uppercase;
}

.about .about-video-container-wrap {
    position: relative;
}

.about .about-video-container {
    text-align: center;
    position: absolute;
}

.about .about-video {
    width: 618px;
    padding-top: 100%;
    max-width: 100%;
    position: relative;
    margin: auto;
}

.img_block_about {
    position: relative;
}

.img_block_about:before {
    content: '';
    position: absolute;;
    display: block;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 42, 148, 0.41);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
}

.about-video section {
    margin-top: 10%;
}

.about .about-video:before {
    content: '';
    width: 100%;
    padding-top: 100%;
    top: 0;
    left: 0;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #dde5ec;
    z-index: 1;
}

.about .about-video:after {
    content: '';
    top: 0;
    left: 10%;
    width: 80%;
    padding-top: 80%;
    margin-top: 10%;
    position: absolute;
    border-radius: 50%;
    background: #eef4f9;
    border: 1px solid #dde5ec;
    z-index: 1;
}

.about .about-video img {
    position: absolute;
    top: 0;
    left: 22%;
    width: 56%;
    padding-top: 22%;
    z-index: 2;
}

.about .about-video .play-btn {
    background: url(../img/play-btn.png) no-repeat 50%;
    position: absolute;
    height: 100px;
    width: 100px;
    top: 0;
    left: 50%;
    margin-top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 3;
}

.about .about-video .play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.about .fact {
    margin: 30px 0 30px 0;
    position: relative;
    z-index: 1;
}

.about .fact.fact-left {
    text-align: right;
}

.about .fact.fact-right {
    text-align: left;
}

.about .fact.fact-left:nth-child(odd) {
    left: 54px;
}

.about .fact.fact-right:nth-child(odd) {
    right: 54px;
}

/* ===== */

.about .fact {
    position: relative;
}

.about .about-material-icons {
    -webkit-font-smoothing: antialiased;
    background: -webkit-linear-gradient(bottom, #1d46db 0%, #5e3575 100%);
    background: linear-gradient(to top, #1d46db 0%, #5e3575 100%);
    border-radius: 50%;
    text-align: center;
    height: 82px;
    width: 82px;
    line-height: 82px;
    vertical-align: middle;
    color: #fff;
    font-size: 54px;
}

.about .fact .fact-title {
    position: relative;
    color: #41479c;
    font-size: 17px;
    z-index: 0;
}

.about .fact .fact-title strong {
    position: relative;
    font-size: 18px;
}

.filter_none {
    cursor: pointer;
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    right: -15px;
}

.secretariat-item_pointer .filter_none {
    right: 0;
}

.about .fact {
    margin-bottom: 80px;
}

.about-video-container-wrap .fact-title .fact-b {
    display: inline-block;
    position: relative;
    left: 0;
    padding: 5px 0 10px 0;
    margin-top: 15px;
}

.about-video-container-wrap .fact-left .fact-body {
    left: 0;
}

.about-video-container-wrap .fact-right .fact-body {
    right: 0;
}

.in-f-left,
.in-f-right {
    position: relative;
    bottom: 60px;
}

/* ===== */

.about .row-2 {
    background-image: url(../img/bg-cioms-news.png);
    padding-bottom: 370px;
    background-size: cover;
    position: relative;
}

.about .row-3 {
    background: url(../img/about-bg.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    padding-bottom: 90px;
    position: relative;
    background-attachment: fixed;
}

.about .row-3 .history-img {
    margin-top: -305px;
    margin-bottom: 80px;
}

.about .row-3 .history-img img {
    box-shadow: 0 19px 79px -16px black;
    margin: 0 auto;
}

.timeline-title h2 {
    color: #fff;
    text-transform: uppercase;
    padding: 25px 0 40px 236px;
    font-size: 36px;
}

.timeline-dot {
    width: 11px;
    height: 11px;
    border: 2px solid #278cef;
    border-radius: 100px;
    margin: 16px 0 0 -6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(0, 0, 0, 0.1);
    background: #47ccee;
    position: absolute;
    left: 204px;
}

.timeline-dot.timeline-dot-top {
    top: -17px;
}

.timeline-dot.timeline-dot-bot {
    bottom: -11px;
}

.timeline-element {
    overflow: hidden;
    padding: 0 0 1em;
    margin-left: 0;
    zoom: 1;
    width: 100%;
    color: #fff;
}

.timeline-element-left {
    position: absolute;
    display: block;
    border-radius: 4px;
    overflow: hidden;
    text-align: right;
}

.timeline-element-body {
    overflow: hidden;
    margin-left: 230px;
}

.timeline-element-body ul {
    list-style: none;
    padding-left: 20px;
    margin-left: 0;
}

.timeline-element-body ul li {
    position: relative;
    margin-bottom: 10px;
}

.timeline-element-body ul li:before {
    content: "›";
    color: #278cef;
    font-size: 24px;
    position: absolute;
    left: -20px;
    top: -9px;
    font-weight: bold;
}

.timeline-element .text {
    color: #99a0dc;
    margin-bottom: 20px;
}

.timeline-element .text p:last-child {
    margin: 0;
}

/* Decoration*/
.timeline-elements, .timeline-element {
    position: relative;
}

.timeline-elements:before {
    content: "";
    position: absolute;
    top: 0;
    left: 163px;
}

.timeline-element:before, .timeline-element .text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 203px;
}

.timeline-elements *,
.our_history_more_element p {
    font-size: 18px;
}

.timeline-elements:before {
    width: 3px;
    left: 202px;
    bottom: 0px;
    background: #278cef;
}

.timeline-element:before {
    width: 12px;
    height: 12px;
    border: 2px solid #278cef;
    border-radius: 100px;
    margin: 7px 0 0 -6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(0, 0, 0, 0.1);
    background: #0066cc;
}

.timeline-element:hover .text {
    color: #fff;
}

.timeline-element:hover:before {
    width: 16px;
    height: 16px;
    background: #fff;
    left: 201px;
    border: 4px solid #278cef;
    top: -2px;
}

.footer-year {
    color: #999;
    text-align: center;
}

.our_history_more.close-timeline-element {
    height: 353px !important;
}

.our_history_more *,
.our_history_page_more {
    color: #99a0dc;
    transition: all 1s;
}

.our_history_more {
    display: none;
}

.our_history_more .our_history_more_element .our_history_more_title h3,
.our_history_page_more .our_history_more_element .our_history_more_title h3 {
    display: inline-block;
    color: #fff;

}

.our_history_more .our_history_more_element:hover div *,
.our_history_page_more .our_history_more_element:hover div * {
    color: #fff;
}

.our_history_more_element a {
    color: #fff;
}

.our_history_more_element a:hover, .our_history_more_element a:focus {
    text-decoration: underline;
}

.our_history_more_and_more_text {
    display: none;
}

.modal_if {
    display: none;
}

.before:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9;
}

.z-inex {
    z-index: 999 !important;
}

.about-video-container-wrap .fact .fact-body,
.secretariat-item .secretariat-item_description {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
    box-shadow: 0 0 6px 0px #484848;
    border-radius: 6px;
    background: #fff;
    width: 50%;
    z-index: 0;
    text-align: left;
    color: #000;
    padding: 20px 35px;
    margin: 0 auto;

    -webkit-transform: translate(0, -500%);
    -ms-transform: translate(0, -500%);
    -o-transform: translate(0, -500%);
    transform: translate(0, -500%);
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
}

.about-video-container-wrap .fact .fact-body.fact-body_if,
.secretariat-item .secretariat-item_description.fact-body_if {
    top: 15%;
    z-index: 9999;

    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-video {
    position: fixed;
    padding: 0;
    display: block;
    top: -100%;
    left: 0;
    right: 0;
    padding: 10px;
    border-radius: 6px;
    width: 640px;
    z-index: 0;
    text-align: left;
    color: #000;
    padding: 20px 35px;
    margin: 0 auto;
    transition: all .6s;
    -webkit-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    z-index: 9999;
    box-sizing: border-box;
}

.modal-video.show {
    top: 20%;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.discounts_content {
    background: #fff;
    width: 550px;
}

.discounts_content .modal-video-close {
    top: -15px;
    right: -15px;
}

body.back-modal-video:before {
    content: '';
    position: fixed;
    display: block;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.modal-video-close {
    position: absolute;
    cursor: pointer;
    right: 19px;
    top: 5px;
    background: #000;
    color: #fff;
    font-weight: bold;
    border-radius: 100%;
    padding: 7px 8px 10px 8px;
    line-height: 10px;
    transition: all .33s;
    border: solid 2px #ccc;
    font-size: 22px;
}

.modal-video-close:hover {
    background: tomato;
    color: #000;
}

.fact-body_text {
    text-align: justify;
    width: 100%;
    height: 100%;
    min-height: 200px;
}

.fact-body_close {
    position: absolute;
    right: -16px;
    top: -16px;
    background: #000;
    color: #fff;
    font-weight: bold;
    border-radius: 100%;
    padding: 7px 8px 10px;
    line-height: 10px;
    transition: all .33s;
    border: solid 2px #ccc;
    font-size: 22px;
}

.fact-body_close:hover {
    background: tomato;
    color: #000;
}

/* ==== working group carousel START*/
.owl-carousel.owl-carousel_working-groups .owl-stage-outer {
    height: 350px;
    max-height: 350px;
    width: 100%;
}

.owl-carousel .owl-carousel_working-groups-item {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 350px;
}

.owl-carousel .owl-item .owl-carousel_working-groups-item img {
    height: 350px;
    max-height: none;
    width: auto;
    max-width: none;
    margin: auto;
}

.owl-carousel_working-groups .owl-nav.disabled {
    display: block !important;
}

.owl-carousel.owl-carousel_working-groups .owl-nav.disabled {
    display: none !important;
}

.owl-carousel_working-groups .owl-nav {
    position: absolute;
    width: 110% !important; /* adjust if necessary */
    top: 45% !important; /* adjust if necessary */
    margin: 0 -5.1% !important; /* adjust if necessary */
    height: 0;
    font-size: 0;
}

.owl-carousel_working-groups .owl-nav .owl-prev { /* left arrow */
    float: left;
}

.owl-carousel_working-groups .owl-nav .owl-next { /* right arrow */
    float: right;
}

.owl-carousel_working-groups .owl-nav .owl-prev:before,
.owl-carousel_working-groups .owl-nav .owl-next:before { /* left arrow */
    font-family: 'Glyphicons Halflings';
    display: inline-block;
    font-size: 30px;
}

.owl-carousel_working-groups .owl-nav .owl-prev:before {
    content: "\e079";
}

.owl-carousel_working-groups .owl-nav .owl-next:before { /* right arrow */
    content: "\e080";
}

.owl-carousel_working-groups .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    text-align: center;
}

.owl-carousel_working-groups .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-carousel_working-groups .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-carousel_working-groups .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.owl-carousel_working-groups .work-group-text {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #fff;
}

.owl-carousel_working-groups .owl-item {
    overflow: hidden;
}

.owl-carousel_working-groups .owl-carousel_working-groups-item:before {
    content: '';
    display: block;
    height: 300%;
    width: 30%;
    opacity: .7;
    left: 0;
    position: absolute;
    bottom: 0;
    transform: rotate(-280deg);
    transform-origin: left bottom;
    -webkit-backface-visibility: hidden;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d45db+0,5d3575+100 */
    background: #1d45db; /* Old browsers */
    background: -moz-linear-gradient(-130deg, #1d45db 0%, #5d3575 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-130deg, #1d45db 0%, #5d3575 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(50deg, #1d45db 0%, #5d3575 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d45db', endColorstr='#5d3575', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

/* ==== working group carousel END*/

/* ==== carousel START*/
.owl-carousel .owl-stage-outer {
    height: 102px;
}

.owl-carousel.owl-carousel_logo {
    width: 90%;
    margin: 30px auto;
}

.owl-carousel_logo {
    width: 90%;
    margin: 30px 0;
}

.owl-carousel_logo a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s;
    transition: all 0.5s;
}

.owl-carousel_logo a img:hover {
    -webkit-filter: none;
    filter: none;
}

.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.owl-nav {
    position: absolute;
    width: 110% !important; /* adjust if necessary */
    top: 30% !important; /* adjust if necessary */
    margin: 0 -5.1% !important; /* adjust if necessary */
    height: 0;
    font-size: 0;
}

.owl-nav .owl-prev { /* left arrow */
    float: left;
}

.owl-nav .owl-next { /* right arrow */
    float: right;
}

.owl-nav .owl-prev:before,
.owl-nav .owl-next:before { /* left arrow */
    font-family: 'Glyphicons Halflings';
    display: inline-block;
    font-size: 30px;
}

.owl-nav .owl-prev:before {
    content: "\e079";
}

.owl-nav .owl-next:before { /* right arrow */
    content: "\e080";
}

.owl-carousel .owl-item img {
    max-height: 102px;
    margin: 0 10px;
    width: auto;
}

/* ==== carousel END*/

a.single-product_free-pdf.btn-primary.btn {
    margin: 20px 0;
}

span.product-loop_free-pdf {
    color: #ad383a;

}

.modalVideo {
    position: absolute;
    display: none;
}

.modalVideo.open_v {
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.78);
    z-index: 999;
}

.modalVideo.open_v iframe, .wpcf7-form {
    /* position: absolute; */
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    /* box-shadow: 0 0 15px 0px black; */
}

.modalVideo.open_v p {
    top: 50%;
    position: relative;
    transform: translate(0, -50%);
}

body.woocommerce {
    min-width: 100%;
}

.old_shop_header.rt-container {
    width: 100%;
}

.old_shop_header #site-navigation {
    float: left;
    width: auto;
}

.old_shop_header #top-search button {
    font-size: 13px;
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd !important;
    background-color: #2f96b4 !important;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4)) !important;
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4) !important;
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4) !important;
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4) !important;
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
}

button, .header-login-button:hover, input[type="button"], input[type="reset"], input[type="submit"] {
    box-shadow: none;
    background: #0066cc !important;
    padding: 10px 10px 6px 10px;
}

button:hover, .header-login-button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #2c4257 !important;
    box-shadow: none;
}

.btn--search-close {
    box-shadow: none;
    padding: 0;
    background: transparent !important;
    outline: hidden;
}

.btn--search-close:hover {
    background: transparent !important;
}

.btn--search-close svg {
    height: 60px;
    width: 60px;
}

.btn--search-close:hover {
    box-shadow: none;
    border: none;
}

.old_shop_header #top-search label {
    min-width: 270px;
}

.old_shop_header #site-navigation ul li a {
    padding: 8px;
}

.old_shop_header #site-navigation {
    border: none;
}

.old_shop_header #top-search input[type=search] {
    border: 1px solid #CCC;
    font-size: 13px;
}

.old_shop_header ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 13px;
}

.old_shop_header ::-moz-placeholder { /* Firefox 19+ */
    font-size: 13px;
}

.old_shop_header :-ms-input-placeholder { /* IE 10+ */
    font-size: 13px;
}

.old_shop_header :-moz-placeholder { /* Firefox 18- */
    font-size: 13px;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    padding: 5px;
    position: relative;
    display: inline-block;
    background: #f2f2f2;
    border: solid 1px #e8e8e8;
    border-radius: 0;
    font-size: 12px;
}

.woocommerce .woocommerce-result-count {
    font-weight: normal;
    margin-right: 1em;
}

.discounts_orderby {
    margin-top: 30px;
    margin-bottom: 40px;
}

.none_padding {
    padding: 0;
}

.discounts {
    border-top: solid 1px #1f9a84;
    border-bottom: solid 1px #1f9a84;
    padding: 12px 0;
    margin-left: 45px;
    min-height: 60px;
    position: relative;
}

.discounts:before {
    content: '';
    position: absolute;
    top: 0;
    left: -45px;
    display: inline-block;
    width: 39px;
    height: 61px;
    background: url(../img/percent.png);
}

.discounts .play-btn {
    font-size: 14px;
    cursor: pointer;
}

.shop-freeinfo {
    border-top: solid 1px #0066cc;
    border-bottom: solid 1px #0066cc;
    padding: 16px 0 12px;
    min-height: 60px;
    position: relative;
    padding-left: 65px;
    padding-right: 10px;
    display: inline-block;
}

.shop-freeinfo i {
    position: absolute;
    left: 10px;
    font-size: 38px;
    top: 8px;
    color: #0066cc;
}

.shop-freeinfo_text {
    font-size: 16px;
    text-align: center;
}

.orderby {
    text-align: right;
    padding: 15px 0;
}

.orderby .butn-order {
    display: inline-block;
    font-size: 15px;
}

.butn-order:last-child {
    margin-right: 0;
}

.name_sort_by {
    font-weight: 900;
    margin-right: 10px;
    font-size: 15px;
}

/* product cart START*/

.woocommerce ul.products li.product .wp-post-image {
    transition: all 0.3s;
}

.woocommerce ul.products li.product .wp-post-image:hover {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}

.woocommerce div.product > span.onsale {
    display: none;
    background-color: transparent;
    background-image: url(../img/sale-product.png);
    background-repeat: no-repeat;
    font-size: 0;
    width: 45px;
    height: 68px;
    top: -18px;
    right: 0;
    transition: all 0.3s;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link:hover .onsale {
    top: -33px;
}

.woocommerce div.product .single-product_free-pdf.single_add_to_cart_button {
    background: transparent !important;
    color: #0066cc;
    border: solid 2px #0066cc !important;
    margin-top: 15px;
    font-weight: 700;
    transition: all .33s;
}

.woocommerce div.product .single-product_free-pdf.single_add_to_cart_button:hover {
    background: #0066cc !important;
    color: #fff;
}

.old_shop_header #top-search button.search-submit {
    background: #0066cc !important;
}

.old_shop_header #top-search button.search-submit:hover {
    background: #0154a6 !important;
}

.woocommerce div.product form.cart .quantity .qty {
    padding: 7px;
}

.woocommerce .product-desc {
    position: relative;
}

.woocommerce ul.products li.product h3.woocommerce-loop-product__title {
    float: left;
    width: 50%;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    padding: 0;
    margin: 0;
    color: #0066cc;
}

.woocommerce ul.products li.product .price.list-pr .none {
    display: none;
}

.woocommerce ul.products li.product .price.list-pr {
    font-size: 0;
}

.woocommerce ul.products li.product .price.list-pr .price-home-list:last-child {
    display: none;
}

.woocommerce ul.products li.product .price.list-pr .price-home-list {
    font-size: 14px;
}

.woocommerce ul.products li.product .price.list-pr sup {
    font-size: 65%;
}

.woocommerce ul.products li.product .price.list-pr .woocommerce-Price-currencySymbol {
    position: relative;
    top: .5em;
    padding: 0 3px;
    margin-left: 3px;
    font-size: 12px;
}

.woocommerce ul.products li.product .button.product_type_variable.add_to_cart_button {
    display: none;
}

.woocommerce ul.products li.product h3.woocommerce-loop-product__title + div {
    font-size: 14px;
    max-width: 75px;
    margin-left: auto;
}

.woocommerce ul.products li.product .add_to_cart_button {
    background: #0066cc;
    color: #fff;
    padding: 12px;
    box-sizing: border-box;
}

.woocommerce ul.products li.product a img {
    margin-bottom: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.25);
}

.woocommerce ul.products li.product .price {
    position: relative;
    text-align: right;
}

/* .woocommerce ul.products li.product .price .product-loop_free-pdf{
  display: block;
  text-align: right;
} */

/* product cart END */

.product-desc h2.woocommerce-loop-product__title {
    padding: 10px;
    margin: 0;
    font-size: 16px;
    color: #333;
    text-align: center;
    font-weight: normal;
}

.woocommerce ul.products li.product .button {
    font-size: 12px;
}

.woocommerce .woocommerce-breadcrumb {
    font-size: 13px;
}

body.tax-product_cat,
body.tax-product_cat .rt-container {
    min-width: 100%;
    width: 100%;
}

body.product-template-default.single-product,
body.product-template-default.single-product .rt-container {
    min-width: 100%;
    width: 100%;
}

body.tax-product_cat .rt-container.old_shop_header .btn, [type="submit"], #top-search button,
body.tax-product_cat .rt-container.old_shop_header .btn, [type="submit"], #top-search button {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd !important;
    background-color: #2f96b4 !important;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4)) !important;
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4) !important;
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4) !important;
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4) !important;
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
}

header.page-header,
header.entry-header {
    background: transparent;
    height: auto;
}

ul.breadcrumb.pull-right li b {
    font-weight: normal !important;
}

.no-results.not-found {
    margin-bottom: 50px;
}

.modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
    height: 100%;
    z-index: 9999;
}

.member-pop .modal-body2 * {
    width: 100%;
}

.member-pop .modal-body2 .wpcf7-form-control.wpcf7-submit {
    width: auto;
    font-size: 16px;
    background: #0066cc !important;
    padding: 8px 18px;
    margin: 12px 0 0;
}

.member-pop .modal-body2 .wpcf7-form-control.wpcf7-submit:hover {
    box-shadow: none;
    background: #0858a9 !important;
}

/* Modal Content */
.modal-content2 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    max-width: 450px;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.modal-body2 h4 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .modal-header2 .modal-title {
        font-size: 20px
    }
}

.modal-body2 .parent-pharma {
    margin-bottom: 40px;
}

.modal-body2 .parent-pharma li {
    margin-bottom: 25px;
}

.subscribe_title {
    position: relative;
    top: 10px;
}

.subscribe-pop .es_textbox_button.es_submit_button {
    width: auto;
    outline: none;
    font-weight: normal;
    color: #fff;
    padding: 10px 15px;
}

.modal-subscribe.modal-content2 {
    width: 25%;
    min-width: 300px;
}

.modal-subscribe input.es_textbox_class {
    width: 100%;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close2 {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close2:hover,
.close2:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header2 {
    background-color: #6b51d6;
    color: #fff;
    height: auto;
    padding: 5px 20px 23px;
    font-weight: bold;
}

.modal-body2 {
    position: relative;
    padding: 30px 16px;
}

.modal-body3 section {
    position: relative;
    display: inline-block;
}

section .cl3 {
    position: absolute;
    right: -15px;
    top: -15px;
    background: #000;
    border-radius: 100%;
    padding: 10px;
    line-height: 15px;
    transition: all .33s;
    border: solid 2px #ccc;
}

section .cl3:hover {
    background: tomato;
    color: #000;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 70px;
}

.wpcf7-form label {
    font-size: 15px;
}

i.required {
    color: #d035a6;
}

.cioms-form-hint {
    display: block;
    font-weight: normal;
    font-size: 13px;
    color: grey;
}

.wpcf7-form-control-wrap input {
    margin: 5px 0;
}


.wpcf7-form-control.wpcf7-submit {
    background-color: #1154d4;
    box-shadow: none;
}

.single-pharma-btn.rmb {
    padding: 15px 40px;
    background-color: #0066cc;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    position: absolute;
    bottom: -52px;
    left: 35px;
}

.single-pharma-btn.rmb:hover {
    background: #2c4257 !important;
    box-shadow: none;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

/*in media page*/
.inmedia-item {
    position: relative;
    margin-top: 40px;

}

.inmedia-item_left {
    position: absolute;
    top: 0;
    bottom: 0;
}

.inmedia-item_right {
    border-bottom: 1px solid #3D39E6;
}

.inmedia-item_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-background-size: cover;
    background-size: cover;
}

.inmedia-item_date {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(8, 8, 8, 0.75);
    color: #fff;
    padding: 5px 10px;
    text-align: center;
}

.inmedia-item_mounth {
    font-size: 22px;
    font-weight: 600;
}

.inmedia-item_year {
    font-size: 25px;
    font-weight: 100;
}

h2.inmedia-item_title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.inmedia-item_content {
    margin: 20px 0;
}

.inmedia-item_more {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    color: #3D39E6;
    /*  opacity: 0;
  border-bottom: 1px solid #3D39E6;
  transition: opacity 0.5s ease-out;*/
}

.inmedia-item_more:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #3D39E6;
    width: 0;
    height: 1px;
    transition: width 0.3s ease-out;
}

.inmedia-item_more span {
    position: absolute;
    text-align: center;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    opacity: 0;
    text-transform: uppercase;
    transition: opacity 0.2s ease-out 0.2s;
}

.inmedia-item_more span:before {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    display: inline-block;
    font-size: 30px;
    color: #3D39E6;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
}

.inmedia-item_link {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100;
}

.inmedia-item:hover .inmedia-item_more span {
    opacity: 1;
}

.inmedia-item:hover .inmedia-item_more:after {
    width: 100%;
}

.inmedia-item:hover .inmedia-item_date {
    background-color: rgba(61, 57, 230, 0.74);
}

/*checkout page*/
.woocommerce-checkout table.cart img {
    width: 100px;
    box-shadow: none;
}

.woocommerce-checkout table.shop_table.woocommerce-cart-form__contents {
    width: 100% !important;
}

form.checkout .form-row .input-checkbox {
    display: inline-block;
    margin: 0 5px 3px 0;
    position: relative;
}

/*change product loop*/
.woocommerce .products.container {
    /* margin: 63px 0 1em; */
    /*padding: 0;*/
    list-style: none outside;
    clear: both;
}

/*single product citations*/
.woocommerce-citations {
    margin: 30px 0 50px;
    word-wrap: break-word;
}

/*product discoutsmodal*/
.modal-backdrop.fade.in {
    position: fixed !important;
}

.modal-open #discountModal.modal {
    z-index: 1042;
}

#discountModal .btn.btn-default {
    color: #fff;
    text-shadow: none;
}

#discountModal .modal-header .close {
    text-shadow: none;
    color: #fff;
    padding: 5px;
}

/*Shop*/
.orderby-mob a button {
    border: #3D39E6 solid 1px;
    background: #fff !important;
    box-shadow: none;
    padding: 2px 10px;
    margin-right: 15px;
    margin-bottom: 10px;
    border-radius: 3px;
}

.orderby-mob a button.active {
    border: 1px solid #586a7d;
    background-color: #e3e3e3 !important;
}

@media screen\0 {
    /*search ie fix*/
    .search {
        display: none;
    }

    .js .search:before {
        display: none;
    }

    .search--open {
        display: block;
    }

    .js .search--open::before {
        display: block;
    }

    /*mini cart ie fix*/
    #top-cart .top-cart-icon .blue-shopping-cart {
        display: none;
    }

    .login-membership, .descr-membership .header-login-button {
        right: 0;
        top: 0;
        left: auto;
        padding-left: 10px
    }

    .login-btn.login-membership {
        display: inline-block;
        position: relative;
    }
}

ul.acc {
    list-style: none;
    padding: 0;
}

ul .acc-inner {
    padding-left: 1.5em;
    margin-left: 0;
    overflow: hidden;
    display: none;
}

ul .acc-inner.show {
    display: block;
    padding-bottom: 10px;
}

.folder .clearfix:last-of-type {
    border-bottom: none !important;
}

ul li a.acc-toggle {
    width: 100%;
    display: block;
    background: #f0f4f8;
    color: #fefefe;
    padding: 0.75em;
    border-radius: 0.15em;
    transition: background 0.3s ease;
    font-size: 16px;
    text-decoration: none;
    box-shadow: 0px 6px 15px -4px rgba(0, 0, 0, 0.48);
}

ul li a.acc-toggle em {
    font-style: normal;
    font-weight: normal;
}

ul li .acc-inner .folder {
    width: 99%;
}

ul li a.acc-toggle .folder-open {
    display: none;
}

ul li a.acc-toggle i.fa {
    font-size: 30px;
}

ul li a.acc-toggle.open {
    background: #e3e7eb;
    box-shadow: none;
}

ul li a.acc-toggle:hover {
    background: #e3e7eb;
}

ul li a.acc-toggle.open .folder-open {
    display: inline;
}

ul li a.acc-toggle.open .folder-closed {
    display: none;
}

.profile-block-2.files-list ul li.folder {
    padding: 0;
    border-radius: 3px;
    border: 1px solid #e3e7eb;
    overflow: visible;
    margin-top: 15px;
}

.tribe-block__tickets__registration__event header {
    background: none;
    border-bottom: 1px solid #ccc;
    height: auto;
    display: block;
    padding: 0 0 15px;
}

form.tribe-block__tickets__registration__checkout {
    overflow: visible;
    display: block;
    position: relative;
    margin: -150px 0 0 50%;
    padding: 20px;
    width: 150px;
    float: left;
    background: #5f4dc9;
    border-radius: 10px;
    text-align: center;
}

form.tribe-block__tickets__registration__checkout button {
    float: none;
    margin: 0;
}

.newspage .cioms-news-devider,
.newspage #home-news-ul {
    display: none;
    -radius: 0.15em;
    transition: background 0.3s ease;
    font-size: 16px;
    text-decoration: none;
    box-shadow: 0px 6px 15px -4px rgba(0, 0, 0, 0.48);
}

ul li a.acc-toggle em {
    font-style: normal;
    font-weight: normal;
}

ul li .acc-inner .folder {
    width: 99%;
}

ul li a.acc-toggle .folder-open {
    display: none;
}

ul li a.acc-toggle i.fa {
    font-size: 30px;
}

ul li a.acc-toggle.open {
    background: #e3e7eb;
    box-shadow: none;
}

ul li a.acc-toggle:hover {
    background: #e3e7eb;
}

ul li a.acc-toggle.open .folder-open {
    display: inline;
}

ul li a.acc-toggle.open .folder-closed {
    display: none;
}

.profile-block-2.files-list ul li.folder {
    padding: 0;
    border-radius: 3px;
    border: 1px solid #e3e7eb;
    overflow: visible;
    margin-top: 15px;
}

.tribe-block__tickets__registration__event header {
    background: none;
    border-bottom: 1px solid #ccc;
    height: auto;
    display: block;
    padding: 0 0 15px;
}

form.tribe-block__tickets__registration__checkout {
    overflow: visible;
    display: block;
    position: relative;
    margin: -150px 0 0 50%;
    padding: 20px;
    width: 150px;
    float: left;
    background: #5f4dc9;
    border-radius: 10px;
    text-align: center;
}

form.tribe-block__tickets__registration__checkout button {
    float: none;
    margin: 0;
}

.newspage .cioms-news-devider,
.newspage #home-news-ul {
    display: none;
    -radius: 0.15em;
    transition: background 0.3s ease;
    font-size: 16px;
    text-decoration: none;
    box-shadow: 0px 6px 15px -4px rgba(0, 0, 0, 0.48);
}

ul li a.acc-toggle em {
    font-style: normal;
    font-weight: normal;
}

ul li .acc-inner .folder {
    width: 99%;
}

ul li a.acc-toggle .folder-open {
    display: none;
}

ul li a.acc-toggle i.fa {
    font-size: 30px;
}

ul li a.acc-toggle.open {
    background: #e3e7eb;
    box-shadow: none;
}

ul li a.acc-toggle:hover {
    background: #e3e7eb;
}

ul li a.acc-toggle.open .folder-open {
    display: inline;
}

ul li a.acc-toggle.open .folder-closed {
    display: none;
}

.profile-block-2.files-list ul li.folder {
    padding: 0;
    border-radius: 3px;
    border: 1px solid #e3e7eb;
    overflow: visible;
    margin-top: 15px;
}

.tribe-block__tickets__registration__event header {
    background: none;
    border-bottom: 1px solid #ccc;
    height: auto;
    display: block;
    padding: 0 0 15px;
}

form.tribe-block__tickets__registration__checkout {
    overflow: visible;
    display: block;
    position: relative;
    margin: -150px 0 0 50%;
    padding: 20px;
    width: 150px;
    float: left;
    background: #5f4dc9;
    border-radius: 10px;
    text-align: center;
}

form.tribe-block__tickets__registration__checkout button {
    float: none;
    margin: 0;
}

.newspage .cioms-news-devider,
.newspage #home-news-ul {
    display: none;
}

#review_form_wrapper.finish #review_form_title{
    width: 100%;
    text-align: center;
}

#review_form_wrapper.finish #review_form_title span{
    font-size: 18px;
}

form.woocomerce-form.woocommerce-form-login.login .nsl-container-buttons{
    display: block;
    width: 90%;
    margin: 0 auto;
}

.comment-form-attachment__file-size-notice, .comment-form-attachment__autoembed-links-notice{
    display: none !important; 
}

.acf-comment-fields{
    display: none !important;
}