
/************************************FONTS************************************/

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff');
    font-weight: normal;
}

@font-face {
    font-family: 'Geometria';
    src: url('../fonts/Geometria.woff');
    font-weight: normal;
}

@font-face {
    font-family: 'Geometria';
    src: url('../fonts/Geometria-Medium.woff');
    font-weight: 700;
}

@font-face {
    font-family: 'Geometria';
    src: url('../fonts/Geometria-Bold.woff');
    font-weight: bold;
}

@font-face {
    font-family: 'Geometria';
    src: url('../fonts/Geometria-ExtraBold.woff');
    font-weight: 900;
}



@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/Century-Gothic-Regular.woff');
    font-weight: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/Century-Gothic-Bold.woff');
    font-weight: bold;
}

/************************************MAIN SETINGS************************************/

body {
    font-family: "Geometria", sans-serif;
    font-weight: normal;
    font-size: 14px;
    background-color: #ffffff;
    color: #484848;
}

.wrapper {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1280px;
    width: 100%;
}

.parent {
    letter-spacing: -.3em;
    text-align: center;
}

.child {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
}

.middleShow {
    display: none;
}

.smallShow {
    display: none;
}

.nowrap {
    white-space: nowrap;
}

strong {
    font-weight: bold;
    font-size: 16px;
}

button:focus {
    outline: none;
}

/************************************HEADER************************************/

header {
    margin-bottom: 40px;
    width: 100%;
    font-family: "Century Gothic", sans-serif;
    box-shadow: 0 1px 6px 0 rgba(162, 85, 70, 0.81);
}

header .parent {
    height: 100px;
    padding: 7px 10px;
}

header .child {
    width: 25%;
    text-align: left;
    vertical-align: middle;
}

header .logo {
    margin-bottom: -4px;
}

header .logo img {
    display: block;
    width: 90%;
    height: auto;
}

header .forBidding {
    width: 50%;
    letter-spacing: -.3em;
}

header .bidding {
    width: 60%;
    padding-left: 25px;
    margin-bottom: -10px;
}

header .bidding p {
    padding: 3px 0;
}

header .biddingStatus {
    width: 40%;
    text-align: center;
    margin-bottom: -4px;
}

