/*
Zerotheme.com | Free Html5 Responsive Templates
rksi - A Single Grid System for Responsive Design
Author: Kimmy
Version : 3.0
Author URI: https://www.zerotheme.com/
*/
/* -------------------------------------------- */
/* ------------------Grid System--------------- */ 
.rksi{ width: 1000px; position: relative; margin: 0 auto; padding: 0px;}
.rksi:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.rksi .f-right{float: right!important;}
.rksi .f-left{float: left!important;}

.rksi .row{}
.rksi .row:before,.row:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.rksi .row:after{clear: both; }
.rksi .row{zoom: 1;}

.rksi .wrap-col{margin:10px;}

.rksi .col-1-2, .rksi .col-1-3, .rksi .col-2-3, .rksi .col-1-4, .rksi .col-2-4, .rksi .col-3-4, .rksi .col-1-5, .rksi .col-2-5, .rksi .col-3-5, .rksi .col-4-5, .rksi .col-1-6, .rksi .col-2-6, .rksi .col-3-6, .rksi .col-4-6, .rksi .col-5-6{float:left; display: inline-block;}

.rksi .col-full{width:100%;}

.rksi .col-1-2,.rksi .col-1-2-fixed{width:50%;}
.rksi .offset-1-2{margin-left: 50%;}

.rksi .col-1-3,.rksi .col-1-3-fixed{width:33.33%;}
.rksi .col-2-3,.rksi .col-2-3-fixed{width:66.66%;}
.rksi .offset-1-3{margin-left: 33.33%;}
.rksi .offset-2-3{margin-left: 66.66%;}

.rksi .col-1-4,.rksi .col-1-4-fixed{width:25%;}
.rksi .col-2-4,.rksi .col-2-4-fixed{width:50%;}
.rksi .col-3-4,.rksi .col-3-4-fixed{width:75%;}
.rksi .offset-1-4{margin-left: 25%;}
.rksi .offset-2-4{margin-left: 50%;}
.rksi .offset-3-4{margin-left: 75%;}

.rksi .col-1-5,.rksi .col-1-5-fixed{width:20%;}
.rksi .col-2-5,.rksi .col-2-5-fixed{width:40%;}
.rksi .col-3-5,.rksi .col-3-5-fixed{width:60%;}
.rksi .col-4-5,.rksi .col-4-5-fixed{width:80%;}
.rksi .offset-1-5{margin-left: 20%;}
.rksi .offset-2-5{margin-left: 40%;}
.rksi .offset-3-5{margin-left: 60%;}
.rksi .offset-4-5{margin-left: 80%;}

.rksi .col-1-6,.rksi .col-1-6-fixed{width:16.66%;}
.rksi .col-2-6,.rksi .col-2-6-fixed{width:33.33%;}
.rksi .col-3-6,.rksi .col-3-6-fixed{width:50%;}
.rksi .col-4-6,.rksi .col-4-6-fixed{width:66.66%;}
.rksi .col-5-6,.rksi .col-5-6-fixed{width:83.33%;}
.rksi .offset-1-6{margin-left: 16.66%;}
.rksi .offset-2-6{margin-left: 33.33%;}
.rksi .offset-3-6{margin-left: 50%;}
.rksi .offset-4-6{margin-left: 66.66%;}
.rksi .offset-5-6{margin-left: 83.33%;}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.rksi{width:960px;}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.rksi{width:768px;}
}

@media only screen and (max-width: 767px) {
	.rksi, .rksi .col-1-2, .rksi .col-1-3, .rksi .col-2-3, .rksi .col-1-4, .rksi .col-2-4, .rksi .col-3-4, .rksi .col-1-5, .rksi .col-2-5, .rksi .col-3-5, .rksi .col-4-5, .rksi .col-1-6, .rksi .col-2-6, .rksi .col-3-6, .rksi .col-4-6, .rksi .col-5-6{width:100%;}
	
	.rksi .offset-1-2, .rksi .offset-1-3, .rksi .offset-2-3, .rksi .offset-1-4, .rksi .offset-2-4, .rksi .offset-3-4, .rksi .offset-1-5, .rksi .offset-2-5, .rksi .offset-3-5, .rksi .offset-4-5, .rksi .offset-1-6, .rksi .offset-2-6, .rksi .offset-3-6, .rksi .offset-4-6, .rksi .offset-5-6{margin-left:0;}
}
