
.div_downloads_row{
    width: 100%;
}

.div_downloads_container{
    width: 100%;
}

.div_downloads_cover_container{
    width: 100%;
    display: flex;
    flex-direction: row;
}

.div_downloads_heading{
    font-family: SinkinSans-200XLight;
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.3px;
    color: #003470;
    line-height: 40px;
    padding: 40px 50px 10px;
    width: calc(100% - 100px);
    z-index: 9999;
    background-color: #fff;
    margin-top: 1px;
}

.div_downloads_cover{
    width: 100%;
    height: 80vh;
    position: relative;
    top: 0px;
    float: left;
    left: 0;
    background: no-repeat center center /cover;
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;

}

.div_downloads_cover img{
    max-height: 450px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.div_downloads_cover_overlay{
    position: absolute;
    opacity: 0;
    right: 0px;
    bottom: 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #003470;
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;

}

.div_downloads_title{
    display: inline-block;
    width: calc(60% - 0px);
    height: auto;
    text-transform: uppercase;
    font-family: SinkinSans-400Italic;
    color: #fff;
    font-size: 40px;
    line-height: 45px;
    text-shadow: 1px 1px 3px #000;
}

.div_downloads_button{
    display: inline-block;
    width: 100%;
    height: 50px;
    background-color: transparent;
    color: #E9AF00;
    font-style: italic;
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}

.div_downloads_button:hover{
    padding-left: 10px;
}

.div_downloads_link_row{
    width: calc(100% - 85px);
    text-align: center;
    margin: 0px 35px 50px 50px;
}

.div_downloads_link_container{
    margin: 0 auto;
    float: none;
}

.div_downloads_link_heading{
    width: calc(100% - 100px);
    margin: 30px 50px 0px;
    height: 40px;
    line-height: 40px;
    font-size: 9px;
    letter-spacing: 2px;
    text-align: l;
    color: #003470;
    font-family: SinkinSans-800Black;
}

.div_downloads_subheading{
    width: 100%;
    text-align: center;
    color: #999;
    font-size: 12px;
    margin: 0px 0px 40px;
    letter-spacing: 1px;
    line-height: 14px;
    cursor: pointer;
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}

.div_downloads_subheading:hover{
    color: #E9AF00;
    text-decoration: underline;
}

.div_downloads_link_heading_latest{
    width: calc(100% - 30px);
    margin: 0 15px;
    height: 40px;
    line-height: 40px;
    font-size: 9px;
    letter-spacing: 2px;
    text-align: center;
    color: #003470;
    font-family: SinkinSans-800Black;
}

.div_downloads_link{
    width: calc(20% - 20px);
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    height: calc(20% - 15px);
    overflow: hidden;
    cursor: pointer;
    float: none;
    display: inline-block;
}

.div_downloads_cover_back{
    width: 100%;
    opacity: .3;
    height: 100%;
    position: absolute;
    background-size: cover;
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}

.div_downloads_cover_overlay_main{
    position: absolute;
    opacity: .3;
    right: 0; bottom: 0;
    top: 0px; left: 0px;
        -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}

.div_downloads_cover:hover .div_downloads_cover_overlay_main{
    opacity: 1;
    background-color: #003470;
}

.div_downloads_link:hover .div_downloads_cover_overlay{
    opacity: 1;
    width: 100%; height: 100%;
}

.div_downloads_link:hover .div_collection_arrow{
    padding-left: 10px;
}

.div_downloads_link_title{
    color: #fff;
    width: 100%;
    text-align: left;
    font-family: SinkinSans-400Italic;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 22px;
    text-shadow: 1px 1px 3px #000;
}

.div_downloads_link_text_container{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 20px;
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;

}

.div_collection_arrow {
    color: #E9AF00;
    font-size: 12px;
    margin-right: 10px;
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;

}

.div_download_text{
    color: #E9AF00;
    font-style: italic;
    margin-top: 10px;
    font-size: 12px;
    line-height: 24px;
}

.div_downloads_link_image{
    width: 100%;
    position: relative;
    height: 0px;
    padding-bottom: 100%;
    overflow: hidden;
}

.div_downloads_product_image {
    width: 100%;
    padding-bottom: 100%;
    background-position: center center !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.div_download_link_cont{
    position: absolute;
    width: calc(100% - 100px);
    padding: 50px;
    top: 30%;
    text-align: left;
    font-family: SinkinSans-400Italic;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
}

.div_downloads_past_cont{
    width: 100%;
    float: right;
}
