@charset "utf-8";

/*TRANSFER DATA COLORS-STANDARD*/

:root{
    --white:#fff;
	--golden: #B48C59;
	--gray: #333333;
	--green: #006600;

}


/*TRANSFER DATA CSS*/


.TRANSFERER {
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #252525;
    border-top: 5px ridge #B48C59;
    padding-top: 5px;
    border-radius: 8px;
    height: auto;
    padding-bottom: 6px;
    border-bottom: 5px ridge #B48C59;
    width: 95%;
    margin-top: 21px;
    margin-left: auto;
    margin-right: auto;
    display: block;    
}

.TD_GALLERY {
    display: none;
    grid-column-gap: 0.5%;
    grid-template-columns: 1fr 1fr  1fr 1fr  1fr 1fr 1fr;
    justify-content: space-between;
    width: 99%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    height: auto;
    position: static;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.TD_FOLDER.ACTIVE+.TD_GALLERY {
    display: grid;
    
}
.TD_IMAGE:hover {
    border-left: 1px ridge #676767;
    border-right: 1px double #555555;
    border-bottom: 1px groove #676767;
    border-top: 1px inset #C0C0C0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
     
}


.TD_IMAGE {
    background-color: #3A3A3A;
    padding: 0;
    border-radius: 5px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 4px;
    -webkit-box-shadow: 0px 2px 2px 0px #03030377;
    box-shadow: 0px 2px 2px 0px #03030377;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    width: auto;
    border: 2px solid #00000000;
}
.TD_IMAGE img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    object-fit: scale-down;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    background-image: url(IMAGES/DATA_TRANSFER/Chekerboard.png);
    display: block;
    text-align: center;
    width: 100%;
    height: 150px;
    border-width: medium;
}

.TRANSFERER .TD_IMAGE p  {
    width: 100%;
    color: #B3B3B3;
    margin-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    font-size: 10px;
    padding-top: 0px;
    line-height: 20px;
    font-weight: normal;
    height: 19px;
}
.TD_IMAGE a {
    display: block;
    text-align: center;
    color: #313131;
    font-family: Roboto;
    text-decoration: none;
    background-color: var(--golden);
    padding-top: 6px;
    margin-top: 2px;
    position: static;
    height: 25px;
    padding-right: 0px;
}
.TD_IMAGE a:first-of-type {
    display: none;
}
.TD_IMAGE a:last-of-type {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #2B251B;
    font-size: 12px;
    position: relative;
}
/*
.TD_IMAGE a:last-of-type::before {
    content: '';
    background-image: url(IMAGES/DOWNLOAD_SIGN.svg);
    width: 16px;
    position: absolute;
    height: 16px;
    z-index: 1;
    background-size: contain;
    left: 49px;
    top: 5px;
}
*/

.TD_IMAGE a:last-of-type:hover {
    filter: saturate(150%) brightness(110%);
    color: #191208;
}
.TD_FOLDER {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    margin-top: 0px;
    height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 100px solid #252525;
}
.TD_FOLDER::before {
    CONTENT: '';
    background-image: url(IMAGES/DATA_TRANSFER/LOGO_FOLDER.png);
    position: absolute;
    width: 80px;
    z-index: 5;
    left: -88px;
    background-clip: border-box;
    background-size: contain;
    height: 111px;
    background-repeat: no-repeat;
    top: 19px;
}

.TD_FOLDER div:first-of-type  {
    margin-left: 4px;
    width: 70%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
}
.TD_FOLDER div:last-of-type {
    display: flex;
    flex-direction: column;
    width: 30%;
    margin-bottom: 0px;
    justify-content: space-between;
}

.TD_FOLDER h1 {
    font-size: 16px;
    height: 50px;
    padding-top: 1px;
    padding-bottom: 10px;
    line-height: 25px;
    /* [disabled]border-top: 2px solid #333333; */
    /* [disabled]border-bottom: 2px solid #333333; */
    text-shadow: 0px 0px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    font-weight: normal;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding-right: 10px;
    color: var(--white);
}

.TD_FOLDER p {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 0px;
    color: var(--golden);
    font-weight: normal;
    font-size: 13px;
    height: 40px;
    line-height: 22px;
    border-top: 0.5px dotted #B48C5955;
    margin-bottom: 0px;
}

.TD_FOLDER a {
    text-align: center;
    color: #2E1F0B;
    font-family: Roboto;
    text-decoration: none;
    background-color: var(--golden);
    padding-top: 3px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 4px;
    -webkit-box-shadow: 0px 1px #0E0E0E;
    box-shadow: 0px 1px #0E0E0E;
    height: 25px;
    position: relative;
    display: block;
    width: 100%;
}
.TD_FOLDER a:nth-of-type(2) {
    background-color: #61864B;
    position: relative;
}
.TD_FOLDER a:nth-of-type(3) {
    background-color: #5373A6;
}
/*
.TD_FOLDER a::before {
    content: '';
    background-image: url(IMAGES/WSC%20HOME%20BUTTON_CIRCLE.svg);
    width: 21px;
    height: 21px;
    z-index: 9;
    position: absolute;
    background-size: cover;
    left: 22px;
    margin-top: -1px;
    padding-left: 0px;
}
*/

.TD_FOLDER a:hover {
    filter: saturate(150%) brightness(110%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #21150C;
}
















@media (max-width:1300px){
    
    .TD_GALLERY{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;    
}
    
}








@media (max-width:1000px){

.TRANSFERER {
    margin-top: 181px;
    width: 100%;
    border-radius: 0px;
    padding-bottom: 15px;
    position: static;
    padding-left: 0px;
    margin-left: 0px;
    text-align: left;
    margin-right: 0px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    height: auto;
}
    
    .TD_GALLERY{
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    margin-bottom: 0px;
    }
    
    .TD_FOLDER{
    display: block;
    flex-direction: column;
    width: 100%;
    padding-left: 0px;
    position: relative;
    padding-top: 11px;
    margin-top: 36px;
    border-left-width: 0px;
    padding-right: 0px;
    height: auto;
    }
    .TD_FOLDER a
    {
    width: 100%;
    padding-top: 43px;
    font-size: 50px;
    position: relative;
    padding-bottom: 45px;
    margin-top: 8px;
    line-height: 32px;
    border-radius: 0px;
    height: 120px;
    display: block;
    }
.TD_FOLDER div:first-of-type {
    width: 100%;
    display: block;
    position: relative;
}
.TD_FOLDER h1 {
    font-size: 45px;
    width: 100%;
    line-height: 70px;
    display: block;
    margin-top: -22px;
    height: auto;
    margin-bottom: -21px;
    padding: 10px 20px;
}
    
    .TD_FOLDER p{
    padding: 10px 20px;
    margin-right: 0px;
    margin-left: 0px;
    display: block;
    line-height: 60px;
    margin-top: 56px;
    height: auto;
    font-size: 35px;
    margin-bottom: 27px;
    border-top: 4px dotted #AB702E;
    }
.TD_FOLDER div:last-of-type {
    width: 100%;
    height: auto;
    margin-top: 0px;
}
.TD_FOLDER::before {
    position: relative;
    width: 234px;
    height: 580px;
    display: none;
}
.TD_IMAGE img {
    height: 450px;
}
.TRANSFERER .TD_IMAGE p {
    height: auto;
    font-size: 25px;
    line-height: 44px;

}
.TD_IMAGE a {
    height: 100px;

}
.TD_IMAGE {
    margin-bottom: 20px;
}

.TD_IMAGE a:last-of-type {
    font-size: 40px;
    padding-top: 25px;
}

}







    
    