header .biddingStatus p {
    position: relative;
    font-family: "Geometria", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

header .biddingStatus .open {
    position: relative;
    top: 8px;
    left: 27px;
    color: #7ba933;
    letter-spacing: .05em;
}

header .biddingStatus .close {
    position: relative;
    top: 8px;
    left: 37px;
    color: #cf3d3d;
    letter-spacing: .05em;
}

header .child.login {
    text-transform: uppercase;
    margin-bottom: -10px;
    text-align: right;
}

header .login a {
    display: inline-block;
    margin-right: 0;
    padding: .5em 1.2em;
    background: linear-gradient(0deg, #f3975e 0%, #ffae00 99%);
    box-shadow: 0 0 1px #d48520;
    text-shadow: 0 1px 0 rgba(192, 192, 192, 0.75);
    border-radius: 4px;
    color: #ffffff;
    font-weight: bold;
}
header .login a[disabled], header .login a.disabled {
    background: linear-gradient(0deg, #a7a7a7 0%, #929090 100%);
    color: #fff;
}

header .login a:first-child {
    margin-right: 16px;
}

header .login a:hover {
    background: linear-gradient(0deg, #ffae00 0%, #f3975e 99%);
}
header .login a[disabled]:hover, header .login a.disabled:hover {
    background: linear-gradient(0deg, #afafaf 0%, #afadad 100%);
}

header .login a:active {
    background: linear-gradient(0deg, #f3975e 0%, #ffae00 99%);
    box-shadow: inset 0 0 5px 0 rgba(120, 120, 120, 0.27);
}

/************************************MAIN SECTION************************************/

.main {
    padding-bottom: 14px;
}

.main .forBlanks {
    width: 100%;
    height: 38px;
    margin-bottom: 33px;
    border-bottom: 3px solid #f3975e;
    line-height: 35px;
}

.main .forBlanks .offer,
.main .forBlanks .demand {
    width: 49%;
}

.main .forBlanks .offer {
    margin-right: 2%;
}

.main .forBlanks button, .main .forBlanks a {
    width: 100%;
    height: 35px;
    border-radius: 4px 4px 0 0;
    color: #000000;
    background: linear-gradient(0deg, rgba(200, 200, 200, .8) 0%, #ffffff 60%);
    text-transform: uppercase;
    font-size: 18px;
    line-height: 38px;
    font-weight: 700;
    box-shadow: 0 0 1px 1px rgba(120, 120, 120, 0.2);
    cursor: pointer;
    border: none;
    padding: 0;
}

.main .w33 {
    width: 33.3334%;
}
.main .forBlanks .child:first-child a {
    margin-right: 1%;
}
.main .forBlanks .child:last-child a {
    margin-left: 1%;
}
.main .forBlanks a {
    display: block;
    width: 99%;
    margin: auto;
}

.main .forBlanks .active {
    background: linear-gradient(0deg, #f3975e 0%, #ffae00 99%);
    color: #fafafa;
}

.main .forBlanks .active:hover {
    background: linear-gradient(0deg, #ffae00 0%, #f3975e 99%);
}

.main .forBlanks .active:active {
    background: linear-gradient(0deg, #f3975e 0%, #ffae00 99%);
}

.main .forBlanks button:hover, .main .forBlanks a:hover {
    background: linear-gradient(0deg, #ffffff 0%, rgba(200, 200, 200, .8) 60%);
}

.main .forBlanks button:active, .main .forBlanks a:active {
    background: linear-gradient(0deg, rgba(200, 200, 200, .8) 0%, #ffffff 60%);
}

.main .table {
    width: 100%;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}

.main .table th {
    background-color: #838383;
    color: #ffffff;
    padding: .72em .4em .72em .4em;
    border: 1px solid #898989;
    text-align: center;
    vertical-align: middle;
}

.main .table th.smallText {
    font-size:12px;
    padding: .6em .4em;
}

.main .table td {
    position: relative;
    border: 1px solid #f3e9e7;
    padding: .72em;
    font-size: 13px;
    text-align: center;
}
.main .table .colMedium {
    width:8.82%;
}
.main .table .colMinimum {
    width:2.94%;
}
.main .table .colBig {
    width:17.64%;
}
.main .table .colFotoPadding {
    padding: .5em .72em;
    line-height:1;
}
.main .table .smallText {
    font-size:11px;
}

.table .coloredTD {
    background-color: #fdefe4;
}

.main .table tbody:hover .coloredTD {
    background-color: transparent;
}

.main .table .middleBtn {
    display: none;
}

.main .table .noCSS {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #484848;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    white-space: normal;
}

.main .table a {
    display: inline-block;
    color: #ffffff;
    background-color: #d0d0d0;
    border-radius: 5px;
    padding: .5em .55em;
    white-space: nowrap;
}

.main .table a:hover {
    background: linear-gradient(0deg, #f3975e 0%, #ffae00 99%);
    box-shadow: 0 0 1px #d48520;
    text-shadow: 0 1px 0 rgba(192, 192, 192, 0.75);
}

.main .table a[disabled]:hover, .main .table a.disabled:hover {
    background: #e0e0e0;
}

.main .table a:active {
    background: linear-gradient(0deg, #ffae00 0%, #f3975e 99%);
}

.main .table a.openImagesBtn {
    border-radius: 7px;
    padding: 0;
    background-color: transparent;
    background: url("../img/images-icone.png") no-repeat;
    background-size: 66px;
    width: 32px;
    height: 32px;
}
.main .table a.openImagesBtn:hover {
    background-position: -34px 0px;
    box-shadow: none;
    text-shadow: none;
}

.main .forTable {
    border-bottom: 5px solid #f3975e;
    box-shadow: 0 15px 18px 0 rgba(120, 120, 120, 0.2);
    margin-bottom:64px;
    position:relative
}

.main .more {
    position:absolute;
    display: block;
    left:50%;
    bottom:-30px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: linear-gradient(0deg, #ffae00 0%, #f3975e 99%);
    border-radius: 0 0 4px 4px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0 1px 1px 1px rgba(120, 120, 120, 0.2);
    cursor: pointer;
    border: none;
    padding: .8em .9em;
}

.main .more span {
    display: inline-block;
    width: 12px;
    height: 9px;
    margin-left: .9em;
    background: url("../img/arrowDown.png") no-repeat 50% 50%;
}

.main .more:hover {
    background: linear-gradient(0deg, #f3975e 0%, #ffae00 99%);
}

.main .more:active {
    background: linear-gradient(0deg, #ffae00 0%, #f3975e 99%);
    box-shadow: inset 0 1px 1px 1px rgba(120, 120, 120, 0.2), 0 1px 1px 1px rgba(120, 120, 120, 0.2);
}

/************************************FOOTER************************************/

footer {
    font-family: 'Open Sans', sans-serif;
    border-top: 6px solid #f3975e;
    padding: 23px 0;
    font-size: 13px;
    color: #5a5a5a;
}

footer .contacts {
    width: 23.5%;
}

footer .contacts img {
    display: block;
    width: 62%;
    height: auto;
    margin-top: -10px;
    margin-bottom: 5px;
}

footer .contacts ul {
    margin-bottom: 14px;
}

footer .contacts li {
    margin-bottom: 5px;
}

footer .socials a {
    display: inline-block;
    margin-right: 4px;
    width: 25px;
    height: 25px;
    color: #767676;
    transition: all .2s;
}

footer .socials a:hover {
    background-color: #f3975e;
}

footer .socials .fb {
    background: #ffffff url("../img/socials.png") no-repeat 0 0;
    background-size: cover;
}

footer .socials .vk {
    background: #ffffff url("../img/socials.png") no-repeat -67px 0;
    background-size: cover;
}

footer .socials .link {
    background: #ffffff url("../img/socials.png") no-repeat -100px 0;
    background-size: cover;
}

footer .socials .ok {
    background: #ffffff url("../img/socials.png") no-repeat -134px 0;
    background-size: cover;
}

footer .aboutUs {
    width: 26.5%;
}

footer .aboutUs li {
    margin-bottom: 8px;
}

footer .aboutUs a {
    color: #767676;
    transition: all .2s;
}

footer a:hover {
    color: #f3975e;
}

footer .description {
    width: 49%;
}

footer .description p {
    margin-top: -2px;
    margin-bottom: 7px;
    padding: 0 5px 0 1px;
    line-height: 1.6em;
}

/************************************NOTIFICATIONS************************************/

.notification {
    z-index: 500;
    position: fixed;
    width: 300px;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -7.5em;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #FAA42A;
}

.buttonClick,
.tableClick {
    position: absolute;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2%;
    background: linear-gradient(30deg, rgb(200, 200, 200) 0%, #ffffff 40%, #ffffff 60%, rgb(200, 200, 200) 100%);
    box-shadow: 0 12px 22px 5px rgba(49, 49, 49, 0.63);
    border: 2px solid #767676;
    border-radius: 10px;
}

.buttonClick span,
.tableClick span {
    display: table-cell;
    vertical-align: middle;
}

/***************************************************MEDIA-QUERIES******************************************************/

@media screen and (max-width: 1190px) {

    .main .table td {
        vertical-align: middle;
    }


    .main .table a {
        white-space: nowrap;
        padding: .4em .4em;
    }
    
    .main table.table.my-lots-lot {
        margin:0px auto 20px;
        max-width:600px;
        border: 0;
        border-bottom: 1px solid #f3e9e7;
    }
    .main table.table.my-lots-lot thead {
        display: none;
    }
    .main table.table.my-lots-lot tr {
        display: block;
    }
    .main table.table.my-lots-lot td {
        display: flex;
        padding: 0;
        border-bottom: none;
    }
    .main table.table.my-lots-lot td span.rowContentMin {
        display: block;
        padding: .72em .4em .72em .4em;
        font-size: 14px;
        text-align: center;
        width:50%;
    }
    .main table.table.my-lots-lot td:after{
        clear:both;
        content: '';
        display: block;
    }
    .main table.table.my-lots-lot td:before {
        content: attr(data-label);
        width:50%;
        font-weight: bold;
        font-size: 12px;
        background-color: #838383;
        color: #ffffff;
        padding: .72em .4em .72em .4em;
        text-align: center;
        vertical-align: middle;
        border-right: 1px solid #f3e9e7;
        text-transform: uppercase;
    }

}

@media screen and (max-width: 1145px) {

    header .parent {
        padding: 12px 10px 7px;
    }

    header .bidding {
        padding-left: 15px;
    }

    header .bidding strong {
        white-space: nowrap;
    }

    .main .smallShow {
        display: inline-block;
    }

    /************************************NOTIFICATIONS************************************/

    .notification {
        width: 40%;
        height: 15em;
        margin-left: -20%;
        margin-top: -7.5em;
    }

}

@media screen and (max-width: 1030px) {

    header .parent {
        padding: 15px 10px 7px;
        text-align: left;
    }

    header .logo img {
        width: 100%;
    }

    header .bidding .date {
        display: none;
    }

    header .forBidding {
        width: 40%;
    }

    header .bidding,
    header .biddingStatus {
        display: block;
        width: 100%;
        text-align: center;
        text-indent: -5px;
    }

    header .biddingStatus p {
        margin-top: 1.5em;
    }

    header .login {
        width: 35%;
    }

    header .biddingStatus .open {
        top: 0;
        left: 0;
    }

    header .biddingStatus .close {
        top: 0;
        left: 0;
    }


    .main .table td:nth-child(1),
    .main .table td:nth-child(2),
    .main .table td:nth-child(3),
    .main .table td:nth-child(4),
    .main .table td:nth-child(5),
    .main .table td:nth-child(6),
    .main .table td:nth-child(7),
    .main .table td:nth-child(8),
    .main .table td:nth-child(9) {
        width: auto;
    }

}

@media screen and (max-width: 925px) {

    /************************************NOTIFICATIONS************************************/

    .notification {
        width: 50%;
        height: 15em;
        margin-left: -25%;
        margin-top: -7.5em;
        font-size: 18px;
    }
    
    .midHide {
        display: none;
    }

}

@media screen and (max-width: 800px) {

    .wrapper {
        padding: 0 10px;
        max-width: 790px;
    }

    /************************************HEADER************************************/

    header .parent {
        height: 95px;
        padding: 7px 10px 7px;
    }

    header .logo {
        width: 36%;
    }

    header .forBidding {
    width: 30%;
    }

    header .middleShow {
        display: block;
    }

    header .bidding,
    header .biddingStatus {
        text-indent: 15px;
    }

    header .biddingStatus p {
        margin-top: 1.5em;
    }

    header .biddingStatus .middleShow {
        display: block;
    }

    header .login {
        width: 34%;
    }

    /************************************MAIN SECTION************************************/

    .main {
        padding-bottom: 2px;
    }

    @media screen and (min-width: 716px) and (max-width: 800px) {
        .main .table .middleBtn {
            right: .45em;
        }
    }

    .main .table .middleBtn {
        display: inline-block;
        position: absolute;
        margin-top: -4px;
        font-size: 12px;
    }

    .main .table th {
        padding: .72em 0 .72em .72em;
    }

    .main .table th:nth-child(8) {
        padding: .72em .1em .72em .4em;
    }

    .table .coloredTD {
        background-color: #fdefe4;
    }

    .main .table tbody:hover .coloredTD {
        background-color: #fdefe4;
    }

    .main .table tr:hover {
        background-color: transparent;
        cursor: auto;
    }

    .main .table a {
        padding: .45em .45em;
        margin-top: -4px;
        font-size: 12px;
    }
    
    .main .forTable {
        margin-bottom:35px;
    }

    /************************************FOOTER************************************/

    footer .contacts {
        width: 33.3333%;
    }

    footer .contacts img {
        width: 73%;
        margin-bottom: 0;
    }

    footer .contacts ul {
        margin-bottom: 14px;
        padding-left: 17.8%;
    }

    footer .aboutUs {
        width: 40%;
    }

    footer .aboutUs li {
        padding-left: 21%;
        margin-bottom: 8px;
    }

    footer .middleShow {
        display: inline-block;
    }

    footer .middleSocials {
        width: 25%;
        text-align: right;
        vertical-align: bottom;
        padding-bottom: 36px;
    }

    footer .middleSocials a {
        display: inline-block;
        margin-right: 4px;
        width: 25px;
        height: 25px;
        color: #767676;
        transition: all .2s;
    }

    footer .middleSocials a:first-child {
        margin-left: 0;
    }

    footer .middleSocials a:hover {
        background-color: #f3975e;
    }

    footer .middleSocials .fb {
        background: #ffffff url("../img/socials.png") no-repeat 0 0;
        background-size: cover;
    }

    footer .middleSocials .vk {
        background: #ffffff url("../img/socials.png") no-repeat -67px 0;
        background-size: cover;
    }

    footer .middleSocials .link {
        background: #ffffff url("../img/socials.png") no-repeat -100px 0;
        background-size: cover;
    }

    footer .middleSocials .ok {
        background: #ffffff url("../img/socials.png") no-repeat -134px 0;
        background-size: cover;
    }


















    footer .middleSocials a {
        margin-right: 0;
        margin-left: 10px;
        color: #767676;
        transition: all .2s;
    }

    footer .middleSocials a:hover {
        color: #f3975e;
    }

    footer .description {
        display: block;
        width: 100%;
        margin-top: 18px;
    }

    footer .description p {
        margin-bottom: 7px;
        padding: 0 5px 0 1px;
        line-height: 1.6em;
    }

}

@media screen and (max-width: 778px) {

    header .login .break:before {
        content: '\a';
        white-space: pre;
    }

    header .forBidding {
        width: 44%;
    }

    header .child.login {
        width: 20%;
        margin-bottom: -20px;
    }

    header .login a:first-child {
        margin-bottom: 10px;
        margin-right: 0;
    }

    header .login a:last-child {
        margin-bottom: 6px;
    }


}

@media screen and (max-width: 715px) {

    header .bidding,
    header .biddingStatus {
        text-indent: 0;
    }
    
    .main .table a {
        top: 2.8em;
        left: .7857em;
    }

    .main .smallHide {
        display: none;
    }

}

@media screen and (max-width: 680px) {

    header .parent {
        position: relative;
    }

    header .logo {
        position: absolute;
        width: 33%;
        left: 10px;
        top: 16px;
    }

    header .forBidding {
        width: 80%;
        margin-left: 15%;
        margin-top: 12px;
    }

    header .child.login {
        width: 40%;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .main .table th:nth-child(3) {
        padding-right: .1em;
    }

    footer .contacts img {
        width: 90%;
    }

    footer .contacts ul {
        padding-left: 22%;
    }

    footer .aboutUs {
        width: 40%;
    }

    footer .aboutUs li {
        padding-left: 21%;
        margin-bottom: 8px;
    }

    footer .middleShow {
        display: inline-block;
    }

    footer .middleSocials {
        width: 25%;
        text-align: right;
        vertical-align: bottom;
        padding-bottom: 36px;
    }

    /************************************NOTIFICATIONS************************************/

    .notification {
        width: 50%;
        height: 12em;
        margin-left: -25%;
        margin-top: -6em;
        font-size: 16px;
    }

}

@media screen and (max-width: 620px) {

    footer .row {
        position: relative;
    }

    footer .contacts img {
        width: 100%;
    }

    footer .contacts ul {
        padding-left: 24.5%;
    }

    footer .aboutUs li {
        padding-left: 7%;
        margin-bottom: 8px;
    }

    footer .middleSocials {
        position: absolute;
        width: 45%;
        right: 10px;
        top: 57px;
    }

    footer .middleSocials a {
        margin-left: 5px;
    }

}

@media screen and (max-width: 520px) {

    /************************************HEADER************************************/

    header {
        margin-bottom: 20px;
        width: 100%;
        box-shadow: none;
    }

    header .parent {
        height: auto;
        padding: 7px 10px;
    }

    header .child {
        display: block;
        width: 100%;
        text-align: center;
        vertical-align: top;
    }

    header .logo {
        position: static;
        margin-top: -5px;
        margin-bottom: 10px;
        top: 0;
        left: 0;
    }

    header .logo img {
        width: 88%;
        margin: 0 auto;
    }

    header .forBidding {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 25px;
        letter-spacing: -.3em;
    }

    header .forBidding > .child {
        margin-bottom: 12px;
    }

    header .bidding {
        width: 100%;
        margin-bottom: 0;
        padding-left: 0;
    }

    header .bidding p {
        padding: 3px 0;
    }

    header .biddingStatus {
        width: 100%;
    }

    header .biddingStatus p {
        margin-top: 0;
    }

    header .biddingStatus .open {
        position: static;
        top: 0;
        left: 0;
    }

    header .biddingStatus .close {
        position: static;
        top: 0;
        left: 0;
    }

    header .child.login {
        width: 100%;
        position: static;
        margin-bottom: 0;
        text-align: center;
        right: 0;
    }

    header .login a {
        display: block;
        margin: 0 .6em;
        padding: .6em 1.2em;
    }

    header .login a:first-child {
        margin-right: .5em;
        margin-bottom: 1em;
    }

    header .login .break:before {
        content: none;
    }


    /************************************MAIN SECTION************************************/
    .main {
        padding-bottom: 14px;
    }

    .main .forBlanks {
        width: 100%;
        height: 38px;
        margin-bottom: 16px;
        border-bottom: 3px solid #f3975e;
        line-height: 35px;
    }

    .main .forBlanks .offer {
        width: 63.5%;
    }

    .main .forBlanks .demand {
        width: 34.5%;
    }

    .main .forBlanks .offer {
        margin-right: 2%;
    }

    .main .forBlanks button, .main .forBlanks a {
        height: 35px;
        line-height: 38px;
    }

    .main .table th {
        text-align: center;
        vertical-align: middle;
        border: none;
    }

    .main .table th:first-child {
        text-align: left;
    }

    .main .table td {
        border: none;
        border-bottom: 1px solid #f3e9e7;
        vertical-align: top;
    }

    .table .coloredTD {
        background-color: transparent;
    }

    .main .table tbody:hover .coloredTD {
        background-color: transparent;
    }

    .main .table tr:hover {
        background-color: transparent;
    }

    .main .table tr:hover .coloredTD {
        background-color: transparent;
    }

    .main .table .middleBtn {
        z-index: 5;
        width: 10.4em;
        left: 112%;
        margin-left: -5.2em;
        margin-top: 1.25em;
        padding: .5em .45em;
    }

    .main .table .middleBtn:hover {
        background: linear-gradient(0deg, #f3975e 0%, #ffae00 99%);
        box-shadow: 0 0 1px #d48520;
        text-shadow: 0 1px 0 rgba(192, 192, 192, 0.75);
    }

    .main .table .middleBtn:active {
        background: linear-gradient(0deg, #ffae00 0%, #f3975e 99%);
    }

    .main .forTable {
        border-bottom: 5px solid #f3975e;
        box-shadow: 0 15px 18px 0 rgba(120, 120, 120, 0.2);
        margin-bottom:30px;
    }

    .main .more:focus {
        outline: none;
    }

    /************************************FOOTER************************************/

    footer {
        border-top: none;
        padding: 8px 0 23px;
    }

    footer .contacts {
        display: block;
        width: 100%;
    }

    footer .contacts img {
        width: 58%;
        margin: 0 auto;
    }

    footer .contacts ul {
        width: 100%;
        margin-top: -2px;
        margin-bottom: 26px;
        padding-left: 0;
        text-align: center;
    }

    footer .aboutUs {
        display: block;
        width: 100%;
        font-size: 14px;
        text-align: center;
    }

    footer .aboutUs li {
        padding: 1.1em 0;
        margin-bottom: 0;
        border-top: 1px solid #f3e9e7;
    }

    footer .middleShow {
        display: inline-block;
    }

    footer .middleSocials {
        position: static;
        width: 100%;
        text-align: center;
        vertical-align: bottom;
        padding: 1.1em 0;
        border-top: 1px solid #f3e9e7;
        border-bottom: 1px solid #f3e9e7;
    }

    footer .middleSocials a {
        margin-left: 15px;
    }

    /************************************NOTIFICATIONS************************************/

    .notification {
        width: 80%;
        height: 9em;
        margin-left: -40%;
        margin-top: -4.5em;
        font-size: 16px;
    }

}

.text-bolder {
    font-weight: 700;
}

/************************************PDPA************************************/
.pdpa_text h1 {
    font-size:16px;
    font-weight:bold;
    margin: 0 0 15px;
    line-height: 1.7;
}
.pdpa_text p {
    text-align: justify;
    margin: 0 0 15px;
    line-height: 1.7;
}
.pdpa_text ul {
    list-style-type: disc;
    padding-left:40px;
    line-height: 1.7;
    margin: 0 0 30px;
}
.pdpa_link {
    text-decoration:underline;
}
.pdpa_link:hover{
    color:#f3975e;
    text-decoration:none;
}