/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *






 * require_tree .
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
 */
/* line 58, ../../app/assets/stylesheets/application.css.scss */
#notice {
  background: #FFC;
  padding: 10px;
  margin: 20px;
  text-align: center;
  border: 4px solid #FC0;
  border-radius: 5px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}

/* line 67, ../../app/assets/stylesheets/application.css.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;
  font-family: "Avenir LT W01 65 Medium", "Helvetica", "Arial", sans-serif;
}

/* HTML5 display-role reset for older browsers */
/* line 89, ../../app/assets/stylesheets/application.css.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 93, ../../app/assets/stylesheets/application.css.scss */
body {
  line-height: 1;
}

/* line 96, ../../app/assets/stylesheets/application.css.scss */
ol, ul {
  list-style: none;
}

/* line 99, ../../app/assets/stylesheets/application.css.scss */
blockquote, q {
  quotes: none;
}

/* line 102, ../../app/assets/stylesheets/application.css.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 107, ../../app/assets/stylesheets/application.css.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 112, ../../app/assets/stylesheets/application.css.scss */
body {
  padding: 0;
  margin: 0;
  background: #212121;
}

/* line 117, ../../app/assets/stylesheets/application.css.scss */
#body_content,
#header .inner_content {
  max-width: 960px;
  padding: 0 10px;
  margin: 0 auto;
}

/* line 121, ../../app/assets/stylesheets/application.css.scss */
#header {
  background: #fff;
  height: 75px;
  border-bottom: 5px solid #38b6ea;
}

/* line 126, ../../app/assets/stylesheets/application.css.scss */
.page-2 #header {
  border-bottom: 0 none transparent;
}

/* line 129, ../../app/assets/stylesheets/application.css.scss */
#page {
  background: #FFF;
  clear: both;
  padding-bottom: 150px;
}

/* line 135, ../../app/assets/stylesheets/application.css.scss */
#logo a {
  float: left;
  display: block;
  text-indent: -9999px;
  color: transparent;
  width: 191px;
  height: 75px;
  background: url(/assets/logotyp-191x40.png) center center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* line 144, ../../app/assets/stylesheets/application.css.scss */
  #logo a {
    background: url(/assets/logotyp-383x80.png) center center no-repeat;
    background-size: 191px 40px;
  }
}

/* line 151, ../../app/assets/stylesheets/application.css.scss */
a {
  color: #2e65b4;
}

/* line 154, ../../app/assets/stylesheets/application.css.scss */
.button {
  white-space: nowrap;
}

/* line 157, ../../app/assets/stylesheets/application.css.scss */
a:hover {
  color: #38b6ea;
}

/* line 160, ../../app/assets/stylesheets/application.css.scss */
.urh {
  padding: 0 0 1em;
}
/* line 162, ../../app/assets/stylesheets/application.css.scss */
.urh a {
  text-decoration: none;
}

/* line 167, ../../app/assets/stylesheets/application.css.scss */
h1 a, h2 a {
  text-decoration: none;
}

/* line 172, ../../app/assets/stylesheets/application.css.scss */
.blogginlagg a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  text-decoration: none;
}

/* line 179, ../../app/assets/stylesheets/application.css.scss */
nav {
  float: right;
}
/* line 181, ../../app/assets/stylesheets/application.css.scss */
nav li {
  display: inline-block;
  padding: 20px 0 0;
}
/* line 184, ../../app/assets/stylesheets/application.css.scss */
nav li a {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  font-family: "Avenir LT W01 65 Medium", "Helvetica", "Arial", sans-serif;
  text-decoration: none;
  font-size: 18px;
  padding: 0 10px;
  color: #464646;
}
/* line 194, ../../app/assets/stylesheets/application.css.scss */
nav li:hover a {
  background: url(/assets/uppat.png) center 50px no-repeat;
  background-size: 15px auto;
  color: #38b6ea;
}
/* line 201, ../../app/assets/stylesheets/application.css.scss */
nav li a.selected {
  color: #38b6ea;
}
/* line 204, ../../app/assets/stylesheets/application.css.scss */
nav li ul.clearfix {
  display: none;
}
/* line 207, ../../app/assets/stylesheets/application.css.scss */
nav li:hover ul.clearfix {
  position: absolute;
  display: block;
  z-index: 1000;
}
/* line 211, ../../app/assets/stylesheets/application.css.scss */
nav li:hover ul.clearfix li {
  padding: 0;
  margin: 0;
  display: block;
}
/* line 216, ../../app/assets/stylesheets/application.css.scss */
nav li:hover ul.clearfix li a {
  display: block;
  background: #38b6ea;
  color: #FFF;
  margin: 0;
  padding: 0 24px;
}
/* line 222, ../../app/assets/stylesheets/application.css.scss */
nav li:hover ul.clearfix li a:hover {
  background: #38b6ea url(/assets/bullet.png) 10px center no-repeat;
}

