.row {position: relative; width: 960px; margin: 0 auto; border: 0px solid white;}
.cols {width: 60px; margin-left: 10px; margin-right: 10px; float: left; margin-top: 10px; margin-bottom: 10px;}
/* .cols img {width: 100%; height: auto;} */
.two {width: 140px;}
.three {width: 220px;}
.four {width: 300px;}
.five {width: 380px;}
.six {width: 460px;}
.seven {width: 540px;}
.eight {width: 620px;}
.nine {width: 700px;}
.ten {width: 780px}
.eleven {width: 860px}
.twelve {width: 940px;}
.width {width: 960px;}
.indent_1 {padding-left: 80px;}
.indent_3 {padding-left: 240px;}
.indent_4 {padding-left: 320px;}

    
@media only screen and (min-width: 768px) and (max-width: 959px) {
.row {position: relative; width: 720px; margin: 0 auto; border: 0px solid white;}
.cols {width: 40px; margin-left: 10px; margin-right: 10px; float: left; }
.two {width: 100px; }
.three {width: 160px;}
.four {width: 220px;}
.five {width: 280px;}
.six {width: 340px;}
.seven {width: 400px;}
.eight {width: 460px;}
.nine {width: 520px;}
.ten {width: 580px}
.eleven {width: 640px}
.twelve {width: 700px; }
.indent_1 {padding-left: 60px;}
.width {width: 959px;}
}

@media only screen and (max-width: 767px) {
.row {width: 90%; border: 0px solid red;}
.cols {width: 100%; margin-left: 0px; margin-right: 0px; float: none; border: 0px solid green; text-align: left;}
.left {text-align: center; }
.indent_1, .indent_2, .indent_3, .indent_4 {padding-left: 0px;}
    
.text_indent_left {padding-left: 0px;}
.text_indent_right {padding-right: 0px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.row {width: 90%; }
.cols {width: 100%; float: none; }
.left {text-align: center; }
.text_indent_left {padding-left: 0px;}
.text_indent_right {padding-right: 0px;}
}   


/* Clearing */
.row:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before, .clearfix:after, .row:before, .row:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; }