

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, body {
    height:100%;
    width:100%;
}

body {
    font-family: 'Lato', sans-serif; 
    background: #222222;
    color: #fff;
    padding-top:35px;
    display: none;
}

input[type="submit"] {
    padding: 4px 40px;
    color: #222222;
    text-align: center;
    border: none;
    font-weight: 700;
    border-radius: 0;
    height: 40px;
    line-height: 1;
    margin-left: 15px;
    background: url('../img/btn-brokerportal.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-transform: uppercase;
}
input[type="submit"]:hover{
    background-position: center !important;
    border: 0;
}
.form-control{
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    height: 40px;
}

h3{
    font-weight: 300;
    letter-spacing: 1px;
}


footer .container{
    border-top: 1px solid rgba(255,255,255,0.5);
    padding: 25px 15px 25px 15px;
}
footer img{
    width: 150px;
}
.btn-download{
    background: url('../img/downloadbtn-brokerportal.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 22px;
    color: #222222;
    margin-bottom: 30px;
}
.btn.active, .btn:active{
    background: url('../img/downloadbtn-brokerportal.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    opacity: 0.8;
}
.downloadwrapper, .instantdownload{
    position: relative;
}
.downloadwrapper img, .instantdownload img{
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.downloadwrapper img:first-of-type, .instantdownload img:first-of-type{
    left: 15px;
}
.downloadwrapper img:last-of-type, .instantdownload img:last-of-type{
    right: 15px;
}
@media screen and (max-width: 480px){
    .downloadwrapper img:first-of-type, .instantdownload img:first-of-type{
        display: none;
    }
    .btn-download{
        text-align: left;
        font-size: 18px;
    }
}

/* #mainwrapper  #parent{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
} */


#towerfloorplansbtn-active .btn-download, #podiumfloorplansbtn-active .btn-download{
    font-size: 18px;
    padding: 15px;
}

#towerfloorplansbtn-active a:hover, #towerfloorplansbtn-active a:hover p, #podiumfloorplansbtn-active a:hover, #podiumfloorplansbtn-active a:hover p, #renderingsbtn-active a:hover, #renderingsbtn-active a:hover p {
    color: #fff;
    text-decoration: none;
}
