/*!
 * Gridpak Beta CSS
 *
 * Generator - http://gridpak.com/
 * Created by @erskinedesign
 */

img, object, embed{max-width:100%}

.container{max-width:1250px;margin:0 auto;padding:0 20px}
@media (min-width: 1900px) {
  .container{max-width:1600px;}
}

.row{width:100%;float:left;}

/* Reusable column setup */
[class*="-col"] {
    border:0;
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -moz-background-clip:padding-box !important;
    -webkit-background-clip:padding-box !important;
    background-clip:padding-box !important;
}

/**
 *	1.7% separation between columns
*/
[class*="-col"]{margin-right:1.7%}
[class*="-col last"],
.row [class*="-col last"] {
	margin-right: 0;
}

.one-col{width:6.775%}
.two-col{width:15.25%}
.three-col{width:23.725%}
.four-col{width:32.2%}
.five-col{width:40.675%}
.six-col{width:49.15%}
.seven-col{width:57.625%}
.eight-col{width:66.1%}
.nine-col{width:74.575%}
.ten-col{width:83.05%}
.eleven-col{width:91.525%}
.twelve-col{width:100%}


/**
 *	Borderless Columns
 *  include class sin-margin to layer row
*/
.sin-margen [class*="-col"]{margin:0}
.sin-margen .one-col{width:8.33333333333%}
.sin-margen .two-col{width:16.6666666667%}
.sin-margen .three-col{width:25%}
.sin-margen .four-col{width:33.3333333333%}
.sin-margen .five-col{width:41.6666666667%}
.sin-margen .six-col{width:50%}
.sin-margen .seven-col{width:58.3333333333%}
.sin-margen .eight-col{width:66.6666666667%}
.sin-margen .nine-col{width:75%}
.sin-margen .ten-col{width:83.3333333333%}
.sin-margen .eleven-col{width:91.6666666667%}
.sin-margen .twelve-col{width:100%}


.clearfix {
  display: table;
  clear: left;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

@media (max-width: 755px){
  .col-device{width: 100%}
}