/* ==========================================================================
	#GRIDS
========================================================================== */
h4 {
    font-family: "Helvetica Neue", Helvetica;
    font-size: 18px;
    line-height: 1.2;
    color: #3c4044;
}


.basic-block {
    min-width: 300px;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px;
}


.content {
    width: 100%;
    min-height: 700px;
}

.onethird {
    width: 33.3%;
    float: left;
}

.twothirds {
    width: 65%;
    margin-right: 1.6%;
    float: left;
}

.onefourth {
    width: 25%;
    float: left;
}

.threefourths {
    width: 73%;
    margin-right: 2%;
    float: left;
}

.onehalf {
    width: 48%;
    margin: 1%;
    float: left;
}

.adspace {
    height: 400px;
}

.adspace h1 {
    text-align: center;
    vertical-align: middle;
}

.clearboth {
    clear: both;
}


/* ==========================================================================
	General media queries
========================================================================== */
@media (max-width: 1024px) {

    .shell, .content {
        width: 960px;
        margin: auto;
        display: block;
        float: none;
    }
}

@media (max-width: 970px) {
    .shell, .content {
        width: 960px;
        margin: auto;
        display: block;
        float: none;
    }

    .onethird {
        width: 33%;
    }

    .twothirds {
        width: 65%;
        margin-right: 1.6%;
        float: left;
    }

    .onefourth {
        width: 25%;
        float: left;
    }

    .threefourths {
        width: 73%;
        margin-right: 2%;
        float: left;
    }
}

@media (max-width: 951px) {
    .shell, .content {
        width: 720px;
        margin: auto;
        display: block;
        float: none;
    }

    .onethird {
        width: 50%;
    }

    .twothirds {
        width: 50%;
        float: left;
    }

    .onefourth {
        width: 25%;
        float: left;
    }

    .threefourths {
        width: 73%;
        margin-right: 2%;
        float: left;
    }
}

@media (max-width: 800px) {
    .content {
        width: 100%;
    }

    .fullwidth, .onethird, .twothirds, .onefourth, .threefourths {
        width: 96%;
        margin: 0 2%;
        margin-bottom: 5px;
    }

}

@media (max-width: 729px) {
    .shell, .content {
        width: 100%;
    }

    .onethird, .twothirds, .onefourth, .threefourths {
        width: 96%;
        margin: 0 2%;
    }

}

@media (max-width: 570px) {
    .content {
        width: 100%;
        margin: 0;
    }

    .onethird {
        width: 95%;
        margin-right: 5%;
    }

    .twothirds {
        width: 100%;
        float: left;
    }

    .onefourth, .threefourths {
        width: 96%;
        margin: 0 2%;
    }

    /*
.adspace{
        margin-left: -5%;
    }
*/
}

@media (max-width: 450px) {
    .content {
        width: 100%;
    }

    .onethird {
        width: 95%;
        margin-left: 5%;
    }

    .twothirds {
        width: 95%;
        float: left;
    }

    .adspace {
        margin-left: -5%;
    }
}