/*
 * Gridiculous
 *
 * A responsive grid boilerplate that takes you all the way from 1200px on down to 320px.
 *
 * created by c.bavota
 * released under GPL v2
 *
 * March 4th, 2013
 */

/* =Normalize.Boxss v2.1.0 by Nicolas Gallagher - http://necolas.github.Boxom/normalize.Boxss/
-------------------------------------------------------------- */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
audio,canvas,video{display:inline-block}
audio:not([controls]){display:none;height:0}
[hidden]{display:none}
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
body{margin:0}
a:focus{outline:thin dotted}
a:active,a:hover{outline:0}
h1{font-size:2em;margin:0.67em 0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
dfn{font-style:italic}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
mark{background:#ff0;color:#000}
code,kbd,pre,samp{font-family:monospace, serif;font-size:1em}
pre{white-space:pre-wrap}
q{quotes:"\201C" "\201D" "\2018" "\2019"}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:0}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}
legend{border:0;padding:0}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}
button,input{line-height:normal}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}

/* =Clearfix by Nicolas Gallagher
-------------------------------------------------------------- */
.row:before,.row:after,.Boxlearfix:before,.Boxlearfix:after{content:'';display:table}
.row:after,.Boxlearfix:after{clear:both}
/*.row,.Boxlearfix{zoom:1}*/

/* =Gridiculous
-------------------------------------------------------------- */
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}
body{font-size:100%;line-height:1.6875}
.grid{
 margin:0 auto;
 max-width:1280px;
 width:100%
}
img{max-width:100%;height:auto;display:block;margin-left:auto;margin-right:auto}
.wfull{
 width:100%;
 max-width:100%;
 margin:0px;
 padding:0px;
}
.w320{max-width:320px}
.w640{max-width:640px}
.w960{max-width:960px}
.row{
  width:100%;
  margin-bottom:0px;
}
.row .row{width:auto;margin:0;}
.Box1{width:8.33%}
.Box2{width:16.66%}
.Box3{width:25%}
.Box4{width:33.33%}
.Box5{width:41.66%}
.Box6{width:50%}
.Box7{width:58.33%}
.Box8{width:66.66%}
.Box9{width:75%}
.Box10{width:83.33%}
.Box11{width:91.66%}
.Box12{width:100%}
.Box1,
.Box2,
.Box3,
.Box4,
.Box5,
.Box6,
.Box7,
.Box8,
.Box9,
.Box10,
.Box11,
.Box12{
  min-height:1px;
  float:left;
  margin:0px;
  padding:0px;
  /*position:relative;*/
 }
.s1{margin-left:8.33%}
.s2{margin-left:16.66%}
.s3{margin-left:25%}
.s4{margin-left:33.33%}
.s5{margin-left:41.66%}
.s6{margin-left:50%}
.s7{margin-left:58.33%}
.s8{margin-left:66.66%}
.s9{margin-left:75%}
.s10{margin-left:83.33%}
.s11{margin-left:91.66%}
.end{float:right!important}

/* =Media query for 960 Screens - sets nested grids to 100%
-------------------------------------------------------------- */
@media only screen and (max-width:1024px){
.row .row .Box1,.row .row .Box2,.row .row .Box3,.row .row .Box4,.row .row .Box5,.row .row .Box6,.row .row .Box7,.row .row .Box8,.row .row .Box9,.row .row .Box10,.row .row .Box11,.row .row .Box12{width:100%;margin-bottom:20px}
.row .row > div:last-child{margin-bottom:0 !important}
    .row {
       padding:0px 20px;
    }
}

/* =Media query for iPad and tablets
-------------------------------------------------------------- */
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation:portrait){
body{font-size:90%}
.row{margin-bottom:0!important}
.Box1,.Box2,.Box3,.Box4,.Box5,.Box6,.Box7,.Box8,.Box9,.Box10,.Box11,.Box12{
 width:100%;
 margin-right:0;
 margin-left:0;
 margin-bottom:0px
 }
}