﻿/**
 * Elements
 **/

/* Member List */
.member-list {
}

.member-list .layout-columns {
    margin-bottom: 50px;
}

.member-list .layout-columns h5 {
}

.member-list .layout-columns p {
    margin-bottom: 10px;
}

.member-list.member-list-management {
    display: none;
}

/* Contact Sidebar */
.contact-sidebar {
    margin-bottom: 25px;
}

.contact-sidebar .contact-sidebar-inner {
    border: 1px solid #e4e4e4;
    padding: 6px 20px;
}

.contact-sidebar .contact-sidebar-inner .contact-link {
    padding: 10px 0 10px 35px;
}

/* EN */
.en-US .contact-sidebar h5 {
    font-size: 2.2rem;
}

@media screen and (max-width: 960px) {
    .contact-sidebar .contact-sidebar-inner {
        padding: 10px;
    }

    .contact-sidebar .contact-sidebar-inner .contact-link {
        padding: 5px 0 5px 25px;
    }

    .contact-sidebar .contact-sidebar-inner .contact-link.contact-phone {
        background-size: auto 20px;
        font-size: 2rem;
    }

    .contact-sidebar .contact-sidebar-inner .contact-link.contact-mail {
        background-size: 20px auto;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 776px) {
    .contact-sidebar .contact-sidebar-inner {
    }

    .contact-sidebar .contact-sidebar-inner .contact-link {
        padding: 3px 0 3px 25px;
    }

    .contact-sidebar .contact-sidebar-inner .contact-link.contact-phone {
        background-size: auto 16px;
        font-size: 1.6rem;
    }

    .contact-sidebar .contact-sidebar-inner .contact-link.contact-mail {
        background-size: 16px auto;
        font-size: 1.3rem;
    }
}

/* Offer Request Sidebar */
.offer-request-sidebar {
}

.offer-request-sidebar .bt-blue {
    display: block;
    margin-bottom: 30px;
}

.ru-RU .offer-request-sidebar .bt-blue {
    font-size: 1.6rem;
}

.fr-FR .offer-request-sidebar .bt-blue {
    font-size: 1.8rem;
}

@media screen and (max-width: 960px) {
    .offer-request-sidebar .bt-blue {
        font-size: 2rem;
    }
}

@media screen and (max-width: 850px) {
    .offer-request-sidebar .bt-blue {
        background-position: 95% 55%;
        font-size: 1.8rem;
        padding: 0 30px 0 15px;
    }
}

/* Attachment Sidebar */
.page-attachment-sidebar {
    border: 1px solid #e4e4e4;
    border: 1px solid #e4e4e4;
    margin: 30px 0;
    padding: 0 20px;
}

.page-attachment-sidebar a {
    color: #8a8a8a;
    display: block;
    font-size: 1.8rem;
    font-weight: normal;
    padding: 10px 0 10px 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-attachment-sidebar a:hover {
    color: #00a2e1;
}

.page-attachment-sidebar a.application-pdf {
    position: relative;
}

.page-attachment-sidebar a.application-pdf:before {
    color: #8a8a8a;
    content: "\e61e";
    font-family: "icomoon";
    font-size: 1.4em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    left: 0;
    line-height: 1;
    position: absolute;
    text-transform: none;
    top: 8px;
    /* Better Font Rendering =========== */

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 860px) {
    .page-attachment-sidebar {
        padding: 0 15px;
    }

    .page-attachment-sidebar a {
        font-size: 1.6rem;
        padding: 10px 0 10px 30px;
    }
}

@media screen and (max-width: 760px) {
    .page-attachment-sidebar a {
        font-size: 1.4rem;
    }
}

/* Layout Columns */
.layout-columns {
    display: block;
    margin: 0 -20px 0 0;
    overflow: hidden;
}

.layout-columns .layout-column {
    float: left;
}

.layout-columns .layout-column-last {
    float: right;
}

.layout-columns .layout-column .layout-column-inner {
    margin: 0 20px 0 0;
}

.layout-column-main {
    width: 66%;
}

.layout-column-aside {
    float: right !important;
    width: 33%;
}

.layout-column-20 {
    width: 20%;
}

.layout-column-25 {
    width: 25%;
}

.layout-column-30 {
    width: 30%;
}

.layout-column-33 {
    width: 33.3333%;
}

.layout-column-40 {
    width: 40%;
}

.layout-column-50 {
    width: 50%;
}

.layout-column-60 {
    width: 60%;
}

.layout-column-66 {
    width: 66.6666%;
}

.layout-column-75 {
    width: 75%;
}

.layout-column-100 {
    width: 100%;
}

.wpcmsdev-columns {
    margin-bottom: 45px;
}

@media screen and (max-width: 730px) {
    .layout-column-main,
    .layout-column-aside,
    .layout-column-20,
    .layout-column-25,
    .layout-column-30,
    .layout-column-33,
    .layout-column-40,
    .layout-column-50,
    .layout-column-66,
    .layout-column-75 {
        width: 100%;
    }

    .layout-columns .layout-column {
        margin: 0 0 30px 0;
    }
}

/* WASA History */
.wasa-history {
    border-left: 1px solid #e4e4e4;
    margin-bottom: 40px;
    margin-left: 109px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-top: 36px;
}

.wasa-history .history-item {
}

.wasa-history .history-item + .history-item {
    margin-top: 60px;
}

.wasa-history .history-item .history-item-head {
}

.wasa-history .history-item .history-item-head .history-item-year {
    color: #a0a3a7;
    float: left;
    font-size: 2.4rem;
    margin-left: -150px;
    text-align: right;
    width: 70px;
}

.wasa-history .history-item .history-item-head .history-item-toggle {
    background-image: url("../images/arrow-circle-down.png");
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    float: left;
    height: 30px;
    margin-left: -56px;
    text-align: right;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    width: 30px;

    backface-visibility: hidden;
}

.wasa-history .history-item.expanded .history-item-head .history-item-toggle {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.wasa-history .history-item .history-item-head .history-item-title {
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 3rem;
    margin-bottom: 25px;
}

.wasa-history .history-item.expanded .history-item-head .history-item-title {
    color: #00a2e1;
}

.wasa-history .history-item .history-item-body {
    overflow: hidden;
}
.history-item-body p{	font-size:16px; line-height:24px; font-weight:bold}
/* WASA Event */
.wasa-event {
    margin-bottom: 30px;
    margin-top: 30px;
}

.wasa-event .inner {
    margin-bottom: 5px;
}

.ru-RU .wasa-event .inner {
    font-size: 1.8rem;
    line-height: 2.6rem;
}

/* Check List */
.check-list {
    margin: 50px 0;
}

.check-list li {
    background: url("../images/icn-check.png") 0 5px no-repeat;
    margin-bottom: 30px;
    padding-left: 40px;
}

.check-list.check-list-link h5 {
    margin-bottom: 0;
}

@media screen and (max-width: 643px) {
    .check-list {
        margin: 30px 0;
    }
}

/* Text */
.text-content-container {
    margin: 50px 0;
}

/* Video */
.video-content-container {
    background: rgba(0, 0, 0, 0) url("../images/shadow-bottom.png") no-repeat 50% 0 / 100% auto;
    margin: 0;
    padding-top: 30px;
    width: 100%;
}

.video-content-container .video-content-container-inner {
    background: rgba(0, 0, 0, 0) url("../images/shadow-top.png") no-repeat 50% 100% / 100% auto;
    padding-bottom: 30px;
}

.video-content-container .video-content-container-inner p {
    margin: 0;
}

.page-template-page-tpl-homepage .video-content-container {
    background-size: 85% auto;
    margin: 0 -70px;
    width: 1080px;
}

.page-template-page-tpl-homepage .video-content-container .video-content-container-inner {
    background-size: 85% auto;
}

@media screen and (max-width: 1080px) {
    .page-template-page-tpl-homepage .video-content-container {
        background-size: 100% auto;
        margin: 0 -8%;
        width: 116%;
    }

    .page-template-page-tpl-homepage .video-content-container .video-content-container-inner {
        background-size: 100% auto;
    }
}

/* Accordion */
.entry-content .wpcmsdev-accordion {
    background: transparent none repeat scroll 0 0;
    border: medium none;
}

.entry-content .wpcmsdev-accordion .accordion-item {
}

.entry-content .wpcmsdev-accordion .accordion-item h3 {
    font-size: 2.4rem;
}

.entry-content .wpcmsdev-accordion .accordion-item h3 a {
    background: #ffffff url("../images/arrow-circle-down.png") no-repeat scroll 100% 50% / auto 30px;
    color: #8a8a8a;
    font-size: 2.4rem;
    font-weight: normal;
    padding: 10px 45px 10px 0;
    text-transform: none;
}

.entry-content .wpcmsdev-accordion .accordion-item h3 a:hover {
}

.entry-content .wpcmsdev-accordion .accordion-item h3 a .fa {
    display: none !important;
}

.entry-content .wpcmsdev-accordion .accordion-item.active h3 {
    border-bottom: none;
}

.entry-content .wpcmsdev-accordion .accordion-item.active h3 a {
    background: #ffffff url("../images/arrow-circle-up.png") no-repeat scroll 100% 50% / auto 30px;
}

.entry-content .wpcmsdev-accordion .accordion-item-content {
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0 30px;
}

.entry-content .ui-accordion {
}

.entry-content .ui-accordion .ui-accordion-header {
    background: #ffffff url("../images/arrow-circle-down.png") no-repeat scroll 100% 50% / auto 30px;
    border-bottom: 1px solid #e4e4e4;
    color: #8a8a8a;
    cursor: pointer;
    font-size: 2.4rem;
    font-weight: normal;
    margin: 0;
    padding: 10px 45px 10px 0;
    text-transform: none;
}

.entry-content .ui-accordion .ui-accordion-header.ui-accordion-header-active {
    background: #ffffff url("../images/arrow-circle-up.png") no-repeat scroll 100% 50% / auto 30px;
    border-bottom: none;
}

.entry-content .ui-accordion .ui-accordion-content {
    border-bottom: 1px solid #e4e4e4;
    padding: 20px 0;
}

.toggle-box.ui-accordion {
    margin-bottom: 35px;
}

.toggle-box.ui-accordion .ui-accordion-header {
    background: url("../images/circle-plus.png") no-repeat scroll 100% 50% / auto 30px;
    cursor: pointer;
    margin: 0;
    padding: 5px 45px 5px 0; outline:none
}

.toggle-box.ui-accordion .ui-accordion-header.ui-accordion-header-active {
    background:url("../images/circle-minus.png") no-repeat scroll 100% 50% / auto 30px;
}

.toggle-box.ui-accordion .ui-accordion-header .label {
    display: block;
    font-size: 18px;
    font-weight: 900;
	text-align:left;
	color:#1e2024;
	padding:0
}

.toggle-box.ui-accordion .ui-accordion-content {
    padding: 20px 0;
}

/* Layer */
.layer {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    display: none;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.layer .layer-inner {
    background-color: #000000;
    margin: 100px auto;
    max-width: 1415px;
    position: relative;
}

.layer .layer-inner .close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.layer .layer-inner .close span {
    color: #dddddd;
}

.layer .layer-inner img {
    width: 100%;
}

.layer .layer-inner .txt {
    padding: 50px 90px 50px 40px;
}

.layer .layer-inner .txt h2 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 300;
    line-height: 34px;
    margin: 0 0 20px;
    text-transform: none;
}

.layer .layer-inner .txt p {
    color: #ffffff;
    font-weight: 300;
}

.open-layer {
    cursor: pointer;
    max-width: 250px;
    position: fixed;
    width: 15%;
    z-index: 9999;
}

.open-layer img {
    width: 100%;
}

@media screen and (max-width: 1400px) {
    .open-layer {
        width: 10%;
    }
}

@media screen and (max-width: 1200px) {
    .open-layer {
        display: none;
    }

    .layer .layer-inner .txt {
        padding: 40px 40px 20px 20px;
    }

    .layer .layer-inner .txt p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 990px) {
    .layer .layer-inner .txt {
        padding: 30px 30px 10px 15px;
    }

    .layer .layer-inner .txt h2 {
        font-size: 22px;
        line-height: 28px;
        margin: 0 0 15px;
    }

    .layer .layer-inner .txt p {
        line-height: 20px;
    }
}

@media screen and (max-width: 910px) {
    .layout-columns .layout-column-60,
    .layout-columns .layout-column-40 {
        width: 100%;
    }

    .layout-columns .layout-column-60 {
        text-align: center;
    }

    .layer .layer-inner img {
        margin: 30px auto 0;
        max-width: 500px;
    }

    .layer .layer-inner .txt {
        padding: 20px;
    }
}
