/*
* VisionW3 V4.0
* Copyright 2014, Andre Cyr
* www.cyr.cc
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 04/27/2014
*/

/* #Base 1600 Grid
================================================== */
.container { width: 100%; max-width: 1600px; }


/* #Base 1008 Grid */
@media only screen and (min-width: 1008px) and (max-width: 1259px) {
/*	.container { width: 1008px; } */
}


/* #Base  756 Grid */
@media only screen and (min-width: 756px) and (max-width: 1007px) {
/*	.container { width: 756px; } */
}


/* #All Mobile */
@media only screen and (max-width: 755px) {
	.container { width: 100%; }
}

/* #Mobile (Landscape)
   #Note: Design for a width of 480px
================================================== */
@media only screen and (min-width: 480px) and (max-width: 755px) {
/*	.container { width: 480px; } */
}


/* #Mobile (Portrait)
   #Note: Design for a width of 320px
================================================== */
@media only screen and (max-width: 479px) {
/*	.container { width: 320px; } */
}
