﻿/* style css header */
/*
    blue #043f75
    grey #d2deea

*/

/**/
.txt-left {
    text-align:left;
}
.txt-center {
    text-align: center;
}
.txt-right {
    text-align: right;
}

/**/
.fluid {
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.equal, .row.equal {
    display: flex;
    flex-wrap: wrap;
}

.anchor-w {
    width: 100%;
    height: auto;
}
.anchor-h {
    width: auto;
    height: 100%;
}
.anchor-0 {
    top: 0;
    left: 0;
}
.anchor-1 {
    top: 0;
    left: 50%;
    transform: translate(-50%)
}
.anchor-2 {
    top: 0;
    right: 0;
}
.anchor-3 {
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}
.anchor-4 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.anchor-5 {
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}
.anchor-6 {
    bottom: 0;
    left: 0;
}
.anchor-7 {
    bottom: 0;
    left: 50%;
    transform: translate(-50%)
}
.anchor-8 {
    bottom: 0;
    right: 0;
}

@media all and (max-width: 768px) {
    .equal, .row.equal {
        display: block;
        flex-wrap: initial;
    }
}

.ta-left {
    text-align: left !important;
}
.ta-center {
    text-align: center !important;
}
.ta-right {
    text-align: right !important;
}

.justify-content-center {
    justify-content: center!important;
}

/**/
.attachments {
    position: relative;
    overflow: hidden;
}
.attachments a {
    position: relative;
    overflow: hidden;
}
.attachments .attachments-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 200;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #e8e8e8;
}
.attachments .attachment {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
.attachments .attachment .attachment-icon {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 25px;
    overflow: hidden;
}
.attachments .attachment .attachment-icon i {
    font-size: 25px;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}
.attachments .attachment .attachment-icon .file {
    position: absolute;
    top: 0;
    left: 0;
}
.attachments .attachment .attachment-icon .down {
    position: absolute;
    top: -40px;
    left: 0;
}
.attachments .attachment:hover .attachment-icon .file {
    position: absolute;
    top: -40px;
    left: 0;
}
.attachments .attachment:hover .attachment-icon .down {
    position: absolute;
    top: 0;
    left: 0;
}
.attachments .attachment .attachment-link {
    display: inline-block;
    margin-top: 10px;
}
.attachments .attachment audio {
    width: 100%;
}
.attachments .aw-form-download-alert {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 0;
    bottom: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}
.attachments .aw-form-download-alert.active {
    height: 100%;
    bottom: 0;
}
.attachments .aw-form-download-alert span {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size:10px;
}

