#top-col {
    clear: both;
    max-width: 1440px;
    height: 500px;
    margin: 0 auto 0;
    background: url(../img/photo1.jpg) no-repeat center -130px;
    background-size: 1440px 688px;
}
#top-col h1{
    width: 90%;
    margin: 0 auto 0;
    padding: 180px 0 0 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.45em;
    font-size: 40px;
    text-shadow: 0 0 0.25em rgba(0,0,0,0.9);
}
#top-col p{
    width: 90%;
    margin: 20px auto 0;
    padding: 0 0 0 0;
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 22px;
    text-shadow: 0 0 0.25em rgba(0,0,0,0.9);
}
#top-col img{
    display: block;
    margin: 0 auto 0;
    width:465px;
    height: 62px;
}
#top-col a{
    color: crimson;
    font-weight: normal;
    text-decoration: none;
    line-height: 2em;
    transition: 0.5s;
    padding: 10px;
    border-radius: 4px;
    background: rgba(255,255,255,0.6);
    text-shadow: none;
    
}
#top-col a:hover{
    color: red;
/*     background: rgba(0,0,0,0.6) */
}


#second-col {
    clear: both;
    display: block;
    max-width: 1440px;
    height: auto;
    margin: 0px auto 0;
    padding: 0;
}
#second-col ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size:0;
}
#second-col li a{
    font-size:30px;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
#second-col h2{
    margin: 20px 0 0 20px;
    padding: 0;
    z-index: 1000;
    color: #fff;
    font-size: 30px;
    text-shadow: 0 0 0.25em rgba(0,0,0,0.9);
    line-height: 1em;
}
#second-col h2 a{
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    text-decoration: none;
    line-height: 2em;
    transition: 0.5s;
    padding: 10px;
    border-radius: 4px;
}
#second-col h2 a:hover{
    color: dodgerblue;
    background: rgba(0,0,0,0.6)
}
i {
    padding-right: 0.3em;
}

#col1 {
    display: inline-block;
    width: 50%;
    max-width: 720px;
    height: 300px;
    margin: 0;
    padding: 0;
    background: url(../img/photo2.jpg) no-repeat center center;
    background-size: 720px 456px;
    
}
#col1-box {
    display: block;
    width: auto;
    height: 300px;
    margin: 0;
    padding: 0;
    border-right:solid 4px #eee;
    border-top:solid 8px #eee;
}
#col2 {
    display: inline-block;
    width: 50%;
    max-width: 720px;
    height: 300px;
    margin: 0;
    padding: 0;
    background: url(../img/photo6.jpg) no-repeat 0px -10px;
    background-size: 720px 456px;
}
#col2-box {
    display: block;
    width: auto;
    height: 300px;
    margin: 0;
    padding: 0;
    border-left:solid 4px #eee;
    border-top:solid 8px #eee;
}
#col3 {
    display: inline-block;
    width: 50%;
    max-width: 720px;
    height: 300px;
    margin: 0;
    padding: 0;
    background: url(../img/photo4.jpg) no-repeat center -1px;
    background-size: 720px 456px;
}
#col3-box {
    display: block;
    width: auto;
    height: 300px;
    margin: 0;
    padding: 0;
    border-right:solid 4px #eee;
    border-top:solid 8px #eee;
}
#col4 {
    display: inline-block;
    width: 50%;
    max-width: 720px;
    height: 300px;
    margin: 0;
    padding: 0;
    background: url(../img/photo8.jpg) no-repeat center -105px;
    background-size: 720px 456px;
}
#col4-box {
    display: block;
    width: auto;
    height: 300px;
    margin: 0;
    padding: 0;
    border-left:solid 4px #eee;
    border-top:solid 8px #eee;
}
#col5 {
    display: inline-block;
    width: 50%;
    max-width: 720px;
    height: 300px;
    margin: 0;
    padding: 0;
    background: url(../img/photo5.jpg) no-repeat center center;
    background-size: 720px 456px;
}
#col5-box {
    display: block;
    width: auto;
    height: 300px;
    margin: 0;
    padding: 0;
    border-right:solid 4px #eee;
    border-top:solid 8px #eee;
}
#col6 {
    display: inline-block;
    width: 50%;
    max-width: 720px;
    height: 300px;
    margin: 0;
    padding: 0;
    background: url(../img/photo3.jpg) no-repeat center center;
    background-size: 720px 456px;
}
#col6-box {
    display: block;
    width: auto;
    height: 300px;
    margin: 0;
    padding: 0;
    border-left:solid 4px #eee;
    border-top:solid 8px #eee;
}


