﻿/*Template 69*/

.t69-banner-container {
    width: 80%;
    margin: 0 auto;
    height: auto;
}

.t69-banner {
    width: 100%;
    height: auto;
    /*border: 1px solid black;*/
}

#t69-001 {
    width: 100%;
}

.t69-content-container {
    width: 80%;
    margin: 0 auto;
}

.t69-left {
    display: inline-block;
    /*border: 1px solid black;*/
    width: 70%;
    height: auto;
    vertical-align: top;
}

.t69-right {
    display: inline-block;
    /*border: 1px solid green;*/
    width: 28%;
    height: auto;
    vertical-align: top;
    text-align: center;
}

#skyscraper-tall {
    width: 70%;
}

.t69-rows {
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    /*border: 1px solid yellow;*/
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    vertical-align: top;
}

.t69-box {
    max-width: 220px;
    min-width: 220px;
    max-height: 200px;
    min-height: 200px;
    width: 220px;
    height: 220px;
    display: inline-block;
    margin: 10px;
    vertical-align: top;
    margin-top: 20px;
}

#skyscraper-flat {
    display: none;
}

#t69-prodtitle{
    font-size:1.2em;
    font-weight: 300;
    color: blue;
    line-height: 30px;
}

#t69-nowprice{
    font-size: 1em;
    font-weight: 200;
    color: red;
}


@media (max-width: 955px) {

    .t69-box {
        width: 90%;
    }


    .t69-right {
        display: block;
        width: 100%;
    }

    .t69-left {
        display: block;
        width: 100%;
    }

    #skyscraper-tall {
        display: none;
    }

    #skyscraper-flat {
        display: block;
        width: 100%;
    }
}

