/*
Infowways.net - Responsive PageGrid
Author: infoways.net
*/
/* ---------DeskTop Page Grid Layout---------- */ 

.PageGrid{ width: 1200px; position: relative; margin: 0 auto; padding: 0px;}
.PageGrid:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.PageGrid .f-right{float: right!important;}
.PageGrid .f-left{float: left!important;}

.PageGrid .NewRow{}
.PageGrid .NewRow:before,.NewRow:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.PageGrid .NewRow:after{clear: both; }
.PageGrid .NewRow{zoom: 1;}

.PageGrid .wrap-column{margin: 0px 10 0px;}
.PageGrid .wrap-column{margin: 0px 5px;}


.PageGrid .column-1-2, .PageGrid .column-1-3, .PageGrid .column-2-3, .PageGrid .column-1-4, .PageGrid .column-2-4, .PageGrid .column-3-4, 
.PageGrid .column-1-5, .PageGrid .column-2-5, .PageGrid .column-3-5, .PageGrid .column-4-5 
{float:left; display: inline-block;}

.PageGrid .column-full{width:100%;}

.PageGrid .column-1-2,.PageGrid .column-1-2-fixed{width:50%;}
.PageGrid .offset-1-2{margin-left: 50%;}

.PageGrid .column-1-3,.PageGrid .column-1-3-fixed{width:33.33%;}
.PageGrid .column-2-3,.PageGrid .column-2-3-fixed{width:66.66%;}
.PageGrid .offset-1-3{margin-left: 33.33%;}
.PageGrid .offset-2-3{margin-left: 66.66%;}

.PageGrid .column-1-4,.PageGrid .column-1-4-fixed{width:25%;}
.PageGrid .column-2-4,.PageGrid .column-2-4-fixed{width:50%;}
.PageGrid .column-3-4,.PageGrid .column-3-4-fixed{width:75%;}
.PageGrid .offset-1-4{margin-left: 25%;}
.PageGrid .offset-2-4{margin-left: 50%;}
.PageGrid .offset-3-4{margin-left: 75%;}

.PageGrid .column-1-5,.PageGrid .column-1-4-fixed{width:20%;}
.PageGrid .column-2-5,.PageGrid .column-2-4-fixed{width:40%;}
.PageGrid .column-3-5,.PageGrid .column-3-4-fixed{width:60%;}
.PageGrid .column-4-5,.PageGrid .column-3-4-fixed{width:80%;}
.PageGrid .offset-1-5{margin-left: 20%;}
.PageGrid .offset-2-5{margin-left: 40%;}
.PageGrid .offset-3-5{margin-left: 60%;}
.PageGrid .offset-4-5{margin-left: 80%;}


/* ---------Mobil Media Page Grid Layout---------- */ 
@media only screen and (min-width: 961px) and (max-width: 1200px) {
	.PageGrid{width:961px;}
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
	.PageGrid{width:769px;}
}

@media only screen and (max-width: 769px) {
	.PageGrid, .PageGrid .column-1-2, .PageGrid .column-1-3, .PageGrid .column-2-3, .PageGrid .column-1-4, .PageGrid .column-2-4, .PageGrid .column-3-4, 
	.PageGrid .column-1-5, .PageGrid .column-2-5, .PageGrid .column-3-5, .PageGrid .column-4-5
	{width:100%;}
	
	
	.PageGrid .offset-1-2, .PageGrid .offset-1-3, .PageGrid .offset-2-3, .PageGrid .offset-1-4, .PageGrid .offset-2-4, .PageGrid .offset-3-4, 
	.PageGrid .offset-1-5, .PageGrid .offset-2-5, .PageGrid .offset-3-5, .PageGrid .offset-4-5
	{margin-left:0;}
}