/* line 231, ../../app/assets/stylesheets/application.css.scss */
.slide {
  height: 260px;
  background: url(/assets/slide-wide.png) center center no-repeat;
}
/* line 234, ../../app/assets/stylesheets/application.css.scss */
.slide a {
  text-decoration: none;
}
/* line 237, ../../app/assets/stylesheets/application.css.scss */
.slide .inner {
  max-width: 960px;
  padding: 0 10px;
  margin: 0 auto;
}
/* line 240, ../../app/assets/stylesheets/application.css.scss */
.slide h1 {
  display: block;
  font-size: 32px;
  padding-top: 40px;
  padding-bottom: 0px;
}
/* line 246, ../../app/assets/stylesheets/application.css.scss */
.slide h1 a {
  color: #FFF;
  font-family: "Avenir LT W01 65 Medium", "Helvetica", "Arial", sans-serif;
}
/* line 250, ../../app/assets/stylesheets/application.css.scss */
.slide li,
.slide p {
  display: block;
  color: #FFF;
  font-size: 18px;
  font-family: "Avenir LT W01 55 Roman", "Helvetica", "Arial", sans-serif;
  padding-top: 20px;
}
/* line 257, ../../app/assets/stylesheets/application.css.scss */
.slide li a,
.slide p a {
  font-family: "Avenir LT W01 85 Heavy", "Helvetica", "Arial", sans-serif;
  display: inline-block;
  padding: 10px;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #000;
}
/* line 265, ../../app/assets/stylesheets/application.css.scss */
.slide li a:hover,
.slide p a:hover {
  box-shadow: 1px 1px 3px #000, 1px 1px 2px #FFF;
}

/* line 272, ../../app/assets/stylesheets/application.css.scss */
.puffar {
  max-width: 960px;
  padding: 0 10px;
  margin: 0 auto;
}
/* line 274, ../../app/assets/stylesheets/application.css.scss */
.puffar.with-images {
  padding: 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
  box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.1);
}
/* line 278, ../../app/assets/stylesheets/application.css.scss */
.puffar.with-images article.ruby-on-rails {
  background: url(/assets/rails-first.png) center 50px no-repeat;
}
/* line 281, ../../app/assets/stylesheets/application.css.scss */
.puffar.with-images article.foretagshemsida {
  background: url(/assets/foretagshemsida.png) center 50px no-repeat;
}
/* line 284, ../../app/assets/stylesheets/application.css.scss */
.puffar.with-images article.appar {
  background: url(/assets/smartphone.png) center 50px no-repeat;
}
/* line 287, ../../app/assets/stylesheets/application.css.scss */
.puffar.with-images article.wordpress {
  background: url(/assets/wp.png) center 50px no-repeat;
}
/* line 290, ../../app/assets/stylesheets/application.css.scss */
.puffar.with-images article a {
  font-family: "Avenir LT W01 55 Roman", "Helvetica", "Arial", sans-serif;
  padding-bottom: 30px;
  padding-top: 220px;
  display: block;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
}
/* line 299, ../../app/assets/stylesheets/application.css.scss */
.puffar.with-images article a:hover {
  box-shadow: inset 0px 0px 20px 0px #ddd;
}
/* line 308, ../../app/assets/stylesheets/application.css.scss */
.puffar .puff {
  width: 30%;
  float: left;
  padding: 0 5%;
}
/* line 312, ../../app/assets/stylesheets/application.css.scss */
.puffar .puff.first-child {
  padding: 0;
}
/* line 315, ../../app/assets/stylesheets/application.css.scss */
.puffar .puff.last-child {
  padding: 0;
}
/* line 318, ../../app/assets/stylesheets/application.css.scss */
.puffar .puff:first-child {
  padding: 0;
}
/* line 321, ../../app/assets/stylesheets/application.css.scss */
.puffar .puff:last-child {
  padding: 0;
}
/* line 326, ../../app/assets/stylesheets/application.css.scss */
.puffar.oddeven .puff {
  width: 50%;
}
/* line 328, ../../app/assets/stylesheets/application.css.scss */
.puffar.oddeven .puff img {
  float: right;
  padding-left: 20px;
  max-height: 200px;
  width: auto;
}
/* line 336, ../../app/assets/stylesheets/application.css.scss */
.puffar h2 {
  margin: 0;
}

