
/* COLS */

/* standardise rules for all boxes */

.box p:last-of-type {
    margin-bottom: 0;
}

.box {
    margin-bottom: 30px;
}

/* end box rules */

.one-three-column {
    clear:both;
    padding:60px 0;
}

.one-three-column .box:nth-of-type(odd) {
    width:23%;
    margin-right:2%;
    float:left;
}

.one-three-column .box:nth-of-type(odd) img {
    max-width:100%;
    height:auto;
}

.one-three-column .box:nth-of-type(even) {
    width:75%;
    float:right;
}

.one-column .box {
    width:100%;
    margin:0 auto;
}

@media screen and (max-width: 800px) {
    .one-column .box {
        width:100%;
    }
}

.three-one-column {
    clear:both;
    padding:60px 0;
}

.three-one-column .box:nth-of-type(even) img {
    max-width:100%;
    height:auto;
    margin-bottom:10px;
    clear:both;
}

.three-one-column .box:nth-of-type(odd) {
    width:75%;
    float:left;
}

.three-one-column .box:nth-of-type(even) {
    width:23%;
    margin-left:2%;
    float:right;
}

.two-column {
    clear:both;
}

.two-column .box {
    width:49%;
    float:left;
}

.two-column .box img {
    max-width:100%;
    height:auto;
}

.two-column .box:nth-of-type(even) {
    margin-left:2%;
}

@media screen and (max-width: 500px) {
    .two-column .box {
        width:100%!important;
        float:left;
        margin:0!important;
    }
}

.one-one-two-column .box {
    float: left;
    box-sizing: border-box;
}

.one-one-two-column .box:nth-child(1) {
    width: 25%;
}

.one-one-two-column .box:nth-child(2) {
    width: 25%;
}

.one-one-two-column .box:nth-child(3) {
    width: 50%;
}





.twoonecol {
    clear:both;
}

.twoonecol .box:nth-child(1) {
    width:66%;
    float:left;
}

.twoonecol .box:nth-child(2) {
    width:32%;
    float:left;
    margin-left:2%;
    text-align:left;
}


.twoonecol .box img {
    max-width:100%;
    height:auto;
}

@media screen and (max-width: 500px) {
    .twoonecol .box {
        width:100%!important;
        float:left;
        margin:0!important;
    }
}

.one-two-column .box {
    width:30%;
    float:left;
    margin-right:4%;
}

.one-two-column .box:nth-child(2) {
    width:66%;
    margin-right: 0;
}

.one-two-column .box img {
    max-width:100%;
    height:auto;
}


@media screen and (max-width: 930px) {

    .one-two-column .box:nth-child(1) {
        width: 38%;
        margin-right: 4%;
    }

    .one-two-column .box:nth-child(2) {
        width: 58%
    }

}

@media screen and (max-width: 740px) {

    .one-two-column .box:nth-child(1) {
        width: 48%;
        margin-right: 4%;
    }

    .one-two-column .box:nth-child(2) {
        width: 48%;
    }
   
}


@media screen and (max-width: 660px) {
    .one-two-column .box,
    .one-two-column .box:nth-child(2) {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}


.three-column  {
    clear:both;
    margin-bottom:30px;
}

.three-column .box {
    width:32%;
    float:left;
    overflow:hidden;
}

.three-column .box img {
    max-width:100%;
}

.three-column .box:nth-child(3n+2) {
    margin:0 2%;
}

@media screen and (max-width: 960px) {

    .three-column .box,
    .three-column .box:nth-child(3n+2) {
        width:48%;
        margin: 0 0 4%;
    }

    .three-column .box:nth-of-type(even) {
        margin-left:4%;
    }
}

@media screen and (max-width: 550px) {

    .three-column .box,
    .three-column .box:nth-child(3n+2),
    .three-column .box:nth-of-type(even) {
        width:100% !important;
        margin: 0 0 4% !important;
    }
}

.four-column, .four-column.static  {
    clear:both;
}

.four-column .box,.four-column.static .box {
    width: 23%;
    float: left;
    margin-right: 2%
}

.four-column .box img,.four-column.static .box img {
    max-width: 100%;
    height: auto;
}


.four-column>div.box:nth-child(4n+4),
.four-column.static>div.box:nth-child(4n+4) {
    margin-right: 0;
}


@media screen and (max-width: 650px) {
    .four-column .box {
        margin:inherit 0 inherit 0!important;
        width:47%!important;
    }

    .four-column .box:nth-of-type(even) {
        margin-left:2%;
    }
}

@media screen and (max-width: 400px) {
    .four-column .box {
        width:100%!important;
        margin:inherit 0 inherit 0!important;
    }
}

.five-column  {
    clear:both;
    margin-bottom:30px;
}

.five-column .box {
    width:18.4%;
    float:left;
    overflow:hidden;
    margin-right:2%;
    margin-bottom: 2%;
}

.five-column .box:nth-child(5n+5) {
    margin-right:0;
}

.five-column .box img {
    max-width:100%;
}


@media screen and (max-width: 1000px) {

    .five-column .box:nth-child(5n+5) {
        margin-right: 2%;
    }

    .five-column .box {
        width: 23.5%;
        margin-right: 2%
    }

    .five-column .box:nth-child(4n+4) {
        margin-right: 0;
    }

}

@media screen and (max-width: 840px) {

    .five-column .box:nth-child(4n+4) {
        margin-right: 2%;
    }

    .five-column .box {
        width:32%;
        margin-right: 2%;
    }

    .five-column .box:nth-child(3n+3) {
        margin-right: 0;
    }
}

@media screen and (max-width: 650px) {

    .five-column .box:nth-child(3n+3),
    .five-column .box:nth-child(4n+4),
    .five-column .box:nth-child(5n+5) {
        margin-right: 0;
    }

    .five-column .box {
        margin-right: 0;
        width: 49%;
    }

    .five-column .box:nth-of-type(2n+2) {
        margin-left: 2%;
        margin-right: 0;
    }
}

@media screen and (max-width: 400px) {

    .five-column .box:nth-of-type(2n+2) {
        margin-left: 0;
    }

    .five-column .box {
        width: 100%;
        margin-left: 0;
    }

    .five-column .box:nth-of-type(odd) {
        margin-right: 0;
    }
}




.six-column  {
    clear:both;
}

.six-column .box {
    width:15%;
    float:left;
    margin:0 2% 0 0;
    overflow:hidden;
}

.six-column .box img {
    max-width:100%;
    height:auto;
}


.six-column>div.box:nth-child(6n+6) {
    margin-right:0;
}


@media screen and (max-width: 800px)
{

.six-column .box {
    width:32%;
    float:left;
    margin-right:2%
}

.six-column>div.box:nth-child(3n+3) {
    margin-right:0!important;
}

}

@media screen and (max-width: 500px)
{

.six-column .box {
    width:49%;
    float:left;
    margin-right:2%
}

.six-column>div.box:nth-child(3n+3) {
    margin-right:2%!important;
}

.six-column>div.box:nth-child(2n+2) {
    margin-right:0!important;
}

}


/* END COLS */
