/* ---------- FOOTER ---------- */
footer{
	position:relative;
    display: block;
	width:100%;
	height:auto;
    background-color:rgb(238, 236, 231);
    padding-top: 96px;
    z-index: 999;
    transition: all ease-in-out 300ms;
    /*background-image: url(/images/elements/GDbackground-white.svg);*/
    background-position: center top;
    background-size: 2400px 1123.4054px;
	}
footer.on{
    opacity: 1;
	}
footer .footer{
    position: relative;
    display: block;
    margin: 0px auto;
    width: 100%;
    height: auto;
    max-width: 1746px;
    padding:0px 21px;
    }
footer .footer .upper .logo{
    position: relative;
    display: block;
    width: 168px;
    height: auto;
    padding: 0px;
    margin: auto;
    margin-top: 4px;
    margin-bottom: 24px;
    }
footer .footer .upper .info{
    text-align: center;
    }
footer .footer .upper .developer{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 0px;
    }
footer .footer .upper .loginBtn{
	position: relative;
	font-size:16px;
	line-height:16px;
	letter-spacing:2px;
    cursor: pointer;
	border:1px solid #000;
    background-color: #fff;
	color:rgb(0, 0, 0);
	padding:6px;
	text-transform:uppercase;
	transition:all ease-in-out 300ms;
	width:96px;
    height: 63px;
    margin-bottom: 24px;
    margin-top: 24px;
    font-family: "MacklinSansBold";
	}
footer .footer .upper .loginBtn:hover{
	color:rgb(244, 242, 237);
	background-color:#000;
	}
footer .footer .upper .devLogo{
	position: relative;
    width: 160px;
    height: auto;
    cursor: pointer;
	}
footer .footer .upper .devLogo2{
	position: relative;
    width: 140px;
    height: auto;
    margin-bottom: 24px;
	padding-top:2px;
    cursor: pointer;
	}
footer .footer .lower{
    justify-content: space-between;
    font-size: 12px;
    padding-top: 24px;
    padding-bottom: 24px;
    }
footer .footer .lower .left{
    text-align: center;
    font-size: inherit;
    }
footer .footer .lower .right{
    text-align: center;
    font-size: inherit;
    }
footer .footer .disclaimer-text{
    position: relative;
    border-top: 1px solid #000;
    text-transform: none;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0em;
    line-height: 1.2em;
    padding-top: 9px;
    color: #000;
    padding-bottom: 55px;
    }
@media only screen and (min-width:1200px){
footer .footer{
    padding:0px 32px;
    }
footer .footer .upper .logo{
    margin: inherit;
    }
footer .footer .upper .info{
    text-align: left;
    margin-top: -4px;
    }
footer .footer .upper .developer{
    justify-content: right;
    flex-direction: row;
    }
footer .footer .upper .loginBtn{
    margin-right: 32px;
    margin-top: 0px;
    margin-bottom: 0px;
	}
footer .footer .upper .devLogo2{
    margin-right: 32px;
    margin-bottom: 0px;
	}
footer .footer .lower{
    padding-bottom: 0px;
    }
footer .footer .lower .left{
    text-align: left;
    }
footer .footer .lower .right{
    text-align: right;
    }
footer .footer .disclaimer-text{
    text-align: left;
    }
}
@media only screen and (min-width:1200px){
footer{
    padding-top: 144px;
	}
footer .footer{
    padding-left: 32px;
    padding-right: 32px;
    }   
}
@media only screen and (min-width:1600px){
footer{
    padding-top: 216px;
	}
footer .footer{
    padding-left: 73px;
    padding-right: 73px;
    }   
}