/* line 340, ../../app/assets/stylesheets/application.css.scss */
h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-family: "Avenir LT W01 55 Roman", "Helvetica", "Arial", sans-serif;
  line-height: 1.5em;
}

/* line 345, ../../app/assets/stylesheets/application.css.scss */
h1 {
  font-size: 32px;
}

/* line 348, ../../app/assets/stylesheets/application.css.scss */
h2 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 5px;
}

/* line 353, ../../app/assets/stylesheets/application.css.scss */
h3 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 5px;
  width: auto;
}

/* line 359, ../../app/assets/stylesheets/application.css.scss */
h4 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 3px;
  font-family: "Avenir LT W01 85 Heavy", "Helvetica", "Arial", sans-serif;
  width: auto;
}

/* line 366, ../../app/assets/stylesheets/application.css.scss */
li,
p {
  font-size: 18px;
  font-family: "Minion W01 Cap Regular", serif;
  line-height: 1.3em;
  color: #555;
  padding: 3px 0 10px;
}
/* line 373, ../../app/assets/stylesheets/application.css.scss */
li *,
p * {
  font-family: "Minion W01 Cap Regular", serif;
}
/* line 376, ../../app/assets/stylesheets/application.css.scss */
li strong,
p strong {
  font-family: "Minion W01 Cap Regular", serif;
  font-weight: bold;
}

/* line 382, ../../app/assets/stylesheets/application.css.scss */
abbr {
  border-bottom: 1px dotted #aaa;
  cursor: help;
}

/* line 386, ../../app/assets/stylesheets/application.css.scss */
footer {
  padding: 50px 0 100px;
  background: #212121;
  border-top: 3px solid #38b6ea;
}
/* line 390, ../../app/assets/stylesheets/application.css.scss */
footer .inner {
  max-width: 960px;
  padding: 0 10px;
  margin: 0 auto;
  padding-top: 10px;
  font-family: "Avenir LT W01 55 Roman", "Helvetica", "Arial", sans-serif;
}
/* line 394, ../../app/assets/stylesheets/application.css.scss */
footer .inner p, footer .inner li, footer .inner a {
  font-family: "Avenir LT W01 55 Roman", "Helvetica", "Arial", sans-serif;
  color: #ccc;
  font-size: 13px;
  line-height: 19px;
}
/* line 400, ../../app/assets/stylesheets/application.css.scss */
footer .inner a {
  text-decoration: none;
}
/* line 403, ../../app/assets/stylesheets/application.css.scss */
footer .inner ul li,
footer .inner ul li a {
  font-size: 16px;
  line-height: 32px;
  padding: 0;
  margin: 0;
}
/* line 410, ../../app/assets/stylesheets/application.css.scss */
footer .inner h5 {
  text-transform: uppercase;
  font-family: "Avenir LT W01 85 Heavy", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  color: #FFF;
  border-bottom: 1px solid #38b6ea;
  display: block;
  margin-bottom: 1em;
}
/* line 419, ../../app/assets/stylesheets/application.css.scss */
footer .inner .twitter,
footer .inner .skype {
  font-family: "Avenir LT W01 55 Roman", "Helvetica", "Arial", sans-serif;
}
/* line 423, ../../app/assets/stylesheets/application.css.scss */
footer .inner .phone {
  font-family: "Avenir LT W01 85 Heavy", "Helvetica", "Arial", sans-serif;
  font-size: 28px;
  line-height: 64px;
  color: #FFF;
}
/* line 429, ../../app/assets/stylesheets/application.css.scss */
footer .inner a:hover .phone,
footer .inner a:hover {
  color: #38b6ea;
}

/* line 440, ../../app/assets/stylesheets/application.css.scss */
.clear {
  clear: both;
}

/* line 443, ../../app/assets/stylesheets/application.css.scss */
.oddeven {
  max-width: 960px;
  padding: 0 10px;
  margin: 0 auto;
}

/* line 447, ../../app/assets/stylesheets/application.css.scss */
#body_content {
  float: left;
  width: 70%;
}
/* line 453, ../../app/assets/stylesheets/application.css.scss */
#body_content ul, #body_content ol {
  padding-left: 3em;
}
/* line 456, ../../app/assets/stylesheets/application.css.scss */
#body_content ul {
  list-style: disc;
}
/* line 459, ../../app/assets/stylesheets/application.css.scss */
#body_content ol {
  list-style: decimal;
}

