/* line 5, ../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 35, ../scss/_base.scss */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Arimo", sans-serif;
  letter-spacing: 0.02em;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

/* line 48, ../scss/_base.scss */
html, body {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 15px;
}

/* add plugins after this line */
/* ensure that theme is the last - so that it can overwrite everything */
/* line 1, ../scss/_theme.scss */
#header {
  height: 113px;
  width: 100%;
}
/* line 5, ../scss/_theme.scss */
#header .inner {
  width: 990px;
  margin: 0 auto;
  position: relative;
}
/* line 11, ../scss/_theme.scss */
#header .inner .logo img {
  width: 170px;
  height: auto;
}
/* line 18, ../scss/_theme.scss */
#header .navigation {
  height: 41px;
  background-color: #b9b29f;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFB9B29F', endColorstr='#FF8C8A7E');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I5YjI5ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhjOGE3ZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b9b29f), color-stop(100%, #8c8a7e));
  background-image: -moz-linear-gradient(top, #b9b29f 0%, #8c8a7e 100%);
  background-image: -webkit-linear-gradient(top, #b9b29f 0%, #8c8a7e 100%);
  background-image: linear-gradient(to bottom, #b9b29f 0%, #8c8a7e 100%);
}
/* line 24, ../scss/_theme.scss */
#header .navigation .level_1 {
  width: 990px;
  margin: 0 auto;
}
/* line 28, ../scss/_theme.scss */
#header .navigation .level_1 li a {
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  padding: 0 5px;
  display: block;
  line-height: 40px;
  text-transform: uppercase;
}
/* line 39, ../scss/_theme.scss */
#header .navigation .level_1 li {
  display: inline-block;
  margin-right: 15px;
}

/* line 47, ../scss/_theme.scss */
#main {
  background-color: #dfdfdf;
}

/* line 52, ../scss/_theme.scss */
#burst-12 {
  background: red;
  width: 150px;
  height: 150px;
  position: absolute;
  text-align: center;
  right: 0;
  top: 40px;
}

/* line 62, ../scss/_theme.scss */
#burst-12:before, #burst-12:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
  width: 150px;
  background: red;
}

/* line 71, ../scss/_theme.scss */
#burst-12:before {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
}

/* line 77, ../scss/_theme.scss */
#burst-12:after {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
}

/* line 86, ../scss/_theme.scss */
.disturber {
  position: relative;
  z-index: 100;
}

/* line 95, ../scss/_theme.scss */
.starburst {
  display: block;
  width: 9em;
  height: 9em;
  background: #908b7a;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  rotation: -45deg;
  position: absolute;
  top: 2em;
  right: 2em;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-family: Arial, sans-serif;
}
/* line 112, ../scss/_theme.scss */
.starburst .big {
  display: block;
  text-align: center;
  color: #fff;
  font: 1.4em/1.4em Sans-Serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.8em;
  line-height: .9em;
  color: #fff;
  padding-top: 5px;
}
/* line 125, ../scss/_theme.scss */
.starburst .sm {
  display: block;
  text-align: left;
  margin-left: -15px;
  color: #fff;
  font: 1.4em/1.4em Sans-Serif;
  text-transform: uppercase;
  padding-top: 18px;
}

/* line 138, ../scss/_theme.scss */
.starburst span {
  display: block;
  width: 9em;
  height: 9em;
  background: #908b7a;
  -webkit-transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
  rotation: 22.5deg;
}
/* line 147, ../scss/_theme.scss */
.starburst span.big, .starburst span.sm {
  width: 100%;
  height: auto;
  display: inline-block;
  -webkit-transform: rotate(-22.5deg);
  -moz-transform: rotate(-22.5deg);
  rotation: -22.5deg;
  background: transparent;
}

/* line 159, ../scss/_theme.scss */
#footer .inner {
  width: 990px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 169, ../scss/_theme.scss */
#footer .inner .navigation .level_1 li {
  display: inline-block;
}
/* line 173, ../scss/_theme.scss */
#footer .inner .navigation .level_1 li a {
  color: #847f70;
  text-decoration: underline;
}
/* line 178, ../scss/_theme.scss */
#footer .inner .navigation .level_1 li:after {
  content: '|';
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
/* line 185, ../scss/_theme.scss */
#footer .inner .navigation .level_1 li:last-child:after {
  display: none;
}

/* line 197, ../scss/_theme.scss */
#main .inner {
  width: 990px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}
/* line 204, ../scss/_theme.scss */
#main .inner .text {
  width: 763px;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 209, ../scss/_theme.scss */
#main .inner .text .innerText {
  display: inline-block;
  padding-top: 5px;
}
/* line 214, ../scss/_theme.scss */
#main .inner .text ul {
  list-style-type: none;
}
/* line 217, ../scss/_theme.scss */
#main .inner .text ul li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  color: #b8b19e;
}
/* line 226, ../scss/_theme.scss */
#main .inner .text ul li {
  position: relative;
  padding-left: 25px;
  line-height: 2em;
}

/* line 236, ../scss/_theme.scss */
.wide #main .inner .text {
  width: 100%;
}

/* line 240, ../scss/_theme.scss */
p {
  margin: 0 0 10px;
}

/* line 244, ../scss/_theme.scss */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 251, ../scss/_theme.scss */
.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 40px;
  margin-bottom: 10px;
}

/* line 256, ../scss/_theme.scss */
.lead {
  padding-top: 5px;
}

/* line 261, ../scss/_theme.scss */
h1 {
  font-size: 36px;
  font-weight: 600;
}
/* line 265, ../scss/_theme.scss */
h1.first {
  margin-top: 0;
}

/* line 270, ../scss/_theme.scss */
h2 {
  font-size: 24px;
  font-weight: 600;
}

/* line 275, ../scss/_theme.scss */
h3 {
  font-size: 24px;
  font-weight: 600;
}

/* line 280, ../scss/_theme.scss */
.btn-primary {
  background-color: #b9b29f;
  border-color: #8c8a7e;
}

/* line 285, ../scss/_theme.scss */
.btn-primary:hover {
  background-color: #8c8a7e;
  border-color: #8c8a7e;
}

/* line 290, ../scss/_theme.scss */
.red {
  color: #e43434;
}

/* line 294, ../scss/_theme.scss */
a {
  color: #7689a0;
}

/* line 298, ../scss/_theme.scss */
strong {
  font-weight: 600;
}
