body {

    background-image:url('./files/elements/pattern.svg');
    background-repeat:repeat;
    background-size:40px auto;

}

.main {

    width:100%;
    min-height:10px;
    padding-bottom:80px;

}

.main .hero {

    width:100%;
    height:512px;
    background-image:url('./files/elements/home_headers/header_1.jpg');
    background-size:cover;
    background-position:left top;
    background-repeat:no-repeat;
    position:relative;
    z-index:1;

}

.main .hero .logo {

    width:495px;
    height:290px;
    background-image:url('./files/elements/logo_white.svg');
    background-size:contain;
    background-position:left center;
    background-repeat:no-repeat;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    margin-top:auto;
    margin-bottom:auto;

}

.main .home_mainInfoBox {

    width:1040px;
    min-height:350px;
    position:relative;
    top:-20px;
    z-index:2;
    background-color:rgba(255,255,255,0);
    margin:0px auto;

}

.main .home_mainInfoBox .textBox {

    width:723px;
    min-height:350px;
    padding-top:30px;
    padding-left:34px;
    padding-right:77px;
    padding-bottom:30px;
    box-shadow:1px 1px 14px rgba(0,0,0,0.30);
    background-color:rgba(255,255,255,1.0);

}

.main .home_mainInfoBox .textBox h1 {

    padding:0;
    margin:0;
    font-size:25px;
    font-weight:700;
    color:rgba(0,0,0,1.0);

}

.main .home_mainInfoBox .textBox p {

    padding:0;
    margin:0;
    font-size:16px;
    font-weight:300;
    color:rgba(0,0,0,1.0);
    line-height:27px;
    margin-top:17px;

}

.main .home_mainInfoBox .textBox p a {

    color:inherit;
    font-weight:600;

}

.main .home_mainInfoBox .category_list {

    width:360px;
    min-height:10px;
    position:absolute;
    right:0;
    z-index:3;
    background-color:transparent;

}

.main .home_mainInfoBox .category_list.topCategories {
    top:20px;
}

.main .home_mainInfoBox .category_list.bottomCategories {
    bottom:20px;
}

.main .home_mainInfoBox .category_list .category_item {

    width:360px;
    height:75px;
    background-color:rgba(0,0,0,1.0);
    position:relative;
    z-index:4;
    margin-top:5px;
    margin-bottom:5px;
    display:table;

}

.main .home_mainInfoBox .category_list .category_item.gold_item {
    background-color:rgba(215,180,109,1.0);
}

.main .home_mainInfoBox .category_list .category_spacer {
    
    width:360px;
    height:40px;

}

.main .home_mainInfoBox .category_list .category_item .left_decor {

    width:12px;
    height:100%;
    background-image:url('./files/elements/white_decor.svg');
    background-size:contain;
    background-position:left center;
    background-repeat:no-repeat;
    position:absolute;
    top:0;
    left:0;
    z-index:5;

}

.main .home_mainInfoBox .category_list .category_item > .verticalAlign {

    display:table-cell;
    vertical-align:middle;
    padding:0;
    margin:0;
    font-size:18px;
    font-weight:600;
    color:rgba(255,255,255,1.0);
    padding-left:50px;
    padding-right:20px;

}

@media screen and (max-width:1279px) {

    .main .hero .logo {

        width:360px;
        height:290px;
        
    }

}

@media screen and (max-width:1070px) {

    .main .home_mainInfoBox {

        width:100%;
        min-height:350px;
        position:relative;
        top:-20px;
        z-index:2;
        background-color:rgba(255,255,255,0);
        margin:0px auto;

    }

    .main .home_mainInfoBox .textBox {

        width:calc(100% - 20px);
        padding-top:30px;
        padding-left:20px;
        padding-right:20px;
        padding-bottom:30px;
        box-shadow:1px 1px 14px rgba(0,0,0,0.30);
        background-color:rgba(255,255,255,1.0);
        margin:0px auto;

    }
    
    .main .home_mainInfoBox .category_list {
    
        width:calc(100% - 20px);
        position:relative;
        margin-left:auto;
        margin-right:auto;
    
    }
    
    .main .home_mainInfoBox .category_list.topCategories {
        top:0px;
    }

    .main .home_mainInfoBox .category_list.bottomCategories {
        bottom:0px;
    }
    
    .main .home_mainInfoBox .category_list .category_item {

        width:100%;
        
    }

}

@media screen and (max-width:1000px) {

    .main .hero .logo {

        width:200px;
        height:290px;
        
    }

}