/*
 * 
 * Harley & Dikkinson WikiBuilding
 * BY Francesco Iacovelli
 * f.iacovelli@4sigma.it
 * 
 */


header {
    height: 60px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1200;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-right{
    float:right; 
    width: auto;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,.3);
    box-shadow: 0px 10px 15px 0 px rgba(0,0,0,.3);
}

.header-box-white{
    box-sizing: border-box;
    min-width: 90px; 
    width: auto;
    padding: 0px 10px;
    height: 60px; 
    font-size: 12px;
    line-height: 60px;
    text-align: center;
    color: #004e9f;
    background-color: rgba(255, 255, 255, 0.95);
    transition: color 0.2s;
    -webkit-transition: color 0.2s; 
    border-right: 1px solid #e5e5e5;
}

.header-box-white a{
    display: block;
}

.header-box-white:last-child{
    border-right: none;
}

.selected{
    background-color: #eb1a21;
    color: white!important;
}

.selected a{
    color: white!important;
}

#logo-top {
    height: 60px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding-left: 20px;
    line-height: 60px;
}

#logo-top img {
    height: 40px;
    width: auto;
}

.general-shadow {
    height: 100%;
    background: rgb(89,89,89);
    background: -moz-linear-gradient(-45deg, rgba(89,89,89,0.75) 0%, rgba(0,78,159,0.75) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(89,89,89,0.75) 0%, rgba(0,78,159,0.75) 100%);
    background: linear-gradient(-45deg, rgba(89,89,89,0.75) 0%, rgba(0,78,159,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#595959",endColorstr="#004e9f",GradientType=1);
}


main {
    min-height: 100vh;
    box-sizing: border-box;
    margin-bottom: 0px;
    position: relative;
    z-index: 10;
    /* background-color: #c6c6c6; */
    background-color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0px 10px 15px -7px rgba(0,0,0,.3);
    box-shadow: 0px 10px 15px -7px rgba(0,0,0,.3);
}
.hp-slider-button{
    width: calc(33.33333% - 1px);
}
.slider-shadow{
    background-color:rgba(0,78,159,0.2);
}
.hp-slider-button .cta-container{
    padding: 40px;
    box-sizing: border-box;
    height: 100%;
}

.login-ct{
    width: 100%!important;
}
.cta-img-amm {
    width: auto;
    height: auto;
    padding: 0px;
}
.cta-img-prog{
    width: auto;
    height: auto;
    padding: 0px;
}
.cta-img-impr{
    width: auto;
    height: auto;
    padding: 0px;
}
.cta-img-amm img{
    float: left;
    width: 35px;
    height: auto;
    margin-right: 10px;
}
.cta-img-prog img{
    float: left;
    width: 40px;
    height: auto;
    margin-right: 10px;
}
.cta-img-impr img{
    float: left;
    width: 50px;
    height: auto;
    margin-right: 10px;
}
.hp-slider-button p{
    width: auto;
}
.cta-text{
    width: auto;
    padding: 0px;
}
.cta-text p{
    font-size: 12px;
    
}
.generic-arrow{
    width: 20px;
}

footer {
    height: 100px;
    position: relative;
}

.footer-content{
    z-index: 0;
    background-size: 100% 100%;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 150px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

#footer-shadow {
    height: 150px;
    background: rgb(89,89,89);
    background: -moz-linear-gradient(-45deg, rgba(89,89,89,0.75) 0%, rgba(0,78,159,0.75) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(89,89,89,0.75) 0%, rgba(0,78,159,0.75) 100%);
    background: linear-gradient(-45deg, rgba(89,89,89,0.75) 0%, rgba(0,78,159,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#595959",endColorstr="#004e9f",GradientType=1);
}
.logo-footer{
    width: auto;
}

.logo-footer img{
    width: auto;
    height: 40px;
}
.footer-text{
    position: absolute; 
    padding: 30px 20px;
    box-sizing: border-box;
    z-index: 2;

/*     display: flex;
    flex-direction: row;
    justify-content: space-between; */
}

.testo-footer{
    /* width: auto; */
    /* width: 33.33333%; */
    width: 32%;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 20px;
    color: white;
}

.certs-title{
    text-align: right;
    margin-bottom: 10px;
}

.footer-certs{
    width: 50%;
    float: right;
    color: white;
    font-size: 12px;
    line-height: 20px;
    text-align: right;
}

.footer-certs img {
    height: 60px;
    width: auto;
}

.testo-footer a{
    color: #ffb910;
    font-weight: bold;
}

#send-message{
    margin-left: 150px;
}

.reset-password a {
    font-size: 12px;
    line-height: 15px;
    color: #ffb910!important;
    font-weight: bold;
}

.register {
    font-size: 15px;
    line-height: 18px;
    color: #ffb910!important;
    font-weight: bold;
}

.register-cont{
    margin-top: 20px;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
}

.login-wrapper{
    position:absolute; 
    display: flex; 
    flex-direction: row; 
    justify-content: center; 
    top: 30vh;
}
.form-container{
    max-width: 500px;
}

.newsletter-privacy .regsiter {
    color: #595959!important;
}

#register-wm {
    height: 58px;
    width: 198px;
    /* background-color: rgba(255, 255, 255, .30); */
    border: 1px solid #e5e5e5;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    letter-spacing: 2px;
    bottom: 50px;
    color: #004e9f;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 58px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.accordion-reply{
    padding: 10px;
    box-sizing: border-box;
}

.targa-container{
    padding: 20px;
    box-sizing: border-box;
}

.targa-container img{
    max-height: 500px;
    width: auto;
}

.close-modal{
    text-align: center;
    color: black;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 15px;
    line-height: 18px;
}

@media only screen and (min-width:1025px) and (max-width:1317px) {     
    footer {
        height: 230px;
    }
    .footer-content{
        height: 230px;
    }

    #footer-shadow{
        height: 230px;
    }
    .testo-footer{
        /* padding: 5px 0px; */
        width: auto;
    }
    .footer-certs{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .certs-title{
        text-align: center;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {     
    footer {
        height: 230px;
    }

    .footer-content{
        height: 230px;
    }

    #footer-shadow{
        height: 230px;
    }
    .testo-footer{
        /* padding: 5px 0px; */
        width: auto;
    }
    .footer-certs{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .certs-title{
        text-align: center;
        margin-bottom: 10px;
    }
}


@media only screen and (min-width:768px) and (max-width:1023px) {     

/*     .testo-footer{
        /* padding: 5px 0px; 
        width: auto;
    }
    .footer-certs{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .certs-title{
        text-align: center;
        margin-bottom: 10px;
    } */

}

@media only screen and (min-width:320px) and (max-width:767px) {   
    header{
        -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,.3);
        box-shadow: 0px 10px 15px 0 px rgba(0,0,0,.3);
    }      
    .hp-slider-buttons-cont {
        height: calc(100vh - 85%);
    }
    .hp-slider-button {
        height: 100%;
    }
    .hp-slider-button .cta-container {
        padding: 10px;
    }
    .cta-text {
        margin-top: 10px;
    }

    .selected{
        background-color: transparent;
        color: #eb1a21!important;
    }
    
    .selected a{
        color: #eb1a21!important;
    }

    footer {
        height: 350px;
    }
    .footer-content{
        height: 350px;
    }
    #footer-shadow{
        height: 350px;
    }
    .testo-footer{
        width: 100%;
        padding: 10px 0px;
    }
    .footer-text{
        height: 100%;
    }
    .footer-certs{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .certs-title{
        text-align: center;
        margin-bottom: 10px;
    }

    .footer-certs img{
        height: 40px;
    }
    .footer-certs img:last-child{
        margin-top: 10px;
    }
    #mobile-nav{
        background-color: white;
    }
    header {
        background-color: white;
    }
    .mobile-menu{
        height: auto;
        padding-bottom: 20px;
        -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,.3);
    box-shadow: 0px 10px 15px 0 px rgba(0,0,0,.3);
    }
    .table-cell {
        vertical-align: middle;
    }

    .form-container{
        max-width: 90%;
        
    }
    #send-message {
        margin-left: calc(50% - 100px);
    }

    .targa-container img{
        width: 100%;
        height: auto;
    }

}




/* OVER CAGE */
@media only screen and (min-width:1025px) and (max-width:10000px) {      
    .header-box-white:hover {
        background-color: #eb1a21;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;       
    }
    .header-box-white:hover a{
        color: white;
        transition: color 0.2s;
        -webkit-transition: color 0.2s; 
    }
    .testo-footer a:hover,
    .register:hover {
        color: white!important;
    }

    #register-wm:hover{
        color: white;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        background-position: 0px 0px;
        background: rgb(89,89,89);
        background: -moz-linear-gradient(-45deg, rgba(0,78,159,0.50) 0%, rgba(255,185,16,0.50) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(0,78,159,0.50) 0%, rgba(255,185,16,0.50) 100%);
        background: linear-gradient(-45deg, rgba(0,78,159,0.50) 0%, rgba(255,185,16,0.50) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#595959",endColorstr="#004e9f",GradientType=1);
        -webkit-box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.5);
    }   

}