/* line 463, ../../app/assets/stylesheets/application.css.scss */
#sidebar {
  float: right;
  width: 25%;
}
/* line 466, ../../app/assets/stylesheets/application.css.scss */
#sidebar h2 {
  font-size: 24px;
  line-height: 32px;
  padding-top: 5px;
  padding-bottom: 05px;
  display: block;
}
/* line 473, ../../app/assets/stylesheets/application.css.scss */
#sidebar ul {
  padding: 0;
  margin: 0;
}
/* line 476, ../../app/assets/stylesheets/application.css.scss */
#sidebar ul li {
  padding-right: 10px;
}
/* line 478, ../../app/assets/stylesheets/application.css.scss */
#sidebar ul li a {
  display: block;
  padding: 10px;
  margin: 5px 0;
  background: #38b6ea;
  color: #FFF;
  text-decoration: none;
  font-family: "Avenir LT W01 85 Heavy", "Helvetica", "Arial", sans-serif;
}
/* line 486, ../../app/assets/stylesheets/application.css.scss */
#sidebar ul li a * {
  font-family: "Avenir LT W01 85 Heavy", "Helvetica", "Arial", sans-serif;
}
/* line 489, ../../app/assets/stylesheets/application.css.scss */
#sidebar ul li a:hover {
  background: #2e65b4;
}

/* line 496, ../../app/assets/stylesheets/application.css.scss */
#content {
  max-width: 960px;
  padding: 0 10px;
  margin: 0 auto;
  padding-top: 30px;
}
/* line 499, ../../app/assets/stylesheets/application.css.scss */
#content h1 {
  padding: 0 0 25px;
}

/* line 504, ../../app/assets/stylesheets/application.css.scss */
.onecolumn #body_content {
  max-width: 960px;
  padding: 0 10px;
  margin: 0 auto;
  width: 400px;
  float: none;
  text-align: center;
}
/* line 509, ../../app/assets/stylesheets/application.css.scss */
.onecolumn #body_content h1 {
  padding-top: 30px;
  padding-bottom: 15px;
}
/* line 513, ../../app/assets/stylesheets/application.css.scss */
.onecolumn #body_content label {
  display: block;
  font-family: "Avenir LT W01 85 Heavy", "Helvetica", "Arial", sans-serif;
  text-align: left;
  margin: 0 auto;
  width: 100%;
}
/* line 520, ../../app/assets/stylesheets/application.css.scss */
.onecolumn #body_content input, .onecolumn #body_content textarea {
  display: block;
  width: 98%;
  padding: 1%;
  font-family: "Avenir LT W01 55 Roman", "Helvetica", "Arial", sans-serif;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin: 3px auto 15px;
}
/* line 530, ../../app/assets/stylesheets/application.css.scss */
.onecolumn #body_content .actions input {
  width: 50%;
  height: 45px;
}
/* line 534, ../../app/assets/stylesheets/application.css.scss */
.onecolumn #body_content textarea {
  height: 75px;
}

/* line 539, ../../app/assets/stylesheets/application.css.scss */
.image-align-right {
  float: right;
  padding: 10px 0 10px 10px;
}

