@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;
    }
}


.box img {
    max-width:100%;
    height:auto;
}

.onecol .box
{
    text-align:left;
}

.onetwoonecol {
    clear:both;
    padding:20px 0;
}

.onetwoonecol .box:nth-child(1) {
    width:20%;
    margin-right:2%;
    float:left;
}

.onetwoonecol .box:nth-child(1) img {
    max-width:100%;
    height:auto;
}

.onetwoonecol .box:nth-child(2) {
    width:56%;
    float:left;
}

.onetwoonecol .box:nth-child(3) {
    width:20%;
    margin-left:2%;
    float:left;
}

@media screen and (max-width: 750px) {
    .onetwoonecol .box {

        width:100%!important;
        float:left;
        margin:0 0 30px 0!important;
    }
}


.threeonecol {
    clear:both;
    padding:60px 0;
}

.threeonecol .box {
    text-align:left;
}

.threeonecol .box:nth-of-type(even) img {
    max-width:100%;
    height:auto;
    margin-bottom:10px;
    clear:both;
}

.threeonecol .box:nth-of-type(odd) {
    width:75%;
    float:left;
}

.threeonecol .box:nth-of-type(even) {
    width:23%;
    margin-left:2%;
    float:right;
}


@media screen and (max-width: 650px) {
    .threeonecol .box,
    .onethreecol .box {

        width:100%!important;
        float:left;
        margin:0 0 30px 0!important;
    }
}


.twocol {
    clear:both;
}

.twocol .box {
    width:49%;
    float:left;
}

.twocol .box img {
    max-width:100%;
    height:auto;
}

.twocol .box:nth-of-type(even) {
    margin-left:2%;
}

@media screen and (max-width: 800px)
{
.twocol .box {
    width:100%!important;
    float:left;
    margin:0!important;
}
}


.twoonecol {
    clear:both;
    padding:60px 0;
}

.twoonecol .box {
    text-align:left;
}

.twoonecol .box:nth-of-type(even) img {
    max-width:100%;
    height:auto;
    margin-bottom:10px;
    clear:both;
}

.twoonecol .box:nth-of-type(odd) {
    width:64%;
    float:left;
}

.twoonecol .box:nth-of-type(even) {
    width:32%;
    margin-left:4%;
    float:right;
}


@media screen and (max-width: 650px) {
    .twoonecol .box {
        width:100%!important;
        float:left;
        margin:0!important;
    }
}

.threecol  {
    clear:both;
    margin-bottom:30px;
}

.threecol .box {
    width:32%;
    float:left;
    overflow:hidden;
}

.threecol .box img {
    max-width:100%;
}

.threecol .box:nth-child(3n+2) {
    margin:0 2%;
}


@media screen and (max-width: 700px)
{
.threecol .box {
    width:100%;
    float:left;
    padding-bottom:20px;
}

.threecol .box:nth-child(3n+2),.threecol .box:nth-child(2n+2) {
    margin:0;
}
}



.fourcol, .fourcol.static  {
    clear:both;
}

.fourcol .box,.fourcol.static .box {
    width:23.5%;
    float:left;
    margin-right:2%
}

.fourcol .box img,.fourcol.static .box img {
    max-width:100%;
    height:auto;
}


.fourcol>div.box:nth-child(4n+4),.fourcol.static>div.box:nth-child(4n+4) {
    margin-right:0;
}



@media screen and (max-width: 850px)
{
.fourcol .box {
    margin:inherit 0 inherit 0!important;
    width:47%!important;
}

.fourcol .box:nth-of-type(even) {
    margin-left:2%;
}
}

@media screen and (max-width: 500px)
{
.fourcol .box {
    width:100%!important;
    margin:inherit 0 inherit 0!important;
}

.fourcol .box:nth-of-type(even) {
    margin-left:0!important;
}
}


.fivecol  {
    clear:both;
    margin-bottom:30px;
}

.fivecol .box {
    width:18%;
    float:left;
    overflow:hidden;
    margin-right:2.1%;
}

.fivecol .box:nth-child(5) {
    margin-right:0;
}


.fivecol .box img {
    max-width:100%;
}