/*Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	                      margin: 0;
                 	      padding: 0;
	                      border: 0;
	                      font-size: 100%;
	                      font: inherit;
	                      vertical-align: baseline;
                          }


/* HTML5 display-role reset for older browsers */

article, aside, details, 
figcaption, figure, footer, 
header, hgroup, menu, 
nav, section {
 	         display: block;
             }
body {
	 line-height: 1;
     }

ol, ul {
	   list-style: none;
       }

blockquote, q {
	          quotes: none;
              }

blockquote:before, 
blockquote:after,
q:before, 
q:after {
	    content: '';
	    content: none;
        }

table {
	  border-collapse: collapse;
  	  border-spacing: 0;
      }


/*Reset Ends*/

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after{
  clear: both;
}


/*Grid Definitions*/

/* =Gridiculous
-------------------------------------------------------------- */

.main-inner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}

*{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  box-sizing:border-box;
  }

html{
	 height: 100%;
    }

body{
	 font-size:100%;
	 line-height:1.6875;
	 height: 100%;
	 }

.grid{
	 margin:0 auto;
	 max-width:1200px;
	 width:100%;
	 }
img{
	max-width:100%;
	height:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
    }

.wfull{
	   width:100%;
	   max-width:100%;
	  }

.w1800{
	max-width: 1800px !important;
}

.w320{
	  max-width:320px;
	 }

.w640{
	  max-width:640px;
	 }

.w800{
      max-width: 800px;
      overflow: auto;
      }


.w960{
	  max-width:960px;
	  margin:0 auto;
	 }

.row{
	 width:100%;
	 margin-bottom:0px;
	 overflow: hidden;
	 	 }


.c1{
	width:8.33%;
   }

.c2{
	width:16.66%;
   }

.c3{
	width:25%;
   }

.c4{
	width:33.33%;
   }

.c5{
	width:41.66%;
   }

.c6{
	width:50%;
   }

.c7{
	width:58.33%;
   }

.c8{
	width:66.66%;
   }

.c9{
	width:75%;
   }

.c10{
	 width:83.33%;
	}

.c11{
	 width:91.66%;
	}

.c12{
	width:100%;
    }

.c1,
.c2,
.c3,
.c4,
.c5,
.c6,
.c7,
.c8,
.c9,
.c10,
.c11,
.c12{
	min-height:1px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	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:960px){

.row .row .c1,
.row .row .c2,
.row .row .c3,
.row .row .c4,
.row .row .c5,
.row .row .c6,
.row .row .c7,
.row .row .c8,
.row .row .c9,
.row .row .c10,
.row .row .c11,
.row .row .c12{
	          width:100%;
	          margin-bottom:20px;
	          }

.row .row > div:last-child{
	                      margin-bottom:0 !important;
	                      }

}

/* =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;
	}

.c1,
.c2,
.c3,
.c4,
.c5,
.c6,
.c7,
.c8,
.c9,
.c10,
.c11,
.c12{
	width:100%;
	margin-right:0;
	margin-left:0;
	margin-bottom:20px;
   }


}