@font-face {
    font-family: 'wilo-icons';
    src: url(../fonts/wilo-icons.eot?tupp9o);
    src: url(../fonts/wilo-icons.eot?tupp9o#iefix) format("embedded-opentype"), url(../fonts/wilo-icons.woff2?tupp9o) format("woff2"), url(../fonts/wilo-icons.ttf?tupp9o) format("truetype"), url(../fonts/wilo-icons.woff?tupp9o) format("woff"), url(../fonts/wilo-icons.svg?tupp9o#wilo-icons) format("svg");
    font-weight: normal;
    font-style: normal;
}

/*@font-face {
    font-family: WILOPlusFMBold;
    src: url(../fonts/WILOPlusFMBol.woff);
}*/

/*@font-face{
    font-family: WILOPlusFMRegular;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/WILOPlusFMReg.eot);
    src: url(../fonts/WILOPlusFMReg.eot?#iefix) format("embedded-opentype"),url(../fonts/WILOPlusFMReg.woff) format("woff"),url(../fonts/WILOPlusFMReg.ttf) format("truetype"),url(../fonts/WILOPlusFMReg.svg#WILOPlusFMRegular) format("svg")
}*/

.loading {
    height: 300px;
    background: url('/public/img/ajax-loader.gif') center center no-repeat;
}

* {
    margin:0;
    padding: 0;
}

*:focus,
* {
    outline: none !important;
}

input[type="text"],
input[type="password"],
textarea,
select {
    height: 30px;
    width: 100%;
    border: 1px solid #888;
    font-size: 15px;
    text-indent: 8px;
    transition: all 0.5s;
    color: #333333;
    padding-top: 2px;
    box-sizing: border-box;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #009c82;
}

*,::placeholder {
    font-family: "Microsoft Sans Serif";
    font-weight: 300;
}

::placeholder {
    color: #aaa;
    font-size: 15px;
}

button, a {
    cursor: pointer;
}

.transition-all {
    transition: all 0.5s;
}

.clear {
    clear: both;
}

.notfullwidth {
    max-width: 970px !important;
    text-align: center;
}


/* header */
.nav-container {
    -webkit-transition: height 1.3s;
    -moz-transition: height 1.3s;
    -ms-transition: height 1.3s;
    -o-transition: height 1.3s;
    transition: height 1.3s;
    background-color: #009c82;
    display: block;
}

nav {
    /*-webkit-transition: height 1.3s;
    -moz-transition: height 1.3s;
    -ms-transition: height 1.3s;
    -o-transition: height 1.3s;
    transition: height 1.3s;
    */
    display: block;
    padding: 0 30px;
    margin: 0 auto;
}

nav a, nav a:active, nav a:focus, nav a:visited, nav a:link {
    text-decoration: none !important;
    border: none;
    color: #ffffff;
}

.menu-wrapper {
    margin-top: 25px;
    float: right;
    width: auto;
    position: relative;
    z-index: 1;
}
.menu-wrapper ul {
    list-style: none;
    float: right;
    color: #ffffff;
    margin-bottom: 11px;
}
.menu-item {
    font-size: 14px;
    margin-left: 15px;
    font-family: "Microsoft Sans Serif";
    color: #ffffff;
    display: inline-block;
}

.slogan {
    line-height: 1;
    float: right;
    font-size: 24px;
    font-family: "Microsoft Sans Serif";
    font-weight: bolder;
    color: #ffffff;
    margin-top: 20px;
    min-height: 24px;
}


.page-wrapper .lang-container {
    height: 19px;
    border: 1px solid darkgrey;
    width: 55px;
    position: relative;
    box-sizing: content-box;
}

.page-wrapper .lang-container .lang-menu {
    position: absolute;
    display: none;
    width: 100%;
    left: -1px;
    border-left: 1px solid darkgrey;
    border-right: 1px solid darkgrey;
    border-bottom: 1px solid darkgrey;
    background: #fff;
    margin: 0 0 0 0;
}

.lang-container .lang-active {
    padding: 0 0 0 5px;
    background: #fff;
    height: 19px;
}

.lang-container .lang-active .show-langs-btn {
    float: right;
    border-left: 1px solid darkgrey;
    height: 19px;
    width: 19px;
    position: relative;
    cursor: pointer;
}

.lang-container .lang-active .show-langs-btn span {
    position: absolute;
    top: 8px;
    left: 3px;
    border-top: 6px solid darkgrey;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.lang-container .lang-menu .lang-item a {
    border-top: 1px solid darkgrey;
    color: #373a3c;
    padding: 0 5px;
    display: block;
}

.navbar-header {
    width: auto;
}
@media (min-width: 1000px) {
    .navbar-header {
        float: left;
    }
}
@media (max-width: 1000px) {
    .navbar-header {
        height: 30px;
        padding: 35px 0;
        width: 100%;
        margin: 0;
    }
}

.threeLine {
    display: inline-block;
    float: right;
    background-color: transparent;
    background-image: none;
    border: none;
    transition: all 0.5s;
}
@media (min-width: 1000px) {
    .threeLine {
        display: none !important;
    }
}

.threeLine-box {
    width: 30px;
    height: 29px;
    display: inline-block;
    position: relative;
}

.threeLine-inner {
    display: block;
    top: 50%;
    margin-top: -2.5px;
}
.threeLine-inner,
.threeLine-inner::before,
.threeLine-inner::after {
    width: 30px;
    height: 5px;
    background-color: #ffffff;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.threeLine-inner {
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.threeLine-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.threeLine-inner::before {
    top: -12px;
    content: "";
    display: block;
}

.threeLine-inner::after {
    bottom: -12px;
    content: "";
    display: block;
}

.threeLine.is-active .threeLine-inner {
    transform: rotate(45deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.threeLine.is-active .threeLine-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.threeLine.is-active .threeLine-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.brand-header {
    margin: 40px 35px 40px 0;
    line-height: 0;
    float: left;
    width: auto;
    font-size: 57px;
    color: #ffffff;
    transition: font-size 0.3s, margin-top 0.4s,transform 0.5s;
}

@media (max-width: 1000px) {
    .brand-header {
        margin: 0;
        font-size: 30px;
    }
}

.brand-header span,
.brand-footer span {
    font-family: 'wilo-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.brand-header span:before,
.brand-footer span:before {
    content: "\e911";
}

@media (max-width: 1000px) {
    .menu-wrapper ul {
        position: fixed;
        top: 0;
        left: 100%;
        width: 150px;
        height: 100%;
        background-color: #f1f1f1;
        padding: 15px;
        margin: 0;
    }

    .menu-item {
        border-bottom: 1px solid #bcbcbc;
        padding: 10px 0;
        display: block;
        margin: 0;
    }

    .menu-item:last-child {
        border-bottom: none;
    }

    li.menu-item a {
        font-size: 20px;
        color: #363640;
        transition: color 0.5s;
    }

    .menu-item a:hover {
        color: #009c82;
    }

    .menu-wrapper .slogan-wrapper {
        display: none !important;
    }
}


.page-push {
    transform: translateX(-180px) !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


/*  CONTENT */

.btn,
.button {
    font-size: 14px;
    color: #fff;
    border: none;
    margin-top: 20px;
    height: 38px !important;
    width: 100%;
    text-decoration: none;
    background: #363640;
    transition: all 0.5s;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.btn:hover, .btn.active,
.button:hover, .button.active {
    color: #fff;
    background-color: #009c82;
    text-decoration: none;
}

.btn.white-btn, .btn.white-btn:hover, .btn.white-btn.active,
.button.white-btn, .button.white-btn:hover, .button.white-btn.active {
    color: #333;
    background: #fff;
}

.btn.opacity-btn,
.button.opacity-btn {
    background: #f1f1f10D;
}

hr {
    border: none;
    height: 0;
    border-top: 1px solid #ccc;
    margin: 20px 0;
}

.fullsize-image {
    width: 100%;
    position: relative;
    height: 430px;
}

.fullsize-image .btn-container {
    width: 100%;
    position: relative;
    height: 100%;
    margin: auto;
}

.fullsize-image a.btn,
.fullsize-image h1.btn,
.fullsize-image a.button {
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-size: 24px;
    margin: 0 0 0 30px;
    width: 200px;
    padding: 10px;
    opacity: 0.95;
}

.fullsize-image .btn-container a.btn,
.fullsize-image .btn-container h1.btn,
.fullsize-image .btn-container a.button {
    left: 0;
    margin: 0;
}

@media (max-width: 767px) {
    .fullsize-image {
        padding: 0;
        height: 200px;
    }

    .fullsize-image a.btn,
    .fullsize-image a.button {
        display: none;
    }

    .fullsize-image .btn-container h1.btn {
        bottom: 0;
        text-align: left;
        width: 100%;
        text-indent: 30px;
        padding: 10px 0;
    }
}

.content-wrapper {
    padding: 20px 0 0 0;
}

.content-wrapper.with-image-cover {
    /*background: url('../img/wilo6504_1600x800.png') no-repeat top center;*/
    background: url('../img/wilo0418_5.jpg') no-repeat top center;
    background-size: 1600px 100%;
    min-height: 800px;
    position: relative;
}

.fullsize-image.image-cover2 {
    background: url('../img/wilo9431_1600x450_wide.jpg') no-repeat center center;
    background-size: cover;
}

.fullsize-image.image-cover3 {
    background: url('../img/wilo9413_1600x450_wide.jpg') no-repeat center center;
    background-size: cover;
}

.fullsize-image.image-cover4 {
    background: url('../img/wilo52070_1600x800.jpg' ) no-repeat center center;
    background-size: cover;
}

.content {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1000px;
}

@media (max-width: 400px)  {
    .content {
        padding: 0 10px;
    }
}


.full-page-size {
    max-width: inherit;
}

.content .auth-wrapper {
    margin: auto;
    max-width: 330px;
    min-height: 500px;
    padding: 15px;
}

.content .auth-wrapper .content-header p {
    color: #fff;
    padding: 25px 0 20px 0;
    text-align: center;
}

.auth-wrapper input {
    border-color: #fff;
}

.auth-wrapper .text-edit label {
    color: #fff;
}

.auth-wrapper .black-background {
    background: rgba( 54, 54, 60, 0.9);
}

.auth-wrapper .green-background {
    background: rgba( 00, 156, 122, 0.7);
}

.auth-wrapper .bubble {
    height: 20px;
}

.auth-wrapper .registration-container,
.auth-wrapper .login-container,
.auth-wrapper .remind-container {
    overflow: hidden;
    max-height: 0;
    position: relative;
    transition: max-height 0.5s;
}

.auth-wrapper .registration-container form,
.auth-wrapper .login-container form,
.auth-wrapper .remind-container form {
    padding: 20px 30px 30px;
}

.auth-wrapper .btn-container {
    padding: 0 30px;
}

.auth-wrapper .btn-container:last-child {
    padding-bottom: 40px;
}

.auth-wrapper .text-edit label,
.auth-wrapper .text-edit input,
.auth-wrapper .text-edit *::placeholder {
    font-size: 14px;
}

@media ( max-width: 400px ) {
    .content-wrapper {
        padding-top: 0;
    }

    .content-wrapper .content-header {
        margin-top: 20px;
    }

    .content-wrapper .auth-wrapper .content-header {
        margin-top: 0;
    }

    .content .auth-wrapper {
        padding: 10px 0;
    }

    .auth-wrapper .btn-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .auth-wrapper .registration-container form,
    .auth-wrapper .login-container form,
    .auth-wrapper .remind-container form {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#registrationNotices {
    padding: 15px;
}

#registrationNotices label,
#registrationNotices p {
    color: #fff;
}

#registrationNotices p.center {
    text-align: center !important;
}



.configurator-notice {
    padding: 10px 30px;
    background-color: #009c7a;
    width: 100%;
    box-sizing: border-box;
    top: 0;
    z-index: 20;
}

.configurator-notice-container {
    display: inline-block;
    margin-right: 40px;
}

.configurator-notice-container:last-child {
    margin-right: 0;
}

.configurator-notice p {
    color: white;
}

.configurator-notice .notice-label {
    font-size: 14px;
}

.configurator-notice .notice-text {
    font-size: 16px;
}

#totalPrice {
    font-weight: bold;
}

.project-view input[type="text"] {
    background-color: #f0f0f0;
}
.full-page-content .newproject-wrapper {
    max-width: 450px;
}

.newproject-wrapper .stage-container {
    margin: 0 auto;
}

.project-wrapper {
    float: left;
    max-width: 450px;
    width: 50%;
}

.content-header p {
    font-size: 20px;
    color: #333333;
    text-align: left;
}

.contet-header p.main-header {
    font-weight: bold;
}

.content-header p.description {
    font-size: 16px;
}

.text-edit,
.date-edit,
.phone-edit {
    margin: 20px 0 0 0;
    position: relative;
    clear: both;
}

.text-edit:first-child {
    margin: 0;
}

.center {
    margin: 0 20px;
    font-size: 14px;
    color: #333;
}

.text-edit label {
    color: #333;
    font-weight: 300;
    font-size: 14px;
}

.text-edit .uniform-checkbox {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.date-edit p {
    font-size: 14px;
    color: #333;
    font-weight: 300;
}

.date-edit span {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    cursor: pointer;
}

.date-edit span img {
    width: 20px;
    height: 20px;
}

.phone-edit input {
    text-indent: 23px !important;
}

.phone-edit span {
    position: absolute;
    line-height: 30px;
    height: 30px;
    color: #333;
    padding: 1px 0 0 8px;
    font-size: 14px;
}

.stage p {
    font-size: 17px;
    color: #333;
    font-weight: 500;
    margin-bottom: 15px;
}

.sub-stage p {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-bottom: 15px;
}

.stage-container {
    max-width: 450px;
    margin-bottom: 80px;
}

.stage-container:last-child {
    margin-bottom: 0;
}

.stage-container table {
    width: 100%;
}

.stage-container table td {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    height: 28px;
    line-height: 28px;
    transition: background 0.2s;
}

.stage-container table tr:first-child td {
    border-top: 1px solid #ccc;
}

.stage-container table tr td:last-child {
    border-right: 1px solid #ccc;
}

.stage-container table td.td-option.active {
    background: #009c7a;
}
.stage-container table td.td-option:hover {
    background: #80ba89;
}
.stage-container table td.alert {
    background: #b37568;
}

.preview-wrapper {
    width: 50%;
    float: left;
}

.preview-wrapper .image-wrapper img {
    width: 100%;
}

.preview-wrapper .sub-wrapper {
    padding-left: 10px;
}

@media( min-width: 1000px ) {
    .preview-wrapper {
        width: calc(100% - 470px);
    }
}

@media (max-width: 800px) {
    .preview-wrapper {
        display: block;
        margin-top: 20px;
        max-width: 450px;
        width: 100%;
    }
    .preview-wrapper .sub-wrapper {
        padding-left: 0;
    }
    .preview-wrapper .image-wrapper img {
        width: 100%;
    }
    .project-wrapper {
        float: none;
        margin: 0;
        width: auto;
    }
}

.preview-wrapper .tab-menu ul li {
    width: 33.3333%;
    list-style: none;
    display: inline-block;
    overflow: hidden;
    background: #363640;
    height: 30px;
    margin: 0 0 -5px 0;
    transition:  background 0.4s;
    border-right: 1px solid #fff;
    box-sizing: border-box;
}

.preview-wrapper .tab-menu ul li:last-child {
    border: 0;

}

.preview-wrapper .tab-menu ul .tab-menu-item {
    display: block;
    color: #fff;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    line-height: 30px;
    font-size: 14px;
    height: 30px;
    text-align: center;
}

.preview-wrapper .tab-menu ul li.active,
.preview-wrapper .tab-menu ul li:hover {
    background: #009c7a;
}

.preview-wrapper .image-wrapper {
    max-height: 600px;
    overflow: auto;
}

@media (max-width: 800px) {
    .preview-wrapper .image-wrapper {
        max-height: initial;
    }
}


/* my-calculations >>> */

.calculations-page div.button-array {
    margin: 5px 0 30px 0;
}

.button-array .btn,
.button-array .button {
    width: 270px;
    line-height: 38px;
    padding: 0 20px;
    margin: 0;
}

.content-wrapper .filter-container input,
.content-wrapper .filter-container select,
.content-wrapper .filter-container *::placeholder {
    font-size: 14px;
}

.content-wrapper .filter-container label {
    font-size: 15px;
}

.content-wrapper .filter-container {
    background: #eee;
    box-sizing: border-box;
    padding: 20px;
    margin-left: 695px;
}

.content-wrapper div>.filter-container.floating {
    width: 675px;
    float: left;
    margin: 0 0 20px 0;
}

.content-wrapper .filter-container.search-options>div {
    float: left;
    margin-right: 20px;
}

.content-wrapper .filter-container .container-header {
    margin-bottom: 10px;
    font-size: 15px;
}

.content-wrapper .filter-container.search-options>div:nth-child(3) {
    margin-right: 0;
}

.content-wrapper .filter-container.search-options input {
    width: 230px;
}

.content-wrapper .filter-container select#workPumpCount {
    width: 180px;
}

.content-wrapper .filter-container select#typePayment {
    width: 180px;
}

.content-wrapper .filter-container input.width-110-px {
    width: 110px;
    margin-right: 10px;
}

.content-wrapper .filter-container input.width-110-px:last-child {
    margin-right: 0;
}

.content-wrapper .filter-container.filter-options {
    margin: 0 0 20px 0;
}

.content-wrapper .filter-container.filter-options p {
    position: relative;
}

.content-wrapper .filter-container .filter-options-container {
    overflow: hidden;
    max-height: 200px;
}

.content-wrapper .filter-container .filter-option {
    float: left;
    margin-left: 31px;
}

.content-wrapper .filter-container .filter-option:first-child {
    margin-left: 0;
}

.content-wrapper .filter-container .filter-option .filter-tx-range {
    margin-top: 10px;
}

.content-wrapper .filter-container .filter-option .filter-tx-range input {
    width: 75px;
    font-size: 14px;
}
.content-wrapper .filter-container .filter-option .filter-tx-range label {
    width: 10px;
    margin: 0 10px;
}

.content-wrapper .filter-container .filter-option .filter-checkbox {
    margin-bottom: 5px;
}

.content-wrapper .filter-container .filter-option .filter-checkbox label {
    vertical-align: top;
    margin-left: 5px;
}

.content-wrapper .filter-container.nopadding {
    padding: 0;
}

.content-wrapper .filter-container .table-record-count {
    margin: 5px 0;
}

.content-wrapper .filter-container .table-container {
    max-height: 510px;
    overflow-y: auto;
}

.content-wrapper .filter-container table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.content-wrapper .filter-container .table-header thead tr {
    background: #898989;
}

.content-wrapper .filter-container .table-header tbody tr {
    background: #666;
}

.content-wrapper .filter-container .table-header tr td {
    color: #fff;
    font-weight: bold;
    text-align: left;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    height: 32px;
    font-size: 14px;
}

.content-wrapper .filter-container .table-header tbody tr td {
    height: 16px;
    padding: 0;
}

.content-wrapper .filter-container .table-header tr td .sort-by-th {
    border-top: 9px solid #b3b3b3;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-bottom: 0 solid transparent;
    margin-left: 5px;
    display: inline-block;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.content-wrapper .filter-container .table-header tr td .sort-by-th.up,
.content-wrapper .filter-container .table-header tr td .sort-by-th:hover {
    border-top-color: #e4e4e4;
}


.content-wrapper .filter-container .table-body tr:nth-child(2n+1) {
    background: #f5f5f5;
}

.content-wrapper .filter-container .table-body tr td {
    height: 32px;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0 0 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 32px;
    display: inline-block;
}

.content-wrapper .filter-container .table-header tr td:nth-child(1),
.content-wrapper .filter-container .table-body tr td:nth-child(1) {
    width: 100px;
}

.content-wrapper .filter-container .table-header tbody tr td:nth-child(1) .sort-by-th {
    margin-left: 25px;
}


.content-wrapper .filter-container .table-header tr td:nth-child(2),
.content-wrapper .filter-container .table-body tr td:nth-child(2) {
    width: 220px;
}

.content-wrapper .filter-container .table-header tr td:nth-child(3),
.content-wrapper .filter-container .table-body tr td:nth-child(3) {
    width: 120px;
}

.content-wrapper .filter-container .table-header tbody tr td:nth-child(3) .sort-by-th {
    margin-left: 45px;
}


.content-wrapper .filter-container .table-header tr td:nth-child(4),
.content-wrapper .filter-container .table-body tr td:nth-child(4) {
    width: 90px;
}

.content-wrapper .filter-container .table-header tbody tr td:nth-child(4) .sort-by-th {
    margin-left: 30px;
}

.content-wrapper .filter-container .table-header tr td:nth-child(5),
.content-wrapper .filter-container .table-body tr td:nth-child(5) {
    width: 75px;
}

.content-wrapper .filter-container .table-header tbody tr td:nth-child(5) .sort-by-th {
    margin-left: 15px;
}

.content-wrapper .filter-container .table-header tr td:nth-child(6),
.content-wrapper .filter-container .table-body tr td:nth-child(6) {
    padding: 0 10px;
    text-align: center;
}

.content-wrapper .filter-container .table-body tr td:nth-child(6) {
    background: #f5f5f5;
    display: table-cell;
    padding: 0;
}

.content-wrapper .filter-container .table-body tr td:nth-child(6) a {
    display: block;
    padding: 12px 28px;
}

.content-wrapper .filter-container .btn-clean {
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 12px;
}

.content-wrapper .filter-container .btn-expand,
.content-wrapper .filter-container .btn-clean {
    text-decoration:none;
    color: #333;
}

.content-wrapper .filter-container .btn-expand>span {
    display: inline-block;
    margin-right: 10px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 10px solid #666;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.content-wrapper .filter-container .btn-expand.closed>span {
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.filter-container label.content-header {
    vertical-align: top;
}

.content-wrapper .filter-container .table-body tr td a {
    text-decoration: none;
    color: inherit;
}

.content-wrapper .filter-container .table-body tr td a:hover {
    text-decoration: underline;
    color: #009B79;
}


.content-wrapper .filter-container .table-body tr td:nth-child(6) a.btn-download div {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 8px solid #666;
    border-top: 8px solid #666;
    width: 0;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.content-wrapper .filter-container .table-body tr td:nth-child(6) a.btn-download {
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.content-wrapper .filter-container .table-body tr td:nth-child(6) a.btn-download.up {
    background: #ddd;
}

.content-wrapper .filter-container .table-body tr td:nth-child(6) a.btn-download:hover {
    background:#ccc;
}

.content-wrapper .filter-container .table-body tr td:nth-child(6) a.btn-download.up div {
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.content-wrapper .filter-container .table-context {
    position: absolute;
    padding: 20px;
    background-color: #ddd;
    display:none;
    z-index:11;
}

.content-wrapper .filter-container .table-context .critical-alarm,
.content-wrapper .filter-container .table-context .context-elem {
    padding: 5px;
    width: 180px;
    height: 25px;
    -webkit-transition: border 0.3s linear;
    -moz-transition: border 0.3s linear;
    transition: border 0.3s linear;
}

.content-wrapper .filter-container .table-context .context-elem:hover {
    background-color: #009C7A;
}

.content-wrapper .filter-container .table-context .context-elem a {
    padding-left: 40px;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    background: url(../img/download.png) no-repeat left;
}

.content-wrapper .filter-container .table-context .context-elem:hover a {
    color: #fff;
}

.content-wrapper .filter-container .table-context .critical-alarm {
    padding: 0;
    margin: 0;
    height: inherit;
}

.content-wrapper .filter-container .table-context .critical-alarm hr {
    background: #D90000;
    margin: 10px 0;
}

.content-wrapper .filter-container .table-context .critical-alarm p {
    padding-left: 40px;
    color: #D90000;
    font-size: 14px;
    font-weight: bold;
    background: url(../img/warning.png) no-repeat left;
}

.calendar-date {
    width: 90px !important;
    text-indent: 0 !important;
    border-radius: 0 !important;
}

.width-140-px {
    width: 140px !important;
}

/* <<< my-calculations */

/*  CONTACTS */
.contacts-wrapper {
    margin: 60px 0;
}

.contact-container .contact-header {
    text-decoration: none;
    color: #333;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
}

.content-header .main-header {
    font-weight: bold;
}

.contact-header .icon-arrow-btn {
    color: #333;
    font-family: "wilo-icons";
    font-size: 15px;
    float: left;
    margin-top: 3px;
    margin-right: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.contact-header .icon-arrow-btn:before {
    content: "\e901";
}

.contact-header .icon-arrow-btn.rotate-half {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.contact-container .contact-description {
    display: none;
    margin-top: 15px;
    line-height: 1.42857;
    padding-left:25px;
}

.contact-container .map-container {
    position:relative;
    width: 100%;
    height: 700px;
}

/* <<< CONTACTS */

/* FOOTER */

.newproject-page footer,
.project-page footer {
    margin-top: 50px;
}

body.page-index footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

footer {
    font-family: "Microsoft Sans Serif";
    font-size: 14px;
    background-color: #363640;
    position: relative;
    color: #a3a3a6;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer a {
    color: #c3c3c6;
    opacity: 0.7;
    text-decoration: none !important;
    border: none;
}

footer a:hover, footer a:focus {
    color: white;
    opacity: 1;
}

footer .container {
    margin: 0 auto;
}


@media (min-width: 768px) {
    footer .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    footer .container {
        width: 970px;
    }
    footer ul.section-links {
        display: block !important;
    }
}

footer .link-container {
    padding: 55px 0;
    border-bottom: 1px solid #73737A;
}

@media (max-width: 992px) {
    footer .container {
        padding: 30px 0;
    }

    footer .link-container {
        padding: 0;
        margin: 0;
        border-bottom: none;
    }
}

footer .brand-footer {
    display: block;
    color: white;
    font-size: 54px;
}

footer .logo-container,
footer .link-raid {
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}

footer .link-raid-section
{
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
}

@media (max-width: 992px) {
    footer .link-raid-section {
        width: 100%;
        overflow: auto;
    }

    footer .link-raid-section {
        padding-right: 0;
    }
}

@media (min-width: 768px)
{
    footer .logo-container {
        width: 33.33333%;
        float: left;
    }

    footer .link-raid {
        width: 66.66667%;
        float: left;
    }
}

@media (min-width: 992px) {

    footer .logo-container {
        width: 16.66667%;
        float: left;
    }

    footer .link-raid {
        width: 83.33333%;
        float: left;
    }

    footer .link-raid-section {
        width: 20%;
        float: left;
        padding-left: 15px;
    }

}

footer .raid-section-header {
    color: #c3c3c6;
    font-size: 18px;
    font-family: "Microsoft Sans Serif";
    font-weight: bolder;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 11px;
}

footer .icon-arrow-btn {
    color: white;
    font-family: "wilo-icons";
    font-size: 16px;
    float: right;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    display: none;
}
footer .icon-arrow-btn.rotate-half {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


footer .icon-arrow-btn:before {
    content: "\e901";
}

@media (max-width: 992px) {
    footer .icon-arrow-btn {
        display: block;
    }
}

@media (max-width: 992px) {
    footer .raid-section-header {
        padding: 0 0 15px 0;
        margin: 0;
    }
}

@media (max-width: 992px)
{
    footer .link-raid-section > .section-links {
        margin-bottom: 15px;
        overflow: auto;
        margin-top: 0;
        display: none;
    }

    footer .raid-section > .section-links > li {
        margin-top: 3px;
    }

    footer .link-raid-section > .section-links .section-link:before {
        font-family: 'wilo-icons' !important;
        content: "\e903";
        display: inline-block;
        margin-right: 5px;
        font-size: 12px;
    }
}


footer .raid-section-divide {
    border: none;
    width: 100%;
    content: "";
    display: block;
    margin: 0;
    padding-bottom: 30px;
}

@media (max-width: 992px) {
    footer .raid-section-divide {
        display: block;
    }
}

@media (max-width: 767px) {
    footer .raid-section-divide {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 20px;
    }
}

.sub-footer {
    padding: 20px 0;
    text-align: center;
}

@media (max-width: 768px) {
    .sub-footer ul {
        width: 100%;
        text-align: left;
    }
}

@media (max-width: 992px) {
    .sub-footer ul {
        float: left;
    }
}

.sub-footer .sub-footer-link,
.sub-footer .sub-footer-copyright {
    display: inline-block;
    margin-left: 25px;
}

.sub-footer .sub-footer-copyright {
    color: white;
    font-weight: bold;
}

.sub-footer .raid-section-divide {
    display: none;
}

@media (max-width: 767px)
{
    .sub-footer {
        padding: 0;
    }

    .sub-footer, .sub-footer-link {
        margin: 0;
    }

    .sub-footer .sub-footer-link {
        width: 100%;
        margin-left: 0;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .sub-footer .sub-footer-link a {
        margin-bottom: 15px;
        color: #c3c3c6;
        font-family: "Microsoft Sans Serif";
        font-weight: bolder;
        cursor: pointer;
        font-size: 18px;
    }

    .sub-footer .sub-footer-link .raid-section-divide {
        margin-top: 15px;
        display: block;
    }

    .sub-footer .sub-footer-link:last-child .raid-section-divide {
        border: none;
    }

    .sub-footer-copyright {
        display: none !important;
    }
}