/* line 569, ../../app/assets/stylesheets/application.css.scss */
.button {
  display: block;
  font-size: 16px;
  padding: 0.5em 1.5em;
  display: inline-block;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF38B6EA', endColorstr='#FF127EAA');
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4YjZlYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJlNjViNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #38b6ea), color-stop(100%, #2e65b4));
  background: -moz-linear-gradient(#38b6ea, #2e65b4);
  background: -webkit-linear-gradient(#38b6ea, #2e65b4);
  background: linear-gradient(#38b6ea, #2e65b4);
  -moz-box-shadow: #7dcff1 0 1px 0 inset;
  -webkit-box-shadow: #7dcff1 0 1px 0 inset;
  box-shadow: #7dcff1 0 1px 0 inset;
  border: 1px solid #295aa0;
  color: white;
  text-shadow: #0f688d 0 -1px 0;
  text-decoration: none;
  text-align: center;
  font-family: "Avenir LT W01 85 Heavy", "Helvetica", "Arial", sans-serif;
  /*  background:#2e65b4;
    color:#FFF;
    display:block;
    height:40px;
    line-height:40px;
    text-decoration:none;
    text-align:center;
    border-radius:5px;
    box-shadow:
    0 0 3px rgba(0,0,0,0.5),
    inset 0 2px 0 -1px rgba(255,255,255,0.8)
    ;
    @include heavy;
    &:hover{
      background:#38b6ea;
    }*/
  display: inline-block;
  margin: 10px 0;
}
/* line 15, ../../../../.rvm/gems/ruby-2.1.1/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button:hover {
  text-decoration: none;
}
/* line 36, ../../../../.rvm/gems/ruby-2.1.1/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button:hover {
  background-color: #295aa0;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWVlOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI5NWFhMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #21aee8), color-stop(100%, #295aa0));
  background: -moz-linear-gradient(#21aee8, #295aa0);
  background: -webkit-linear-gradient(#21aee8, #295aa0);
  background: linear-gradient(#21aee8, #295aa0);
}
/* line 39, ../../../../.rvm/gems/ruby-2.1.1/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button:active {
  -moz-box-shadow: #265394 0 1px 2px inset;
  -webkit-box-shadow: #265394 0 1px 2px inset;
  box-shadow: #265394 0 1px 2px inset;
}
/* line 6, ../../../../.rvm/gems/ruby-2.1.1/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button.disabled, .button[disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background: #2e65b4;
  cursor: default;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 74, ../../../../.rvm/gems/ruby-2.1.1/gems/sassy-buttons-0.2.6/stylesheets/_sassy-buttons.sass */
.button::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}
/* line 549, ../../app/assets/stylesheets/application.css.scss */
.button:hover {
  color: #FFF;
}

/* line 574, ../../app/assets/stylesheets/application.css.scss */
.pricetable {
  position: relative;
  margin: 20px auto;
  height: 570px;
  background: none;
}
/* line 580, ../../app/assets/stylesheets/application.css.scss */
.pricetable .offer {
  font-style: italic;
}
/* line 583, ../../app/assets/stylesheets/application.css.scss */
.pricetable .disclaimer {
  position: absolute;
  top: 500px;
  text-align: center;
  border-bottom: 1px solid #eee;
  display: block;
  width: 100%;
  height: 50px;
  box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.2);
}
/* line 593, ../../app/assets/stylesheets/application.css.scss */
.pricetable > div {
  position: absolute;
  width: 192px;
  z-index: 9;
}
/* line 596, ../../app/assets/stylesheets/application.css.scss */
.pricetable > div li {
  border-bottom: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: #f4f5f6;
}
/* line 603, ../../app/assets/stylesheets/application.css.scss */
.pricetable > div li.last-child {
  border-bottom: 0;
}
/* line 606, ../../app/assets/stylesheets/application.css.scss */
.pricetable > div li:last-child {
  border-bottom: 0;
}
/* line 609, ../../app/assets/stylesheets/application.css.scss */
.pricetable > div ul {
  background: #fff;
}
/* line 613, ../../app/assets/stylesheets/application.css.scss */
.pricetable > div.platinum .name {
  border-radius: 0 5px 0 0;
}
/* line 617, ../../app/assets/stylesheets/application.css.scss */
.pricetable > div .name {
  padding: 0 20px;
  font-family: "Avenir LT W01 85 Heavy", "Helvetica", "Arial", sans-serif;
  font-size: 32px;
  display: block;
  margin-top: 20px;
  background: #212121;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF212121', endColorstr='#FF414141');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxNDE0MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIxMjEyMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #414141), color-stop(100%, #212121));
  background-image: -moz-linear-gradient(top, #414141 0%, #212121 100%);
  background-image: -webkit-linear-gradient(top, #414141 0%, #212121 100%);
  background-image: linear-gradient(to bottom, #414141 0%, #212121 100%);
  color: #FFF;
  height: 60px;
  line-height: 60px;
}
/* line 630, ../../app/assets/stylesheets/application.css.scss */
.pricetable > div li a {
  font-family: "Avenir LT W01 65 Medium", "Helvetica", "Arial", sans-serif;
  text-decoration: none;
}
/* line 636, ../../app/assets/stylesheets/application.css.scss */
.pricetable > div.description li, .pricetable > div.description a {
  font-family: "Avenir LT W01 85 Heavy", "Helvetica", "Arial", sans-serif;
}
/* line 639, ../../app/assets/stylesheets/application.css.scss */
.pricetable > div.description .name {
  border-radius: 5px 0 0 0;
}
/* line 642, ../../app/assets/stylesheets/application.css.scss */
.pricetable > div.description .buy {
  border: 0;
  background: transparent;
}
/* line 647, ../../app/assets/stylesheets/application.css.scss */
.pricetable > div.bronze {
  left: 192px;
}
/* line 650, ../../app/assets/stylesheets/application.css.scss */
.pricetable > div.silver {
  left: 384px;
  box-shadow: 5px 0 5px -5px rgba(0, 0, 0, 0.5), 0 -5px 5px -5px rgba(0, 0, 0, 0.5), -5px 0 5px -5px rgba(0, 0, 0, 0.5);
  z-index: 10;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
/* line 661, ../../app/assets/stylesheets/application.css.scss */
.pricetable > div.silver .name {
  background-color: #2e65b4;
  background-color: #2e65b4;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2E65B4', endColorstr='#FF38B6EA');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4YjZlYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJlNjViNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #38b6ea), color-stop(100%, #2e65b4));
  background-image: -moz-linear-gradient(top, #38b6ea 0%, #2e65b4 100%);
  background-image: -webkit-linear-gradient(top, #38b6ea 0%, #2e65b4 100%);
  background-image: linear-gradient(to bottom, #38b6ea 0%, #2e65b4 100%);
  color: #fff;
  margin-top: 0;
  height: 80px;
  line-height: 80px;
}
/* line 673, ../../app/assets/stylesheets/application.css.scss */
.pricetable > div.gold {
  left: 576px;
}
/* line 676, ../../app/assets/stylesheets/application.css.scss */
.pricetable > div .sticker {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 5px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  font-family: "Avenir LT W01 85 Heavy", "Helvetica", "Arial", sans-serif;
  color: #FFF;
}
/* line 688, ../../app/assets/stylesheets/application.css.scss */
.pricetable > div.gold {
  left: 576px;
}
/* line 691, ../../app/assets/stylesheets/application.css.scss */
.pricetable > div.platinum {
  left: 768px;
}
/* line 694, ../../app/assets/stylesheets/application.css.scss */
.pricetable > div .buy {
  padding: 20px;
  background: transparent;
  text-align: center;
}
/* line 700, ../../app/assets/stylesheets/application.css.scss */
.pricetable > div .buy a {
  display: block;
  font-size: 16px;
  padding: 0.5em 1.5em;
  display: inline-block;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF38B6EA', endColorstr='#FF127EAA');
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4YjZlYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJlNjViNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #38b6ea), color-stop(100%, #2e65b4));
  background: -moz-linear-gradient(#38b6ea, #2e65b4);
  background: -webkit-linear-gradient(#38b6ea, #2e65b4);
  background: linear-gradient(#38b6ea, #2e65b4);
  -moz-box-shadow: #7dcff1 0 1px 0 inset;
  -webkit-box-shadow: #7dcff1 0 1px 0 inset;
  box-shadow: #7dcff1 0 1px 0 inset;
  border: 1px solid #295aa0;
  color: white;
  text-shadow: #0f688d 0 -1px 0;
  text-decoration: none;
  text-align: center;
  font-family: "Avenir LT W01 85 Heavy", "Helvetica", "Arial", sans-serif;
  /*  background:#2e65b4;
    color:#FFF;
    display:block;
    height:40px;
    line-height:40px;
    text-decoration:none;
    text-align:center;
    border-radius:5px;
    box-shadow:
    0 0 3px rgba(0,0,0,0.5),
    inset 0 2px 0 -1px rgba(255,255,255,0.8)
    ;
    @include heavy;
    &:hover{
      background:#38b6ea;
    }*/
  height: 20px;
  line-height: 20px;
}
/* line 15, ../../../../.rvm/gems/ruby-2.1.1/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.pricetable > div .buy a:hover {
  text-decoration: none;
}
/* line 36, ../../../../.rvm/gems/ruby-2.1.1/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.pricetable > div .buy a:hover {
  background-color: #295aa0;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWVlOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI5NWFhMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #21aee8), color-stop(100%, #295aa0));
  background: -moz-linear-gradient(#21aee8, #295aa0);
  background: -webkit-linear-gradient(#21aee8, #295aa0);
  background: linear-gradient(#21aee8, #295aa0);
}
/* line 39, ../../../../.rvm/gems/ruby-2.1.1/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.pricetable > div .buy a:active {
  -moz-box-shadow: #265394 0 1px 2px inset;
  -webkit-box-shadow: #265394 0 1px 2px inset;
  box-shadow: #265394 0 1px 2px inset;
}
/* line 6, ../../../../.rvm/gems/ruby-2.1.1/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.pricetable > div .buy a.disabled, .pricetable > div .buy a[disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background: #2e65b4;
  cursor: default;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 74, ../../../../.rvm/gems/ruby-2.1.1/gems/sassy-buttons-0.2.6/stylesheets/_sassy-buttons.sass */
.pricetable > div .buy a::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}
/* line 549, ../../app/assets/stylesheets/application.css.scss */
.pricetable > div .buy a:hover {
  color: #FFF;
}
/* line 705, ../../app/assets/stylesheets/application.css.scss */
.pricetable > div .buy.free a {
  font-size: 16px;
  padding: 0.5em 1.5em;
  display: inline-block;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFBBBBBB', endColorstr='#FF888888');
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg4ODg4OCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bbbbbb), color-stop(100%, #888888));
  background: -moz-linear-gradient(#bbbbbb, #888888);
  background: -webkit-linear-gradient(#bbbbbb, #888888);
  background: linear-gradient(#bbbbbb, #888888);
  -moz-box-shadow: #e1e1e1 0 1px 0 inset;
  -webkit-box-shadow: #e1e1e1 0 1px 0 inset;
  box-shadow: #e1e1e1 0 1px 0 inset;
  border: 1px solid #7b7b7b;
  color: white;
  text-shadow: dimgray 0 -1px 0;
}
/* line 15, ../../../../.rvm/gems/ruby-2.1.1/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.pricetable > div .buy.free a:hover {
  text-decoration: none;
}
/* line 36, ../../../../.rvm/gems/ruby-2.1.1/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.pricetable > div .buy.free a:hover {
  background-color: #7b7b7b;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlYWVhZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdiN2I3YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aeaeae), color-stop(100%, #7b7b7b));
  background: -moz-linear-gradient(#aeaeae, #7b7b7b);
  background: -webkit-linear-gradient(#aeaeae, #7b7b7b);
  background: linear-gradient(#aeaeae, #7b7b7b);
}
/* line 39, ../../../../.rvm/gems/ruby-2.1.1/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.pricetable > div .buy.free a:active {
  -moz-box-shadow: #747474 0 1px 2px inset;
  -webkit-box-shadow: #747474 0 1px 2px inset;
  box-shadow: #747474 0 1px 2px inset;
}
/* line 6, ../../../../.rvm/gems/ruby-2.1.1/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.pricetable > div .buy.free a.disabled, .pricetable > div .buy.free a[disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background: #888;
  cursor: default;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 74, ../../../../.rvm/gems/ruby-2.1.1/gems/sassy-buttons-0.2.6/stylesheets/_sassy-buttons.sass */
.pricetable > div .buy.free a::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}
/* line 708, ../../app/assets/stylesheets/application.css.scss */
.pricetable > div .price {
  font-size: 24px;
  color: #2e65b4;
  font-family: "Avenir LT W01 85 Heavy", "Helvetica", "Arial", sans-serif;
}

/* line 715, ../../app/assets/stylesheets/application.css.scss */
.container {
  max-width: 960px;
  padding: 0 10px;
  margin: 0 auto;
  padding-top: 20px;
}
/* line 718, ../../app/assets/stylesheets/application.css.scss */
.container .column {
  width: 45%;
  float: left;
  padding-right: 5%;
}

/* line 724, ../../app/assets/stylesheets/application.css.scss */
form {
  padding-top: 2em;
}

/* line 727, ../../app/assets/stylesheets/application.css.scss */
#error_explanation {
  text-align: left;
  padding: 0px 0 20px;
}
/* line 729, ../../app/assets/stylesheets/application.css.scss */
#error_explanation li {
  color: #900;
  padding: 0px 0 20px;
  font-family: "Avenir LT W01 85 Heavy", "Helvetica", "Arial", sans-serif;
}

/* line 738, ../../app/assets/stylesheets/application.css.scss */
#body_content.list article {
  padding-left: 160px;
  min-height: 160px;
  margin-bottom: 30px;
}
/* line 743, ../../app/assets/stylesheets/application.css.scss */
#body_content.list article.company {
  background: url(/assets/foretagshemsida.png) 20px 15px no-repeat;
}
/* line 746, ../../app/assets/stylesheets/application.css.scss */
#body_content.list article.wordpress {
  background: url(/assets/wp.png) 0px 15px no-repeat;
}
/* line 749, ../../app/assets/stylesheets/application.css.scss */
#body_content.list article.mobile {
  background: url(/assets/android.png) 0px 15px no-repeat;
}
/* line 752, ../../app/assets/stylesheets/application.css.scss */
#body_content.list article.ror {
  background: url(/assets/rails-colour.png) 0px 15px no-repeat;
}
/* line 755, ../../app/assets/stylesheets/application.css.scss */
#body_content.list article.hosting {
  background: url(/assets/cloud-colour.png) 0px 15px no-repeat;
}

/* line 759, ../../app/assets/stylesheets/application.css.scss */
.notice {
  font-size: 18px;
  font-family: "Avenir LT W01 55 Roman", "Helvetica", "Arial", sans-serif;
  text-align: left;
  background: url(/assets/working.png) left center no-repeat;
  padding: 50px 0;
}
/* line 765, ../../app/assets/stylesheets/application.css.scss */
.notice .notice-inner {
  padding-left: 130px;
}

/* line 769, ../../app/assets/stylesheets/application.css.scss */
span.phone {
  white-space: nowrap;
}

/* line 772, ../../app/assets/stylesheets/application.css.scss */
p.hint {
  padding: 150px 0 0;
}

/* line 776, ../../app/assets/stylesheets/application.css.scss */
.meta {
  padding: 20px 0;
}
/* line 778, ../../app/assets/stylesheets/application.css.scss */
.meta p {
  color: #999;
  font-size: 0.9em;
}

/* line 783, ../../app/assets/stylesheets/application.css.scss */
article {
  clear: both;
}
/* line 785, ../../app/assets/stylesheets/application.css.scss */
article .content {
  clear: both;
}
/* line 788, ../../app/assets/stylesheets/application.css.scss */
article .content img.right {
  float: right;
  padding: 10px 0 10px 10px;
}
/* line 792, ../../app/assets/stylesheets/application.css.scss */
article .content img.left {
  float: left;
  padding: 10px 10px 10px 0;
}

/* line 799, ../../app/assets/stylesheets/application.css.scss */
.tags a {
  text-decoration: none;
}

/* line 802, ../../app/assets/stylesheets/application.css.scss */
.tag1 {
  font-size: 1.9em;
}

/* line 805, ../../app/assets/stylesheets/application.css.scss */
.tag2 {
  font-size: 1.4em;
}

/* line 808, ../../app/assets/stylesheets/application.css.scss */
.tag3 {
  font-size: 1.2em;
}

/* line 811, ../../app/assets/stylesheets/application.css.scss */
.tag4 {
  font-size: 1em;
}

/* line 814, ../../app/assets/stylesheets/application.css.scss */
.tag5 {
  font-size: 0.5em;
}

/* line 817, ../../app/assets/stylesheets/application.css.scss */
.tag6 {
  font-size: 0.9em;
}

/* line 820, ../../app/assets/stylesheets/application.css.scss */
#content h1.blog_title {
  padding-bottom: 0;
}

/* line 823, ../../app/assets/stylesheets/application.css.scss */
.meta {
  border-bottom: 3px solid #BBB;
}
/* line 825, ../../app/assets/stylesheets/application.css.scss */
.single .meta {
  border-bottom-color: #38b6ea;
  margin-bottom: 20px;
}

/* line 830, ../../app/assets/stylesheets/application.css.scss */
blockquote,
pre {
  font-size: 12px;
  margin: 10px 0 20px;
  padding: 0 0 0 15px;
  border-left: 5px solid #eee;
}

/* line 837, ../../app/assets/stylesheets/application.css.scss */
pre {
  font-family: monospace;
}

/* line 840, ../../app/assets/stylesheets/application.css.scss */
body.development,
body.dev {
  border: 1px dashed #F00;
}

/* line 847, ../../app/assets/stylesheets/application.css.scss */
#us h3, #us h4 {
  padding: 0;
  margin: 0;
}
/* line 851, ../../app/assets/stylesheets/application.css.scss */
#us .person {
  clear: both;
  padding: 1rem 0;
  margin: 1rem 0;
}
/* line 856, ../../app/assets/stylesheets/application.css.scss */
#us .picture {
  width: 30%;
  float: left;
}
/* line 859, ../../app/assets/stylesheets/application.css.scss */
#us .picture img {
  width: 75%;
  height: auto;
  border-radius: 50%;
  transition: 1s all;
  -moz-transition: 1s all;
  -o-transition: 1s all;
  -webkit-transition: 1s all;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
/* line 870, ../../app/assets/stylesheets/application.css.scss */
#us .person:hover .picture img {
  box-shadow: 0px 0px 5px 1px #38b6ea;
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}
/* line 881, ../../app/assets/stylesheets/application.css.scss */
#us .contact_info {
  width: 40%;
  float: left;
}
/* line 885, ../../app/assets/stylesheets/application.css.scss */
#us strong {
  color: #38b6ea;
  font-size: 0.8rem;
}
/* line 889, ../../app/assets/stylesheets/application.css.scss */
#us .ask_about {
  width: 30%;
  float: right;
}
/* line 893, ../../app/assets/stylesheets/application.css.scss */
#us ul {
  margin: 0;
  padding: 0;
}
/* line 897, ../../app/assets/stylesheets/application.css.scss */
#us em {
  font-size: 1.1rem;
  font-style: italic;
  padding: 0.5rem 0;
  display: block;
}
/* line 903, ../../app/assets/stylesheets/application.css.scss */
#us li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
}