@media only screen and (max-width: 768px) {
    #top-col {
        background: url(../img/photo1s.jpg) no-repeat center center;
        background-size: 1068px 300px;
        height: 300px;
    }
    #top-col h1{
        padding: 130px 0 0 0;
        font-size: 26px;
    }
    #top-col p{
        font-size: 14px;
        margin: 10px auto 0;
    }
    #top-col img{
        display: block;
        margin: 0 auto 0;
        width:345px;
        height: 46px;
    }
    #second-col h2{
        margin: 10px 0 0 10px;
    }
    #second-col h2 a{
        font-size: 20px;
    }
    #col1 {
        max-width: 534px;
        height: 220px;
        background: url(../img/photo2s.jpg) no-repeat center center;
        background-size: 534px 376px;
    }
    #col1-box {
        height: 220px;
    }
    #col2 {
        max-width: 534px;
        height: 220px;
        background: url(../img/photo6s.jpg) no-repeat 0px -10px;
        background-size: 534px 376px;
    }
    #col2-box {
        height: 220px;
    }
    #col3 {
        max-width: 534px;
        height: 220px;
        background: url(../img/photo4s.jpg) no-repeat center -60px;
        background-size: 534px 376px;
    }
    #col3-box {
        height: 220px;
    }
    #col4 {
        max-width: 534px;
        height: 220px;
        background: url(../img/photo8s.jpg) no-repeat center -105px;
        background-size: 534px 376px;
    }
    #col4-box {
        height: 220px;
    }
    #col5 {
        max-width: 534px;
        height: 220px;
        background: url(../img/photo5s.jpg) no-repeat center center;
        background-size: 534px 376px;
    }
    #col5-box {
        height: 220px;
    }
    #col6 {
        max-width: 534px;
        height: 220px;
        background: url(../img/photo3s.jpg) no-repeat center center;
        background-size: 534px 376px;
    }
    #col6-box {
        height: 220px;
    }

}
@media only screen and (max-width: 480px) {
    #top-col {
        background: url(../img/photo1s.jpg) no-repeat center center;
        height: 300px;
    }
    #top-col h1{
        padding: 140px 0 0 0;
        font-size: 20px;
    }
    #top-col p{
        font-size: 12px;
        margin: 10px auto 0;
    }
    #top-col img{
        display: block;
        margin: 0 auto 0;
        width:250px;
        height: 33px;
    }
    #second-col h2{
        margin: 6px 0 0 10px;
    }
    #second-col h2 a{
        font-size: 18px;
    }
    #col1 {
        width: 100%;
        max-width: 480px;
        height: 160px;
        margin: 0;
        background: url(../img/photo2ss.jpg) no-repeat center center;
        background-size: 480px 160px;
    }
    #col1-box {
        border: none;
        border-top:solid 8px #eee;
    }
    #col2 {
        width: 100%;
        max-width: 480px;
        height: 160px;
        margin: 0;
        background: url(../img/photo6ss.jpg) no-repeat center center;
        background-size: 480px 160px;
    }
    #col2-box {
        border: none;
        border-top:solid 8px #eee;
    }
    #col3 {
        width: 100%;
        max-width: 480px;
        height: 160px;
        margin: 0;
        background: url(../img/photo4ss.jpg) no-repeat center center;
        background-size: 480px 160px;
    }
    #col3-box {
        border: none;
        border-top:solid 8px #eee;
    }
    #col4 {
        width: 100%;
        max-width: 480px;
        height: 160px;
        margin: 0;
        background: url(../img/photo8ss.jpg) no-repeat center center;
        background-size: 480px 160px;
    }
    #col4-box {
        border: none;
        border-top:solid 8px #eee;
    }
    #col5 {
        width: 100%;
        height: 160px;
        background: url(../img/photo5ss.jpg) no-repeat center center;
        background-size: 480px 160px;
    }
    #col5-box {
        border: none;
        height: 220px;
        border-top:solid 8px #eee;
    }
    #col6 {
        width: 100%;
        height: 160px;
        background: url(../img/photo3ss.jpg) no-repeat center center;
        background-size: 480px 160px;
    }
    #col6-box {
        border: none;
        height: 160px;
        border-top:solid 8px #eee;
    }
}





