/* line 17, ../../../../../../.rvm/gems/ruby-1.9.3-p392@global/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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;
}

/* line 20, ../../../../../../.rvm/gems/ruby-1.9.3-p392@global/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
}

/* line 22, ../../../../../../.rvm/gems/ruby-1.9.3-p392@global/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 24, ../../../../../../.rvm/gems/ruby-1.9.3-p392@global/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 26, ../../../../../../.rvm/gems/ruby-1.9.3-p392@global/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 28, ../../../../../../.rvm/gems/ruby-1.9.3-p392@global/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 101, ../../../../../../.rvm/gems/ruby-1.9.3-p392@global/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 30, ../../../../../../.rvm/gems/ruby-1.9.3-p392@global/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 114, ../../../../../../.rvm/gems/ruby-1.9.3-p392@global/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* Variables */
/* Flexible image */
/* line 16, ../sass/framework.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 20, ../sass/framework.scss */
.container {
  *zoom: 1;
  position: relative;
}
/* line 38, ../../../../../../.rvm/gems/ruby-1.9.3-p392@global/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.container:after {
  content: "";
  display: table;
  clear: both;
}

/* line 24, ../sass/framework.scss */
.row {
  *zoom: 1;
  margin: 0 auto;
  max-width: 960px;
  position: relative;
  width: 100%;
}
/* line 38, ../../../../../../.rvm/gems/ruby-1.9.3-p392@global/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* line 33, ../sass/framework.scss */
[class*="col"] {
  float: left;
  display: inline;
  min-height: 1px;
  position: relative;
  margin-left: 2.545%;
}
/* line 39, ../sass/framework.scss */
[class*="col"]:first-child {
  margin-left: 0;
}

/* --- Column Width --- */
/* We can do iteration in sass just like we do in javascript or php */
/* line 47, ../sass/framework.scss */
.col1 {
  width: 6%;
}

/* line 47, ../sass/framework.scss */
.col2 {
  width: 14.545%;
}

/* line 47, ../sass/framework.scss */
.col3 {
  width: 23.091%;
}

/* line 47, ../sass/framework.scss */
.col4 {
  width: 31.636%;
}

/* line 47, ../sass/framework.scss */
.col5 {
  width: 40.182%;
}

/* line 47, ../sass/framework.scss */
.col6 {
  width: 48.727%;
}

/* line 47, ../sass/framework.scss */
.col7 {
  width: 57.273%;
}

/* line 47, ../sass/framework.scss */
.col8 {
  width: 65.818%;
}

/* line 47, ../sass/framework.scss */
.col9 {
  width: 74.364%;
}

/* line 47, ../sass/framework.scss */
.col10 {
  width: 82.909%;
}

/* line 47, ../sass/framework.scss */
.col11 {
  width: 91.455%;
}

/* line 47, ../sass/framework.scss */
.col12 {
  width: 100%;
}

/*  #Mobile Phone
================================================== */
@media only screen and (max-width: 767px) {
  /* line 56, ../sass/framework.scss */
  .row {
    max-width: 767px;
  }
  /* line 58, ../sass/framework.scss */
  .row [class*="col"] {
    margin-left: 0;
    width: 100%;
  }
}
