/* line 1, app/assets/stylesheets/multi-select.css.scss */
.ms-container {
  background: transparent url("multi-select/switch.png") no-repeat 164px 80px !important;
}

/* line 5, app/assets/stylesheets/multi-select.css.scss */
.ms-container:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  min-height: 0;
  visibility: hidden;
}

/* line 9, app/assets/stylesheets/multi-select.css.scss */
.ms-container .ms-selectable, .ms-container .ms-selection {
  background: #fff;
  color: #555555;
  float: left;
}

/* line 16, app/assets/stylesheets/multi-select.css.scss */
.ms-container .ms-list {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 32, app/assets/stylesheets/multi-select.css.scss */
.ms-selected {
  display: none;
}

/* line 35, app/assets/stylesheets/multi-select.css.scss */
.ms-container .ms-selectable {
  margin-right: 40px;
}

/* line 39, app/assets/stylesheets/multi-select.css.scss */
.ms-container .ms-list.ms-focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
}

/* line 48, app/assets/stylesheets/multi-select.css.scss */
.ms-container ul {
  margin: 0;
  list-style-type: none;
}

/* line 53, app/assets/stylesheets/multi-select.css.scss */
.ms-container ul.ms-list {
  width: 160px;
  height: 200px;
  padding: 0px 0px;
  overflow-y: auto;
}

/* line 60, app/assets/stylesheets/multi-select.css.scss */
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selected {
  border-bottom: 1px #eee solid;
  padding: 2px 10px;
  color: #555;
  font-size: 14px;
}

/* line 68, app/assets/stylesheets/multi-select.css.scss */
.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled {
  background-color: #eee;
  color: #aaa;
}

/* line 74, app/assets/stylesheets/multi-select.css.scss */
.ms-container .ms-optgroup-label {
  padding: 5px 0px 0px 5px;
  cursor: pointer;
  color: #999;
}

/* line 80, app/assets/stylesheets/multi-select.css.scss */
.ms-container li.ms-elem-selectable:not(.disabled).ms-hover,
.ms-container .ms-selection li:not(.disabled).ms-hover {
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
}

/* line 4, app/assets/stylesheets/multiselect2.css.scss */
.multiselect2 {
  width: 30em;
  height: 20em;
  border: solid 1px #c0c0c0;
  padding: 14px;
  overflow: auto;
}

/* line 12, app/assets/stylesheets/multiselect2.css.scss */
.multiselect2 input {
  margin: 0px 5px 3px 0px !important;
}

/* line 16, app/assets/stylesheets/multiselect2.css.scss */
.multiselect2 label {
  margin: 1px;
  padding: 3px 5px;
  display: block;
}

/* line 22, app/assets/stylesheets/multiselect2.css.scss */
.multiselect-on {
  color: #FFFFFF;
  background-color: #1B86D2;
}

/*!
* Colorpicker for Bootstrap
*
* Copyright 2012 Stefan Petre
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*/
/* line 9, app/assets/stylesheets/colorpicker.css.scss */
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url(/assets/colorpicker/saturation-373292b9226296d598f0827e253a3ed87fa1aee38cfebb0620fb380c682186bd.png);
  cursor: crosshair;
  float: left;
}

/* line 16, app/assets/stylesheets/colorpicker.css.scss */
.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}

/* line 29, app/assets/stylesheets/colorpicker.css.scss */
.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 38, app/assets/stylesheets/colorpicker.css.scss */
.colorpicker-hue, .colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}

/* line 46, app/assets/stylesheets/colorpicker.css.scss */
.colorpicker-hue i, .colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}

/* line 57, app/assets/stylesheets/colorpicker.css.scss */
.colorpicker-hue {
  background-image: url(/assets/colorpicker/hue-76f600a164cf16262dd78abfd05bca52315ac9ef660a962bc86145322f43072a.png);
}

/* line 60, app/assets/stylesheets/colorpicker.css.scss */
.colorpicker-alpha {
  background-image: url(/assets/colorpicker/alpha-d0d1b42617b82f34ac9d0362ee4563d58b535bf7b785ed475e388b4a2a2106b2.png);
  display: none;
}

/* line 64, app/assets/stylesheets/colorpicker.css.scss */
.colorpicker {
  *zoom: 1;
  top: 0;
  left: 0;
  padding: 4px;
  min-width: 120px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 75, app/assets/stylesheets/colorpicker.css.scss */
.colorpicker:before, .colorpicker:after {
  display: table;
  content: "";
}

/* line 79, app/assets/stylesheets/colorpicker.css.scss */
.colorpicker:after {
  clear: both;
}

/* line 82, app/assets/stylesheets/colorpicker.css.scss */
.colorpicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

/* line 93, app/assets/stylesheets/colorpicker.css.scss */
.colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}

/* line 103, app/assets/stylesheets/colorpicker.css.scss */
.colorpicker div {
  position: relative;
}

/* line 106, app/assets/stylesheets/colorpicker.css.scss */
.colorpicker.alpha {
  min-width: 140px;
}

/* line 109, app/assets/stylesheets/colorpicker.css.scss */
.colorpicker.alpha .colorpicker-alpha {
  display: block;
}

/* line 112, app/assets/stylesheets/colorpicker.css.scss */
.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url(/assets/colorpicker/alpha-d0d1b42617b82f34ac9d0362ee4563d58b535bf7b785ed475e388b4a2a2106b2.png);
  background-position: 0 100%;
}

/* line 119, app/assets/stylesheets/colorpicker.css.scss */
.colorpicker-color div {
  height: 10px;
}

/* line 122, app/assets/stylesheets/colorpicker.css.scss */
.input-append.color .add-on i, .input-prepend.color .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/*
	Datepicker for Bootstrap
	Copyright 2012 Stefan Petre
	Licensed under the Apache License v2.0
	http://www.apache.org/licenses/LICENSE-2.0
*/
/* line 7, app/assets/stylesheets/datepicker.css */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*.dow { border-top: 1px solid #ddd !important; }*/
}

/* line 7, app/assets/stylesheets/datepicker.css */
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

/* line 7, app/assets/stylesheets/datepicker.css */
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}

/* line 7, app/assets/stylesheets/datepicker.css */
.datepicker > div {
  display: none;
}

/* line 7, app/assets/stylesheets/datepicker.css */
.datepicker table {
  width: 100%;
  margin: 0;
}

/* line 7, app/assets/stylesheets/datepicker.css */
.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 7, app/assets/stylesheets/datepicker.css */
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}

/* line 7, app/assets/stylesheets/datepicker.css */
.datepicker td.old, .datepicker td.new {
  color: #999999;
}

/* line 7, app/assets/stylesheets/datepicker.css */
.datepicker td.active, .datepicker td.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 7, app/assets/stylesheets/datepicker.css */
.datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active, .datepicker td.active.disabled, .datepicker td.active:hover.disabled, .datepicker td.active[disabled], .datepicker td.active:hover[disabled] {
  background-color: #0044cc;
}

/* line 7, app/assets/stylesheets/datepicker.css */
.datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active {
  background-color: #003399 \9;
}

/* line 7, app/assets/stylesheets/datepicker.css */
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 7, app/assets/stylesheets/datepicker.css */
.datepicker td span:hover {
  background: #eeeeee;
}

/* line 7, app/assets/stylesheets/datepicker.css */
.datepicker td span.active {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 7, app/assets/stylesheets/datepicker.css */
.datepicker td span.active:hover, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled] {
  background-color: #0044cc;
}

/* line 7, app/assets/stylesheets/datepicker.css */
.datepicker td span.active:active, .datepicker td span.active.active {
  background-color: #003399 \9;
}

/* line 7, app/assets/stylesheets/datepicker.css */
.datepicker td span.old {
  color: #999999;
}

/* line 7, app/assets/stylesheets/datepicker.css */
.datepicker th.switch {
  width: 145px;
}

/* line 7, app/assets/stylesheets/datepicker.css */
.datepicker th.next, .datepicker th.prev {
  font-size: 19.5px;
}

/* line 7, app/assets/stylesheets/datepicker.css */
.datepicker thead tr:first-child th {
  cursor: pointer;
}

/* line 7, app/assets/stylesheets/datepicker.css */
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}

/* line 7, app/assets/stylesheets/datepicker.css */
.input-append.date .add-on i, .input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/* line 1, app/assets/stylesheets/jquery.jqzoom.css.scss */
.zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
}

/* line 9, app/assets/stylesheets/jquery.jqzoom.css.scss */
.zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-image: url(zoomloader.gif);
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  /* * width:100px; */
  height: 49px;
  /* * height:49px; */
}

/* line 35, app/assets/stylesheets/jquery.jqzoom.css.scss */
.zoomPup {
  overflow: hidden;
  background-color: #FFF;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #CCC;
  z-index: 101;
  cursor: crosshair;
}

/* line 48, app/assets/stylesheets/jquery.jqzoom.css.scss */
.zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  /*opacity:0.5;*/
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}

/* line 61, app/assets/stylesheets/jquery.jqzoom.css.scss */
.zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #FFF;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}

/* line 71, app/assets/stylesheets/jquery.jqzoom.css.scss */
.zoomWrapper {
  position: relative;
  border: 1px solid #999;
  z-index: 110;
}

/* line 76, app/assets/stylesheets/jquery.jqzoom.css.scss */
.zoomWrapperTitle {
  display: block;
  background: #999;
  color: #FFF;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* line 94, app/assets/stylesheets/jquery.jqzoom.css.scss */
.zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}

/* line 101, app/assets/stylesheets/jquery.jqzoom.css.scss */
.zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
  max-width: none;
}

/* line 110, app/assets/stylesheets/jquery.jqzoom.css.scss */
.zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position: absolute;
  display: block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
/*! qTip2 - Pretty powerful tooltips - v2.0.0 - 2012-09-10
/* http://craigsworks.com/projects/qtip2/
/* Copyright (c) 2012 Craig Michael Thompson; Licensed MIT, GPL */
/* Fluid class for determining actual width in IE */
/* line 6, app/assets/stylesheets/jquery.qtip.css.scss */
#qtip-rcontainer {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: block;
  visibility: hidden;
}

/* Fluid class for determining actual width in IE */
/* line 15, app/assets/stylesheets/jquery.qtip.css.scss */
#qtip-rcontainer .ui-tooltip {
  display: block !important;
  visibility: hidden !important;
  position: static !important;
  float: left !important;
}

/* Core qTip styles */
/* line 23, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip, .qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
}

/* line 36, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}

/* line 45, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-titlebar {
  position: relative;
  min-height: 14px;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold;
}

/* line 55, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-titlebar + .ui-tooltip-content {
  border-top-width: 0 !important;
}

/* Default close button class */
/* line 58, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-titlebar .ui-state-default {
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -9px;
  cursor: pointer;
  outline: medium none;
  border-width: 1px;
  border-style: solid;
}

/* line 71, app/assets/stylesheets/jquery.qtip.css.scss */
* html .ui-tooltip-titlebar .ui-state-default {
  top: 16px;
}

/* IE fix */
/* line 73, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-titlebar .ui-icon,
.ui-tooltip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}

/* line 80, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-icon, .ui-tooltip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}

/* line 87, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-icon .ui-icon {
  width: 18px;
  height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma,sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
/* line 107, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-default {
  border-width: 1px;
  border-style: solid;
  border-color: #F1D031;
  background-color: #FFFFA3;
  color: #555;
}

/* line 116, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-default .ui-tooltip-titlebar {
  background-color: #FFEF93;
}

/* line 120, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-default .ui-tooltip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}

/* line 126, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-default .ui-tooltip-titlebar .ui-state-hover {
  border-color: #AAA;
  color: #111;
}

/*! Light tooltip style */
/* line 133, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-light {
  background-color: white;
  border-color: #E2E2E2;
  color: #454545;
}

/* line 139, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-light .ui-tooltip-titlebar {
  background-color: #f1f1f1;
}

/*! Dark tooltip style */
/* line 145, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-dark {
  background-color: #505050;
  border-color: #303030;
  color: #f3f3f3;
}

/* line 151, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-dark .ui-tooltip-titlebar {
  background-color: #404040;
}

/* line 155, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-dark .ui-tooltip-icon {
  border-color: #444;
}

/* line 159, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-dark .ui-tooltip-titlebar .ui-state-hover {
  border-color: #303030;
}

/*! Cream tooltip style */
/* line 165, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-cream {
  background-color: #FBF7AA;
  border-color: #F9E98E;
  color: #A27D35;
}

/* line 171, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-cream .ui-tooltip-titlebar {
  background-color: #F0DE7D;
}

/* line 175, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-cream .ui-state-default .ui-tooltip-icon {
  background-position: -82px 0;
}

/*! Red tooltip style */
/* line 181, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-red {
  background-color: #F78B83;
  border-color: #D95252;
  color: #912323;
}

/* line 187, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-red .ui-tooltip-titlebar {
  background-color: #F06D65;
}

/* line 191, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-red .ui-state-default .ui-tooltip-icon {
  background-position: -102px 0;
}

/* line 195, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-red .ui-tooltip-icon {
  border-color: #D95252;
}

/* line 199, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-red .ui-tooltip-titlebar .ui-state-hover {
  border-color: #D95252;
}

/*! Green tooltip style */
/* line 205, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-green {
  background-color: #CAED9E;
  border-color: #90D93F;
  color: #3F6219;
}

/* line 211, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-green .ui-tooltip-titlebar {
  background-color: #B0DE78;
}

/* line 215, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-green .ui-state-default .ui-tooltip-icon {
  background-position: -42px 0;
}

/*! Blue tooltip style */
/* line 221, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-blue {
  background-color: #E5F6FE;
  border-color: #ADD9ED;
  color: #5E99BD;
}

/* line 227, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-blue .ui-tooltip-titlebar {
  background-color: #D0E9F5;
}

/* line 231, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-blue .ui-state-default .ui-tooltip-icon {
  background-position: -2px 0;
}

/* Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
/* line 237, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-shadow {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
/* line 244, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-rounded,
.ui-tooltip-tipsy,
.ui-tooltip-bootstrap {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* Youtube tooltip style */
/* line 253, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-youtube {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px #333;
  -moz-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
  color: white;
  border-width: 0;
  background: #4A4A4A;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4A4A), color-stop(100%, black));
  background-image: -webkit-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -moz-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -ms-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -o-linear-gradient(top, #4A4A4A 0, black 100%);
}

/* line 273, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-youtube .ui-tooltip-titlebar {
  background-color: #4A4A4A;
  background-color: rgba(0, 0, 0, 0);
}

/* line 278, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-youtube .ui-tooltip-content {
  padding: .75em;
  font: 12px arial,sans-serif;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
}

/* line 286, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-youtube .ui-tooltip-icon {
  border-color: #222;
}

/* line 290, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-youtube .ui-tooltip-titlebar .ui-state-hover {
  border-color: #303030;
}

/* jQuery TOOLS Tooltip style */
/* line 296, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-jtools {
  background: #232323;
  background: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
  background-image: -moz-linear-gradient(top, #717171, #232323);
  background-image: -webkit-linear-gradient(top, #717171, #232323);
  background-image: -ms-linear-gradient(top, #717171, #232323);
  background-image: -o-linear-gradient(top, #717171, #232323);
  border: 2px solid #ddd;
  border: 2px solid #f1f1f1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 12px #333;
  -moz-box-shadow: 0 0 12px #333;
  box-shadow: 0 0 12px #333;
}

/* IE Specific */
/* line 318, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-jtools .ui-tooltip-titlebar {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
}

/* line 323, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-jtools .ui-tooltip-content {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
}

/* line 328, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-jtools .ui-tooltip-titlebar,
.ui-tooltip-jtools .ui-tooltip-content {
  background: transparent;
  color: white;
  border: 0 dashed transparent;
}

/* line 335, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-jtools .ui-tooltip-icon {
  border-color: #555;
}

/* line 339, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-jtools .ui-tooltip-titlebar .ui-state-hover {
  border-color: #333;
}

/* Cluetip style */
/* line 345, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-cluetip {
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  background-color: #D9D9C2;
  color: #111;
  border: 0 dashed transparent;
}

/* line 355, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-cluetip .ui-tooltip-titlebar {
  background-color: #87876A;
  color: white;
  border: 0 dashed transparent;
}

/* line 361, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-cluetip .ui-tooltip-icon {
  border-color: #808064;
}

/* line 365, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-cluetip .ui-tooltip-titlebar .ui-state-hover {
  border-color: #696952;
  color: #696952;
}

/* Tipsy style */
/* line 372, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-tipsy {
  background: black;
  background: rgba(0, 0, 0, 0.87);
  color: white;
  border: 0 solid transparent;
  font-size: 11px;
  font-family: 'Lucida Grande', sans-serif;
  font-weight: bold;
  line-height: 16px;
  text-shadow: 0 1px black;
}

/* line 386, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-tipsy .ui-tooltip-titlebar {
  padding: 6px 35px 0 10;
  background-color: transparent;
}

/* line 391, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-tipsy .ui-tooltip-content {
  padding: 6px 10;
}

/* line 395, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-tipsy .ui-tooltip-icon {
  border-color: #222;
  text-shadow: none;
}

/* line 400, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-tipsy .ui-tooltip-titlebar .ui-state-hover {
  border-color: #303030;
}

/* Tipped style */
/* line 406, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-tipped {
  border: 3px solid #959FA9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #F9F9F9;
  color: #454545;
  font-weight: normal;
  font-family: serif;
}

/* line 420, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-tipped .ui-tooltip-titlebar {
  border-bottom-width: 0;
  color: white;
  background: #3A79B8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
  background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
}

/* line 434, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-tipped .ui-tooltip-icon {
  border: 2px solid #285589;
  background: #285589;
}

/* line 439, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-tipped .ui-tooltip-icon .ui-icon {
  background-color: #FBFBFB;
  color: #555;
}

/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
/* line 451, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-bootstrap {
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

/* line 478, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-bootstrap .ui-tooltip-titlebar {
  font-size: 18px;
  line-height: 22px;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
}

/* line 486, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-bootstrap .ui-tooltip-titlebar .ui-state-default {
  right: 9px;
  top: 49%;
  border-style: none;
}

/* line 491, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-bootstrap .ui-tooltip-icon {
  background: white;
}

/* line 495, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-bootstrap .ui-tooltip-icon .ui-icon {
  width: auto;
  height: auto;
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 508, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip-bootstrap .ui-tooltip-icon .ui-icon:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* IE9 fix - removes all filters */
/* line 518, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip:not(.ie9haxors) div.ui-tooltip-content,
.ui-tooltip:not(.ie9haxors) div.ui-tooltip-titlebar {
  filter: none;
  -ms-filter: none;
}

/* Tips plugin */
/* line 526, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip .ui-tooltip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}

/* line 532, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip .ui-tooltip-tip,
.ui-tooltip .ui-tooltip-tip .qtip-vml {
  position: absolute;
  line-height: 0.1px !important;
  font-size: 0.1px !important;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent;
}

/* line 544, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip .ui-tooltip-tip canvas {
  top: 0;
  left: 0;
}

/* line 546, app/assets/stylesheets/jquery.qtip.css.scss */
.ui-tooltip .ui-tooltip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible;
}

/* Modal plugin */
/* line 552, app/assets/stylesheets/jquery.qtip.css.scss */
#qtip-overlay {
  position: fixed;
  left: -10000em;
  top: -10000em;
}

/* Applied to modals with show.modal.blur set to true */
/* line 559, app/assets/stylesheets/jquery.qtip.css.scss */
#qtip-overlay.blurs {
  cursor: pointer;
}

/* Change opacity of overlay here */
/* line 562, app/assets/stylesheets/jquery.qtip.css.scss */
#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/* Magnific Popup CSS */
/* line 2, app/assets/stylesheets/magnific-popup.css */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 14, app/assets/stylesheets/magnific-popup.css */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 24, app/assets/stylesheets/magnific-popup.css */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 36, app/assets/stylesheets/magnific-popup.css */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 42, app/assets/stylesheets/magnific-popup.css */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 45, app/assets/stylesheets/magnific-popup.css */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 53, app/assets/stylesheets/magnific-popup.css */
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 57, app/assets/stylesheets/magnific-popup.css */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 60, app/assets/stylesheets/magnific-popup.css */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 65, app/assets/stylesheets/magnific-popup.css */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 71, app/assets/stylesheets/magnific-popup.css */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 74, app/assets/stylesheets/magnific-popup.css */
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 79, app/assets/stylesheets/magnific-popup.css */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 82, app/assets/stylesheets/magnific-popup.css */
.mfp-hide {
  display: none !important;
}

/* line 85, app/assets/stylesheets/magnific-popup.css */
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 95, app/assets/stylesheets/magnific-popup.css */
.mfp-preloader a {
  color: #cccccc;
}

/* line 97, app/assets/stylesheets/magnific-popup.css */
.mfp-preloader a:hover {
  color: white;
}

/* line 100, app/assets/stylesheets/magnific-popup.css */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 103, app/assets/stylesheets/magnific-popup.css */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 106, app/assets/stylesheets/magnific-popup.css */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 118, app/assets/stylesheets/magnific-popup.css */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 122, app/assets/stylesheets/magnific-popup.css */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 138, app/assets/stylesheets/magnific-popup.css */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 141, app/assets/stylesheets/magnific-popup.css */
.mfp-close:active {
  top: 1px;
}

/* line 144, app/assets/stylesheets/magnific-popup.css */
.mfp-close-btn-in .mfp-close {
  color: #333333;
}

/* line 147, app/assets/stylesheets/magnific-popup.css */
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 154, app/assets/stylesheets/magnific-popup.css */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

/* line 162, app/assets/stylesheets/magnific-popup.css */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 173, app/assets/stylesheets/magnific-popup.css */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 175, app/assets/stylesheets/magnific-popup.css */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 178, app/assets/stylesheets/magnific-popup.css */
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 189, app/assets/stylesheets/magnific-popup.css */
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 193, app/assets/stylesheets/magnific-popup.css */
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 198, app/assets/stylesheets/magnific-popup.css */
.mfp-arrow-left {
  left: 0;
}

/* line 200, app/assets/stylesheets/magnific-popup.css */
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

/* line 203, app/assets/stylesheets/magnific-popup.css */
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

/* line 207, app/assets/stylesheets/magnific-popup.css */
.mfp-arrow-right {
  right: 0;
}

/* line 209, app/assets/stylesheets/magnific-popup.css */
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

/* line 212, app/assets/stylesheets/magnific-popup.css */
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

/* line 215, app/assets/stylesheets/magnific-popup.css */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 218, app/assets/stylesheets/magnific-popup.css */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 222, app/assets/stylesheets/magnific-popup.css */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 225, app/assets/stylesheets/magnific-popup.css */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 230, app/assets/stylesheets/magnific-popup.css */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
/* line 241, app/assets/stylesheets/magnific-popup.css */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 254, app/assets/stylesheets/magnific-popup.css */
.mfp-figure {
  line-height: 0;
}

/* line 256, app/assets/stylesheets/magnific-popup.css */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

/* line 269, app/assets/stylesheets/magnific-popup.css */
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 274, app/assets/stylesheets/magnific-popup.css */
.mfp-figure figure {
  margin: 0;
}

/* line 277, app/assets/stylesheets/magnific-popup.css */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 285, app/assets/stylesheets/magnific-popup.css */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 292, app/assets/stylesheets/magnific-popup.css */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 295, app/assets/stylesheets/magnific-popup.css */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  /* line 302, app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 305, app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* line 307, app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* line 310, app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  /* line 313, app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 323, app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  /* line 325, app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  /* line 328, app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  /* line 340, app/assets/stylesheets/magnific-popup.css */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  /* line 343, app/assets/stylesheets/magnific-popup.css */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  /* line 346, app/assets/stylesheets/magnific-popup.css */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  /* line 349, app/assets/stylesheets/magnific-popup.css */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* line 353, app/assets/stylesheets/magnific-popup.css */
.mfp-ie7 .mfp-img {
  padding: 0;
}

/* line 355, app/assets/stylesheets/magnific-popup.css */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

/* line 361, app/assets/stylesheets/magnific-popup.css */
.mfp-ie7 .mfp-container {
  padding: 0;
}

/* line 363, app/assets/stylesheets/magnific-popup.css */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

/* line 365, app/assets/stylesheets/magnific-popup.css */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* line 23, app/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix {
  *zoom: 1;
}

/* line 14, app/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

/* line 19, app/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 8, app/assets/stylesheets/bootstrap/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* line 15, app/assets/stylesheets/bootstrap/_reset.scss */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 24, app/assets/stylesheets/bootstrap/_reset.scss */
audio:not([controls]) {
  display: none;
}

/* line 31, app/assets/stylesheets/bootstrap/_reset.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 37, app/assets/stylesheets/bootstrap/_reset.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 41, app/assets/stylesheets/bootstrap/_reset.scss */
a:hover, a:active {
  outline: 0;
}

/* line 48, app/assets/stylesheets/bootstrap/_reset.scss */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 54, app/assets/stylesheets/bootstrap/_reset.scss */
sup {
  top: -0.5em;
}

/* line 57, app/assets/stylesheets/bootstrap/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 64, app/assets/stylesheets/bootstrap/_reset.scss */
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 72, app/assets/stylesheets/bootstrap/_reset.scss */
#map_canvas img {
  max-width: none;
}

/* line 80, app/assets/stylesheets/bootstrap/_reset.scss */
button, input, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

/* line 85, app/assets/stylesheets/bootstrap/_reset.scss */
button, input {
  *overflow: visible;
  line-height: normal;
}

/* line 89, app/assets/stylesheets/bootstrap/_reset.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 93, app/assets/stylesheets/bootstrap/_reset.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/* line 97, app/assets/stylesheets/bootstrap/_reset.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 103, app/assets/stylesheets/bootstrap/_reset.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 107, app/assets/stylesheets/bootstrap/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 9, app/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #333;
  background-color: #fff;
}

/* line 22, app/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #08c;
  text-decoration: none;
}

/* line 26, app/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover {
  color: #005580;
  text-decoration: underline;
}

/* line 542, app/assets/stylesheets/bootstrap/_mixins.scss */
.row {
  margin-left: -20px;
  *zoom: 1;
}

/* line 14, app/assets/stylesheets/bootstrap/_mixins.scss */
.row:before, .row:after {
  display: table;
  content: "";
}

/* line 19, app/assets/stylesheets/bootstrap/_mixins.scss */
.row:after {
  clear: both;
}

/* line 547, app/assets/stylesheets/bootstrap/_mixins.scss */
[class*="span"] {
  float: left;
  margin-left: 20px;
}

/* line 553, app/assets/stylesheets/bootstrap/_mixins.scss */
.container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
  width: 940px;
}

/* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
.span1 {
  width: 60px;
}

/* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
.span2 {
  width: 140px;
}

/* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
.span3 {
  width: 220px;
}

/* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
.span4 {
  width: 300px;
}

/* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
.span5 {
  width: 380px;
}

/* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
.span6 {
  width: 460px;
}

/* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
.span7 {
  width: 540px;
}

/* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
.span8 {
  width: 620px;
}

/* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
.span9 {
  width: 700px;
}

/* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
.span10 {
  width: 780px;
}

/* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
.span11 {
  width: 860px;
}

/* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
.span12 {
  width: 940px;
}

/* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
.offset1 {
  margin-left: 100px;
}

/* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
.offset2 {
  margin-left: 180px;
}

/* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
.offset3 {
  margin-left: 260px;
}

/* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
.offset4 {
  margin-left: 340px;
}

/* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
.offset5 {
  margin-left: 420px;
}

/* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
.offset6 {
  margin-left: 500px;
}

/* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
.offset7 {
  margin-left: 580px;
}

/* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
.offset8 {
  margin-left: 660px;
}

/* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
.offset9 {
  margin-left: 740px;
}

/* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
.offset10 {
  margin-left: 820px;
}

/* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
.offset11 {
  margin-left: 900px;
}

/* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
.offset12 {
  margin-left: 980px;
}

/* line 576, app/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid {
  width: 100%;
  *zoom: 1;
}

/* line 14, app/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

/* line 19, app/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid:after {
  clear: both;
}

/* line 579, app/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846%;
}

/* line 585, app/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

/* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.3297872336%;
}

/* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306%;
}

/* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276%;
}

/* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246%;
}

/* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216%;
}

/* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span6 {
  width: 48.936170208%;
  *width: 48.8829787186%;
}

/* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156%;
}

/* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span8 {
  width: 65.957446802%;
  *width: 65.9042553126%;
}

/* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096%;
}

/* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span10 {
  width: 82.978723396%;
  *width: 82.9255319066%;
}

/* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036%;
}

/* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span12 {
  width: 99.99999999%;
  *width: 99.9468085006%;
}

/* line 8, app/assets/stylesheets/bootstrap/_layouts.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

/* line 14, app/assets/stylesheets/bootstrap/_mixins.scss */
.container:before, .container:after {
  display: table;
  content: "";
}

/* line 19, app/assets/stylesheets/bootstrap/_mixins.scss */
.container:after {
  clear: both;
}

/* line 13, app/assets/stylesheets/bootstrap/_layouts.scss */
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

/* line 14, app/assets/stylesheets/bootstrap/_mixins.scss */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

/* line 19, app/assets/stylesheets/bootstrap/_mixins.scss */
.container-fluid:after {
  clear: both;
}

/* line 9, app/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 9px;
}

/* line 11, app/assets/stylesheets/bootstrap/_type.scss */
p small {
  font-size: 11px;
  color: #999;
}

/* line 16, app/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}

/* line 26, app/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}

/* line 32, app/assets/stylesheets/bootstrap/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  color: #999;
}

/* line 37, app/assets/stylesheets/bootstrap/_type.scss */
h1 {
  font-size: 30px;
  line-height: 36px;
}

/* line 40, app/assets/stylesheets/bootstrap/_type.scss */
h1 small {
  font-size: 18px;
}

/* line 44, app/assets/stylesheets/bootstrap/_type.scss */
h2 {
  font-size: 24px;
  line-height: 36px;
}

/* line 47, app/assets/stylesheets/bootstrap/_type.scss */
h2 small {
  font-size: 18px;
}

/* line 51, app/assets/stylesheets/bootstrap/_type.scss */
h3 {
  font-size: 18px;
  line-height: 27px;
}

/* line 54, app/assets/stylesheets/bootstrap/_type.scss */
h3 small {
  font-size: 14px;
}

/* line 58, app/assets/stylesheets/bootstrap/_type.scss */
h4, h5, h6 {
  line-height: 18px;
}

/* line 61, app/assets/stylesheets/bootstrap/_type.scss */
h4 {
  font-size: 14px;
}

/* line 63, app/assets/stylesheets/bootstrap/_type.scss */
h4 small {
  font-size: 12px;
}

/* line 67, app/assets/stylesheets/bootstrap/_type.scss */
h5 {
  font-size: 12px;
}

/* line 70, app/assets/stylesheets/bootstrap/_type.scss */
h6 {
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
}

/* line 77, app/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 17px;
  margin: 18px 0;
  border-bottom: 1px solid #eee;
}

/* line 82, app/assets/stylesheets/bootstrap/_type.scss */
.page-header h1 {
  line-height: 1;
}

/* line 92, app/assets/stylesheets/bootstrap/_type.scss */
ul, ol {
  padding: 0;
  margin: 0 0 9px 25px;
}

/* line 96, app/assets/stylesheets/bootstrap/_type.scss */
ul ul, ul ol, ol ol, ol ul {
  margin-bottom: 0;
}

/* line 99, app/assets/stylesheets/bootstrap/_type.scss */
ul {
  list-style: disc;
}

/* line 102, app/assets/stylesheets/bootstrap/_type.scss */
ol {
  list-style: decimal;
}

/* line 105, app/assets/stylesheets/bootstrap/_type.scss */
li {
  line-height: 18px;
}

/* line 108, app/assets/stylesheets/bootstrap/_type.scss */
ul.unstyled, ol.unstyled {
  margin-left: 0;
  list-style: none;
}

/* line 114, app/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-bottom: 18px;
}

/* line 117, app/assets/stylesheets/bootstrap/_type.scss */
dt, dd {
  line-height: 18px;
}

/* line 120, app/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: bold;
  line-height: 17px;
}

/* line 124, app/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 9px;
}

/* line 129, app/assets/stylesheets/bootstrap/_type.scss */
.dl-horizontal dt {
  float: left;
  width: 120px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 136, app/assets/stylesheets/bootstrap/_type.scss */
.dl-horizontal dd {
  margin-left: 130px;
}

/* line 145, app/assets/stylesheets/bootstrap/_type.scss */
hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}

/* line 153, app/assets/stylesheets/bootstrap/_type.scss */
strong {
  font-weight: bold;
}

/* line 156, app/assets/stylesheets/bootstrap/_type.scss */
em {
  font-style: italic;
}

/* line 159, app/assets/stylesheets/bootstrap/_type.scss */
.muted {
  color: #999;
}

/* line 164, app/assets/stylesheets/bootstrap/_type.scss */
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

/* line 169, app/assets/stylesheets/bootstrap/_type.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 175, app/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eee;
}

/* line 179, app/assets/stylesheets/bootstrap/_type.scss */
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.5px;
}

/* line 183, app/assets/stylesheets/bootstrap/_type.scss */
blockquote small {
  display: block;
  line-height: 18px;
  color: #999;
}

/* line 187, app/assets/stylesheets/bootstrap/_type.scss */
blockquote small:before {
  content: '\2014 \00A0';
}

/* line 193, app/assets/stylesheets/bootstrap/_type.scss */
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}

/* line 199, app/assets/stylesheets/bootstrap/_type.scss */
blockquote.pull-right p, blockquote.pull-right small {
  text-align: right;
}

/* line 206, app/assets/stylesheets/bootstrap/_type.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

/* line 211, app/assets/stylesheets/bootstrap/_type.scss */
address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
  line-height: 18px;
}

/* line 219, app/assets/stylesheets/bootstrap/_type.scss */
small {
  font-size: 100%;
}

/* line 222, app/assets/stylesheets/bootstrap/_type.scss */
cite {
  font-style: normal;
}

/* line 6, app/assets/stylesheets/bootstrap/_code.scss */
code, pre {
  padding: 0 3px 2px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 15, app/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

/* line 23, app/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12.025px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 39, app/assets/stylesheets/bootstrap/_code.scss */
pre.prettyprint {
  margin-bottom: 18px;
}

/* line 44, app/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}

/* line 53, app/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, app/assets/stylesheets/bootstrap/_forms.scss */
form {
  margin: 0 0 18px;
}

/* line 14, app/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 21, app/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 33, app/assets/stylesheets/bootstrap/_forms.scss */
legend small {
  font-size: 13.5px;
  color: #999;
}

/* line 40, app/assets/stylesheets/bootstrap/_forms.scss */
label, input, button, select, textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}

/* line 43, app/assets/stylesheets/bootstrap/_forms.scss */
input, button, select, textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 48, app/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: block;
  margin-bottom: 5px;
}

/* line 57, app/assets/stylesheets/bootstrap/_forms.scss */
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"],
input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"],
input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  display: inline-block;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555;
}

/* line 71, app/assets/stylesheets/bootstrap/_forms.scss */
input, textarea {
  width: 210px;
}

/* line 75, app/assets/stylesheets/bootstrap/_forms.scss */
textarea {
  height: auto;
}

/* line 79, app/assets/stylesheets/bootstrap/_forms.scss */
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"],
input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"],
input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

/* line 89, app/assets/stylesheets/bootstrap/_forms.scss */
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus,
input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus,
input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* line 98, app/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"], input[type="checkbox"] {
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */
  line-height: normal;
  cursor: pointer;
}

/* line 106, app/assets/stylesheets/bootstrap/_forms.scss */
input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
  width: auto;
}

/* line 111, app/assets/stylesheets/bootstrap/_forms.scss */
.uneditable-textarea {
  width: auto;
  height: auto;
}

/* line 117, app/assets/stylesheets/bootstrap/_forms.scss */
select, input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 28px;
}

/* line 124, app/assets/stylesheets/bootstrap/_forms.scss */
select {
  width: 220px;
  border: 1px solid #bbb;
}

/* line 130, app/assets/stylesheets/bootstrap/_forms.scss */
select[multiple], select[size] {
  height: auto;
}

/* line 135, app/assets/stylesheets/bootstrap/_forms.scss */
select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 145, app/assets/stylesheets/bootstrap/_forms.scss */
.radio, .checkbox {
  min-height: 18px;
  padding-left: 18px;
}

/* line 149, app/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"], .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}

/* line 155, app/assets/stylesheets/bootstrap/_forms.scss */
.controls > .radio:first-child, .controls > .checkbox:first-child {
  padding-top: 5px;
}

/* line 161, app/assets/stylesheets/bootstrap/_forms.scss */
.radio.inline, .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 167, app/assets/stylesheets/bootstrap/_forms.scss */
.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

/* line 177, app/assets/stylesheets/bootstrap/_forms.scss */
.input-mini {
  width: 60px;
}

/* line 178, app/assets/stylesheets/bootstrap/_forms.scss */
.input-small {
  width: 90px;
}

/* line 179, app/assets/stylesheets/bootstrap/_forms.scss */
.input-medium {
  width: 150px;
}

/* line 180, app/assets/stylesheets/bootstrap/_forms.scss */
.input-large {
  width: 210px;
}

/* line 181, app/assets/stylesheets/bootstrap/_forms.scss */
.input-xlarge {
  width: 270px;
}

/* line 182, app/assets/stylesheets/bootstrap/_forms.scss */
.input-xxlarge {
  width: 530px;
}

/* line 185, app/assets/stylesheets/bootstrap/_forms.scss */
input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"],
.row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

/* line 192, app/assets/stylesheets/bootstrap/_forms.scss */
.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
  display: inline-block;
}

/* line 604, app/assets/stylesheets/bootstrap/_mixins.scss */
input, textarea, .uneditable-input {
  margin-left: 0;
}

/* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 50px;
}

/* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 130px;
}

/* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 210px;
}

/* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 290px;
}

/* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 370px;
}

/* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 450px;
}

/* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 530px;
}

/* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 610px;
}

/* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 690px;
}

/* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 770px;
}

/* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 850px;
}

/* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 930px;
}

/* line 210, app/assets/stylesheets/bootstrap/_forms.scss */
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
  border-color: #ddd;
}

/* line 216, app/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
  background-color: transparent;
}

/* line 174, app/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.warning > label, .control-group.warning .help-block, .control-group.warning .help-inline {
  color: #c09853;
}

/* line 178, app/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.warning .checkbox, .control-group.warning .radio, .control-group.warning input, .control-group.warning select, .control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}

/* line 181, app/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.warning .checkbox:focus, .control-group.warning .radio:focus, .control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 0 0 6px #dbc59e;
}

/* line 187, app/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

/* line 174, app/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.error > label, .control-group.error .help-block, .control-group.error .help-inline {
  color: #b94a48;
}

/* line 178, app/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}

/* line 181, app/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.error .checkbox:focus, .control-group.error .radio:focus, .control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}

/* line 187, app/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

/* line 174, app/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.success > label, .control-group.success .help-block, .control-group.success .help-inline {
  color: #468847;
}

/* line 178, app/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.success .checkbox, .control-group.success .radio, .control-group.success input, .control-group.success select, .control-group.success textarea {
  color: #468847;
  border-color: #468847;
}

/* line 181, app/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.success .checkbox:focus, .control-group.success .radio:focus, .control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 0 0 6px #7aba7b;
}

/* line 187, app/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

/* line 241, app/assets/stylesheets/bootstrap/_forms.scss */
input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

/* line 244, app/assets/stylesheets/bootstrap/_forms.scss */
input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

/* line 255, app/assets/stylesheets/bootstrap/_forms.scss */
.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

/* line 14, app/assets/stylesheets/bootstrap/_mixins.scss */
.form-actions:before, .form-actions:after {
  display: table;
  content: "";
}

/* line 19, app/assets/stylesheets/bootstrap/_mixins.scss */
.form-actions:after {
  clear: both;
}

/* line 265, app/assets/stylesheets/bootstrap/_forms.scss */
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

/* line 98, app/assets/stylesheets/bootstrap/_mixins.scss */
:-moz-placeholder {
  color: #999;
}

/* line 101, app/assets/stylesheets/bootstrap/_mixins.scss */
:-ms-input-placeholder {
  color: #999;
}

/* line 104, app/assets/stylesheets/bootstrap/_mixins.scss */
::-webkit-input-placeholder {
  color: #999;
}

/* line 283, app/assets/stylesheets/bootstrap/_forms.scss */
.help-block, .help-inline {
  color: #555;
}

/* line 287, app/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-bottom: 9px;
}

/* line 292, app/assets/stylesheets/bootstrap/_forms.scss */
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

/* line 305, app/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend, .input-append {
  margin-bottom: 5px;
}

/* line 307, app/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend input, .input-prepend select, .input-prepend .uneditable-input, .input-append input, .input-append select, .input-append .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: middle;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* line 314, app/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend input:focus, .input-prepend select:focus, .input-prepend .uneditable-input:focus, .input-append input:focus, .input-append select:focus, .input-append .uneditable-input:focus {
  z-index: 2;
}

/* line 318, app/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend .uneditable-input, .input-append .uneditable-input {
  border-left-color: #ccc;
}

/* line 321, app/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend .add-on, .input-append .add-on {
  display: inline-block;
  width: auto;
  height: 18px;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
}

/* line 335, app/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend .add-on, .input-prepend .btn, .input-append .add-on, .input-append .btn {
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 339, app/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend .active, .input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

/* line 345, app/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend .add-on, .input-prepend .btn {
  margin-right: -1px;
}

/* line 348, app/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* line 353, app/assets/stylesheets/bootstrap/_forms.scss */
.input-append input, .input-append select, .input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* line 356, app/assets/stylesheets/bootstrap/_forms.scss */
.input-append .uneditable-input {
  border-right-color: #ccc;
  border-left-color: #eee;
}

/* line 360, app/assets/stylesheets/bootstrap/_forms.scss */
.input-append .add-on:last-child, .input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* line 366, app/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend.input-append input, .input-prepend.input-append select, .input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 369, app/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* line 373, app/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* line 384, app/assets/stylesheets/bootstrap/_forms.scss */
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}

/* line 402, app/assets/stylesheets/bootstrap/_forms.scss */
.form-search input, .form-search textarea, .form-search select, .form-search .help-inline, .form-search .uneditable-input, .form-search .input-prepend, .form-search .input-append, .form-inline input, .form-inline textarea, .form-inline select, .form-inline .help-inline, .form-inline .uneditable-input, .form-inline .input-prepend, .form-inline .input-append, .form-horizontal input, .form-horizontal textarea, .form-horizontal select, .form-horizontal .help-inline, .form-horizontal .uneditable-input, .form-horizontal .input-prepend, .form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
}

/* line 408, app/assets/stylesheets/bootstrap/_forms.scss */
.form-search .hide, .form-inline .hide, .form-horizontal .hide {
  display: none;
}

/* line 412, app/assets/stylesheets/bootstrap/_forms.scss */
.form-search label, .form-inline label {
  display: inline-block;
}

/* line 416, app/assets/stylesheets/bootstrap/_forms.scss */
.form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend {
  margin-bottom: 0;
}

/* line 420, app/assets/stylesheets/bootstrap/_forms.scss */
.form-search .radio, .form-search .checkbox, .form-inline .radio, .form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 426, app/assets/stylesheets/bootstrap/_forms.scss */
.form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

/* line 435, app/assets/stylesheets/bootstrap/_forms.scss */
.control-group {
  margin-bottom: 9px;
}

/* line 440, app/assets/stylesheets/bootstrap/_forms.scss */
legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}

/* line 450, app/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}

/* line 14, app/assets/stylesheets/bootstrap/_mixins.scss */
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  content: "";
}

/* line 19, app/assets/stylesheets/bootstrap/_mixins.scss */
.form-horizontal .control-group:after {
  clear: both;
}

/* line 455, app/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}

/* line 462, app/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 160px;
  *margin-left: 0;
}

/* line 469, app/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .controls:first-child {
  *padding-left: 160px;
}

/* line 474, app/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .help-block {
  margin-top: 9px;
  margin-bottom: 0;
}

/* line 479, app/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-actions {
  padding-left: 160px;
}

/* line 10, app/assets/stylesheets/bootstrap/_tables.scss */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 20, app/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 18px;
}

/* line 24, app/assets/stylesheets/bootstrap/_tables.scss */
.table th, .table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 31, app/assets/stylesheets/bootstrap/_tables.scss */
.table th {
  font-weight: bold;
}

/* line 35, app/assets/stylesheets/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
}

/* line 39, app/assets/stylesheets/bootstrap/_tables.scss */
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
  border-top: 0;
}

/* line 45, app/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 56, app/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed th, .table-condensed td {
  padding: 4px 5px;
}

/* line 65, app/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 71, app/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th, .table-bordered td {
  border-left: 1px solid #ddd;
}

/* line 75, app/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

/* line 81, app/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 86, app/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

/* line 92, app/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

/* line 97, app/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

/* line 111, app/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

/* line 122, app/assets/stylesheets/bootstrap/_tables.scss */
.table tbody tr:hover td, .table tbody tr:hover th {
  background-color: #f5f5f5;
}

/* line 131, app/assets/stylesheets/bootstrap/_tables.scss */
table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

/* line 131, app/assets/stylesheets/bootstrap/_tables.scss */
table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

/* line 131, app/assets/stylesheets/bootstrap/_tables.scss */
table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

/* line 131, app/assets/stylesheets/bootstrap/_tables.scss */
table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

/* line 131, app/assets/stylesheets/bootstrap/_tables.scss */
table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

/* line 131, app/assets/stylesheets/bootstrap/_tables.scss */
table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

/* line 131, app/assets/stylesheets/bootstrap/_tables.scss */
table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

/* line 131, app/assets/stylesheets/bootstrap/_tables.scss */
table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

/* line 131, app/assets/stylesheets/bootstrap/_tables.scss */
table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

/* line 131, app/assets/stylesheets/bootstrap/_tables.scss */
table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

/* line 131, app/assets/stylesheets/bootstrap/_tables.scss */
table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

/* line 131, app/assets/stylesheets/bootstrap/_tables.scss */
table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

/* line 17, app/assets/stylesheets/bootstrap/_sprites.scss */
[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(/glyphicons-halflings.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

/* line 67, app/assets/stylesheets/bootstrap/_mixins.scss */
[class^="icon-"]:last-child, [class*=" icon-"]:last-child {
  *margin-left: 0;
}

/* line 28, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-white {
  background-image: url(/glyphicons-halflings-white.png);
}

/* line 32, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-glass {
  background-position: 0      0;
}

/* line 33, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-music {
  background-position: -24px  0;
}

/* line 34, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-search {
  background-position: -48px  0;
}

/* line 35, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-envelope {
  background-position: -72px  0;
}

/* line 36, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-heart {
  background-position: -96px  0;
}

/* line 37, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-star {
  background-position: -120px 0;
}

/* line 38, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-star-empty {
  background-position: -144px 0;
}

/* line 39, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-user {
  background-position: -168px 0;
}

/* line 40, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-film {
  background-position: -192px 0;
}

/* line 41, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-th-large {
  background-position: -216px 0;
}

/* line 42, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-th {
  background-position: -240px 0;
}

/* line 43, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-th-list {
  background-position: -264px 0;
}

/* line 44, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-ok {
  background-position: -288px 0;
}

/* line 45, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-remove {
  background-position: -312px 0;
}

/* line 46, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-zoom-in {
  background-position: -336px 0;
}

/* line 47, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-zoom-out {
  background-position: -360px 0;
}

/* line 48, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-off {
  background-position: -384px 0;
}

/* line 49, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-signal {
  background-position: -408px 0;
}

/* line 50, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-cog {
  background-position: -432px 0;
}

/* line 51, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-trash {
  background-position: -456px 0;
}

/* line 53, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-home {
  background-position: 0      -24px;
}

/* line 54, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-file {
  background-position: -24px  -24px;
}

/* line 55, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-time {
  background-position: -48px  -24px;
}

/* line 56, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-road {
  background-position: -72px  -24px;
}

/* line 57, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-download-alt {
  background-position: -96px  -24px;
}

/* line 58, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-download {
  background-position: -120px -24px;
}

/* line 59, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-upload {
  background-position: -144px -24px;
}

/* line 60, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-inbox {
  background-position: -168px -24px;
}

/* line 61, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-play-circle {
  background-position: -192px -24px;
}

/* line 62, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-repeat {
  background-position: -216px -24px;
}

/* line 63, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-refresh {
  background-position: -240px -24px;
}

/* line 64, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-list-alt {
  background-position: -264px -24px;
}

/* line 65, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-lock {
  background-position: -287px -24px;
}

/* line 66, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-flag {
  background-position: -312px -24px;
}

/* line 67, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-headphones {
  background-position: -336px -24px;
}

/* line 68, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-volume-off {
  background-position: -360px -24px;
}

/* line 69, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-volume-down {
  background-position: -384px -24px;
}

/* line 70, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-volume-up {
  background-position: -408px -24px;
}

/* line 71, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-qrcode {
  background-position: -432px -24px;
}

/* line 72, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-barcode {
  background-position: -456px -24px;
}

/* line 74, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-tag {
  background-position: 0      -48px;
}

/* line 75, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-tags {
  background-position: -25px  -48px;
}

/* line 76, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-book {
  background-position: -48px  -48px;
}

/* line 77, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-bookmark {
  background-position: -72px  -48px;
}

/* line 78, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-print {
  background-position: -96px  -48px;
}

/* line 79, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-camera {
  background-position: -120px -48px;
}

/* line 80, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-font {
  background-position: -144px -48px;
}

/* line 81, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-bold {
  background-position: -167px -48px;
}

/* line 82, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-italic {
  background-position: -192px -48px;
}

/* line 83, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-text-height {
  background-position: -216px -48px;
}

/* line 84, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-text-width {
  background-position: -240px -48px;
}

/* line 85, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-align-left {
  background-position: -264px -48px;
}

/* line 86, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-align-center {
  background-position: -288px -48px;
}

/* line 87, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-align-right {
  background-position: -312px -48px;
}

/* line 88, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-align-justify {
  background-position: -336px -48px;
}

/* line 89, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-list {
  background-position: -360px -48px;
}

/* line 90, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-indent-left {
  background-position: -384px -48px;
}

/* line 91, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-indent-right {
  background-position: -408px -48px;
}

/* line 92, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-facetime-video {
  background-position: -432px -48px;
}

/* line 93, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-picture {
  background-position: -456px -48px;
}

/* line 95, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-pencil {
  background-position: 0      -72px;
}

/* line 96, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-map-marker {
  background-position: -24px  -72px;
}

/* line 97, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-adjust {
  background-position: -48px  -72px;
}

/* line 98, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-tint {
  background-position: -72px  -72px;
}

/* line 99, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-edit {
  background-position: -96px  -72px;
}

/* line 100, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-share {
  background-position: -120px -72px;
}

/* line 101, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-check {
  background-position: -144px -72px;
}

/* line 102, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-move {
  background-position: -168px -72px;
}

/* line 103, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-step-backward {
  background-position: -192px -72px;
}

/* line 104, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-fast-backward {
  background-position: -216px -72px;
}

/* line 105, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-backward {
  background-position: -240px -72px;
}

/* line 106, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-play {
  background-position: -264px -72px;
}

/* line 107, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-pause {
  background-position: -288px -72px;
}

/* line 108, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-stop {
  background-position: -312px -72px;
}

/* line 109, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-forward {
  background-position: -336px -72px;
}

/* line 110, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-fast-forward {
  background-position: -360px -72px;
}

/* line 111, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-step-forward {
  background-position: -384px -72px;
}

/* line 112, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-eject {
  background-position: -408px -72px;
}

/* line 113, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-chevron-left {
  background-position: -432px -72px;
}

/* line 114, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-chevron-right {
  background-position: -456px -72px;
}

/* line 116, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-plus-sign {
  background-position: 0      -96px;
}

/* line 117, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-minus-sign {
  background-position: -24px  -96px;
}

/* line 118, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-remove-sign {
  background-position: -48px  -96px;
}

/* line 119, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-ok-sign {
  background-position: -72px  -96px;
}

/* line 120, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-question-sign {
  background-position: -96px  -96px;
}

/* line 121, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-info-sign {
  background-position: -120px -96px;
}

/* line 122, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-screenshot {
  background-position: -144px -96px;
}

/* line 123, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-remove-circle {
  background-position: -168px -96px;
}

/* line 124, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-ok-circle {
  background-position: -192px -96px;
}

/* line 125, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-ban-circle {
  background-position: -216px -96px;
}

/* line 126, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-arrow-left {
  background-position: -240px -96px;
}

/* line 127, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-arrow-right {
  background-position: -264px -96px;
}

/* line 128, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-arrow-up {
  background-position: -289px -96px;
}

/* line 129, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-arrow-down {
  background-position: -312px -96px;
}

/* line 130, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-share-alt {
  background-position: -336px -96px;
}

/* line 131, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-resize-full {
  background-position: -360px -96px;
}

/* line 132, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-resize-small {
  background-position: -384px -96px;
}

/* line 133, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-plus {
  background-position: -408px -96px;
}

/* line 134, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-minus {
  background-position: -433px -96px;
}

/* line 135, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-asterisk {
  background-position: -456px -96px;
}

/* line 137, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-exclamation-sign {
  background-position: 0      -120px;
}

/* line 138, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-gift {
  background-position: -24px  -120px;
}

/* line 139, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-leaf {
  background-position: -48px  -120px;
}

/* line 140, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-fire {
  background-position: -72px  -120px;
}

/* line 141, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-eye-open {
  background-position: -96px  -120px;
}

/* line 142, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-eye-close {
  background-position: -120px -120px;
}

/* line 143, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-warning-sign {
  background-position: -144px -120px;
}

/* line 144, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-plane {
  background-position: -168px -120px;
}

/* line 145, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-calendar {
  background-position: -192px -120px;
}

/* line 146, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-random {
  background-position: -216px -120px;
}

/* line 147, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-comment {
  background-position: -240px -120px;
}

/* line 148, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-magnet {
  background-position: -264px -120px;
}

/* line 149, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-chevron-up {
  background-position: -288px -120px;
}

/* line 150, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-chevron-down {
  background-position: -313px -119px;
}

/* line 151, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-retweet {
  background-position: -336px -120px;
}

/* line 152, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-shopping-cart {
  background-position: -360px -120px;
}

/* line 153, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-folder-close {
  background-position: -384px -120px;
}

/* line 154, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-folder-open {
  background-position: -408px -120px;
}

/* line 155, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-resize-vertical {
  background-position: -432px -119px;
}

/* line 156, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-resize-horizontal {
  background-position: -456px -118px;
}

/* line 158, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-hdd {
  background-position: 0      -144px;
}

/* line 159, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-bullhorn {
  background-position: -24px  -144px;
}

/* line 160, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-bell {
  background-position: -48px  -144px;
}

/* line 161, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-certificate {
  background-position: -72px  -144px;
}

/* line 162, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-thumbs-up {
  background-position: -96px  -144px;
}

/* line 163, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-thumbs-down {
  background-position: -120px -144px;
}

/* line 164, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-hand-right {
  background-position: -144px -144px;
}

/* line 165, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-hand-left {
  background-position: -168px -144px;
}

/* line 166, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-hand-up {
  background-position: -192px -144px;
}

/* line 167, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-hand-down {
  background-position: -216px -144px;
}

/* line 168, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-circle-arrow-right {
  background-position: -240px -144px;
}

/* line 169, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-circle-arrow-left {
  background-position: -264px -144px;
}

/* line 170, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-circle-arrow-up {
  background-position: -288px -144px;
}

/* line 171, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-circle-arrow-down {
  background-position: -312px -144px;
}

/* line 172, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-globe {
  background-position: -336px -144px;
}

/* line 173, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-wrench {
  background-position: -360px -144px;
}

/* line 174, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-tasks {
  background-position: -384px -144px;
}

/* line 175, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-filter {
  background-position: -408px -144px;
}

/* line 176, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-briefcase {
  background-position: -432px -144px;
}

/* line 177, app/assets/stylesheets/bootstrap/_sprites.scss */
.icon-fullscreen {
  background-position: -456px -144px;
}

/* line 5, app/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup, .dropdown {
  position: relative;
}

/* line 8, app/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle {
  *margin-bottom: -3px;
}

/* line 12, app/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:active, .open .dropdown-toggle {
  outline: 0;
}

/* line 18, app/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #FFFFFF;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  opacity: 0.3;
  filter: alpha(opacity=30);
}

/* line 31, app/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

/* line 35, app/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown:hover .caret, .open .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 41, app/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 4px 0;
  margin: 1px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

/* line 64, app/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 70, app/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

/* line 75, app/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333;
  white-space: nowrap;
}

/* line 88, app/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #08c;
}

/* line 96, app/assets/stylesheets/bootstrap/_dropdowns.scss */
.open {
  *z-index: 1000;
}

/* line 101, app/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 108, app/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 119, app/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #FFFFFF;
  content: "\2191";
}

/* line 125, app/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

/* line 134, app/assets/stylesheets/bootstrap/_dropdowns.scss */
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 4, app/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 13, app/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 20, app/assets/stylesheets/bootstrap/_wells.scss */
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 24, app/assets/stylesheets/bootstrap/_wells.scss */
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 4, app/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 7, app/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 12, app/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/* line 17, app/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  height: auto;
}

/* line 4, app/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #FFFFFF;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 12, app/assets/stylesheets/bootstrap/_close.scss */
.close:hover {
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 23, app/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 9, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: whitesmoke;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(top, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 456, app/assets/stylesheets/bootstrap/_mixins.scss */
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

/* line 462, app/assets/stylesheets/bootstrap/_mixins.scss */
.btn:active, .btn.active {
  background-color: #cccccc \9;
}

/* line 59, app/assets/stylesheets/bootstrap/_mixins.scss */
.btn:first-child {
  *margin-left: 0;
}

/* line 32, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

/* line 45, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 50, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn.active, .btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 59, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 72, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 78, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-large [class^="icon-"] {
  margin-top: 1px;
}

/* line 83, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}

/* line 88, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-small [class^="icon-"] {
  margin-top: -1px;
}

/* line 93, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}

/* line 105, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary, .btn-primary:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 110, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

/* line 116, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

/* line 121, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  background-color: #0074cc;
  background-image: -moz-linear-gradient(top, #08c, #0055cc);
  background-image: -ms-linear-gradient(top, #08c, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #08c, #0055cc);
  background-image: -o-linear-gradient(top, #08c, #0055cc);
  background-image: linear-gradient(top, #08c, #0055cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0055CC', GradientType=0);
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #0055cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 456, app/assets/stylesheets/bootstrap/_mixins.scss */
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
}

/* line 462, app/assets/stylesheets/bootstrap/_mixins.scss */
.btn-primary:active, .btn-primary.active {
  background-color: #004099 \9;
}

/* line 125, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 456, app/assets/stylesheets/bootstrap/_mixins.scss */
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  background-color: #f89406;
  *background-color: #df8505;
}

/* line 462, app/assets/stylesheets/bootstrap/_mixins.scss */
.btn-warning:active, .btn-warning.active {
  background-color: #c67605 \9;
}

/* line 129, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFBD362F', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 456, app/assets/stylesheets/bootstrap/_mixins.scss */
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  background-color: #bd362f;
  *background-color: #a9302a;
}

/* line 462, app/assets/stylesheets/bootstrap/_mixins.scss */
.btn-danger:active, .btn-danger.active {
  background-color: #942a25 \9;
}

/* line 133, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 456, app/assets/stylesheets/bootstrap/_mixins.scss */
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  background-color: #51a351;
  *background-color: #499249;
}

/* line 462, app/assets/stylesheets/bootstrap/_mixins.scss */
.btn-success:active, .btn-success.active {
  background-color: #408140 \9;
}

/* line 137, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2F96B4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 456, app/assets/stylesheets/bootstrap/_mixins.scss */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

/* line 462, app/assets/stylesheets/bootstrap/_mixins.scss */
.btn-info:active, .btn-info.active {
  background-color: #24748c \9;
}

/* line 140, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-inverse {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #555, #222);
  background-image: -ms-linear-gradient(top, #555, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555), to(#222));
  background-image: -webkit-linear-gradient(top, #555, #222);
  background-image: -o-linear-gradient(top, #555, #222);
  background-image: linear-gradient(top, #555, #222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF555555', endColorstr='#FF222222', GradientType=0);
  border-color: #222 #222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 456, app/assets/stylesheets/bootstrap/_mixins.scss */
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222;
  *background-color: #151515;
}

/* line 462, app/assets/stylesheets/bootstrap/_mixins.scss */
.btn-inverse:active, .btn-inverse.active {
  background-color: #090909 \9;
}

/* line 148, app/assets/stylesheets/bootstrap/_buttons.scss */
button.btn, input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}

/* line 151, app/assets/stylesheets/bootstrap/_buttons.scss */
button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 159, app/assets/stylesheets/bootstrap/_buttons.scss */
button.btn.btn-large, input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 163, app/assets/stylesheets/bootstrap/_buttons.scss */
button.btn.btn-small, input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 167, app/assets/stylesheets/bootstrap/_buttons.scss */
button.btn.btn-mini, input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

/* line 6, app/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
}

/* line 14, app/assets/stylesheets/bootstrap/_mixins.scss */
.btn-group:before, .btn-group:after {
  display: table;
  content: "";
}

/* line 19, app/assets/stylesheets/bootstrap/_mixins.scss */
.btn-group:after {
  clear: both;
}

/* line 59, app/assets/stylesheets/bootstrap/_mixins.scss */
.btn-group:first-child {
  *margin-left: 0;
}

/* line 13, app/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group + .btn-group {
  margin-left: 5px;
}

/* line 18, app/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}

/* line 21, app/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

/* line 28, app/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 35, app/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 45, app/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

/* line 54, app/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}

/* line 63, app/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn.large:last-child, .btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

/* line 73, app/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
  z-index: 2;
}

/* line 78, app/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 88, app/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 4px;
  *padding-bottom: 4px;
}

/* line 95, app/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-mini.dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 99, app/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-small.dropdown-toggle {
  *padding-top: 4px;
  *padding-bottom: 4px;
}

/* line 103, app/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-large.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 112, app/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 118, app/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

/* line 121, app/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0055cc;
}

/* line 124, app/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

/* line 127, app/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

/* line 130, app/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

/* line 133, app/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

/* line 136, app/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}

/* line 143, app/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}

/* line 147, app/assets/stylesheets/bootstrap/_button-groups.scss */
.btn:hover .caret, .open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 151, app/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-mini .caret {
  margin-top: 5px;
}

/* line 154, app/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-small .caret {
  margin-top: 6px;
}

/* line 157, app/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-large .caret {
  margin-top: 6px;
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}

/* line 164, app/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-large .caret {
  border-bottom: 5px solid #FFFFFF;
  border-top: 0;
}

/* line 173, app/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-primary .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

/* line 5, app/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}

/* line 14, app/assets/stylesheets/bootstrap/_alerts.scss */
.alert-heading {
  color: inherit;
}

/* line 19, app/assets/stylesheets/bootstrap/_alerts.scss */
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}

/* line 29, app/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

/* line 34, app/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger, .alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

/* line 39, app/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

/* line 47, app/assets/stylesheets/bootstrap/_alerts.scss */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* line 51, app/assets/stylesheets/bootstrap/_alerts.scss */
.alert-block > p, .alert-block > ul {
  margin-bottom: 0;
}

/* line 54, app/assets/stylesheets/bootstrap/_alerts.scss */
.alert-block p + p {
  margin-top: 5px;
}

/* line 9, app/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
}

/* line 16, app/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  display: block;
}

/* line 19, app/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

/* line 25, app/assets/stylesheets/bootstrap/_navs.scss */
.nav > .pull-right {
  float: right;
}

/* line 30, app/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

/* line 41, app/assets/stylesheets/bootstrap/_navs.scss */
.nav li + .nav-header {
  margin-top: 9px;
}

/* line 49, app/assets/stylesheets/bootstrap/_navs.scss */
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

/* line 54, app/assets/stylesheets/bootstrap/_navs.scss */
.nav-list > li > a, .nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 59, app/assets/stylesheets/bootstrap/_navs.scss */
.nav-list > li > a {
  padding: 3px 15px;
}

/* line 62, app/assets/stylesheets/bootstrap/_navs.scss */
.nav-list > .active > a, .nav-list > .active > a:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #08c;
}

/* line 67, app/assets/stylesheets/bootstrap/_navs.scss */
.nav-list [class^="icon-"] {
  margin-right: 2px;
}

/* line 71, app/assets/stylesheets/bootstrap/_navs.scss */
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

/* line 81, app/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs, .nav-pills {
  *zoom: 1;
}

/* line 14, app/assets/stylesheets/bootstrap/_mixins.scss */
.nav-tabs:before, .nav-tabs:after, .nav-pills:before, .nav-pills:after {
  display: table;
  content: "";
}

/* line 19, app/assets/stylesheets/bootstrap/_mixins.scss */
.nav-tabs:after, .nav-pills:after {
  clear: both;
}

/* line 84, app/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li, .nav-pills > li {
  float: left;
}

/* line 87, app/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a, .nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

/* line 98, app/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 102, app/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  margin-bottom: -1px;
}

/* line 106, app/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* line 112, app/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

/* line 117, app/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 130, app/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 139, app/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills .active > a, .nav-pills .active > a:hover {
  color: #fff;
  background-color: #08c;
}

/* line 150, app/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 153, app/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li > a {
  margin-right: 0;
}

/* line 158, app/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs.nav-stacked {
  border-bottom: 0;
}

/* line 161, app/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 165, app/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* line 168, app/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* line 171, app/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}

/* line 177, app/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

/* line 180, app/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

/* line 189, app/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

/* line 192, app/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 199, app/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret {
  border-top-color: #08c;
  border-bottom-color: #08c;
  margin-top: 6px;
}

/* line 204, app/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* line 211, app/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .active .dropdown-toggle .caret, .nav-pills .active .dropdown-toggle .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}

/* line 218, app/assets/stylesheets/bootstrap/_navs.scss */
.nav > .dropdown.active > a:hover {
  color: #FFFFFF;
  cursor: pointer;
}

/* line 225, app/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

/* line 230, app/assets/stylesheets/bootstrap/_navs.scss */
.nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 237, app/assets/stylesheets/bootstrap/_navs.scss */
.tabs-stacked .open > a:hover {
  border-color: #999;
}

/* line 251, app/assets/stylesheets/bootstrap/_navs.scss */
.tabbable {
  *zoom: 1;
}

/* line 14, app/assets/stylesheets/bootstrap/_mixins.scss */
.tabbable:before, .tabbable:after {
  display: table;
  content: "";
}

/* line 19, app/assets/stylesheets/bootstrap/_mixins.scss */
.tabbable:after {
  clear: both;
}

/* line 254, app/assets/stylesheets/bootstrap/_navs.scss */
.tab-content {
  overflow: auto;
}

/* line 259, app/assets/stylesheets/bootstrap/_navs.scss */
.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
  border-bottom: 0;
}

/* line 264, app/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane, .pill-content > .pill-pane {
  display: none;
}

/* line 267, app/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active, .pill-content > .active {
  display: block;
}

/* line 275, app/assets/stylesheets/bootstrap/_navs.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

/* line 278, app/assets/stylesheets/bootstrap/_navs.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 282, app/assets/stylesheets/bootstrap/_navs.scss */
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* line 284, app/assets/stylesheets/bootstrap/_navs.scss */
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}

/* line 289, app/assets/stylesheets/bootstrap/_navs.scss */
.tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}

/* line 297, app/assets/stylesheets/bootstrap/_navs.scss */
.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
  float: none;
}

/* line 300, app/assets/stylesheets/bootstrap/_navs.scss */
.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 307, app/assets/stylesheets/bootstrap/_navs.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

/* line 312, app/assets/stylesheets/bootstrap/_navs.scss */
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 316, app/assets/stylesheets/bootstrap/_navs.scss */
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eee #ddd #eee #eee;
}

/* line 319, app/assets/stylesheets/bootstrap/_navs.scss */
.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}

/* line 325, app/assets/stylesheets/bootstrap/_navs.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

/* line 330, app/assets/stylesheets/bootstrap/_navs.scss */
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 334, app/assets/stylesheets/bootstrap/_navs.scss */
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eee #eee #eee #ddd;
}

/* line 337, app/assets/stylesheets/bootstrap/_navs.scss */
.tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}

/* line 8, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  *position: relative;
  *z-index: 2;
  overflow: visible;
  margin-bottom: 18px;
}

/* line 18, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333, #222);
  background-image: -ms-linear-gradient(top, #333, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#222));
  background-image: -webkit-linear-gradient(top, #333, #222);
  background-image: -o-linear-gradient(top, #333, #222);
  background-image: linear-gradient(top, #333, #222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF333333', endColorstr='#FF222222', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

/* line 29, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .container {
  width: auto;
}

/* line 34, app/assets/stylesheets/bootstrap/_navbar.scss */
.nav-collapse.collapse {
  height: auto;
}

/* line 40, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  color: #999;
}

/* line 43, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .brand:hover {
  text-decoration: none;
}

/* line 47, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .brand {
  float: left;
  display: block;
  padding: 8px 20px 12px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #999;
}

/* line 60, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}

/* line 65, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .navbar-link {
  color: #999;
}

/* line 67, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .navbar-link:hover {
  color: #fff;
}

/* line 72, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .btn, .navbar .btn-group {
  margin-top: 5px;
}

/* line 75, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .btn-group .btn {
  margin: 0;
}

/* line 81, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

/* line 14, app/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-form:before, .navbar-form:after {
  display: table;
  content: "";
}

/* line 19, app/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-form:after {
  clear: both;
}

/* line 84, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form input, .navbar-form select, .navbar-form .radio, .navbar-form .checkbox {
  margin-top: 5px;
}

/* line 87, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form input, .navbar-form select {
  display: inline-block;
  margin-bottom: 0;
}

/* line 91, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
  margin-top: 3px;
}

/* line 94, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form .input-append, .navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}

/* line 97, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form .input-append input, .navbar-form .input-prepend input {
  margin-top: 0;
}

/* line 104, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-search {
  position: relative;
  float: left;
  margin-top: 6px;
  margin-bottom: 0;
}

/* line 109, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-search .search-query {
  padding: 4px 9px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  background-color: #626262;
  border: 1px solid #151515;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 85, app/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}

/* line 88, app/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}

/* line 91, app/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}

/* line 128, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-search .search-query:focus, .navbar-search .search-query.focused {
  padding: 5px 10px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}

/* line 146, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

/* line 153, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 159, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .container, .navbar-fixed-bottom .container {
  width: 940px;
}

/* line 164, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
}

/* line 167, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
}

/* line 174, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

/* line 181, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav.pull-right {
  float: right;
}

/* line 184, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav > li {
  display: block;
  float: left;
}

/* line 190, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav > li > a {
  float: none;
  padding: 9px 10px 11px;
  line-height: 19px;
  color: #999;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 201, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .btn {
  display: inline-block;
  padding: 4px 10px 4px;
  margin: 5px 5px 6px;
  line-height: 18px;
}

/* line 209, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .btn-group {
  margin: 0;
  padding: 5px 5px 6px;
}

/* line 216, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

/* line 223, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav .active > a, .navbar .nav .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #222;
}

/* line 230, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .divider-vertical {
  height: 40px;
  width: 1px;
  margin: 0 9px;
  overflow: hidden;
  background-color: #222;
  border-right: 1px solid #333;
}

/* line 240, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav.pull-right {
  margin-left: 10px;
  margin-right: 0;
}

/* line 247, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333, #222);
  background-image: -ms-linear-gradient(top, #333, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#222));
  background-image: -webkit-linear-gradient(top, #333, #222);
  background-image: -o-linear-gradient(top, #333, #222);
  background-image: linear-gradient(top, #333, #222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF333333', endColorstr='#FF222222', GradientType=0);
  border-color: #222 #222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

/* line 456, app/assets/stylesheets/bootstrap/_mixins.scss */
.navbar .btn-navbar:hover, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
  background-color: #222;
  *background-color: #151515;
}

/* line 462, app/assets/stylesheets/bootstrap/_mixins.scss */
.navbar .btn-navbar:active, .navbar .btn-navbar.active {
  background-color: #090909 \9;
}

/* line 256, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

/* line 264, app/assets/stylesheets/bootstrap/_navbar.scss */
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

/* line 274, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}

/* line 285, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}

/* line 298, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}

/* line 305, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}

/* line 313, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav li.dropdown .dropdown-toggle .caret, .navbar .nav li.dropdown.open .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 317, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav li.dropdown.active .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 322, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
}

/* line 327, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav li.dropdown.active > .dropdown-toggle:hover {
  color: #fff;
}

/* line 333, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .pull-right .dropdown-menu, .navbar .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

/* line 336, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .pull-right .dropdown-menu:before, .navbar .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}

/* line 340, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .pull-right .dropdown-menu:after, .navbar .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}

/* line 4, app/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 7px 14px;
  margin: 0 0 18px;
  list-style: none;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #fff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #fff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #fff, #f5f5f5);
  background-image: -o-linear-gradient(top, #fff, #f5f5f5);
  background-image: linear-gradient(top, #fff, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF5F5F5', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
}

/* line 12, app/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #fff;
}

/* line 17, app/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb .divider {
  padding: 0 5px;
  color: #999;
}

/* line 21, app/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb .active a {
  color: #333;
}

/* line 4, app/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  height: 36px;
  margin: 18px 0;
}

/* line 8, app/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 16, app/assets/stylesheets/bootstrap/_pagination.scss */
.pagination li {
  display: inline;
}

/* line 19, app/assets/stylesheets/bootstrap/_pagination.scss */
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}

/* line 27, app/assets/stylesheets/bootstrap/_pagination.scss */
.pagination a:hover, .pagination .active a {
  background-color: #f5f5f5;
}

/* line 30, app/assets/stylesheets/bootstrap/_pagination.scss */
.pagination .active a {
  color: #999;
  cursor: default;
}

/* line 34, app/assets/stylesheets/bootstrap/_pagination.scss */
.pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover {
  color: #999;
  background-color: transparent;
  cursor: default;
}

/* line 39, app/assets/stylesheets/bootstrap/_pagination.scss */
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* line 43, app/assets/stylesheets/bootstrap/_pagination.scss */
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* line 48, app/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-centered {
  text-align: center;
}

/* line 51, app/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-right {
  text-align: right;
}

/* line 4, app/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  text-align: center;
  *zoom: 1;
}

/* line 14, app/assets/stylesheets/bootstrap/_mixins.scss */
.pager:before, .pager:after {
  display: table;
  content: "";
}

/* line 19, app/assets/stylesheets/bootstrap/_mixins.scss */
.pager:after {
  clear: both;
}

/* line 11, app/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}

/* line 14, app/assets/stylesheets/bootstrap/_pager.scss */
.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* line 21, app/assets/stylesheets/bootstrap/_pager.scss */
.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 25, app/assets/stylesheets/bootstrap/_pager.scss */
.pager .next a {
  float: right;
}

/* line 28, app/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous a {
  float: left;
}

/* line 31, app/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled a, .pager .disabled a:hover {
  color: #999;
  background-color: #fff;
  cursor: default;
}

/* line 6, app/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .dropdown-menu {
  z-index: 2050;
}

/* line 7, app/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .dropdown.open {
  *z-index: 2050;
}

/* line 8, app/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .popover {
  z-index: 2060;
}

/* line 9, app/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .tooltip {
  z-index: 2070;
}

/* line 13, app/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #FFFFFF;
}

/* line 22, app/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 25, app/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop, .modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 30, app/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 45, app/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -ms-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}

/* line 50, app/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade.in {
  top: 50%;
}

/* line 52, app/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

/* line 56, app/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: 2px;
}

/* line 60, app/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}

/* line 66, app/assets/stylesheets/bootstrap/_modals.scss */
.modal-form {
  margin-bottom: 0;
}

/* line 71, app/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}

/* line 14, app/assets/stylesheets/bootstrap/_mixins.scss */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
}

/* line 19, app/assets/stylesheets/bootstrap/_mixins.scss */
.modal-footer:after {
  clear: both;
}

/* line 82, app/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 87, app/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 4, app/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 12, app/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 13, app/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -2px;
}

/* line 14, app/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 2px;
}

/* line 15, app/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 2px;
}

/* line 16, app/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -2px;
}

/* line 17, app/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #FFFFFF;
}

/* line 18, app/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFFFFF;
}

/* line 19, app/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #FFFFFF;
}

/* line 20, app/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #FFFFFF;
}

/* line 22, app/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 31, app/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

/* line 4, app/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 5px;
}

/* line 11, app/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -5px;
}

/* line 12, app/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 5px;
}

/* line 13, app/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 5px;
}

/* line 14, app/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -5px;
}

/* line 15, app/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #FFFFFF;
}

/* line 16, app/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #FFFFFF;
}

/* line 17, app/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #FFFFFF;
}

/* line 18, app/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFFFFF;
}

/* line 19, app/assets/stylesheets/bootstrap/_popovers.scss */
.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}

/* line 25, app/assets/stylesheets/bootstrap/_popovers.scss */
.popover-inner {
  padding: 3px;
  width: 280px;
  overflow: hidden;
  background: #FFFFFF;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

/* line 34, app/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  padding: 9px 15px;
  line-height: 1;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

/* line 41, app/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 14px;
  background-color: #fff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 46, app/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content p, .popover-content ul, .popover-content ol {
  margin-bottom: 0;
}

/* line 6, app/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

/* line 14, app/assets/stylesheets/bootstrap/_mixins.scss */
.thumbnails:before, .thumbnails:after {
  display: table;
  content: "";
}

/* line 19, app/assets/stylesheets/bootstrap/_mixins.scss */
.thumbnails:after {
  clear: both;
}

/* line 12, app/assets/stylesheets/bootstrap/_thumbnails.scss */
.row-fluid .thumbnails {
  margin-left: 0;
}

/* line 17, app/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnails > li {
  float: left;
  margin: 0 0 18px 20px;
  float: left;
  margin-bottom: 18px;
  margin-left: 20px;
}

/* line 26, app/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 1;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 36, app/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover {
  border-color: #08c;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/* line 41, app/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 47, app/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
}

/* line 5, app/assets/stylesheets/bootstrap/_labels-badges.scss */
.label, .badge {
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
}

/* line 16, app/assets/stylesheets/bootstrap/_labels-badges.scss */
.label {
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 20, app/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge {
  padding: 1px 9px 2px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

/* line 27, app/assets/stylesheets/bootstrap/_labels-badges.scss */
a.label:hover, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 37, app/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-important, .badge-important {
  background-color: #b94a48;
}

/* line 38, app/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-important[href], .badge-important[href] {
  background-color: #953b39;
}

/* line 40, app/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-warning, .badge-warning {
  background-color: #f89406;
}

/* line 41, app/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-warning[href], .badge-warning[href] {
  background-color: #c67605;
}

/* line 43, app/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-success, .badge-success {
  background-color: #468847;
}

/* line 44, app/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-success[href], .badge-success[href] {
  background-color: #356635;
}

/* line 46, app/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-info, .badge-info {
  background-color: #3a87ad;
}

/* line 47, app/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-info[href], .badge-info[href] {
  background-color: #2d6987;
}

/* line 49, app/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-inverse, .badge-inverse {
  background-color: #333;
}

/* line 50, app/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-inverse[href], .badge-inverse[href] {
  background-color: #1a1a1a;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  /* line 22, app/assets/stylesheets/bootstrap/_progress-bars.scss */
  from {
    background-position: 40px 0;
  }
  /* line 23, app/assets/stylesheets/bootstrap/_progress-bars.scss */
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 44, app/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFF9F9F9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 54, app/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress .bar {
  width: 0%;
  height: 18px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF149BDF', endColorstr='#FF0480BE', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 68, app/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 74, app/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 88, app/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-danger .bar {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFC43C35', GradientType=0);
}

/* line 91, app/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-danger.progress-striped .bar {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
}

/* line 96, app/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-success .bar {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF57A957', GradientType=0);
}

/* line 99, app/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-success.progress-striped .bar {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
}

/* line 104, app/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-info .bar {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF339BB9', GradientType=0);
}

/* line 107, app/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-info.progress-striped .bar {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
}

/* line 112, app/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-warning .bar {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
}

/* line 116, app/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-warning.progress-striped .bar {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
}

/* line 6, app/assets/stylesheets/bootstrap/_accordion.scss */
.accordion {
  margin-bottom: 18px;
}

/* line 11, app/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 16, app/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-heading {
  border-bottom: 0;
}

/* line 19, app/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

/* line 25, app/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-toggle {
  cursor: pointer;
}

/* line 30, app/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

/* line 4, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
  margin-bottom: 18px;
  line-height: 1;
}

/* line 10, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* line 18, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 25, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel .item > img {
  display: block;
  line-height: 1;
}

/* line 30, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel .active, .carousel .next, .carousel .prev {
  display: block;
}

/* line 32, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel .active {
  left: 0;
}

/* line 36, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel .next, .carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 42, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel .next {
  left: 100%;
}

/* line 45, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel .prev {
  left: -100%;
}

/* line 48, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel .next.left, .carousel .prev.right {
  left: 0;
}

/* line 52, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel .active.left {
  left: -100%;
}

/* line 55, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel .active.right {
  left: 100%;
}

/* line 64, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 89, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 15px;
}

/* line 95, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 105, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 15px 5px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}

/* line 114, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption h4, .carousel-caption p {
  color: #fff;
}

/* line 4, app/assets/stylesheets/bootstrap/_hero-unit.scss */
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  background-color: #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 9, app/assets/stylesheets/bootstrap/_hero-unit.scss */
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}

/* line 16, app/assets/stylesheets/bootstrap/_hero-unit.scss */
.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
  color: inherit;
}

/* line 5, app/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right;
}

/* line 8, app/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left;
}

/* line 13, app/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none;
}

/* line 16, app/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block;
}

/* line 21, app/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 23, app/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix {
  *zoom: 1;
}

/* line 14, app/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

/* line 19, app/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 6, app/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.hidden {
  display: none;
  visibility: hidden;
}

/* line 14, app/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-phone {
  display: none !important;
}

/* line 15, app/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-tablet {
  display: none !important;
}

/* line 19, app/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 24, app/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-phone {
    display: inherit !important;
  }
  /* line 26, app/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .hidden-phone {
    display: none !important;
  }
  /* line 28, app/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .hidden-desktop {
    display: inherit !important;
  }
  /* line 29, app/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 35, app/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-tablet {
    display: inherit !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .hidden-tablet {
    display: none !important;
  }
  /* line 39, app/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .hidden-desktop {
    display: inherit !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-desktop {
    display: none !important;
  }
}

@media (max-width: 480px) {
  /* line 7, app/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  /* line 12, app/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .page-header h1 small {
    display: block;
    line-height: 18px;
  }
  /* line 18, app/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  input[type="checkbox"], input[type="radio"] {
    border: 1px solid #ccc;
  }
  /* line 23, app/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .control-group > label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  /* line 30, app/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .controls {
    margin-left: 0;
  }
  /* line 34, app/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .control-list {
    padding-top: 0;
  }
  /* line 38, app/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 44, app/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .modal {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
  /* line 51, app/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .modal.fade.in {
    top: auto;
  }
  /* line 53, app/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  /* line 59, app/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .carousel-caption {
    position: static;
  }
}

@media (max-width: 767px) {
  /* line 73, app/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 78, app/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .navbar-fixed-top, .navbar-fixed-bottom {
    margin-left: -20px;
    margin-right: -20px;
  }
  /* line 83, app/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .container-fluid {
    padding: 0;
  }
  /* line 91, app/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  /* line 97, app/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .dl-horizontal dd {
    margin-left: 0;
  }
  /* line 105, app/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .container {
    width: auto;
  }
  /* line 109, app/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .row-fluid {
    width: 100%;
  }
  /* line 113, app/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .row, .thumbnails {
    margin-left: 0;
  }
  /* line 117, app/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  [class*="span"], .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: auto;
    margin-left: 0;
  }
  /* line 127, app/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .input-large, .input-xlarge, .input-xxlarge, input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 131, app/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 542, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  /* line 14, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row:before, .row:after {
    display: table;
    content: "";
  }
  /* line 19, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row:after {
    clear: both;
  }
  /* line 547, app/assets/stylesheets/bootstrap/_mixins.scss */
  [class*="span"] {
    float: left;
    margin-left: 20px;
  }
  /* line 553, app/assets/stylesheets/bootstrap/_mixins.scss */
  .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 724px;
  }
  /* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
  .span1 {
    width: 42px;
  }
  /* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
  .span2 {
    width: 104px;
  }
  /* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
  .span3 {
    width: 166px;
  }
  /* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
  .span4 {
    width: 228px;
  }
  /* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
  .span5 {
    width: 290px;
  }
  /* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
  .span6 {
    width: 352px;
  }
  /* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
  .span7 {
    width: 414px;
  }
  /* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
  .span8 {
    width: 476px;
  }
  /* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
  .span9 {
    width: 538px;
  }
  /* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
  .span10 {
    width: 600px;
  }
  /* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
  .span11 {
    width: 662px;
  }
  /* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
  .span12 {
    width: 724px;
  }
  /* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
  .offset1 {
    margin-left: 82px;
  }
  /* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
  .offset2 {
    margin-left: 144px;
  }
  /* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
  .offset3 {
    margin-left: 206px;
  }
  /* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
  .offset4 {
    margin-left: 268px;
  }
  /* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
  .offset5 {
    margin-left: 330px;
  }
  /* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
  .offset6 {
    margin-left: 392px;
  }
  /* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
  .offset7 {
    margin-left: 454px;
  }
  /* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
  .offset8 {
    margin-left: 516px;
  }
  /* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
  .offset9 {
    margin-left: 578px;
  }
  /* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
  .offset10 {
    margin-left: 640px;
  }
  /* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
  .offset11 {
    margin-left: 702px;
  }
  /* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
  .offset12 {
    margin-left: 764px;
  }
  /* line 576, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  /* line 14, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }
  /* line 19, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid:after {
    clear: both;
  }
  /* line 579, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.762430939%;
    *margin-left: 2.7092394496%;
  }
  /* line 585, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  /* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.7479134826%;
  }
  /* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.3114493936%;
  }
  /* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.8749853046%;
  }
  /* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156%;
  }
  /* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266%;
  }
  /* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376%;
  }
  /* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span7 {
    width: 57.182320438%;
    *width: 57.1291289486%;
  }
  /* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span8 {
    width: 65.745856349%;
    *width: 65.6926648596%;
  }
  /* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.2562007706%;
  }
  /* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span10 {
    width: 82.872928171%;
    *width: 82.8197366816%;
  }
  /* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.3832725926%;
  }
  /* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036%;
  }
  /* line 604, app/assets/stylesheets/bootstrap/_mixins.scss */
  input, textarea, .uneditable-input {
    margin-left: 0;
  }
  /* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 32px;
  }
  /* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 94px;
  }
  /* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 156px;
  }
  /* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 218px;
  }
  /* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 280px;
  }
  /* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 342px;
  }
  /* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 404px;
  }
  /* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 466px;
  }
  /* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 528px;
  }
  /* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 590px;
  }
  /* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 652px;
  }
  /* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 714px;
  }
}

@media (min-width: 1200px) {
  /* line 542, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  /* line 14, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row:before, .row:after {
    display: table;
    content: "";
  }
  /* line 19, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row:after {
    clear: both;
  }
  /* line 547, app/assets/stylesheets/bootstrap/_mixins.scss */
  [class*="span"] {
    float: left;
    margin-left: 30px;
  }
  /* line 553, app/assets/stylesheets/bootstrap/_mixins.scss */
  .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1170px;
  }
  /* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
  .span1 {
    width: 70px;
  }
  /* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
  .span2 {
    width: 170px;
  }
  /* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
  .span3 {
    width: 270px;
  }
  /* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
  .span4 {
    width: 370px;
  }
  /* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
  .span5 {
    width: 470px;
  }
  /* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
  .span6 {
    width: 570px;
  }
  /* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
  .span7 {
    width: 670px;
  }
  /* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
  .span8 {
    width: 770px;
  }
  /* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
  .span9 {
    width: 870px;
  }
  /* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
  .span10 {
    width: 970px;
  }
  /* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
  .span11 {
    width: 1070px;
  }
  /* line 560, app/assets/stylesheets/bootstrap/_mixins.scss */
  .span12 {
    width: 1170px;
  }
  /* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
  .offset1 {
    margin-left: 130px;
  }
  /* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
  .offset2 {
    margin-left: 230px;
  }
  /* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
  .offset3 {
    margin-left: 330px;
  }
  /* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
  .offset4 {
    margin-left: 430px;
  }
  /* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
  .offset5 {
    margin-left: 530px;
  }
  /* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
  .offset6 {
    margin-left: 630px;
  }
  /* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
  .offset7 {
    margin-left: 730px;
  }
  /* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
  .offset8 {
    margin-left: 830px;
  }
  /* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
  .offset9 {
    margin-left: 930px;
  }
  /* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
  .offset10 {
    margin-left: 1030px;
  }
  /* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
  .offset11 {
    margin-left: 1130px;
  }
  /* line 568, app/assets/stylesheets/bootstrap/_mixins.scss */
  .offset12 {
    margin-left: 1230px;
  }
  /* line 576, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  /* line 14, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }
  /* line 19, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid:after {
    clear: both;
  }
  /* line 579, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564%;
    *margin-left: 2.5109110746%;
  }
  /* line 585, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  /* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.9297144936%;
  }
  /* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span2 {
    width: 14.52991453%;
    *width: 14.4767230406%;
  }
  /* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876%;
  }
  /* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346%;
  }
  /* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span5 {
    width: 40.170940171%;
    *width: 40.1177486816%;
  }
  /* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286%;
  }
  /* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756%;
  }
  /* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span8 {
    width: 65.811965812%;
    *width: 65.7587743226%;
  }
  /* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.3057828696%;
  }
  /* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166%;
  }
  /* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span11 {
    width: 91.452991453%;
    *width: 91.3997999636%;
  }
  /* line 595, app/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span12 {
    width: 100%;
    *width: 99.9468085106%;
  }
  /* line 604, app/assets/stylesheets/bootstrap/_mixins.scss */
  input, textarea, .uneditable-input {
    margin-left: 0;
  }
  /* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 60px;
  }
  /* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 160px;
  }
  /* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 260px;
  }
  /* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 360px;
  }
  /* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 460px;
  }
  /* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 560px;
  }
  /* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 660px;
  }
  /* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 760px;
  }
  /* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 860px;
  }
  /* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 960px;
  }
  /* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 1060px;
  }
  /* line 613, app/assets/stylesheets/bootstrap/_mixins.scss */
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 1160px;
  }
  /* line 16, app/assets/stylesheets/bootstrap/_responsive-1200px-min.scss */
  .thumbnails {
    margin-left: -30px;
  }
  /* line 19, app/assets/stylesheets/bootstrap/_responsive-1200px-min.scss */
  .thumbnails > li {
    margin-left: 30px;
  }
  /* line 22, app/assets/stylesheets/bootstrap/_responsive-1200px-min.scss */
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}

@media (max-width: 979px) {
  /* line 8, app/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  body {
    padding-top: 0;
  }
  /* line 12, app/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-top, .navbar-fixed-bottom {
    position: static;
  }
  /* line 15, app/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-top {
    margin-bottom: 18px;
  }
  /* line 18, app/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-bottom {
    margin-top: 18px;
  }
  /* line 21, app/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  /* line 24, app/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar .container {
    width: auto;
    padding: 0;
  }
  /* line 29, app/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  /* line 38, app/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse {
    clear: both;
  }
  /* line 42, app/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav {
    float: none;
    margin: 0 0 9px;
  }
  /* line 46, app/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li {
    float: none;
  }
  /* line 49, app/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  /* line 52, app/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  /* line 55, app/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav .nav-header {
    color: #999;
    text-shadow: none;
  }
  /* line 60, app/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    padding: 6px 15px;
    font-weight: bold;
    color: #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 67, app/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  /* line 72, app/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  /* line 75, app/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover {
    background-color: #222;
  }
  /* line 79, app/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  /* line 84, app/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: block;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 98, app/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu:before, .nav-collapse .dropdown-menu:after {
    display: none;
  }
  /* line 101, app/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  /* line 105, app/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .navbar-form, .nav-collapse .navbar-search {
    float: none;
    padding: 9px 15px;
    margin: 9px 0;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  /* line 114, app/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  /* line 119, app/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  /* line 125, app/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar .btn-navbar {
    display: block;
  }
  /* line 131, app/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 980px) {
  /* line 143, app/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../font/fontawesome-webfont.eot?v=3.2.0");
  src: url("../font/fontawesome-webfont.eot?#iefix&v=3.2.0") format("embedded-opentype"), url("../font/fontawesome-webfont.woff?v=3.2.0") format("woff"), url("../font/fontawesome-webfont.ttf?v=3.2.0") format("truetype"), url("../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.0") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 1, app/assets/stylesheets/font-awesome.min.css */
[class^="icon-"], [class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}

/* line 2, app/assets/stylesheets/font-awesome.min.css */
[class^="icon-"]:before, [class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  cursor: default;
  speak: none;
}

/* line 3, app/assets/stylesheets/font-awesome.min.css */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}

/* line 4, app/assets/stylesheets/font-awesome.min.css */
a [class^="icon-"], a [class*=" icon-"] {
  display: inline;
}

/* line 5, app/assets/stylesheets/font-awesome.min.css */
[class^="icon-"].icon-fixed-width, [class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}

/* line 5, app/assets/stylesheets/font-awesome.min.css */
[class^="icon-"].icon-fixed-width.icon-large, [class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}

/* line 6, app/assets/stylesheets/font-awesome.min.css */
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}

/* line 6, app/assets/stylesheets/font-awesome.min.css */
.icons-ul > li {
  position: relative;
}

/* line 7, app/assets/stylesheets/font-awesome.min.css */
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}

/* line 8, app/assets/stylesheets/font-awesome.min.css */
[class^="icon-"].hide, [class*=" icon-"].hide {
  display: none;
}

/* line 9, app/assets/stylesheets/font-awesome.min.css */
.icon-muted {
  color: #eeeeee;
}

/* line 10, app/assets/stylesheets/font-awesome.min.css */
.icon-light {
  color: #ffffff;
}

/* line 11, app/assets/stylesheets/font-awesome.min.css */
.icon-dark {
  color: #333333;
}

/* line 12, app/assets/stylesheets/font-awesome.min.css */
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 13, app/assets/stylesheets/font-awesome.min.css */
.icon-2x {
  font-size: 2em;
}

/* line 13, app/assets/stylesheets/font-awesome.min.css */
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 14, app/assets/stylesheets/font-awesome.min.css */
.icon-3x {
  font-size: 3em;
}

/* line 14, app/assets/stylesheets/font-awesome.min.css */
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 15, app/assets/stylesheets/font-awesome.min.css */
.icon-4x {
  font-size: 4em;
}

/* line 15, app/assets/stylesheets/font-awesome.min.css */
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 16, app/assets/stylesheets/font-awesome.min.css */
.icon-5x {
  font-size: 5em;
}

/* line 16, app/assets/stylesheets/font-awesome.min.css */
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* line 17, app/assets/stylesheets/font-awesome.min.css */
.pull-right {
  float: right;
}

/* line 18, app/assets/stylesheets/font-awesome.min.css */
.pull-left {
  float: left;
}

/* line 19, app/assets/stylesheets/font-awesome.min.css */
[class^="icon-"].pull-left, [class*=" icon-"].pull-left {
  margin-right: .3em;
}

/* line 20, app/assets/stylesheets/font-awesome.min.css */
[class^="icon-"].pull-right, [class*=" icon-"].pull-right {
  margin-left: .3em;
}

/* line 21, app/assets/stylesheets/font-awesome.min.css */
[class^="icon-"], [class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/* line 22, app/assets/stylesheets/font-awesome.min.css */
.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

/* line 23, app/assets/stylesheets/font-awesome.min.css */
.btn [class^="icon-"].icon-large, .nav [class^="icon-"].icon-large, .btn [class*=" icon-"].icon-large, .nav [class*=" icon-"].icon-large {
  line-height: .9em;
}

/* line 24, app/assets/stylesheets/font-awesome.min.css */
.btn [class^="icon-"].icon-spin, .nav [class^="icon-"].icon-spin, .btn [class*=" icon-"].icon-spin, .nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

/* line 25, app/assets/stylesheets/font-awesome.min.css */
.nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"], .nav-tabs [class^="icon-"].icon-large, .nav-pills [class^="icon-"].icon-large, .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}

/* line 26, app/assets/stylesheets/font-awesome.min.css */
.btn [class^="icon-"].pull-left.icon-2x, .btn [class*=" icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}

/* line 27, app/assets/stylesheets/font-awesome.min.css */
.btn [class^="icon-"].icon-spin.icon-large, .btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}

/* line 28, app/assets/stylesheets/font-awesome.min.css */
.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class*=" icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x, .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}

/* line 29, app/assets/stylesheets/font-awesome.min.css */
.btn.btn-large [class^="icon-"], .btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}

/* line 29, app/assets/stylesheets/font-awesome.min.css */
.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}

/* line 30, app/assets/stylesheets/font-awesome.min.css */
.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}

/* line 31, app/assets/stylesheets/font-awesome.min.css */
.btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}

/* line 32, app/assets/stylesheets/font-awesome.min.css */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}

/* line 32, app/assets/stylesheets/font-awesome.min.css */
.icon-stack [class^="icon-"], .icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}

/* line 33, app/assets/stylesheets/font-awesome.min.css */
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}

/* line 34, app/assets/stylesheets/font-awesome.min.css */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

/* line 35, app/assets/stylesheets/font-awesome.min.css */
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  /* line 36, app/assets/stylesheets/font-awesome.min.css */
  0% {
    -ms-transform: rotate(0deg);
  }
  /* line 36, app/assets/stylesheets/font-awesome.min.css */
  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

/* line 36, app/assets/stylesheets/font-awesome.min.css */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

/* line 37, app/assets/stylesheets/font-awesome.min.css */
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

/* line 38, app/assets/stylesheets/font-awesome.min.css */
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* line 39, app/assets/stylesheets/font-awesome.min.css */
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 40, app/assets/stylesheets/font-awesome.min.css */
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 41, app/assets/stylesheets/font-awesome.min.css */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block;
}

/* line 42, app/assets/stylesheets/font-awesome.min.css */
.icon-glass:before {
  content: "\f000";
}

/* line 43, app/assets/stylesheets/font-awesome.min.css */
.icon-music:before {
  content: "\f001";
}

/* line 44, app/assets/stylesheets/font-awesome.min.css */
.icon-search:before {
  content: "\f002";
}

/* line 45, app/assets/stylesheets/font-awesome.min.css */
.icon-envelope-alt:before {
  content: "\f003";
}

/* line 46, app/assets/stylesheets/font-awesome.min.css */
.icon-heart:before {
  content: "\f004";
}

/* line 47, app/assets/stylesheets/font-awesome.min.css */
.icon-star:before {
  content: "\f005";
}

/* line 48, app/assets/stylesheets/font-awesome.min.css */
.icon-star-empty:before {
  content: "\f006";
}

/* line 49, app/assets/stylesheets/font-awesome.min.css */
.icon-user:before {
  content: "\f007";
}

/* line 50, app/assets/stylesheets/font-awesome.min.css */
.icon-film:before {
  content: "\f008";
}

/* line 51, app/assets/stylesheets/font-awesome.min.css */
.icon-th-large:before {
  content: "\f009";
}

/* line 52, app/assets/stylesheets/font-awesome.min.css */
.icon-th:before {
  content: "\f00a";
}

/* line 53, app/assets/stylesheets/font-awesome.min.css */
.icon-th-list:before {
  content: "\f00b";
}

/* line 54, app/assets/stylesheets/font-awesome.min.css */
.icon-ok:before {
  content: "\f00c";
}

/* line 55, app/assets/stylesheets/font-awesome.min.css */
.icon-remove:before {
  content: "\f00d";
}

/* line 56, app/assets/stylesheets/font-awesome.min.css */
.icon-zoom-in:before {
  content: "\f00e";
}

/* line 57, app/assets/stylesheets/font-awesome.min.css */
.icon-zoom-out:before {
  content: "\f010";
}

/* line 58, app/assets/stylesheets/font-awesome.min.css */
.icon-power-off:before, .icon-off:before {
  content: "\f011";
}

/* line 59, app/assets/stylesheets/font-awesome.min.css */
.icon-signal:before {
  content: "\f012";
}

/* line 60, app/assets/stylesheets/font-awesome.min.css */
.icon-cog:before {
  content: "\f013";
}

/* line 61, app/assets/stylesheets/font-awesome.min.css */
.icon-trash:before {
  content: "\f014";
}

/* line 62, app/assets/stylesheets/font-awesome.min.css */
.icon-home:before {
  content: "\f015";
}

/* line 63, app/assets/stylesheets/font-awesome.min.css */
.icon-file-alt:before {
  content: "\f016";
}

/* line 64, app/assets/stylesheets/font-awesome.min.css */
.icon-time:before {
  content: "\f017";
}

/* line 65, app/assets/stylesheets/font-awesome.min.css */
.icon-road:before {
  content: "\f018";
}

/* line 66, app/assets/stylesheets/font-awesome.min.css */
.icon-download-alt:before {
  content: "\f019";
}

/* line 67, app/assets/stylesheets/font-awesome.min.css */
.icon-download:before {
  content: "\f01a";
}

/* line 68, app/assets/stylesheets/font-awesome.min.css */
.icon-upload:before {
  content: "\f01b";
}

/* line 69, app/assets/stylesheets/font-awesome.min.css */
.icon-inbox:before {
  content: "\f01c";
}

/* line 70, app/assets/stylesheets/font-awesome.min.css */
.icon-play-circle:before {
  content: "\f01d";
}

/* line 71, app/assets/stylesheets/font-awesome.min.css */
.icon-rotate-right:before, .icon-repeat:before {
  content: "\f01e";
}

/* line 72, app/assets/stylesheets/font-awesome.min.css */
.icon-refresh:before {
  content: "\f021";
}

/* line 73, app/assets/stylesheets/font-awesome.min.css */
.icon-list-alt:before {
  content: "\f022";
}

/* line 74, app/assets/stylesheets/font-awesome.min.css */
.icon-lock:before {
  content: "\f023";
}

/* line 75, app/assets/stylesheets/font-awesome.min.css */
.icon-flag:before {
  content: "\f024";
}

/* line 76, app/assets/stylesheets/font-awesome.min.css */
.icon-headphones:before {
  content: "\f025";
}

/* line 77, app/assets/stylesheets/font-awesome.min.css */
.icon-volume-off:before {
  content: "\f026";
}

/* line 78, app/assets/stylesheets/font-awesome.min.css */
.icon-volume-down:before {
  content: "\f027";
}

/* line 79, app/assets/stylesheets/font-awesome.min.css */
.icon-volume-up:before {
  content: "\f028";
}

/* line 80, app/assets/stylesheets/font-awesome.min.css */
.icon-qrcode:before {
  content: "\f029";
}

/* line 81, app/assets/stylesheets/font-awesome.min.css */
.icon-barcode:before {
  content: "\f02a";
}

/* line 82, app/assets/stylesheets/font-awesome.min.css */
.icon-tag:before {
  content: "\f02b";
}

/* line 83, app/assets/stylesheets/font-awesome.min.css */
.icon-tags:before {
  content: "\f02c";
}

/* line 84, app/assets/stylesheets/font-awesome.min.css */
.icon-book:before {
  content: "\f02d";
}

/* line 85, app/assets/stylesheets/font-awesome.min.css */
.icon-bookmark:before {
  content: "\f02e";
}

/* line 86, app/assets/stylesheets/font-awesome.min.css */
.icon-print:before {
  content: "\f02f";
}

/* line 87, app/assets/stylesheets/font-awesome.min.css */
.icon-camera:before {
  content: "\f030";
}

/* line 88, app/assets/stylesheets/font-awesome.min.css */
.icon-font:before {
  content: "\f031";
}

/* line 89, app/assets/stylesheets/font-awesome.min.css */
.icon-bold:before {
  content: "\f032";
}

/* line 90, app/assets/stylesheets/font-awesome.min.css */
.icon-italic:before {
  content: "\f033";
}

/* line 91, app/assets/stylesheets/font-awesome.min.css */
.icon-text-height:before {
  content: "\f034";
}

/* line 92, app/assets/stylesheets/font-awesome.min.css */
.icon-text-width:before {
  content: "\f035";
}

/* line 93, app/assets/stylesheets/font-awesome.min.css */
.icon-align-left:before {
  content: "\f036";
}

/* line 94, app/assets/stylesheets/font-awesome.min.css */
.icon-align-center:before {
  content: "\f037";
}

/* line 95, app/assets/stylesheets/font-awesome.min.css */
.icon-align-right:before {
  content: "\f038";
}

/* line 96, app/assets/stylesheets/font-awesome.min.css */
.icon-align-justify:before {
  content: "\f039";
}

/* line 97, app/assets/stylesheets/font-awesome.min.css */
.icon-list:before {
  content: "\f03a";
}

/* line 98, app/assets/stylesheets/font-awesome.min.css */
.icon-indent-left:before {
  content: "\f03b";
}

/* line 99, app/assets/stylesheets/font-awesome.min.css */
.icon-indent-right:before {
  content: "\f03c";
}

/* line 100, app/assets/stylesheets/font-awesome.min.css */
.icon-facetime-video:before {
  content: "\f03d";
}

/* line 101, app/assets/stylesheets/font-awesome.min.css */
.icon-picture:before {
  content: "\f03e";
}

/* line 102, app/assets/stylesheets/font-awesome.min.css */
.icon-pencil:before {
  content: "\f040";
}

/* line 103, app/assets/stylesheets/font-awesome.min.css */
.icon-map-marker:before {
  content: "\f041";
}

/* line 104, app/assets/stylesheets/font-awesome.min.css */
.icon-adjust:before {
  content: "\f042";
}

/* line 105, app/assets/stylesheets/font-awesome.min.css */
.icon-tint:before {
  content: "\f043";
}

/* line 106, app/assets/stylesheets/font-awesome.min.css */
.icon-edit:before {
  content: "\f044";
}

/* line 107, app/assets/stylesheets/font-awesome.min.css */
.icon-share:before {
  content: "\f045";
}

/* line 108, app/assets/stylesheets/font-awesome.min.css */
.icon-check:before {
  content: "\f046";
}

/* line 109, app/assets/stylesheets/font-awesome.min.css */
.icon-move:before {
  content: "\f047";
}

/* line 110, app/assets/stylesheets/font-awesome.min.css */
.icon-step-backward:before {
  content: "\f048";
}

/* line 111, app/assets/stylesheets/font-awesome.min.css */
.icon-fast-backward:before {
  content: "\f049";
}

/* line 112, app/assets/stylesheets/font-awesome.min.css */
.icon-backward:before {
  content: "\f04a";
}

/* line 113, app/assets/stylesheets/font-awesome.min.css */
.icon-play:before {
  content: "\f04b";
}

/* line 114, app/assets/stylesheets/font-awesome.min.css */
.icon-pause:before {
  content: "\f04c";
}

/* line 115, app/assets/stylesheets/font-awesome.min.css */
.icon-stop:before {
  content: "\f04d";
}

/* line 116, app/assets/stylesheets/font-awesome.min.css */
.icon-forward:before {
  content: "\f04e";
}

/* line 117, app/assets/stylesheets/font-awesome.min.css */
.icon-fast-forward:before {
  content: "\f050";
}

/* line 118, app/assets/stylesheets/font-awesome.min.css */
.icon-step-forward:before {
  content: "\f051";
}

/* line 119, app/assets/stylesheets/font-awesome.min.css */
.icon-eject:before {
  content: "\f052";
}

/* line 120, app/assets/stylesheets/font-awesome.min.css */
.icon-chevron-left:before {
  content: "\f053";
}

/* line 121, app/assets/stylesheets/font-awesome.min.css */
.icon-chevron-right:before {
  content: "\f054";
}

/* line 122, app/assets/stylesheets/font-awesome.min.css */
.icon-plus-sign:before {
  content: "\f055";
}

/* line 123, app/assets/stylesheets/font-awesome.min.css */
.icon-minus-sign:before {
  content: "\f056";
}

/* line 124, app/assets/stylesheets/font-awesome.min.css */
.icon-remove-sign:before {
  content: "\f057";
}

/* line 125, app/assets/stylesheets/font-awesome.min.css */
.icon-ok-sign:before {
  content: "\f058";
}

/* line 126, app/assets/stylesheets/font-awesome.min.css */
.icon-question-sign:before {
  content: "\f059";
}

/* line 127, app/assets/stylesheets/font-awesome.min.css */
.icon-info-sign:before {
  content: "\f05a";
}

/* line 128, app/assets/stylesheets/font-awesome.min.css */
.icon-screenshot:before {
  content: "\f05b";
}

/* line 129, app/assets/stylesheets/font-awesome.min.css */
.icon-remove-circle:before {
  content: "\f05c";
}

/* line 130, app/assets/stylesheets/font-awesome.min.css */
.icon-ok-circle:before {
  content: "\f05d";
}

/* line 131, app/assets/stylesheets/font-awesome.min.css */
.icon-ban-circle:before {
  content: "\f05e";
}

/* line 132, app/assets/stylesheets/font-awesome.min.css */
.icon-arrow-left:before {
  content: "\f060";
}

/* line 133, app/assets/stylesheets/font-awesome.min.css */
.icon-arrow-right:before {
  content: "\f061";
}

/* line 134, app/assets/stylesheets/font-awesome.min.css */
.icon-arrow-up:before {
  content: "\f062";
}

/* line 135, app/assets/stylesheets/font-awesome.min.css */
.icon-arrow-down:before {
  content: "\f063";
}

/* line 136, app/assets/stylesheets/font-awesome.min.css */
.icon-mail-forward:before, .icon-share-alt:before {
  content: "\f064";
}

/* line 137, app/assets/stylesheets/font-awesome.min.css */
.icon-resize-full:before {
  content: "\f065";
}

/* line 138, app/assets/stylesheets/font-awesome.min.css */
.icon-resize-small:before {
  content: "\f066";
}

/* line 139, app/assets/stylesheets/font-awesome.min.css */
.icon-plus:before {
  content: "\f067";
}

/* line 140, app/assets/stylesheets/font-awesome.min.css */
.icon-minus:before {
  content: "\f068";
}

/* line 141, app/assets/stylesheets/font-awesome.min.css */
.icon-asterisk:before {
  content: "\f069";
}

/* line 142, app/assets/stylesheets/font-awesome.min.css */
.icon-exclamation-sign:before {
  content: "\f06a";
}

/* line 143, app/assets/stylesheets/font-awesome.min.css */
.icon-gift:before {
  content: "\f06b";
}

/* line 144, app/assets/stylesheets/font-awesome.min.css */
.icon-leaf:before {
  content: "\f06c";
}

/* line 145, app/assets/stylesheets/font-awesome.min.css */
.icon-fire:before {
  content: "\f06d";
}

/* line 146, app/assets/stylesheets/font-awesome.min.css */
.icon-eye-open:before {
  content: "\f06e";
}

/* line 147, app/assets/stylesheets/font-awesome.min.css */
.icon-eye-close:before {
  content: "\f070";
}

/* line 148, app/assets/stylesheets/font-awesome.min.css */
.icon-warning-sign:before {
  content: "\f071";
}

/* line 149, app/assets/stylesheets/font-awesome.min.css */
.icon-plane:before {
  content: "\f072";
}

/* line 150, app/assets/stylesheets/font-awesome.min.css */
.icon-calendar:before {
  content: "\f073";
}

/* line 151, app/assets/stylesheets/font-awesome.min.css */
.icon-random:before {
  content: "\f074";
}

/* line 152, app/assets/stylesheets/font-awesome.min.css */
.icon-comment:before {
  content: "\f075";
}

/* line 153, app/assets/stylesheets/font-awesome.min.css */
.icon-magnet:before {
  content: "\f076";
}

/* line 154, app/assets/stylesheets/font-awesome.min.css */
.icon-chevron-up:before {
  content: "\f077";
}

/* line 155, app/assets/stylesheets/font-awesome.min.css */
.icon-chevron-down:before {
  content: "\f078";
}

/* line 156, app/assets/stylesheets/font-awesome.min.css */
.icon-retweet:before {
  content: "\f079";
}

/* line 157, app/assets/stylesheets/font-awesome.min.css */
.icon-shopping-cart:before {
  content: "\f07a";
}

/* line 158, app/assets/stylesheets/font-awesome.min.css */
.icon-folder-close:before {
  content: "\f07b";
}

/* line 159, app/assets/stylesheets/font-awesome.min.css */
.icon-folder-open:before {
  content: "\f07c";
}

/* line 160, app/assets/stylesheets/font-awesome.min.css */
.icon-resize-vertical:before {
  content: "\f07d";
}

/* line 161, app/assets/stylesheets/font-awesome.min.css */
.icon-resize-horizontal:before {
  content: "\f07e";
}

/* line 162, app/assets/stylesheets/font-awesome.min.css */
.icon-bar-chart:before {
  content: "\f080";
}

/* line 163, app/assets/stylesheets/font-awesome.min.css */
.icon-twitter-sign:before {
  content: "\f081";
}

/* line 164, app/assets/stylesheets/font-awesome.min.css */
.icon-facebook-sign:before {
  content: "\f082";
}

/* line 165, app/assets/stylesheets/font-awesome.min.css */
.icon-camera-retro:before {
  content: "\f083";
}

/* line 166, app/assets/stylesheets/font-awesome.min.css */
.icon-key:before {
  content: "\f084";
}

/* line 167, app/assets/stylesheets/font-awesome.min.css */
.icon-cogs:before {
  content: "\f085";
}

/* line 168, app/assets/stylesheets/font-awesome.min.css */
.icon-comments:before {
  content: "\f086";
}

/* line 169, app/assets/stylesheets/font-awesome.min.css */
.icon-thumbs-up-alt:before {
  content: "\f087";
}

/* line 170, app/assets/stylesheets/font-awesome.min.css */
.icon-thumbs-down-alt:before {
  content: "\f088";
}

/* line 171, app/assets/stylesheets/font-awesome.min.css */
.icon-star-half:before {
  content: "\f089";
}

/* line 172, app/assets/stylesheets/font-awesome.min.css */
.icon-heart-empty:before {
  content: "\f08a";
}

/* line 173, app/assets/stylesheets/font-awesome.min.css */
.icon-signout:before {
  content: "\f08b";
}

/* line 174, app/assets/stylesheets/font-awesome.min.css */
.icon-linkedin-sign:before {
  content: "\f08c";
}

/* line 175, app/assets/stylesheets/font-awesome.min.css */
.icon-pushpin:before {
  content: "\f08d";
}

/* line 176, app/assets/stylesheets/font-awesome.min.css */
.icon-external-link:before {
  content: "\f08e";
}

/* line 177, app/assets/stylesheets/font-awesome.min.css */
.icon-signin:before {
  content: "\f090";
}

/* line 178, app/assets/stylesheets/font-awesome.min.css */
.icon-trophy:before {
  content: "\f091";
}

/* line 179, app/assets/stylesheets/font-awesome.min.css */
.icon-github-sign:before {
  content: "\f092";
}

/* line 180, app/assets/stylesheets/font-awesome.min.css */
.icon-upload-alt:before {
  content: "\f093";
}

/* line 181, app/assets/stylesheets/font-awesome.min.css */
.icon-lemon:before {
  content: "\f094";
}

/* line 182, app/assets/stylesheets/font-awesome.min.css */
.icon-phone:before {
  content: "\f095";
}

/* line 183, app/assets/stylesheets/font-awesome.min.css */
.icon-unchecked:before, .icon-check-empty:before {
  content: "\f096";
}

/* line 184, app/assets/stylesheets/font-awesome.min.css */
.icon-bookmark-empty:before {
  content: "\f097";
}

/* line 185, app/assets/stylesheets/font-awesome.min.css */
.icon-phone-sign:before {
  content: "\f098";
}

/* line 186, app/assets/stylesheets/font-awesome.min.css */
.icon-twitter:before {
  content: "\f099";
}

/* line 187, app/assets/stylesheets/font-awesome.min.css */
.icon-facebook:before {
  content: "\f09a";
}

/* line 188, app/assets/stylesheets/font-awesome.min.css */
.icon-github:before {
  content: "\f09b";
}

/* line 189, app/assets/stylesheets/font-awesome.min.css */
.icon-unlock:before {
  content: "\f09c";
}

/* line 190, app/assets/stylesheets/font-awesome.min.css */
.icon-credit-card:before {
  content: "\f09d";
}

/* line 191, app/assets/stylesheets/font-awesome.min.css */
.icon-rss:before {
  content: "\f09e";
}

/* line 192, app/assets/stylesheets/font-awesome.min.css */
.icon-hdd:before {
  content: "\f0a0";
}

/* line 193, app/assets/stylesheets/font-awesome.min.css */
.icon-bullhorn:before {
  content: "\f0a1";
}

/* line 194, app/assets/stylesheets/font-awesome.min.css */
.icon-bell:before {
  content: "\f0a2";
}

/* line 195, app/assets/stylesheets/font-awesome.min.css */
.icon-certificate:before {
  content: "\f0a3";
}

/* line 196, app/assets/stylesheets/font-awesome.min.css */
.icon-hand-right:before {
  content: "\f0a4";
}

/* line 197, app/assets/stylesheets/font-awesome.min.css */
.icon-hand-left:before {
  content: "\f0a5";
}

/* line 198, app/assets/stylesheets/font-awesome.min.css */
.icon-hand-up:before {
  content: "\f0a6";
}

/* line 199, app/assets/stylesheets/font-awesome.min.css */
.icon-hand-down:before {
  content: "\f0a7";
}

/* line 200, app/assets/stylesheets/font-awesome.min.css */
.icon-circle-arrow-left:before {
  content: "\f0a8";
}

/* line 201, app/assets/stylesheets/font-awesome.min.css */
.icon-circle-arrow-right:before {
  content: "\f0a9";
}

/* line 202, app/assets/stylesheets/font-awesome.min.css */
.icon-circle-arrow-up:before {
  content: "\f0aa";
}

/* line 203, app/assets/stylesheets/font-awesome.min.css */
.icon-circle-arrow-down:before {
  content: "\f0ab";
}

/* line 204, app/assets/stylesheets/font-awesome.min.css */
.icon-globe:before {
  content: "\f0ac";
}

/* line 205, app/assets/stylesheets/font-awesome.min.css */
.icon-wrench:before {
  content: "\f0ad";
}

/* line 206, app/assets/stylesheets/font-awesome.min.css */
.icon-tasks:before {
  content: "\f0ae";
}

/* line 207, app/assets/stylesheets/font-awesome.min.css */
.icon-filter:before {
  content: "\f0b0";
}

/* line 208, app/assets/stylesheets/font-awesome.min.css */
.icon-briefcase:before {
  content: "\f0b1";
}

/* line 209, app/assets/stylesheets/font-awesome.min.css */
.icon-fullscreen:before {
  content: "\f0b2";
}

/* line 210, app/assets/stylesheets/font-awesome.min.css */
.icon-group:before {
  content: "\f0c0";
}

/* line 211, app/assets/stylesheets/font-awesome.min.css */
.icon-link:before {
  content: "\f0c1";
}

/* line 212, app/assets/stylesheets/font-awesome.min.css */
.icon-cloud:before {
  content: "\f0c2";
}

/* line 213, app/assets/stylesheets/font-awesome.min.css */
.icon-beaker:before {
  content: "\f0c3";
}

/* line 214, app/assets/stylesheets/font-awesome.min.css */
.icon-cut:before {
  content: "\f0c4";
}

/* line 215, app/assets/stylesheets/font-awesome.min.css */
.icon-copy:before {
  content: "\f0c5";
}

/* line 216, app/assets/stylesheets/font-awesome.min.css */
.icon-paperclip:before, .icon-paper-clip:before {
  content: "\f0c6";
}

/* line 217, app/assets/stylesheets/font-awesome.min.css */
.icon-save:before {
  content: "\f0c7";
}

/* line 218, app/assets/stylesheets/font-awesome.min.css */
.icon-sign-blank:before {
  content: "\f0c8";
}

/* line 219, app/assets/stylesheets/font-awesome.min.css */
.icon-reorder:before {
  content: "\f0c9";
}

/* line 220, app/assets/stylesheets/font-awesome.min.css */
.icon-list-ul:before {
  content: "\f0ca";
}

/* line 221, app/assets/stylesheets/font-awesome.min.css */
.icon-list-ol:before {
  content: "\f0cb";
}

/* line 222, app/assets/stylesheets/font-awesome.min.css */
.icon-strikethrough:before {
  content: "\f0cc";
}

/* line 223, app/assets/stylesheets/font-awesome.min.css */
.icon-underline:before {
  content: "\f0cd";
}

/* line 224, app/assets/stylesheets/font-awesome.min.css */
.icon-table:before {
  content: "\f0ce";
}

/* line 225, app/assets/stylesheets/font-awesome.min.css */
.icon-magic:before {
  content: "\f0d0";
}

/* line 226, app/assets/stylesheets/font-awesome.min.css */
.icon-truck:before {
  content: "\f0d1";
}

/* line 227, app/assets/stylesheets/font-awesome.min.css */
.icon-pinterest:before {
  content: "\f0d2";
}

/* line 228, app/assets/stylesheets/font-awesome.min.css */
.icon-pinterest-sign:before {
  content: "\f0d3";
}

/* line 229, app/assets/stylesheets/font-awesome.min.css */
.icon-google-plus-sign:before {
  content: "\f0d4";
}

/* line 230, app/assets/stylesheets/font-awesome.min.css */
.icon-google-plus:before {
  content: "\f0d5";
}

/* line 231, app/assets/stylesheets/font-awesome.min.css */
.icon-money:before {
  content: "\f0d6";
}

/* line 232, app/assets/stylesheets/font-awesome.min.css */
.icon-caret-down:before {
  content: "\f0d7";
}

/* line 233, app/assets/stylesheets/font-awesome.min.css */
.icon-caret-up:before {
  content: "\f0d8";
}

/* line 234, app/assets/stylesheets/font-awesome.min.css */
.icon-caret-left:before {
  content: "\f0d9";
}

/* line 235, app/assets/stylesheets/font-awesome.min.css */
.icon-caret-right:before {
  content: "\f0da";
}

/* line 236, app/assets/stylesheets/font-awesome.min.css */
.icon-columns:before {
  content: "\f0db";
}

/* line 237, app/assets/stylesheets/font-awesome.min.css */
.icon-sort:before {
  content: "\f0dc";
}

/* line 238, app/assets/stylesheets/font-awesome.min.css */
.icon-sort-down:before {
  content: "\f0dd";
}

/* line 239, app/assets/stylesheets/font-awesome.min.css */
.icon-sort-up:before {
  content: "\f0de";
}

/* line 240, app/assets/stylesheets/font-awesome.min.css */
.icon-envelope:before {
  content: "\f0e0";
}

/* line 241, app/assets/stylesheets/font-awesome.min.css */
.icon-linkedin:before {
  content: "\f0e1";
}

/* line 242, app/assets/stylesheets/font-awesome.min.css */
.icon-rotate-left:before, .icon-undo:before {
  content: "\f0e2";
}

/* line 243, app/assets/stylesheets/font-awesome.min.css */
.icon-legal:before {
  content: "\f0e3";
}

/* line 244, app/assets/stylesheets/font-awesome.min.css */
.icon-dashboard:before {
  content: "\f0e4";
}

/* line 245, app/assets/stylesheets/font-awesome.min.css */
.icon-comment-alt:before {
  content: "\f0e5";
}

/* line 246, app/assets/stylesheets/font-awesome.min.css */
.icon-comments-alt:before {
  content: "\f0e6";
}

/* line 247, app/assets/stylesheets/font-awesome.min.css */
.icon-bolt:before {
  content: "\f0e7";
}

/* line 248, app/assets/stylesheets/font-awesome.min.css */
.icon-sitemap:before {
  content: "\f0e8";
}

/* line 249, app/assets/stylesheets/font-awesome.min.css */
.icon-umbrella:before {
  content: "\f0e9";
}

/* line 250, app/assets/stylesheets/font-awesome.min.css */
.icon-paste:before {
  content: "\f0ea";
}

/* line 251, app/assets/stylesheets/font-awesome.min.css */
.icon-lightbulb:before {
  content: "\f0eb";
}

/* line 252, app/assets/stylesheets/font-awesome.min.css */
.icon-exchange:before {
  content: "\f0ec";
}

/* line 253, app/assets/stylesheets/font-awesome.min.css */
.icon-cloud-download:before {
  content: "\f0ed";
}

/* line 254, app/assets/stylesheets/font-awesome.min.css */
.icon-cloud-upload:before {
  content: "\f0ee";
}

/* line 255, app/assets/stylesheets/font-awesome.min.css */
.icon-user-md:before {
  content: "\f0f0";
}

/* line 256, app/assets/stylesheets/font-awesome.min.css */
.icon-stethoscope:before {
  content: "\f0f1";
}

/* line 257, app/assets/stylesheets/font-awesome.min.css */
.icon-suitcase:before {
  content: "\f0f2";
}

/* line 258, app/assets/stylesheets/font-awesome.min.css */
.icon-bell-alt:before {
  content: "\f0f3";
}

/* line 259, app/assets/stylesheets/font-awesome.min.css */
.icon-coffee:before {
  content: "\f0f4";
}

/* line 260, app/assets/stylesheets/font-awesome.min.css */
.icon-food:before {
  content: "\f0f5";
}

/* line 261, app/assets/stylesheets/font-awesome.min.css */
.icon-file-text-alt:before {
  content: "\f0f6";
}

/* line 262, app/assets/stylesheets/font-awesome.min.css */
.icon-building:before {
  content: "\f0f7";
}

/* line 263, app/assets/stylesheets/font-awesome.min.css */
.icon-hospital:before {
  content: "\f0f8";
}

/* line 264, app/assets/stylesheets/font-awesome.min.css */
.icon-ambulance:before {
  content: "\f0f9";
}

/* line 265, app/assets/stylesheets/font-awesome.min.css */
.icon-medkit:before {
  content: "\f0fa";
}

/* line 266, app/assets/stylesheets/font-awesome.min.css */
.icon-fighter-jet:before {
  content: "\f0fb";
}

/* line 267, app/assets/stylesheets/font-awesome.min.css */
.icon-beer:before {
  content: "\f0fc";
}

/* line 268, app/assets/stylesheets/font-awesome.min.css */
.icon-h-sign:before {
  content: "\f0fd";
}

/* line 269, app/assets/stylesheets/font-awesome.min.css */
.icon-plus-sign-alt:before {
  content: "\f0fe";
}

/* line 270, app/assets/stylesheets/font-awesome.min.css */
.icon-double-angle-left:before {
  content: "\f100";
}

/* line 271, app/assets/stylesheets/font-awesome.min.css */
.icon-double-angle-right:before {
  content: "\f101";
}

/* line 272, app/assets/stylesheets/font-awesome.min.css */
.icon-double-angle-up:before {
  content: "\f102";
}

/* line 273, app/assets/stylesheets/font-awesome.min.css */
.icon-double-angle-down:before {
  content: "\f103";
}

/* line 274, app/assets/stylesheets/font-awesome.min.css */
.icon-angle-left:before {
  content: "\f104";
}

/* line 275, app/assets/stylesheets/font-awesome.min.css */
.icon-angle-right:before {
  content: "\f105";
}

/* line 276, app/assets/stylesheets/font-awesome.min.css */
.icon-angle-up:before {
  content: "\f106";
}

/* line 277, app/assets/stylesheets/font-awesome.min.css */
.icon-angle-down:before {
  content: "\f107";
}

/* line 278, app/assets/stylesheets/font-awesome.min.css */
.icon-desktop:before {
  content: "\f108";
}

/* line 279, app/assets/stylesheets/font-awesome.min.css */
.icon-laptop:before {
  content: "\f109";
}

/* line 280, app/assets/stylesheets/font-awesome.min.css */
.icon-tablet:before {
  content: "\f10a";
}

/* line 281, app/assets/stylesheets/font-awesome.min.css */
.icon-mobile-phone:before {
  content: "\f10b";
}

/* line 282, app/assets/stylesheets/font-awesome.min.css */
.icon-circle-blank:before {
  content: "\f10c";
}

/* line 283, app/assets/stylesheets/font-awesome.min.css */
.icon-quote-left:before {
  content: "\f10d";
}

/* line 284, app/assets/stylesheets/font-awesome.min.css */
.icon-quote-right:before {
  content: "\f10e";
}

/* line 285, app/assets/stylesheets/font-awesome.min.css */
.icon-spinner:before {
  content: "\f110";
}

/* line 286, app/assets/stylesheets/font-awesome.min.css */
.icon-circle:before {
  content: "\f111";
}

/* line 287, app/assets/stylesheets/font-awesome.min.css */
.icon-mail-reply:before, .icon-reply:before {
  content: "\f112";
}

/* line 288, app/assets/stylesheets/font-awesome.min.css */
.icon-github-alt:before {
  content: "\f113";
}

/* line 289, app/assets/stylesheets/font-awesome.min.css */
.icon-folder-close-alt:before {
  content: "\f114";
}

/* line 290, app/assets/stylesheets/font-awesome.min.css */
.icon-folder-open-alt:before {
  content: "\f115";
}

/* line 291, app/assets/stylesheets/font-awesome.min.css */
.icon-expand-alt:before {
  content: "\f116";
}

/* line 292, app/assets/stylesheets/font-awesome.min.css */
.icon-collapse-alt:before {
  content: "\f117";
}

/* line 293, app/assets/stylesheets/font-awesome.min.css */
.icon-smile:before {
  content: "\f118";
}

/* line 294, app/assets/stylesheets/font-awesome.min.css */
.icon-frown:before {
  content: "\f119";
}

/* line 295, app/assets/stylesheets/font-awesome.min.css */
.icon-meh:before {
  content: "\f11a";
}

/* line 296, app/assets/stylesheets/font-awesome.min.css */
.icon-gamepad:before {
  content: "\f11b";
}

/* line 297, app/assets/stylesheets/font-awesome.min.css */
.icon-keyboard:before {
  content: "\f11c";
}

/* line 298, app/assets/stylesheets/font-awesome.min.css */
.icon-flag-alt:before {
  content: "\f11d";
}

/* line 299, app/assets/stylesheets/font-awesome.min.css */
.icon-flag-checkered:before {
  content: "\f11e";
}

/* line 300, app/assets/stylesheets/font-awesome.min.css */
.icon-terminal:before {
  content: "\f120";
}

/* line 301, app/assets/stylesheets/font-awesome.min.css */
.icon-code:before {
  content: "\f121";
}

/* line 302, app/assets/stylesheets/font-awesome.min.css */
.icon-reply-all:before {
  content: "\f122";
}

/* line 303, app/assets/stylesheets/font-awesome.min.css */
.icon-mail-reply-all:before {
  content: "\f122";
}

/* line 304, app/assets/stylesheets/font-awesome.min.css */
.icon-star-half-full:before, .icon-star-half-empty:before {
  content: "\f123";
}

/* line 305, app/assets/stylesheets/font-awesome.min.css */
.icon-location-arrow:before {
  content: "\f124";
}

/* line 306, app/assets/stylesheets/font-awesome.min.css */
.icon-crop:before {
  content: "\f125";
}

/* line 307, app/assets/stylesheets/font-awesome.min.css */
.icon-code-fork:before {
  content: "\f126";
}

/* line 308, app/assets/stylesheets/font-awesome.min.css */
.icon-unlink:before {
  content: "\f127";
}

/* line 309, app/assets/stylesheets/font-awesome.min.css */
.icon-question:before {
  content: "\f128";
}

/* line 310, app/assets/stylesheets/font-awesome.min.css */
.icon-info:before {
  content: "\f129";
}

/* line 311, app/assets/stylesheets/font-awesome.min.css */
.icon-exclamation:before {
  content: "\f12a";
}

/* line 312, app/assets/stylesheets/font-awesome.min.css */
.icon-superscript:before {
  content: "\f12b";
}

/* line 313, app/assets/stylesheets/font-awesome.min.css */
.icon-subscript:before {
  content: "\f12c";
}

/* line 314, app/assets/stylesheets/font-awesome.min.css */
.icon-eraser:before {
  content: "\f12d";
}

/* line 315, app/assets/stylesheets/font-awesome.min.css */
.icon-puzzle-piece:before {
  content: "\f12e";
}

/* line 316, app/assets/stylesheets/font-awesome.min.css */
.icon-microphone:before {
  content: "\f130";
}

/* line 317, app/assets/stylesheets/font-awesome.min.css */
.icon-microphone-off:before {
  content: "\f131";
}

/* line 318, app/assets/stylesheets/font-awesome.min.css */
.icon-shield:before {
  content: "\f132";
}

/* line 319, app/assets/stylesheets/font-awesome.min.css */
.icon-calendar-empty:before {
  content: "\f133";
}

/* line 320, app/assets/stylesheets/font-awesome.min.css */
.icon-fire-extinguisher:before {
  content: "\f134";
}

/* line 321, app/assets/stylesheets/font-awesome.min.css */
.icon-rocket:before {
  content: "\f135";
}

/* line 322, app/assets/stylesheets/font-awesome.min.css */
.icon-maxcdn:before {
  content: "\f136";
}

/* line 323, app/assets/stylesheets/font-awesome.min.css */
.icon-chevron-sign-left:before {
  content: "\f137";
}

/* line 324, app/assets/stylesheets/font-awesome.min.css */
.icon-chevron-sign-right:before {
  content: "\f138";
}

/* line 325, app/assets/stylesheets/font-awesome.min.css */
.icon-chevron-sign-up:before {
  content: "\f139";
}

/* line 326, app/assets/stylesheets/font-awesome.min.css */
.icon-chevron-sign-down:before {
  content: "\f13a";
}

/* line 327, app/assets/stylesheets/font-awesome.min.css */
.icon-html5:before {
  content: "\f13b";
}

/* line 328, app/assets/stylesheets/font-awesome.min.css */
.icon-css3:before {
  content: "\f13c";
}

/* line 329, app/assets/stylesheets/font-awesome.min.css */
.icon-anchor:before {
  content: "\f13d";
}

/* line 330, app/assets/stylesheets/font-awesome.min.css */
.icon-unlock-alt:before {
  content: "\f13e";
}

/* line 331, app/assets/stylesheets/font-awesome.min.css */
.icon-bullseye:before {
  content: "\f140";
}

/* line 332, app/assets/stylesheets/font-awesome.min.css */
.icon-ellipsis-horizontal:before {
  content: "\f141";
}

/* line 333, app/assets/stylesheets/font-awesome.min.css */
.icon-ellipsis-vertical:before {
  content: "\f142";
}

/* line 334, app/assets/stylesheets/font-awesome.min.css */
.icon-rss-sign:before {
  content: "\f143";
}

/* line 335, app/assets/stylesheets/font-awesome.min.css */
.icon-play-sign:before {
  content: "\f144";
}

/* line 336, app/assets/stylesheets/font-awesome.min.css */
.icon-ticket:before {
  content: "\f145";
}

/* line 337, app/assets/stylesheets/font-awesome.min.css */
.icon-minus-sign-alt:before {
  content: "\f146";
}

/* line 338, app/assets/stylesheets/font-awesome.min.css */
.icon-check-minus:before {
  content: "\f147";
}

/* line 339, app/assets/stylesheets/font-awesome.min.css */
.icon-level-up:before {
  content: "\f148";
}

/* line 340, app/assets/stylesheets/font-awesome.min.css */
.icon-level-down:before {
  content: "\f149";
}

/* line 341, app/assets/stylesheets/font-awesome.min.css */
.icon-check-sign:before {
  content: "\f14a";
}

/* line 342, app/assets/stylesheets/font-awesome.min.css */
.icon-edit-sign:before {
  content: "\f14b";
}

/* line 343, app/assets/stylesheets/font-awesome.min.css */
.icon-external-link-sign:before {
  content: "\f14c";
}

/* line 344, app/assets/stylesheets/font-awesome.min.css */
.icon-share-sign:before {
  content: "\f14d";
}

/* line 345, app/assets/stylesheets/font-awesome.min.css */
.icon-compass:before {
  content: "\f14e";
}

/* line 346, app/assets/stylesheets/font-awesome.min.css */
.icon-collapse:before {
  content: "\f150";
}

/* line 347, app/assets/stylesheets/font-awesome.min.css */
.icon-collapse-top:before {
  content: "\f151";
}

/* line 348, app/assets/stylesheets/font-awesome.min.css */
.icon-expand:before {
  content: "\f152";
}

/* line 349, app/assets/stylesheets/font-awesome.min.css */
.icon-euro:before, .icon-eur:before {
  content: "\f153";
}

/* line 350, app/assets/stylesheets/font-awesome.min.css */
.icon-gbp:before {
  content: "\f154";
}

/* line 351, app/assets/stylesheets/font-awesome.min.css */
.icon-dollar:before, .icon-usd:before {
  content: "\f155";
}

/* line 352, app/assets/stylesheets/font-awesome.min.css */
.icon-rupee:before, .icon-inr:before {
  content: "\f156";
}

/* line 353, app/assets/stylesheets/font-awesome.min.css */
.icon-yen:before, .icon-jpy:before {
  content: "\f157";
}

/* line 354, app/assets/stylesheets/font-awesome.min.css */
.icon-renminbi:before, .icon-cny:before {
  content: "\f158";
}

/* line 355, app/assets/stylesheets/font-awesome.min.css */
.icon-won:before, .icon-krw:before {
  content: "\f159";
}

/* line 356, app/assets/stylesheets/font-awesome.min.css */
.icon-bitcoin:before, .icon-btc:before {
  content: "\f15a";
}

/* line 357, app/assets/stylesheets/font-awesome.min.css */
.icon-file:before {
  content: "\f15b";
}

/* line 358, app/assets/stylesheets/font-awesome.min.css */
.icon-file-text:before {
  content: "\f15c";
}

/* line 359, app/assets/stylesheets/font-awesome.min.css */
.icon-sort-by-alphabet:before {
  content: "\f15d";
}

/* line 360, app/assets/stylesheets/font-awesome.min.css */
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}

/* line 361, app/assets/stylesheets/font-awesome.min.css */
.icon-sort-by-attributes:before {
  content: "\f160";
}

/* line 362, app/assets/stylesheets/font-awesome.min.css */
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}

/* line 363, app/assets/stylesheets/font-awesome.min.css */
.icon-sort-by-order:before {
  content: "\f162";
}

/* line 364, app/assets/stylesheets/font-awesome.min.css */
.icon-sort-by-order-alt:before {
  content: "\f163";
}

/* line 365, app/assets/stylesheets/font-awesome.min.css */
.icon-thumbs-up:before {
  content: "\f164";
}

/* line 366, app/assets/stylesheets/font-awesome.min.css */
.icon-thumbs-down:before {
  content: "\f165";
}

/* line 367, app/assets/stylesheets/font-awesome.min.css */
.icon-youtube-sign:before {
  content: "\f166";
}

/* line 368, app/assets/stylesheets/font-awesome.min.css */
.icon-youtube:before {
  content: "\f167";
}

/* line 369, app/assets/stylesheets/font-awesome.min.css */
.icon-xing:before {
  content: "\f168";
}

/* line 370, app/assets/stylesheets/font-awesome.min.css */
.icon-xing-sign:before {
  content: "\f169";
}

/* line 371, app/assets/stylesheets/font-awesome.min.css */
.icon-youtube-play:before {
  content: "\f16a";
}

/* line 372, app/assets/stylesheets/font-awesome.min.css */
.icon-dropbox:before {
  content: "\f16b";
}

/* line 373, app/assets/stylesheets/font-awesome.min.css */
.icon-stackexchange:before {
  content: "\f16c";
}

/* line 374, app/assets/stylesheets/font-awesome.min.css */
.icon-instagram:before {
  content: "\f16d";
}

/* line 375, app/assets/stylesheets/font-awesome.min.css */
.icon-flickr:before {
  content: "\f16e";
}

/* line 376, app/assets/stylesheets/font-awesome.min.css */
.icon-adn:before {
  content: "\f170";
}

/* line 377, app/assets/stylesheets/font-awesome.min.css */
.icon-bitbucket:before {
  content: "\f171";
}

/* line 378, app/assets/stylesheets/font-awesome.min.css */
.icon-bitbucket-sign:before {
  content: "\f172";
}

/* line 379, app/assets/stylesheets/font-awesome.min.css */
.icon-tumblr:before {
  content: "\f173";
}

/* line 380, app/assets/stylesheets/font-awesome.min.css */
.icon-tumblr-sign:before {
  content: "\f174";
}

/* line 381, app/assets/stylesheets/font-awesome.min.css */
.icon-long-arrow-down:before {
  content: "\f175";
}

/* line 382, app/assets/stylesheets/font-awesome.min.css */
.icon-long-arrow-up:before {
  content: "\f176";
}

/* line 383, app/assets/stylesheets/font-awesome.min.css */
.icon-long-arrow-left:before {
  content: "\f177";
}

/* line 384, app/assets/stylesheets/font-awesome.min.css */
.icon-long-arrow-right:before {
  content: "\f178";
}

/* line 385, app/assets/stylesheets/font-awesome.min.css */
.icon-apple:before {
  content: "\f179";
}

/* line 386, app/assets/stylesheets/font-awesome.min.css */
.icon-windows:before {
  content: "\f17a";
}

/* line 387, app/assets/stylesheets/font-awesome.min.css */
.icon-android:before {
  content: "\f17b";
}

/* line 388, app/assets/stylesheets/font-awesome.min.css */
.icon-linux:before {
  content: "\f17c";
}

/* line 389, app/assets/stylesheets/font-awesome.min.css */
.icon-dribble:before {
  content: "\f17d";
}

/* line 390, app/assets/stylesheets/font-awesome.min.css */
.icon-skype:before {
  content: "\f17e";
}

/* line 391, app/assets/stylesheets/font-awesome.min.css */
.icon-foursquare:before {
  content: "\f180";
}

/* line 392, app/assets/stylesheets/font-awesome.min.css */
.icon-trello:before {
  content: "\f181";
}

/* line 393, app/assets/stylesheets/font-awesome.min.css */
.icon-female:before {
  content: "\f182";
}

/* line 394, app/assets/stylesheets/font-awesome.min.css */
.icon-male:before {
  content: "\f183";
}

/* line 395, app/assets/stylesheets/font-awesome.min.css */
.icon-gittip:before {
  content: "\f184";
}

/* line 396, app/assets/stylesheets/font-awesome.min.css */
.icon-sun:before {
  content: "\f185";
}

/* line 397, app/assets/stylesheets/font-awesome.min.css */
.icon-moon:before {
  content: "\f186";
}

/* line 398, app/assets/stylesheets/font-awesome.min.css */
.icon-archive:before {
  content: "\f187";
}

/* line 399, app/assets/stylesheets/font-awesome.min.css */
.icon-bug:before {
  content: "\f188";
}

/* line 400, app/assets/stylesheets/font-awesome.min.css */
.icon-vk:before {
  content: "\f189";
}

/* line 401, app/assets/stylesheets/font-awesome.min.css */
.icon-weibo:before {
  content: "\f18a";
}

/* line 402, app/assets/stylesheets/font-awesome.min.css */
.icon-renren:before {
  content: "\f18b";
}

/* line 1, app/assets/stylesheets/stars.css.scss */
.stars {
  margin-top: 10px;
  width: 100%;
  /*border:1px solid #CDCDCD;*/
  /*height:40px;*/
}

/* line 8, app/assets/stylesheets/stars.css.scss */
.starOn {
  background: #fefcea;
  background: -moz-linear-gradient(top, #fefcea 0%, #f1da36 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefcea), color-stop(100%, #f1da36));
  background: -webkit-linear-gradient(top, #fefcea 0%, #f1da36 100%);
  background: -o-linear-gradient(top, #fefcea 0%, #f1da36 100%);
  background: -ms-linear-gradient(top, #fefcea 0%, #f1da36 100%);
  background: linear-gradient(to bottom, #fefcea 0%, #f1da36 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 );
}

/*.starOn{
    background: rgb(254,252,234);
    background: -moz-linear-gradient(top,  rgba(254,252,234,1) 0%, rgba(241,218,54,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,252,234,1)), color-stop(100%,rgba(241,218,54,1)));
    background: -webkit-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%);
    background: -o-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%);
    background: -ms-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%);
    background: linear-gradient(to bottom,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 );
}*/
/* line 30, app/assets/stylesheets/stars.css.scss */
.starOn {
  background: #da1e48;
  background: -moz-linear-gradient(top, #e85978 0%, #da1e48 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e85978), color-stop(100%, #da1e48));
  background: -webkit-linear-gradient(top, #e85978 0%, #da1e48 100%);
  background: -o-linear-gradient(top, #e85978 0%, #da1e48 100%);
  background: -ms-linear-gradient(top, #e85978 0%, #da1e48 100%);
  background: linear-gradient(to bottom, #e85978 0%, #da1e48 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85978', endColorstr='#da1e48',GradientType=0 );
}

/* line 41, app/assets/stylesheets/stars.css.scss */
.starOff {
  background: #cedce7;
  background: -moz-linear-gradient(top, #cedce7 0%, #596a72 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cedce7), color-stop(100%, #596a72));
  background: -webkit-linear-gradient(top, #cedce7 0%, #596a72 100%);
  background: -o-linear-gradient(top, #cedce7 0%, #596a72 100%);
  background: -ms-linear-gradient(top, #cedce7 0%, #596a72 100%);
  background: linear-gradient(to bottom, #cedce7 0%, #596a72 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 );
}

/* line 52, app/assets/stylesheets/stars.css.scss */
.starOnHover {
  background-color: #da1e48;
  /*background: rgb(213,206,166);
    background: -moz-linear-gradient(top,  rgba(213,206,166,1) 0%, rgba(201,193,144,1) 23%, rgba(183,173,112,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(213,206,166,1)), color-stop(23%,rgba(201,193,144,1)), color-stop(100%,rgba(183,173,112,1)));
    background: -webkit-linear-gradient(top,  rgba(213,206,166,1) 0%,rgba(201,193,144,1) 23%,rgba(183,173,112,1) 100%);
    background: -o-linear-gradient(top,  rgba(213,206,166,1) 0%,rgba(201,193,144,1) 23%,rgba(183,173,112,1) 100%);
    background: -ms-linear-gradient(top,  rgba(213,206,166,1) 0%,rgba(201,193,144,1) 23%,rgba(183,173,112,1) 100%);
    background: linear-gradient(to bottom,  rgba(213,206,166,1) 0%,rgba(201,193,144,1) 23%,rgba(183,173,112,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5cea6', endColorstr='#b7ad70',GradientType=0 );*/
}

/* line 64, app/assets/stylesheets/stars.css.scss */
.starOffHover {
  background-color: #cedce7;
}

/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
/* line 25, app/assets/stylesheets/flexslider.css */
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

/* line 29, app/assets/stylesheets/flexslider.css */
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 37, app/assets/stylesheets/flexslider.css */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
/* line 43, app/assets/stylesheets/flexslider.css */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 47, app/assets/stylesheets/flexslider.css */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* line 51, app/assets/stylesheets/flexslider.css */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 55, app/assets/stylesheets/flexslider.css */
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 63, app/assets/stylesheets/flexslider.css */
html[xmlns] .flexslider .slides {
  display: block;
}

/* line 66, app/assets/stylesheets/flexslider.css */
* html .flexslider .slides {
  height: 1%;
}

/* line 69, app/assets/stylesheets/flexslider.css */
.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
/* line 75, app/assets/stylesheets/flexslider.css */
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

/* line 89, app/assets/stylesheets/flexslider.css */
.flexslider .slides {
  zoom: 1;
}

/* line 92, app/assets/stylesheets/flexslider.css */
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

/* line 96, app/assets/stylesheets/flexslider.css */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 104, app/assets/stylesheets/flexslider.css */
.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  /* line 108, app/assets/stylesheets/flexslider.css */
  .loading .flex-viewport {
    max-height: none;
  }
}

/* line 112, app/assets/stylesheets/flexslider.css */
.carousel li {
  margin-right: 5px;
}

/* line 115, app/assets/stylesheets/flexslider.css */
.flex-direction-nav {
  *height: 0;
}

/* line 118, app/assets/stylesheets/flexslider.css */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 138, app/assets/stylesheets/flexslider.css */
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

/* line 146, app/assets/stylesheets/flexslider.css */
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

/* line 149, app/assets/stylesheets/flexslider.css */
.flex-direction-nav .flex-prev {
  left: -50px;
}

/* line 152, app/assets/stylesheets/flexslider.css */
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

/* line 156, app/assets/stylesheets/flexslider.css */
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

/* line 160, app/assets/stylesheets/flexslider.css */
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

/* line 163, app/assets/stylesheets/flexslider.css */
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

/* line 167, app/assets/stylesheets/flexslider.css */
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

/* line 170, app/assets/stylesheets/flexslider.css */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

/* line 176, app/assets/stylesheets/flexslider.css */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

/* line 189, app/assets/stylesheets/flexslider.css */
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

/* line 195, app/assets/stylesheets/flexslider.css */
.flex-pauseplay a:hover {
  opacity: 1;
}

/* line 198, app/assets/stylesheets/flexslider.css */
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* line 201, app/assets/stylesheets/flexslider.css */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

/* line 207, app/assets/stylesheets/flexslider.css */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 213, app/assets/stylesheets/flexslider.css */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* line 229, app/assets/stylesheets/flexslider.css */
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

/* line 233, app/assets/stylesheets/flexslider.css */
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

/* line 238, app/assets/stylesheets/flexslider.css */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 243, app/assets/stylesheets/flexslider.css */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 248, app/assets/stylesheets/flexslider.css */
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 261, app/assets/stylesheets/flexslider.css */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 264, app/assets/stylesheets/flexslider.css */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  /* line 272, app/assets/stylesheets/flexslider.css */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  /* line 276, app/assets/stylesheets/flexslider.css */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */
/* line 3, app/assets/stylesheets/cookiecuttr.css.scss */
.cc-cookies {
  font-family: Open sans;
  position: fixed;
  width: 98%;
  left: 0;
  top: 0;
  padding: 0.3em 1%;
  background: #565656;
  background: rgba(86, 86, 86, 0.95);
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  z-index: 99999;
  text-align: center;
  color: #fff;
}

/* line 4, app/assets/stylesheets/cookiecuttr.css.scss */
.cc-cookies a, .cc-cookies a:hover {
  color: #fff;
  text-decoration: underline;
}

/* line 5, app/assets/stylesheets/cookiecuttr.css.scss */
.cc-cookies a:hover {
  text-decoration: none;
}

/* line 6, app/assets/stylesheets/cookiecuttr.css.scss */
.cc-overlay {
  height: 100%;
  padding-top: 25%;
}

/* line 7, app/assets/stylesheets/cookiecuttr.css.scss */
.cc-cookies-error {
  float: left;
  width: 90%;
  text-align: center;
  margin: 1em 0 2em 0;
  background: #fff;
  padding: 2em 5%;
  border: 1px solid #ccc;
  font-size: 18px;
  color: #333;
}

/* line 8, app/assets/stylesheets/cookiecuttr.css.scss */
.cc-cookies a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #aaa;
  padding: 0.3em 0.75em;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
}

/* line 9, app/assets/stylesheets/cookiecuttr.css.scss */
.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #7DAF3B;
  padding: 0.3em 0.75em;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
}

/* line 10, app/assets/stylesheets/cookiecuttr.css.scss */
.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline {
  background: #af3b3b;
  margin-left: 0.5em;
}

/* line 11, app/assets/stylesheets/cookiecuttr.css.scss */
.cc-cookies a.cc-cookie-reset {
  background: #f15b00;
}

/* line 12, app/assets/stylesheets/cookiecuttr.css.scss */
.cc-cookies a:hover, .cc-cookies-error a:hover, .cc-cookies a:hover {
  background: #000;
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
}

/* line 13, app/assets/stylesheets/cookiecuttr.css.scss */
.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset {
  background: #000;
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
}

/* line 14, app/assets/stylesheets/cookiecuttr.css.scss */
.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline {
  display: block;
  margin-top: 1em;
}

/* line 15, app/assets/stylesheets/cookiecuttr.css.scss */
.cc-cookies.cc-discreet {
  width: auto;
  padding: 0.5em 1em;
  left: auto;
  top: auto;
}

/* line 16, app/assets/stylesheets/cookiecuttr.css.scss */
.cc-cookies.cc-discreet a.cc-cookie-reset {
  background: none;
  text-shadow: none;
  padding: 0;
  text-decoration: underline;
}

/* line 17, app/assets/stylesheets/cookiecuttr.css.scss */
.cc-cookies.cc-discreet a:hover.cc-cookie-reset {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  /* line 20, app/assets/stylesheets/cookiecuttr.css.scss */
  .cc-cookies a {
    display: block;
    margin: 1em 0;
  }
  /* line 21, app/assets/stylesheets/cookiecuttr.css.scss */
  .cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
    display: block;
    margin: 1em 0;
  }
}

@media screen and (max-width: 480px) {
  /* line 25, app/assets/stylesheets/cookiecuttr.css.scss */
  .cc-cookies {
    position: relative;
    float: left;
  }
}

/* line 12, app/assets/stylesheets/bellinda.css.scss */
html {
  width: 100%;
  /*min-width: 1018px;*/
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 21, app/assets/stylesheets/bellinda.css.scss */
body {
  padding: 0;
  font-family: Open sans, Arial, Helvetica, sans-serif;
  width: 100%;
  /*min-width: 1018px;*/
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 33, app/assets/stylesheets/bellinda.css.scss */
h1,
.menu-font {
  font-family: Open sans;
  font-weight: 400;
}

/* line 37, app/assets/stylesheets/bellinda.css.scss */
h1 li,
.menu-font li {
  text-transform: uppercase;
}

/* line 41, app/assets/stylesheets/bellinda.css.scss */
h1 {
  color: #DA1E48;
}

/* line 44, app/assets/stylesheets/bellinda.css.scss */
.menu-bold-font {
  font-family: Open sans;
  font-weight: 600;
}

/* line 48, app/assets/stylesheets/bellinda.css.scss */
a {
  text-decoration: none !important;
}

/* line 50, app/assets/stylesheets/bellinda.css.scss */
a:hover {
  cursor: pointer !important;
  cursor: hand !important;
}

/* line 56, app/assets/stylesheets/bellinda.css.scss */
.stock-call {
  /*#da1e48;*/
  font-size: 11px;
  line-height: 11px;
  display: block;
  margin-top: 10px;
  /*width: 100px;*/
  /*float: right;*/
  padding-left: 0px;
  /*padding-left: 120px;
	text-align: right;*/
}

/* line 68, app/assets/stylesheets/bellinda.css.scss */
.stock-call a {
  text-decoration: underline !important;
  color: #000;
}

/* Landscape phones and down */
/* line 81, app/assets/stylesheets/bellinda.css.scss */
#header {
  width: 100%;
  /*min-width: 1018px;*/
  text-align: center;
}

/* line 139, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu {
  background-color: #DA1D47;
  width: 100%;
  height: 43px;
  text-align: right;
  overflow: hidden;
}

/* line 145, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu .container {
  text-align: right;
  height: 43px;
  margin: auto;
  border: 0;
  width: 978px;
  padding: 0px 20px;
}

/* line 90, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu {
  text-align: right;
  z-index: 10;
  display: block;
  line-height: 18px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0;
  margin: 12px 0px 0px 100px;
}

/* line 100, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li {
  display: list-item;
  float: right;
  line-height: 18px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding-left: 1px;
  padding-right: 1px;
}

/* line 109, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li a {
  cursor: auto;
  color: #FFFFFF;
  margin: 0px 12px 8px;
  text-decoration: none;
  height: 17px;
  line-height: 17px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

/* line 149, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li a {
  margin-left: 8px;
  margin-right: 8px;
}

/* line 155, app/assets/stylesheets/bellinda.css.scss */
.flags-top {
  float: left;
  height: 28px;
  padding-top: 15px;
}

/* line 159, app/assets/stylesheets/bellinda.css.scss */
.flags-top a {
  float: left;
  display: block;
  width: 16px;
  height: 11px;
  margin-right: 4px;
  background-image: url(/assets/flags2-bfd6b6b14e7cb391f362c7052a0ccae333b8181059812e824170a1edb8130860.png);
}

/* line 172, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.en {
  background-position: 0px 0px;
}

/* line 175, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.cz {
  background-position: 0px -11px;
}

/* line 178, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.sk {
  background-position: 0px -22px;
}

/* line 181, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.pl {
  background-position: 0px -33px;
}

/* line 184, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.hu {
  background-position: 0px -44px;
}

/* line 187, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.ro {
  background-position: 0px -55px;
}

/* line 198, app/assets/stylesheets/bellinda.css.scss */
.search {
  float: right;
  display: block;
  width: 190px;
  margin: 9px 0px 0px 10px;
  padding: 0;
  border: 0;
}

/* line 205, app/assets/stylesheets/bellinda.css.scss */
.search .query {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 20px;
  width: 160px;
  height: 20px;
  padding: 0;
  background-color: #DA1D47;
  border: 0;
  border: 2px solid #FFFFFF;
  box-shadow: none;
}

/* line 219, app/assets/stylesheets/bellinda.css.scss */
.search .search-icon {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  width: 17px;
  height: 17px;
  float: right;
  border: 0;
  background: #DA1D47;
  background-image: url(/assets/search-icon-w-a3d321a9d08ff24099212248fb60fe6ec71eba1643bc8da00aa99de70597904f.png);
  line-height: 17px;
  margin: 3px 0px 0px 5px;
  padding: 0;
}

/* line 234, app/assets/stylesheets/bellinda.css.scss */
#header-menu {
  background: #FFFFFF;
  width: 100%;
  height: 112px;
  text-align: right;
  font-size: 16px;
  overflow: hidden;
}

/* line 241, app/assets/stylesheets/bellinda.css.scss */
#header-menu .container {
  text-align: right;
  height: 112px;
  margin: auto;
  border: 0;
  width: 978px;
  padding: 0px 20px;
}

/* line 90, app/assets/stylesheets/bellinda.css.scss */
#header-menu ul.menu {
  text-align: right;
  z-index: 10;
  display: block;
  line-height: 18px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0;
  margin: 47px 0px 0px 100px;
}

/* line 100, app/assets/stylesheets/bellinda.css.scss */
#header-menu ul.menu li {
  display: list-item;
  float: right;
  line-height: 18px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding-left: 1px;
  padding-right: 1px;
}

/* line 109, app/assets/stylesheets/bellinda.css.scss */
#header-menu ul.menu li a {
  cursor: auto;
  color: #000000;
  margin: 0px 12px 8px;
  text-decoration: none;
  height: 17px;
  line-height: 17px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

/* line 246, app/assets/stylesheets/bellinda.css.scss */
#header-menu #logo {
  display: block;
  float: left;
  width: 166px;
  height: 60px;
  background: url(/assets/logo-a42f944f6717d5d28a2e3005df45ee5d5a38924ba7a9e815ec58095bb5a458f7.png);
  margin-top: 26px;
  margin-left: 0px;
  position: relative;
}

/* line 256, app/assets/stylesheets/bellinda.css.scss */
#header-menu #hp-link {
  display: block;
  width: 18px;
  height: 16px;
  background: url(/assets/hp-link-93058d4675c2ad35d6c577106a18a6670fb9f7e8fdddccc1463dcaac51fa31bd.png);
  margin-top: 1px;
}

/* line 263, app/assets/stylesheets/bellinda.css.scss */
#header-menu ul.hover-menu {
  height: 112px;
  margin-top: 0px;
}

/* line 267, app/assets/stylesheets/bellinda.css.scss */
#header-menu .hover-menu li {
  height: 65px;
  margin-top: 20px;
  padding: 27px 7px 0px;
}

/* line 271, app/assets/stylesheets/bellinda.css.scss */
#header-menu .hover-menu li a {
  margin-bottom: 0px;
}

/* line 295, app/assets/stylesheets/bellinda.css.scss */
#subheader {
  text-align: center;
  width: 100%;
  background-color: #ECECEC;
}

/* line 300, app/assets/stylesheets/bellinda.css.scss */
#subheader .container {
  width: 978px;
  margin: auto;
  padding: 9.5px 0px;
  border: 0;
}

/* line 313, app/assets/stylesheets/bellinda.css.scss */
#footer {
  width: 100%;
  /*min-width: 978px;*/
  overflow: hidden;
}

/* line 318, app/assets/stylesheets/bellinda.css.scss */
#footer a {
  color: #000000;
  text-decoration: none;
}

/* line 322, app/assets/stylesheets/bellinda.css.scss */
#footer .footer-menu {
  width: 978px;
  min-width: 978px;
  margin: 20px auto 0px;
  padding: 30px 0px;
  border-top: 2px dashed #ECECEC;
  border-bottom: 2px dashed #ECECEC;
  position: relative;
}

/* line 330, app/assets/stylesheets/bellinda.css.scss */
#footer .footer-menu .column {
  width: 163px;
  min-width: 163px;
  margin: 0;
  float: left;
}

/* line 335, app/assets/stylesheets/bellinda.css.scss */
#footer .footer-menu .column a {
  display: block;
}

/* line 360, app/assets/stylesheets/bellinda.css.scss */
#footer div.footer-rights {
  width: 978px;
  margin: 0 auto 0;
  padding: 30px 0px 30px;
  text-align: left;
}

/* line 368, app/assets/stylesheets/bellinda.css.scss */
.pl #footer .footer-menu .column {
  width: 150px;
  min-width: 150px;
}

/* line 372, app/assets/stylesheets/bellinda.css.scss */
.pl #footer .footer-menu .first {
  width: 220px;
  min-width: 220px;
}

/* line 379, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table td.top {
  vertical-align: top !important;
}

/* line 382, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table table {
  margin-bottom: 8px;
}

/* line 385, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table table td {
  padding: 0.4em 0.6em;
  border: 1px solid #ccc;
}

/* line 389, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table h2 {
  margin: 0;
}

/* line 392, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table h3 {
  margin: 30px 0px 6px;
}

/* line 398, app/assets/stylesheets/bellinda.css.scss */
.mb-graphics {
  height: 500px;
  width: 570px;
  margin-top: -50px;
  float: left;
}

/* line 405, app/assets/stylesheets/bellinda.css.scss */
.mb-form {
  height: 622px;
  width: 408px;
  max-width: 408px;
  margin: 0;
  float: left;
}

/* line 415, app/assets/stylesheets/bellinda.css.scss */
.mb-form input.span3,
.mb-form textarea.span3 {
  width: 237px;
}

/* line 419, app/assets/stylesheets/bellinda.css.scss */
.mb-form select.span3 {
  width: 247px;
}

/* line 423, app/assets/stylesheets/bellinda.css.scss */
.mb-form a.terms-link {
  color: #DA1E48;
}

/* line 426, app/assets/stylesheets/bellinda.css.scss */
.mb-form a.terms-link:hover {
  color: #000000;
}

/* line 431, app/assets/stylesheets/bellinda.css.scss */
#terms .close {
  color: #000000;
}

/* line 436, app/assets/stylesheets/bellinda.css.scss */
.control-group.error label,
.control-group.error input,
.control-group.error textarea {
  color: #000000;
}

/* line 446, app/assets/stylesheets/bellinda.css.scss */
#terms-content ul {
  font-weight: normal;
}

/* line 449, app/assets/stylesheets/bellinda.css.scss */
#terms-content ul li {
  font-weight: normal;
}

/* line 452, app/assets/stylesheets/bellinda.css.scss */
#terms-content p {
  font-weight: normal;
}

/* line 455, app/assets/stylesheets/bellinda.css.scss */
#terms-content .fbold {
  font-weight: bold;
}

/* line 458, app/assets/stylesheets/bellinda.css.scss */
#terms-content a {
  color: #0000FF;
}

/* line 466, app/assets/stylesheets/bellinda.css.scss */
#question {
  position: relative;
  /*height: 650px;*/
}

/* line 471, app/assets/stylesheets/bellinda.css.scss */
#question h4 {
  margin-bottom: 10px;
}

/* line 475, app/assets/stylesheets/bellinda.css.scss */
#question form {
  width: 800px;
  margin: auto;
}

/* line 480, app/assets/stylesheets/bellinda.css.scss */
#question .a-error {
  width: 800px;
  margin: auto;
  color: #DA1E48;
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}

/* line 489, app/assets/stylesheets/bellinda.css.scss */
#question .form-actions {
  background-color: #FFFFFF;
  border: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 497, app/assets/stylesheets/bellinda.css.scss */
#question .send {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #DA1D47;
  padding: 0;
  width: 106px;
  height: 40px;
  border: 0;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

/*#question .control-label {
	text-align: left;
	padding-left: 20px;
}

#question .control-group {
	margin-bottom: 2px;
}*/
/* line 520, app/assets/stylesheets/bellinda.css.scss */
#question input,
#question button,
#question select,
#question textarea {
  font-family: Open sans;
}

/* line 527, app/assets/stylesheets/bellinda.css.scss */
#question .controls p {
  font-size: 13px;
  line-height: 15px;
  height: 15px;
}

/* line 533, app/assets/stylesheets/bellinda.css.scss */
#question .controls p input {
  margin: 0px 5px 3px 0px;
  /*margin-left: 10px*/
}

/* line 538, app/assets/stylesheets/bellinda.css.scss */
#page h1.login-title {
  text-align: left;
  margin: 20px 0px 20px;
}

/* line 543, app/assets/stylesheets/bellinda.css.scss */
.my-position-btn {
  border: 0;
  background-color: #DA1E48;
  color: white;
  padding: 5px 10px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

/* line 552, app/assets/stylesheets/bellinda.css.scss */
.hu .menu-content .use-title {
  font-size: 90%;
}

/* line 555, app/assets/stylesheets/bellinda.css.scss */
.ro .menu-content .use-title {
  font-size: 80%;
}

/* line 560, app/assets/stylesheets/bellinda.css.scss */
#catalog .content .right-column .product-row .product-description .params .size .size-select {
  float: left;
  margin-right: 10px;
}

/* line 564, app/assets/stylesheets/bellinda.css.scss */
#catalog .content .right-column .product-row .product-description .params .size .size-calculate {
  color: #000;
  /*color: #da1e48;*/
  font-size: 13px !important;
  text-decoration: underline !important;
  font-size: 14px;
  display: block;
  height: 26px;
  line-height: 26px;
  text-align: left;
  float: left;
}

/* line 576, app/assets/stylesheets/bellinda.css.scss */
.hu #catalog .content .right-column .product-row .product-description .params .size .size-calculate {
  font-size: 12px !important;
}

@media (max-width: 979px) {
  /* line 580, app/assets/stylesheets/bellinda.css.scss */
  #catalog .content .right-column .product-row .product-description .params .size .size-select {
    float: none;
    margin-right: 0;
  }
  /* line 584, app/assets/stylesheets/bellinda.css.scss */
  #catalog .content .right-column .product-row .product-description .params .size .size-calculate {
    float: none;
    text-align: center;
  }
}

/* line 590, app/assets/stylesheets/bellinda.css.scss */
.hname {
  font-size: 12px;
  line-height: 12px;
  color: #7E7E7E;
  margin-bottom: 5px;
  font-weight: normal;
}

/* line 593, app/assets/stylesheets/bellinda.css.scss */
.c_code {
  font-size: 12px;
  line-height: 12px;
  color: #7E7E7E;
}

/* line 598, app/assets/stylesheets/bellinda.css.scss */
.icon .icon-color {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  margin: 5px 0px 0px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
}

/* line 609, app/assets/stylesheets/bellinda.css.scss */
.icon {
  display: block;
  width: 20px;
  height: auto;
  float: left;
  margin: 0px 5px 0px 0px;
  border: 0;
  cursor: pointer;
  cursor: hand;
  text-align: center;
}

/* line 621, app/assets/stylesheets/bellinda.css.scss */
#catalog .content .right-column .product-row .product .img {
  height: 210px;
}

/* line 625, app/assets/stylesheets/bellinda.css.scss */
h1#banner {
  position: relative;
  width: 726px;
  height: 300px;
  margin-top: -15px;
  margin-bottom: 30px;
}

/* line 632, app/assets/stylesheets/bellinda.css.scss */
h1#banner img {
  margin: 0;
}

/* line 635, app/assets/stylesheets/bellinda.css.scss */
#catalog h1.banner-h1 {
  margin: 0;
}

/* line 638, app/assets/stylesheets/bellinda.css.scss */
#banner.banner-h1-img {
  position: relative;
  margin-top: -35px;
}

/* line 642, app/assets/stylesheets/bellinda.css.scss */
#banner-text {
  position: absolute;
  display: block;
  top: 20px;
  left: 370px;
  width: 430px;
  font-size: 36px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 42px;
}

@media (max-width: 979px) {
  /* line 656, app/assets/stylesheets/bellinda.css.scss */
  .nav-up {
    float: left;
    height: auto;
  }
  /* line 660, app/assets/stylesheets/bellinda.css.scss */
  .nav-up .bread-crumb,
  .nav-down .bread-crumb {
    width: 100%;
  }
}

/* line 666, app/assets/stylesheets/bellinda.css.scss */
a {
  color: #DA1E48;
  text-decoration: none;
}

/* line 670, app/assets/stylesheets/bellinda.css.scss */
a:hover {
  color: #333;
}

/* line 674, app/assets/stylesheets/bellinda.css.scss */
.date {
  color: #999;
}

/* line 678, app/assets/stylesheets/bellinda.css.scss */
.articles-tag {
  background-color: #da1d47;
  color: white;
  width: auto;
  height: 20px;
  margin-right: 10px;
  display: block;
  float: left;
  padding: 4px 10px;
}

/* line 689, app/assets/stylesheets/bellinda.css.scss */
.articles-tag:hover {
  color: #fff;
}

/* line 693, app/assets/stylesheets/bellinda.css.scss */
.tag-info {
  width: auto;
  height: 20px;
  margin: 0px;
  display: block;
  float: left;
  padding: 4px 10px;
}

/* line 702, app/assets/stylesheets/bellinda.css.scss */
.tags-list {
  width: 100%;
  height: auto;
  margin: 40px 0px 30px;
  float: left;
}

/* line 710, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li#poradna-dd.poradna {
  padding-right: 8px;
}

/* line 713, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li.first a {
  margin-right: 16px;
}

/* line 716, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li.bonus_program_menu {
  background-color: #3eaa49;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 13px;
}

/* line 12, app/assets/stylesheets/bellinda.css.scss */
html {
  width: 100%;
  /*min-width: 1018px;*/
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 21, app/assets/stylesheets/bellinda.css.scss */
body {
  padding: 0;
  font-family: Open sans, Arial, Helvetica, sans-serif;
  width: 100%;
  /*min-width: 1018px;*/
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 33, app/assets/stylesheets/bellinda.css.scss */
h1,
.menu-font {
  font-family: Open sans;
  font-weight: 400;
}

/* line 37, app/assets/stylesheets/bellinda.css.scss */
h1 li,
.menu-font li {
  text-transform: uppercase;
}

/* line 41, app/assets/stylesheets/bellinda.css.scss */
h1 {
  color: #DA1E48;
}

/* line 44, app/assets/stylesheets/bellinda.css.scss */
.menu-bold-font {
  font-family: Open sans;
  font-weight: 600;
}

/* line 48, app/assets/stylesheets/bellinda.css.scss */
a {
  text-decoration: none !important;
}

/* line 50, app/assets/stylesheets/bellinda.css.scss */
a:hover {
  cursor: pointer !important;
  cursor: hand !important;
}

/* line 56, app/assets/stylesheets/bellinda.css.scss */
.stock-call {
  /*#da1e48;*/
  font-size: 11px;
  line-height: 11px;
  display: block;
  margin-top: 10px;
  /*width: 100px;*/
  /*float: right;*/
  padding-left: 0px;
  /*padding-left: 120px;
	text-align: right;*/
}

/* line 68, app/assets/stylesheets/bellinda.css.scss */
.stock-call a {
  text-decoration: underline !important;
  color: #000;
}

/* Landscape phones and down */
/* line 81, app/assets/stylesheets/bellinda.css.scss */
#header {
  width: 100%;
  /*min-width: 1018px;*/
  text-align: center;
}

/* line 139, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu {
  background-color: #DA1D47;
  width: 100%;
  height: 43px;
  text-align: right;
  overflow: hidden;
}

/* line 145, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu .container {
  text-align: right;
  height: 43px;
  margin: auto;
  border: 0;
  width: 978px;
  padding: 0px 20px;
}

/* line 90, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu {
  text-align: right;
  z-index: 10;
  display: block;
  line-height: 18px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0;
  margin: 12px 0px 0px 100px;
}

/* line 100, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li {
  display: list-item;
  float: right;
  line-height: 18px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding-left: 1px;
  padding-right: 1px;
}

/* line 109, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li a {
  cursor: auto;
  color: #FFFFFF;
  margin: 0px 12px 8px;
  text-decoration: none;
  height: 17px;
  line-height: 17px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

/* line 149, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li a {
  margin-left: 8px;
  margin-right: 8px;
}

/* line 155, app/assets/stylesheets/bellinda.css.scss */
.flags-top {
  float: left;
  height: 28px;
  padding-top: 15px;
}

/* line 159, app/assets/stylesheets/bellinda.css.scss */
.flags-top a {
  float: left;
  display: block;
  width: 16px;
  height: 11px;
  margin-right: 4px;
  background-image: url(/assets/flags2-bfd6b6b14e7cb391f362c7052a0ccae333b8181059812e824170a1edb8130860.png);
}

/* line 172, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.en {
  background-position: 0px 0px;
}

/* line 175, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.cz {
  background-position: 0px -11px;
}

/* line 178, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.sk {
  background-position: 0px -22px;
}

/* line 181, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.pl {
  background-position: 0px -33px;
}

/* line 184, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.hu {
  background-position: 0px -44px;
}

/* line 187, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.ro {
  background-position: 0px -55px;
}

/* line 198, app/assets/stylesheets/bellinda.css.scss */
.search {
  float: right;
  display: block;
  width: 190px;
  margin: 9px 0px 0px 10px;
  padding: 0;
  border: 0;
}

/* line 205, app/assets/stylesheets/bellinda.css.scss */
.search .query {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 20px;
  width: 160px;
  height: 20px;
  padding: 0;
  background-color: #DA1D47;
  border: 0;
  border: 2px solid #FFFFFF;
  box-shadow: none;
}

/* line 219, app/assets/stylesheets/bellinda.css.scss */
.search .search-icon {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  width: 17px;
  height: 17px;
  float: right;
  border: 0;
  background: #DA1D47;
  background-image: url(/assets/search-icon-w-a3d321a9d08ff24099212248fb60fe6ec71eba1643bc8da00aa99de70597904f.png);
  line-height: 17px;
  margin: 3px 0px 0px 5px;
  padding: 0;
}

/* line 234, app/assets/stylesheets/bellinda.css.scss */
#header-menu {
  background: #FFFFFF;
  width: 100%;
  height: 112px;
  text-align: right;
  font-size: 16px;
  overflow: hidden;
}

/* line 241, app/assets/stylesheets/bellinda.css.scss */
#header-menu .container {
  text-align: right;
  height: 112px;
  margin: auto;
  border: 0;
  width: 978px;
  padding: 0px 20px;
}

/* line 90, app/assets/stylesheets/bellinda.css.scss */
#header-menu ul.menu {
  text-align: right;
  z-index: 10;
  display: block;
  line-height: 18px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0;
  margin: 47px 0px 0px 100px;
}

/* line 100, app/assets/stylesheets/bellinda.css.scss */
#header-menu ul.menu li {
  display: list-item;
  float: right;
  line-height: 18px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding-left: 1px;
  padding-right: 1px;
}

/* line 109, app/assets/stylesheets/bellinda.css.scss */
#header-menu ul.menu li a {
  cursor: auto;
  color: #000000;
  margin: 0px 12px 8px;
  text-decoration: none;
  height: 17px;
  line-height: 17px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

/* line 246, app/assets/stylesheets/bellinda.css.scss */
#header-menu #logo {
  display: block;
  float: left;
  width: 166px;
  height: 60px;
  background: url(/assets/logo-a42f944f6717d5d28a2e3005df45ee5d5a38924ba7a9e815ec58095bb5a458f7.png);
  margin-top: 26px;
  margin-left: 0px;
  position: relative;
}

/* line 256, app/assets/stylesheets/bellinda.css.scss */
#header-menu #hp-link {
  display: block;
  width: 18px;
  height: 16px;
  background: url(/assets/hp-link-93058d4675c2ad35d6c577106a18a6670fb9f7e8fdddccc1463dcaac51fa31bd.png);
  margin-top: 1px;
}

/* line 263, app/assets/stylesheets/bellinda.css.scss */
#header-menu ul.hover-menu {
  height: 112px;
  margin-top: 0px;
}

/* line 267, app/assets/stylesheets/bellinda.css.scss */
#header-menu .hover-menu li {
  height: 65px;
  margin-top: 20px;
  padding: 27px 7px 0px;
}

/* line 271, app/assets/stylesheets/bellinda.css.scss */
#header-menu .hover-menu li a {
  margin-bottom: 0px;
}

/* line 295, app/assets/stylesheets/bellinda.css.scss */
#subheader {
  text-align: center;
  width: 100%;
  background-color: #ECECEC;
}

/* line 300, app/assets/stylesheets/bellinda.css.scss */
#subheader .container {
  width: 978px;
  margin: auto;
  padding: 9.5px 0px;
  border: 0;
}

/* line 313, app/assets/stylesheets/bellinda.css.scss */
#footer {
  width: 100%;
  /*min-width: 978px;*/
  overflow: hidden;
}

/* line 318, app/assets/stylesheets/bellinda.css.scss */
#footer a {
  color: #000000;
  text-decoration: none;
}

/* line 322, app/assets/stylesheets/bellinda.css.scss */
#footer .footer-menu {
  width: 978px;
  min-width: 978px;
  margin: 20px auto 0px;
  padding: 30px 0px;
  border-top: 2px dashed #ECECEC;
  border-bottom: 2px dashed #ECECEC;
  position: relative;
}

/* line 330, app/assets/stylesheets/bellinda.css.scss */
#footer .footer-menu .column {
  width: 163px;
  min-width: 163px;
  margin: 0;
  float: left;
}

/* line 335, app/assets/stylesheets/bellinda.css.scss */
#footer .footer-menu .column a {
  display: block;
}

/* line 360, app/assets/stylesheets/bellinda.css.scss */
#footer div.footer-rights {
  width: 978px;
  margin: 0 auto 0;
  padding: 30px 0px 30px;
  text-align: left;
}

/* line 368, app/assets/stylesheets/bellinda.css.scss */
.pl #footer .footer-menu .column {
  width: 150px;
  min-width: 150px;
}

/* line 372, app/assets/stylesheets/bellinda.css.scss */
.pl #footer .footer-menu .first {
  width: 220px;
  min-width: 220px;
}

/* line 379, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table td.top {
  vertical-align: top !important;
}

/* line 382, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table table {
  margin-bottom: 8px;
}

/* line 385, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table table td {
  padding: 0.4em 0.6em;
  border: 1px solid #ccc;
}

/* line 389, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table h2 {
  margin: 0;
}

/* line 392, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table h3 {
  margin: 30px 0px 6px;
}

/* line 398, app/assets/stylesheets/bellinda.css.scss */
.mb-graphics {
  height: 500px;
  width: 570px;
  margin-top: -50px;
  float: left;
}

/* line 405, app/assets/stylesheets/bellinda.css.scss */
.mb-form {
  height: 622px;
  width: 408px;
  max-width: 408px;
  margin: 0;
  float: left;
}

/* line 415, app/assets/stylesheets/bellinda.css.scss */
.mb-form input.span3,
.mb-form textarea.span3 {
  width: 237px;
}

/* line 419, app/assets/stylesheets/bellinda.css.scss */
.mb-form select.span3 {
  width: 247px;
}

/* line 423, app/assets/stylesheets/bellinda.css.scss */
.mb-form a.terms-link {
  color: #DA1E48;
}

/* line 426, app/assets/stylesheets/bellinda.css.scss */
.mb-form a.terms-link:hover {
  color: #000000;
}

/* line 431, app/assets/stylesheets/bellinda.css.scss */
#terms .close {
  color: #000000;
}

/* line 436, app/assets/stylesheets/bellinda.css.scss */
.control-group.error label,
.control-group.error input,
.control-group.error textarea {
  color: #000000;
}

/* line 446, app/assets/stylesheets/bellinda.css.scss */
#terms-content ul {
  font-weight: normal;
}

/* line 449, app/assets/stylesheets/bellinda.css.scss */
#terms-content ul li {
  font-weight: normal;
}

/* line 452, app/assets/stylesheets/bellinda.css.scss */
#terms-content p {
  font-weight: normal;
}

/* line 455, app/assets/stylesheets/bellinda.css.scss */
#terms-content .fbold {
  font-weight: bold;
}

/* line 458, app/assets/stylesheets/bellinda.css.scss */
#terms-content a {
  color: #0000FF;
}

/* line 466, app/assets/stylesheets/bellinda.css.scss */
#question {
  position: relative;
  /*height: 650px;*/
}

/* line 471, app/assets/stylesheets/bellinda.css.scss */
#question h4 {
  margin-bottom: 10px;
}

/* line 475, app/assets/stylesheets/bellinda.css.scss */
#question form {
  width: 800px;
  margin: auto;
}

/* line 480, app/assets/stylesheets/bellinda.css.scss */
#question .a-error {
  width: 800px;
  margin: auto;
  color: #DA1E48;
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}

/* line 489, app/assets/stylesheets/bellinda.css.scss */
#question .form-actions {
  background-color: #FFFFFF;
  border: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 497, app/assets/stylesheets/bellinda.css.scss */
#question .send {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #DA1D47;
  padding: 0;
  width: 106px;
  height: 40px;
  border: 0;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

/*#question .control-label {
	text-align: left;
	padding-left: 20px;
}

#question .control-group {
	margin-bottom: 2px;
}*/
/* line 520, app/assets/stylesheets/bellinda.css.scss */
#question input,
#question button,
#question select,
#question textarea {
  font-family: Open sans;
}

/* line 527, app/assets/stylesheets/bellinda.css.scss */
#question .controls p {
  font-size: 13px;
  line-height: 15px;
  height: 15px;
}

/* line 533, app/assets/stylesheets/bellinda.css.scss */
#question .controls p input {
  margin: 0px 5px 3px 0px;
  /*margin-left: 10px*/
}

/* line 538, app/assets/stylesheets/bellinda.css.scss */
#page h1.login-title {
  text-align: left;
  margin: 20px 0px 20px;
}

/* line 543, app/assets/stylesheets/bellinda.css.scss */
.my-position-btn {
  border: 0;
  background-color: #DA1E48;
  color: white;
  padding: 5px 10px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

/* line 552, app/assets/stylesheets/bellinda.css.scss */
.hu .menu-content .use-title {
  font-size: 90%;
}

/* line 555, app/assets/stylesheets/bellinda.css.scss */
.ro .menu-content .use-title {
  font-size: 80%;
}

/* line 560, app/assets/stylesheets/bellinda.css.scss */
#catalog .content .right-column .product-row .product-description .params .size .size-select {
  float: left;
  margin-right: 10px;
}

/* line 564, app/assets/stylesheets/bellinda.css.scss */
#catalog .content .right-column .product-row .product-description .params .size .size-calculate {
  color: #000;
  /*color: #da1e48;*/
  font-size: 13px !important;
  text-decoration: underline !important;
  font-size: 14px;
  display: block;
  height: 26px;
  line-height: 26px;
  text-align: left;
  float: left;
}

/* line 576, app/assets/stylesheets/bellinda.css.scss */
.hu #catalog .content .right-column .product-row .product-description .params .size .size-calculate {
  font-size: 12px !important;
}

@media (max-width: 979px) {
  /* line 580, app/assets/stylesheets/bellinda.css.scss */
  #catalog .content .right-column .product-row .product-description .params .size .size-select {
    float: none;
    margin-right: 0;
  }
  /* line 584, app/assets/stylesheets/bellinda.css.scss */
  #catalog .content .right-column .product-row .product-description .params .size .size-calculate {
    float: none;
    text-align: center;
  }
}

/* line 590, app/assets/stylesheets/bellinda.css.scss */
.hname {
  font-size: 12px;
  line-height: 12px;
  color: #7E7E7E;
  margin-bottom: 5px;
  font-weight: normal;
}

/* line 593, app/assets/stylesheets/bellinda.css.scss */
.c_code {
  font-size: 12px;
  line-height: 12px;
  color: #7E7E7E;
}

/* line 598, app/assets/stylesheets/bellinda.css.scss */
.icon .icon-color {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  margin: 5px 0px 0px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
}

/* line 609, app/assets/stylesheets/bellinda.css.scss */
.icon {
  display: block;
  width: 20px;
  height: auto;
  float: left;
  margin: 0px 5px 0px 0px;
  border: 0;
  cursor: pointer;
  cursor: hand;
  text-align: center;
}

/* line 621, app/assets/stylesheets/bellinda.css.scss */
#catalog .content .right-column .product-row .product .img {
  height: 210px;
}

/* line 625, app/assets/stylesheets/bellinda.css.scss */
h1#banner {
  position: relative;
  width: 726px;
  height: 300px;
  margin-top: -15px;
  margin-bottom: 30px;
}

/* line 632, app/assets/stylesheets/bellinda.css.scss */
h1#banner img {
  margin: 0;
}

/* line 635, app/assets/stylesheets/bellinda.css.scss */
#catalog h1.banner-h1 {
  margin: 0;
}

/* line 638, app/assets/stylesheets/bellinda.css.scss */
#banner.banner-h1-img {
  position: relative;
  margin-top: -35px;
}

/* line 642, app/assets/stylesheets/bellinda.css.scss */
#banner-text {
  position: absolute;
  display: block;
  top: 20px;
  left: 370px;
  width: 430px;
  font-size: 36px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 42px;
}

@media (max-width: 979px) {
  /* line 656, app/assets/stylesheets/bellinda.css.scss */
  .nav-up {
    float: left;
    height: auto;
  }
  /* line 660, app/assets/stylesheets/bellinda.css.scss */
  .nav-up .bread-crumb,
  .nav-down .bread-crumb {
    width: 100%;
  }
}

/* line 666, app/assets/stylesheets/bellinda.css.scss */
a {
  color: #DA1E48;
  text-decoration: none;
}

/* line 670, app/assets/stylesheets/bellinda.css.scss */
a:hover {
  color: #333;
}

/* line 674, app/assets/stylesheets/bellinda.css.scss */
.date {
  color: #999;
}

/* line 678, app/assets/stylesheets/bellinda.css.scss */
.articles-tag {
  background-color: #da1d47;
  color: white;
  width: auto;
  height: 20px;
  margin-right: 10px;
  display: block;
  float: left;
  padding: 4px 10px;
}

/* line 689, app/assets/stylesheets/bellinda.css.scss */
.articles-tag:hover {
  color: #fff;
}

/* line 693, app/assets/stylesheets/bellinda.css.scss */
.tag-info {
  width: auto;
  height: 20px;
  margin: 0px;
  display: block;
  float: left;
  padding: 4px 10px;
}

/* line 702, app/assets/stylesheets/bellinda.css.scss */
.tags-list {
  width: 100%;
  height: auto;
  margin: 40px 0px 30px;
  float: left;
}

/* line 710, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li#poradna-dd.poradna {
  padding-right: 8px;
}

/* line 713, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li.first a {
  margin-right: 16px;
}

/* line 716, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li.bonus_program_menu {
  background-color: #3eaa49;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 13px;
}

/* line 5, app/assets/stylesheets/page.css.scss */
#page .content,
#store-locator .content {
  max-width: 978px;
  height: 100%;
  margin: auto;
  padding-top: 15px;
}

/* line 11, app/assets/stylesheets/page.css.scss */
#page .content .detail,
#store-locator .content .detail {
  margin: 20px 0px;
}

/* line 15, app/assets/stylesheets/page.css.scss */
#page h1,
#store-locator h1 {
  margin: 10px 0px 40px;
  text-align: right;
}

/* line 22, app/assets/stylesheets/page.css.scss */
#store-locator h1 {
  text-align: left;
  margin-top: 0;
}

/* line 26, app/assets/stylesheets/page.css.scss */
#store-locator .search {
  width: 100%;
  float: none;
  margin: 20px 0px 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ECECEC;
}

/* line 32, app/assets/stylesheets/page.css.scss */
#store-locator .search .error {
  color: #DA1E48;
}

/* line 36, app/assets/stylesheets/page.css.scss */
#store-locator .search .radius label {
  display: inline;
}

/* line 39, app/assets/stylesheets/page.css.scss */
#store-locator .search .radius input[type="radio"] {
  margin-bottom: 8px;
  margin-left: 8px;
}

/* line 43, app/assets/stylesheets/page.css.scss */
#store-locator .search .radius input[type="radio"].first {
  margin-left: 0;
}

/* line 47, app/assets/stylesheets/page.css.scss */
#store-locator .search .query {
  color: #000000;
  background-color: #FFFFFF;
  margin: 0;
  width: 75%;
}

/* line 53, app/assets/stylesheets/page.css.scss */
#store-locator .search .search-icon {
  color: #000000;
  background-color: #FFFFFF;
  float: none;
}

/* line 60, app/assets/stylesheets/page.css.scss */
#store-locator #map_canvas {
  width: 98.2%;
  height: 400px;
  border: 6px solid #ECECEC;
  margin-top: 6px;
}

/* line 67, app/assets/stylesheets/page.css.scss */
#store-locator .results {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 1px;
}

/* line 70, app/assets/stylesheets/page.css.scss */
#store-locator .results .store {
  margin: 1px 0px 0px;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  padding: 8px 0px;
}

/* line 75, app/assets/stylesheets/page.css.scss */
#store-locator .results .store img {
  width: 27px;
  height: 27px;
}

/* line 79, app/assets/stylesheets/page.css.scss */
#store-locator .results .store p {
  margin: 0;
}

/* line 83, app/assets/stylesheets/page.css.scss */
#store-locator .results h2 {
  font-size: 1.2em;
}

/* line 89, app/assets/stylesheets/page.css.scss */
div.infowindow {
  text-align: center;
  font-size: 14px;
  margin: 10px 14px 0px 12px;
}

/* line 94, app/assets/stylesheets/page.css.scss */
div.infowindow h3 {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

/* line 99, app/assets/stylesheets/page.css.scss */
div.infowindow .address {
  color: #FFFFFF;
  padding-top: 5px;
}

/* line 12, app/assets/stylesheets/bellinda.css.scss */
html {
  width: 100%;
  /*min-width: 1018px;*/
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 21, app/assets/stylesheets/bellinda.css.scss */
body {
  padding: 0;
  font-family: Open sans, Arial, Helvetica, sans-serif;
  width: 100%;
  /*min-width: 1018px;*/
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 33, app/assets/stylesheets/bellinda.css.scss */
h1,
.menu-font {
  font-family: Open sans;
  font-weight: 400;
}

/* line 37, app/assets/stylesheets/bellinda.css.scss */
h1 li,
.menu-font li {
  text-transform: uppercase;
}

/* line 41, app/assets/stylesheets/bellinda.css.scss */
h1 {
  color: #DA1E48;
}

/* line 44, app/assets/stylesheets/bellinda.css.scss */
.menu-bold-font {
  font-family: Open sans;
  font-weight: 600;
}

/* line 48, app/assets/stylesheets/bellinda.css.scss */
a {
  text-decoration: none !important;
}

/* line 50, app/assets/stylesheets/bellinda.css.scss */
a:hover {
  cursor: pointer !important;
  cursor: hand !important;
}

/* line 56, app/assets/stylesheets/bellinda.css.scss */
.stock-call {
  /*#da1e48;*/
  font-size: 11px;
  line-height: 11px;
  display: block;
  margin-top: 10px;
  /*width: 100px;*/
  /*float: right;*/
  padding-left: 0px;
  /*padding-left: 120px;
	text-align: right;*/
}

/* line 68, app/assets/stylesheets/bellinda.css.scss */
.stock-call a {
  text-decoration: underline !important;
  color: #000;
}

/* Landscape phones and down */
/* line 81, app/assets/stylesheets/bellinda.css.scss */
#header {
  width: 100%;
  /*min-width: 1018px;*/
  text-align: center;
}

/* line 139, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu {
  background-color: #DA1D47;
  width: 100%;
  height: 43px;
  text-align: right;
  overflow: hidden;
}

/* line 145, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu .container {
  text-align: right;
  height: 43px;
  margin: auto;
  border: 0;
  width: 978px;
  padding: 0px 20px;
}

/* line 90, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu {
  text-align: right;
  z-index: 10;
  display: block;
  line-height: 18px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0;
  margin: 12px 0px 0px 100px;
}

/* line 100, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li {
  display: list-item;
  float: right;
  line-height: 18px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding-left: 1px;
  padding-right: 1px;
}

/* line 109, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li a {
  cursor: auto;
  color: #FFFFFF;
  margin: 0px 12px 8px;
  text-decoration: none;
  height: 17px;
  line-height: 17px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

/* line 149, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li a {
  margin-left: 8px;
  margin-right: 8px;
}

/* line 155, app/assets/stylesheets/bellinda.css.scss */
.flags-top {
  float: left;
  height: 28px;
  padding-top: 15px;
}

/* line 159, app/assets/stylesheets/bellinda.css.scss */
.flags-top a {
  float: left;
  display: block;
  width: 16px;
  height: 11px;
  margin-right: 4px;
  background-image: url(/assets/flags2-bfd6b6b14e7cb391f362c7052a0ccae333b8181059812e824170a1edb8130860.png);
}

/* line 172, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.en {
  background-position: 0px 0px;
}

/* line 175, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.cz {
  background-position: 0px -11px;
}

/* line 178, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.sk {
  background-position: 0px -22px;
}

/* line 181, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.pl {
  background-position: 0px -33px;
}

/* line 184, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.hu {
  background-position: 0px -44px;
}

/* line 187, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.ro {
  background-position: 0px -55px;
}

/* line 198, app/assets/stylesheets/bellinda.css.scss */
.search {
  float: right;
  display: block;
  width: 190px;
  margin: 9px 0px 0px 10px;
  padding: 0;
  border: 0;
}

/* line 205, app/assets/stylesheets/bellinda.css.scss */
.search .query {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 20px;
  width: 160px;
  height: 20px;
  padding: 0;
  background-color: #DA1D47;
  border: 0;
  border: 2px solid #FFFFFF;
  box-shadow: none;
}

/* line 219, app/assets/stylesheets/bellinda.css.scss */
.search .search-icon {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  width: 17px;
  height: 17px;
  float: right;
  border: 0;
  background: #DA1D47;
  background-image: url(/assets/search-icon-w-a3d321a9d08ff24099212248fb60fe6ec71eba1643bc8da00aa99de70597904f.png);
  line-height: 17px;
  margin: 3px 0px 0px 5px;
  padding: 0;
}

/* line 234, app/assets/stylesheets/bellinda.css.scss */
#header-menu {
  background: #FFFFFF;
  width: 100%;
  height: 112px;
  text-align: right;
  font-size: 16px;
  overflow: hidden;
}

/* line 241, app/assets/stylesheets/bellinda.css.scss */
#header-menu .container {
  text-align: right;
  height: 112px;
  margin: auto;
  border: 0;
  width: 978px;
  padding: 0px 20px;
}

/* line 90, app/assets/stylesheets/bellinda.css.scss */
#header-menu ul.menu {
  text-align: right;
  z-index: 10;
  display: block;
  line-height: 18px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0;
  margin: 47px 0px 0px 100px;
}

/* line 100, app/assets/stylesheets/bellinda.css.scss */
#header-menu ul.menu li {
  display: list-item;
  float: right;
  line-height: 18px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding-left: 1px;
  padding-right: 1px;
}

/* line 109, app/assets/stylesheets/bellinda.css.scss */
#header-menu ul.menu li a {
  cursor: auto;
  color: #000000;
  margin: 0px 12px 8px;
  text-decoration: none;
  height: 17px;
  line-height: 17px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

/* line 246, app/assets/stylesheets/bellinda.css.scss */
#header-menu #logo {
  display: block;
  float: left;
  width: 166px;
  height: 60px;
  background: url(/assets/logo-a42f944f6717d5d28a2e3005df45ee5d5a38924ba7a9e815ec58095bb5a458f7.png);
  margin-top: 26px;
  margin-left: 0px;
  position: relative;
}

/* line 256, app/assets/stylesheets/bellinda.css.scss */
#header-menu #hp-link {
  display: block;
  width: 18px;
  height: 16px;
  background: url(/assets/hp-link-93058d4675c2ad35d6c577106a18a6670fb9f7e8fdddccc1463dcaac51fa31bd.png);
  margin-top: 1px;
}

/* line 263, app/assets/stylesheets/bellinda.css.scss */
#header-menu ul.hover-menu {
  height: 112px;
  margin-top: 0px;
}

/* line 267, app/assets/stylesheets/bellinda.css.scss */
#header-menu .hover-menu li {
  height: 65px;
  margin-top: 20px;
  padding: 27px 7px 0px;
}

/* line 271, app/assets/stylesheets/bellinda.css.scss */
#header-menu .hover-menu li a {
  margin-bottom: 0px;
}

/* line 295, app/assets/stylesheets/bellinda.css.scss */
#subheader {
  text-align: center;
  width: 100%;
  background-color: #ECECEC;
}

/* line 300, app/assets/stylesheets/bellinda.css.scss */
#subheader .container {
  width: 978px;
  margin: auto;
  padding: 9.5px 0px;
  border: 0;
}

/* line 313, app/assets/stylesheets/bellinda.css.scss */
#footer {
  width: 100%;
  /*min-width: 978px;*/
  overflow: hidden;
}

/* line 318, app/assets/stylesheets/bellinda.css.scss */
#footer a {
  color: #000000;
  text-decoration: none;
}

/* line 322, app/assets/stylesheets/bellinda.css.scss */
#footer .footer-menu {
  width: 978px;
  min-width: 978px;
  margin: 20px auto 0px;
  padding: 30px 0px;
  border-top: 2px dashed #ECECEC;
  border-bottom: 2px dashed #ECECEC;
  position: relative;
}

/* line 330, app/assets/stylesheets/bellinda.css.scss */
#footer .footer-menu .column {
  width: 163px;
  min-width: 163px;
  margin: 0;
  float: left;
}

/* line 335, app/assets/stylesheets/bellinda.css.scss */
#footer .footer-menu .column a {
  display: block;
}

/* line 360, app/assets/stylesheets/bellinda.css.scss */
#footer div.footer-rights {
  width: 978px;
  margin: 0 auto 0;
  padding: 30px 0px 30px;
  text-align: left;
}

/* line 368, app/assets/stylesheets/bellinda.css.scss */
.pl #footer .footer-menu .column {
  width: 150px;
  min-width: 150px;
}

/* line 372, app/assets/stylesheets/bellinda.css.scss */
.pl #footer .footer-menu .first {
  width: 220px;
  min-width: 220px;
}

/* line 379, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table td.top {
  vertical-align: top !important;
}

/* line 382, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table table {
  margin-bottom: 8px;
}

/* line 385, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table table td {
  padding: 0.4em 0.6em;
  border: 1px solid #ccc;
}

/* line 389, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table h2 {
  margin: 0;
}

/* line 392, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table h3 {
  margin: 30px 0px 6px;
}

/* line 398, app/assets/stylesheets/bellinda.css.scss */
.mb-graphics {
  height: 500px;
  width: 570px;
  margin-top: -50px;
  float: left;
}

/* line 405, app/assets/stylesheets/bellinda.css.scss */
.mb-form {
  height: 622px;
  width: 408px;
  max-width: 408px;
  margin: 0;
  float: left;
}

/* line 415, app/assets/stylesheets/bellinda.css.scss */
.mb-form input.span3,
.mb-form textarea.span3 {
  width: 237px;
}

/* line 419, app/assets/stylesheets/bellinda.css.scss */
.mb-form select.span3 {
  width: 247px;
}

/* line 423, app/assets/stylesheets/bellinda.css.scss */
.mb-form a.terms-link {
  color: #DA1E48;
}

/* line 426, app/assets/stylesheets/bellinda.css.scss */
.mb-form a.terms-link:hover {
  color: #000000;
}

/* line 431, app/assets/stylesheets/bellinda.css.scss */
#terms .close {
  color: #000000;
}

/* line 436, app/assets/stylesheets/bellinda.css.scss */
.control-group.error label,
.control-group.error input,
.control-group.error textarea {
  color: #000000;
}

/* line 446, app/assets/stylesheets/bellinda.css.scss */
#terms-content ul {
  font-weight: normal;
}

/* line 449, app/assets/stylesheets/bellinda.css.scss */
#terms-content ul li {
  font-weight: normal;
}

/* line 452, app/assets/stylesheets/bellinda.css.scss */
#terms-content p {
  font-weight: normal;
}

/* line 455, app/assets/stylesheets/bellinda.css.scss */
#terms-content .fbold {
  font-weight: bold;
}

/* line 458, app/assets/stylesheets/bellinda.css.scss */
#terms-content a {
  color: #0000FF;
}

/* line 466, app/assets/stylesheets/bellinda.css.scss */
#question {
  position: relative;
  /*height: 650px;*/
}

/* line 471, app/assets/stylesheets/bellinda.css.scss */
#question h4 {
  margin-bottom: 10px;
}

/* line 475, app/assets/stylesheets/bellinda.css.scss */
#question form {
  width: 800px;
  margin: auto;
}

/* line 480, app/assets/stylesheets/bellinda.css.scss */
#question .a-error {
  width: 800px;
  margin: auto;
  color: #DA1E48;
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}

/* line 489, app/assets/stylesheets/bellinda.css.scss */
#question .form-actions {
  background-color: #FFFFFF;
  border: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 497, app/assets/stylesheets/bellinda.css.scss */
#question .send {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #DA1D47;
  padding: 0;
  width: 106px;
  height: 40px;
  border: 0;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

/*#question .control-label {
	text-align: left;
	padding-left: 20px;
}

#question .control-group {
	margin-bottom: 2px;
}*/
/* line 520, app/assets/stylesheets/bellinda.css.scss */
#question input,
#question button,
#question select,
#question textarea {
  font-family: Open sans;
}

/* line 527, app/assets/stylesheets/bellinda.css.scss */
#question .controls p {
  font-size: 13px;
  line-height: 15px;
  height: 15px;
}

/* line 533, app/assets/stylesheets/bellinda.css.scss */
#question .controls p input {
  margin: 0px 5px 3px 0px;
  /*margin-left: 10px*/
}

/* line 538, app/assets/stylesheets/bellinda.css.scss */
#page h1.login-title {
  text-align: left;
  margin: 20px 0px 20px;
}

/* line 543, app/assets/stylesheets/bellinda.css.scss */
.my-position-btn {
  border: 0;
  background-color: #DA1E48;
  color: white;
  padding: 5px 10px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

/* line 552, app/assets/stylesheets/bellinda.css.scss */
.hu .menu-content .use-title {
  font-size: 90%;
}

/* line 555, app/assets/stylesheets/bellinda.css.scss */
.ro .menu-content .use-title {
  font-size: 80%;
}

/* line 560, app/assets/stylesheets/bellinda.css.scss */
#catalog .content .right-column .product-row .product-description .params .size .size-select {
  float: left;
  margin-right: 10px;
}

/* line 564, app/assets/stylesheets/bellinda.css.scss */
#catalog .content .right-column .product-row .product-description .params .size .size-calculate {
  color: #000;
  /*color: #da1e48;*/
  font-size: 13px !important;
  text-decoration: underline !important;
  font-size: 14px;
  display: block;
  height: 26px;
  line-height: 26px;
  text-align: left;
  float: left;
}

/* line 576, app/assets/stylesheets/bellinda.css.scss */
.hu #catalog .content .right-column .product-row .product-description .params .size .size-calculate {
  font-size: 12px !important;
}

@media (max-width: 979px) {
  /* line 580, app/assets/stylesheets/bellinda.css.scss */
  #catalog .content .right-column .product-row .product-description .params .size .size-select {
    float: none;
    margin-right: 0;
  }
  /* line 584, app/assets/stylesheets/bellinda.css.scss */
  #catalog .content .right-column .product-row .product-description .params .size .size-calculate {
    float: none;
    text-align: center;
  }
}

/* line 590, app/assets/stylesheets/bellinda.css.scss */
.hname {
  font-size: 12px;
  line-height: 12px;
  color: #7E7E7E;
  margin-bottom: 5px;
  font-weight: normal;
}

/* line 593, app/assets/stylesheets/bellinda.css.scss */
.c_code {
  font-size: 12px;
  line-height: 12px;
  color: #7E7E7E;
}

/* line 598, app/assets/stylesheets/bellinda.css.scss */
.icon .icon-color {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  margin: 5px 0px 0px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
}

/* line 609, app/assets/stylesheets/bellinda.css.scss */
.icon {
  display: block;
  width: 20px;
  height: auto;
  float: left;
  margin: 0px 5px 0px 0px;
  border: 0;
  cursor: pointer;
  cursor: hand;
  text-align: center;
}

/* line 621, app/assets/stylesheets/bellinda.css.scss */
#catalog .content .right-column .product-row .product .img {
  height: 210px;
}

/* line 625, app/assets/stylesheets/bellinda.css.scss */
h1#banner {
  position: relative;
  width: 726px;
  height: 300px;
  margin-top: -15px;
  margin-bottom: 30px;
}

/* line 632, app/assets/stylesheets/bellinda.css.scss */
h1#banner img {
  margin: 0;
}

/* line 635, app/assets/stylesheets/bellinda.css.scss */
#catalog h1.banner-h1 {
  margin: 0;
}

/* line 638, app/assets/stylesheets/bellinda.css.scss */
#banner.banner-h1-img {
  position: relative;
  margin-top: -35px;
}

/* line 642, app/assets/stylesheets/bellinda.css.scss */
#banner-text {
  position: absolute;
  display: block;
  top: 20px;
  left: 370px;
  width: 430px;
  font-size: 36px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 42px;
}

@media (max-width: 979px) {
  /* line 656, app/assets/stylesheets/bellinda.css.scss */
  .nav-up {
    float: left;
    height: auto;
  }
  /* line 660, app/assets/stylesheets/bellinda.css.scss */
  .nav-up .bread-crumb,
  .nav-down .bread-crumb {
    width: 100%;
  }
}

/* line 666, app/assets/stylesheets/bellinda.css.scss */
a {
  color: #DA1E48;
  text-decoration: none;
}

/* line 670, app/assets/stylesheets/bellinda.css.scss */
a:hover {
  color: #333;
}

/* line 674, app/assets/stylesheets/bellinda.css.scss */
.date {
  color: #999;
}

/* line 678, app/assets/stylesheets/bellinda.css.scss */
.articles-tag {
  background-color: #da1d47;
  color: white;
  width: auto;
  height: 20px;
  margin-right: 10px;
  display: block;
  float: left;
  padding: 4px 10px;
}

/* line 689, app/assets/stylesheets/bellinda.css.scss */
.articles-tag:hover {
  color: #fff;
}

/* line 693, app/assets/stylesheets/bellinda.css.scss */
.tag-info {
  width: auto;
  height: 20px;
  margin: 0px;
  display: block;
  float: left;
  padding: 4px 10px;
}

/* line 702, app/assets/stylesheets/bellinda.css.scss */
.tags-list {
  width: 100%;
  height: auto;
  margin: 40px 0px 30px;
  float: left;
}

/* line 710, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li#poradna-dd.poradna {
  padding-right: 8px;
}

/* line 713, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li.first a {
  margin-right: 16px;
}

/* line 716, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li.bonus_program_menu {
  background-color: #3eaa49;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 13px;
}

/* line 3, app/assets/stylesheets/catalog.css.scss */
.tooltip .tooltip-inner {
  background-color: #DA1E48;
}

/* line 7, app/assets/stylesheets/catalog.css.scss */
.tooltip .tooltip-arrow {
  border-top-color: #DA1E48 !important;
}

/* line 12, app/assets/stylesheets/catalog.css.scss */
.nav-up,
.nav-down {
  position: relative;
  float: left;
  width: 100%;
  z-index: 999;
  margin: 0;
  padding: 0px;
  border: 0;
  height: 46px;
}

/* line 22, app/assets/stylesheets/catalog.css.scss */
.nav-up .bread-crumb,
.nav-down .bread-crumb {
  float: left;
  padding-top: 15px;
  width: 70%;
}

/* line 26, app/assets/stylesheets/catalog.css.scss */
.nav-up .bread-crumb a,
.nav-down .bread-crumb a {
  color: #DA1E48;
}

/* line 29, app/assets/stylesheets/catalog.css.scss */
.nav-up .bread-crumb a:hover,
.nav-down .bread-crumb a:hover {
  color: #000000;
  text-decoration: none;
}

/* line 34, app/assets/stylesheets/catalog.css.scss */
.nav-up .pagination,
.nav-down .pagination {
  float: left;
  height: 46px;
  width: 30%;
  margin: 0;
  padding-top: 0px;
  text-align: right;
  border: 0;
  border-color: #FFFFFF;
  border-radius: 0;
  background-color: #FFFFFF;
  height: 18px;
  padding-top: 15px;
  margin-bottom: 9px;
}

/* line 48, app/assets/stylesheets/catalog.css.scss */
.nav-up .pagination ul,
.nav-down .pagination ul {
  border: 0;
  border-color: #FFFFFF;
  border-radius: 0;
  background-color: #FFFFFF;
  box-shadow: none;
  height: 18px;
}

/* line 55, app/assets/stylesheets/catalog.css.scss */
.nav-up .pagination ul li,
.nav-down .pagination ul li {
  border: 0;
  border-color: #FFFFFF;
  border-radius: 0;
  background-color: #FFFFFF;
  height: 18px;
  margin: 0;
  padding: 0;
}

/* line 63, app/assets/stylesheets/catalog.css.scss */
.nav-up .pagination ul li a,
.nav-down .pagination ul li a {
  padding: 0;
  margin: 0px 4px;
  line-height: 18px;
  border: 0;
  border-color: #FFFFFF;
  border-radius: 0;
  background-color: #FFFFFF;
  height: 18px;
  color: #DA1E48;
}

/* line 74, app/assets/stylesheets/catalog.css.scss */
.nav-up .pagination ul li a:hover,
.nav-down .pagination ul li a:hover {
  color: #000000;
}

/* line 79, app/assets/stylesheets/catalog.css.scss */
.nav-up .pagination ul li.active a,
.nav-down .pagination ul li.active a {
  color: #000000;
}

/* line 88, app/assets/stylesheets/catalog.css.scss */
.nav-up {
  border-bottom: 1px solid #DA1E48;
}

/* line 93, app/assets/stylesheets/catalog.css.scss */
.nav-down {
  border-top: 1px solid #DA1E48;
}

/* line 98, app/assets/stylesheets/catalog.css.scss */
.nav-down.seo-text {
  height: auto;
}

/* line 102, app/assets/stylesheets/catalog.css.scss */
.long .nav-up {
  margin-top: -30px;
}

/* line 108, app/assets/stylesheets/catalog.css.scss */
#catalog {
  height: 100%;
  overflow: hidden;
}

/* line 111, app/assets/stylesheets/catalog.css.scss */
#catalog h1 {
  color: #DA1E48;
  margin: 10px 0px;
  line-height: 25px;
}

/* line 115, app/assets/stylesheets/catalog.css.scss */
#catalog h1 .c_code {
  font-size: 12px;
  line-height: 12px;
  color: #7E7E7E;
}

/* line 121, app/assets/stylesheets/catalog.css.scss */
#catalog .bold {
  font-weight: 700;
}

/* line 124, app/assets/stylesheets/catalog.css.scss */
#catalog .lthrough {
  text-decoration: line-through;
}

/* line 127, app/assets/stylesheets/catalog.css.scss */
#catalog .content {
  min-width: 978px;
  width: 978px;
  height: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 134, app/assets/stylesheets/catalog.css.scss */
#catalog .content .container {
  width: 978px;
  margin: 0;
}

/* line 139, app/assets/stylesheets/catalog.css.scss */
#catalog .content .left-column {
  width: 223px;
  padding: 4px 0px 0px;
  margin: 0px 29px 0px 0px;
  float: left;
  border: 0;
  font-size: 12px;
}

/* line 146, app/assets/stylesheets/catalog.css.scss */
#catalog .content .left-column input[type="checkbox"] {
  margin: 0px 6px 4px 0px;
}

/* line 149, app/assets/stylesheets/catalog.css.scss */
#catalog .content .left-column p.menu-title {
  display: block;
  height: 42px;
  border-bottom: 1px solid #DA1E48;
  margin: 0;
}

/* line 154, app/assets/stylesheets/catalog.css.scss */
#catalog .content .left-column p.menu-title span,
#catalog .content .left-column p.menu-title a {
  display: block;
  padding: 10px 0px 0px 20px;
  color: #DA1E48;
  font-size: 14px;
}

/* line 162, app/assets/stylesheets/catalog.css.scss */
#catalog .content .left-column ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0;
  margin: 0px 13px 0px 0px;
}

/* line 168, app/assets/stylesheets/catalog.css.scss */
#catalog .content .left-column ul li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0px;
  padding: 6px 0px 6px 20px;
  border: 0;
  border-bottom: 1px solid #ECECEC;
}

/* line 176, app/assets/stylesheets/catalog.css.scss */
#catalog .content .left-column ul li a {
  color: #000000;
  text-decoration: none;
}

/* line 183, app/assets/stylesheets/catalog.css.scss */
#catalog .content .left-column .menu-category .accordion-inner {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 187, app/assets/stylesheets/catalog.css.scss */
#catalog .content .left-column .menu-category .accordion-inner div {
  margin: 3px 0px;
}

/* line 191, app/assets/stylesheets/catalog.css.scss */
#catalog .content .left-column .menu-category .active {
  font-weight: 600;
}

/* line 195, app/assets/stylesheets/catalog.css.scss */
#catalog .content .left-column p.size-menu-title {
  margin-top: 40px;
}

/* line 198, app/assets/stylesheets/catalog.css.scss */
#catalog .content .left-column .size-select {
  margin: 10px 0px 10px 19px;
  width: 192px;
}

/* line 205, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column {
  width: 726px;
  float: left;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 211, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .long-banner {
  margin-top: -15px;
  z-index: -9999;
  margin-bottom: 30px;
}

/* line 216, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row {
  height: 100%;
  width: 726px;
  margin: 0px 0px 0px;
}

/* line 220, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product {
  border-top: 1px solid #ECECEC;
  margin: 10px 15px 0px 0px;
  width: 166px;
  min-width: 166px;
  float: left;
}

/* line 227, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product .img {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin: 1px 0px 0px;
  border: 0px;
  border-top: 1px solid #ECECEC;
  text-align: center;
}

/* line 237, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product .img img {
  max-height: 180px;
}

/* line 240, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product .img .act {
  position: absolute;
  top: 3px;
  left: 0;
  color: #DA1E48;
  font-weight: bold;
}

/* line 247, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product .img .act-new {
  color: #DFC100;
}

/* line 250, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product .img .act-act {
  color: #D0F744;
}

/* line 253, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product .img .act-dis {
  color: #7BF6EF;
}

/* line 269, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product div.text {
  height: 85px;
  margin: 0px 0px 10px;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
}

/* line 274, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product div.text .name {
  height: 36px;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 12px;
}

/* line 280, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product div.text .prize {
  width: 60%;
  float: left;
  text-align: right;
  color: #DA1E48;
}

/* line 286, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product div.text .link {
  width: 40%;
  float: left;
  margin-bottom: 9px;
  text-align: left;
  font-size: 11px;
}

/* line 292, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product div.text .link a {
  color: #DA1E48;
}

/* line 294, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product div.text .link a:hover {
  text-decoration: none;
  color: #000000;
}

/* line 303, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .last {
  margin-right: 0px;
}

/* line 306, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product-images {
  width: 290px;
  /*height: 481px;*/
  margin: 0px 30px 30px 0px;
  border-bottom: 1px solid #ECECEC;
}

/* line 312, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product-images a:hover {
  text-decoration: none;
}

/* line 315, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product-images .main {
  text-align: center;
  height: 290px;
  margin: 0;
  float: left;
  /*div {
							margin: auto;
							height: auto;
						}*/
}

/* line 327, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product-images .detail {
  width: 290px;
  margin: 0;
  padding: 7px 0px 14px;
  border-bottom: 1px solid #ECECEC;
}

/* line 332, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product-images .detail img {
  max-width: 90px;
  height: 90px;
}

/* line 337, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product-images .like {
  margin: 1px 0px 0px;
  width: 290px;
  height: 74px;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  text-align: center;
}

/* line 344, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product-images .like .fb-like {
  margin: 24px auto 10px;
  width: 290px;
}

/* line 347, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product-images .like .fb-like span {
  width: 290px;
}

/* line 353, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product-description {
  width: 406px;
  margin: 0px 0px 30px;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 1px;
}

/* line 359, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product-description .text {
  margin: 0;
  border-bottom: 1px solid #ECECEC;
}

/* line 363, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product-description .text-large {
  font-size: 15px;
  line-height: 15px;
}

/* line 367, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product-description .params {
  margin: 1px 0px 0px;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
}

/* line 371, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product-description .params .space {
  margin: 13px 0px;
}

/* line 375, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product-description .params .color .icon {
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  margin: 0px 10px 0px 0px;
  border: 1px solid #ccc;
  cursor: pointer;
  cursor: hand;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
}

/* line 388, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product-description .params .color .color-link-active {
  border-color: #DA1E48;
}

/* line 391, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product-description .params .color span {
  display: block;
  margin: 5px 10px 0px 0px;
  float: left;
}

/* line 396, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product-description .params .color .color-wrapper {
  margin-left: 120px;
}

/* line 398, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product-description .params .color .color-wrapper .color-link-last {
  margin-right: 0;
}

/* line 404, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product-description .params .size .size-select {
  width: 100px;
  margin: 0;
}

/* line 408, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product-description .params .size .styled-select {
  width: 90px;
  height: 31px;
  background: url("select-arrow.png") no-repeat right #FFFFFF;
  overflow: hidden;
  margin: 0;
}

/* line 414, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product-description .params .size .styled-select select#product_sizes {
  background: transparent;
  width: 118px;
  height: 31px;
  padding: 5px 5px 5px 10px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid #ECECEC;
}

/* line 428, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product-description .params .size span {
  display: block;
  margin: 4.5px 10px 0px 0px;
  float: left;
}

/* line 435, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product-description .params .material {
  margin-bottom: 12px;
}

/* line 438, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product-description .params .material-logo {
  margin-bottom: 12px;
}

/* line 440, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product-description .params .material-logo img {
  height: 70px;
  margin-right: 8px;
}

/* line 447, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product-description .lthrough {
  text-decoration: line-through;
}

/* line 456, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product-description .add-to-card {
  margin: 1px 0px 0px;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
}

/* line 460, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product-description .add-to-card a {
  display: block;
  width: 406px;
  height: 33px;
  background-color: #DA1E48;
  text-decoration: none;
  text-align: center;
  margin: 30px 0px;
  color: #FFFFFF;
  font-family: 'Open sans';
  font-weight: 400;
  font-size: 21px;
  padding-top: 13px;
}

/* line 477, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-row .product-description .contact {
  margin: 1px 0px 0px;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  text-align: center;
  padding-top: 7px;
}

/* line 486, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-similar {
  width: 726px;
  margin: 0;
  border-top: 1px solid #DA1E48;
}

/* line 490, app/assets/stylesheets/catalog.css.scss */
#catalog .content .right-column .product-similar h1 {
  width: 726px;
  height: 36px;
  margin: 0;
  padding: 10px 0px;
}

@media (max-width: 979px) {
  /* line 505, app/assets/stylesheets/catalog.css.scss */
  .nav-up .pagination,
  .nav-down .pagination {
    float: left;
    height: 46px;
    width: auto !important;
  }
}

/* line 12, app/assets/stylesheets/bellinda.css.scss */
html {
  width: 100%;
  /*min-width: 1018px;*/
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 21, app/assets/stylesheets/bellinda.css.scss */
body {
  padding: 0;
  font-family: Open sans, Arial, Helvetica, sans-serif;
  width: 100%;
  /*min-width: 1018px;*/
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 33, app/assets/stylesheets/bellinda.css.scss */
h1,
.menu-font {
  font-family: Open sans;
  font-weight: 400;
}

/* line 37, app/assets/stylesheets/bellinda.css.scss */
h1 li,
.menu-font li {
  text-transform: uppercase;
}

/* line 41, app/assets/stylesheets/bellinda.css.scss */
h1 {
  color: #DA1E48;
}

/* line 44, app/assets/stylesheets/bellinda.css.scss */
.menu-bold-font {
  font-family: Open sans;
  font-weight: 600;
}

/* line 48, app/assets/stylesheets/bellinda.css.scss */
a {
  text-decoration: none !important;
}

/* line 50, app/assets/stylesheets/bellinda.css.scss */
a:hover {
  cursor: pointer !important;
  cursor: hand !important;
}

/* line 56, app/assets/stylesheets/bellinda.css.scss */
.stock-call {
  /*#da1e48;*/
  font-size: 11px;
  line-height: 11px;
  display: block;
  margin-top: 10px;
  /*width: 100px;*/
  /*float: right;*/
  padding-left: 0px;
  /*padding-left: 120px;
	text-align: right;*/
}

/* line 68, app/assets/stylesheets/bellinda.css.scss */
.stock-call a {
  text-decoration: underline !important;
  color: #000;
}

/* Landscape phones and down */
/* line 81, app/assets/stylesheets/bellinda.css.scss */
#header {
  width: 100%;
  /*min-width: 1018px;*/
  text-align: center;
}

/* line 139, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu {
  background-color: #DA1D47;
  width: 100%;
  height: 43px;
  text-align: right;
  overflow: hidden;
}

/* line 145, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu .container {
  text-align: right;
  height: 43px;
  margin: auto;
  border: 0;
  width: 978px;
  padding: 0px 20px;
}

/* line 90, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu {
  text-align: right;
  z-index: 10;
  display: block;
  line-height: 18px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0;
  margin: 12px 0px 0px 100px;
}

/* line 100, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li {
  display: list-item;
  float: right;
  line-height: 18px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding-left: 1px;
  padding-right: 1px;
}

/* line 109, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li a {
  cursor: auto;
  color: #FFFFFF;
  margin: 0px 12px 8px;
  text-decoration: none;
  height: 17px;
  line-height: 17px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

/* line 149, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li a {
  margin-left: 8px;
  margin-right: 8px;
}

/* line 155, app/assets/stylesheets/bellinda.css.scss */
.flags-top {
  float: left;
  height: 28px;
  padding-top: 15px;
}

/* line 159, app/assets/stylesheets/bellinda.css.scss */
.flags-top a {
  float: left;
  display: block;
  width: 16px;
  height: 11px;
  margin-right: 4px;
  background-image: url(/assets/flags2-bfd6b6b14e7cb391f362c7052a0ccae333b8181059812e824170a1edb8130860.png);
}

/* line 172, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.en {
  background-position: 0px 0px;
}

/* line 175, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.cz {
  background-position: 0px -11px;
}

/* line 178, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.sk {
  background-position: 0px -22px;
}

/* line 181, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.pl {
  background-position: 0px -33px;
}

/* line 184, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.hu {
  background-position: 0px -44px;
}

/* line 187, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.ro {
  background-position: 0px -55px;
}

/* line 198, app/assets/stylesheets/bellinda.css.scss */
.search {
  float: right;
  display: block;
  width: 190px;
  margin: 9px 0px 0px 10px;
  padding: 0;
  border: 0;
}

/* line 205, app/assets/stylesheets/bellinda.css.scss */
.search .query {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 20px;
  width: 160px;
  height: 20px;
  padding: 0;
  background-color: #DA1D47;
  border: 0;
  border: 2px solid #FFFFFF;
  box-shadow: none;
}

/* line 219, app/assets/stylesheets/bellinda.css.scss */
.search .search-icon {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  width: 17px;
  height: 17px;
  float: right;
  border: 0;
  background: #DA1D47;
  background-image: url(/assets/search-icon-w-a3d321a9d08ff24099212248fb60fe6ec71eba1643bc8da00aa99de70597904f.png);
  line-height: 17px;
  margin: 3px 0px 0px 5px;
  padding: 0;
}

/* line 234, app/assets/stylesheets/bellinda.css.scss */
#header-menu {
  background: #FFFFFF;
  width: 100%;
  height: 112px;
  text-align: right;
  font-size: 16px;
  overflow: hidden;
}

/* line 241, app/assets/stylesheets/bellinda.css.scss */
#header-menu .container {
  text-align: right;
  height: 112px;
  margin: auto;
  border: 0;
  width: 978px;
  padding: 0px 20px;
}

/* line 90, app/assets/stylesheets/bellinda.css.scss */
#header-menu ul.menu {
  text-align: right;
  z-index: 10;
  display: block;
  line-height: 18px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0;
  margin: 47px 0px 0px 100px;
}

/* line 100, app/assets/stylesheets/bellinda.css.scss */
#header-menu ul.menu li {
  display: list-item;
  float: right;
  line-height: 18px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding-left: 1px;
  padding-right: 1px;
}

/* line 109, app/assets/stylesheets/bellinda.css.scss */
#header-menu ul.menu li a {
  cursor: auto;
  color: #000000;
  margin: 0px 12px 8px;
  text-decoration: none;
  height: 17px;
  line-height: 17px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

/* line 246, app/assets/stylesheets/bellinda.css.scss */
#header-menu #logo {
  display: block;
  float: left;
  width: 166px;
  height: 60px;
  background: url(/assets/logo-a42f944f6717d5d28a2e3005df45ee5d5a38924ba7a9e815ec58095bb5a458f7.png);
  margin-top: 26px;
  margin-left: 0px;
  position: relative;
}

/* line 256, app/assets/stylesheets/bellinda.css.scss */
#header-menu #hp-link {
  display: block;
  width: 18px;
  height: 16px;
  background: url(/assets/hp-link-93058d4675c2ad35d6c577106a18a6670fb9f7e8fdddccc1463dcaac51fa31bd.png);
  margin-top: 1px;
}

/* line 263, app/assets/stylesheets/bellinda.css.scss */
#header-menu ul.hover-menu {
  height: 112px;
  margin-top: 0px;
}

/* line 267, app/assets/stylesheets/bellinda.css.scss */
#header-menu .hover-menu li {
  height: 65px;
  margin-top: 20px;
  padding: 27px 7px 0px;
}

/* line 271, app/assets/stylesheets/bellinda.css.scss */
#header-menu .hover-menu li a {
  margin-bottom: 0px;
}

/* line 295, app/assets/stylesheets/bellinda.css.scss */
#subheader {
  text-align: center;
  width: 100%;
  background-color: #ECECEC;
}

/* line 300, app/assets/stylesheets/bellinda.css.scss */
#subheader .container {
  width: 978px;
  margin: auto;
  padding: 9.5px 0px;
  border: 0;
}

/* line 313, app/assets/stylesheets/bellinda.css.scss */
#footer {
  width: 100%;
  /*min-width: 978px;*/
  overflow: hidden;
}

/* line 318, app/assets/stylesheets/bellinda.css.scss */
#footer a {
  color: #000000;
  text-decoration: none;
}

/* line 322, app/assets/stylesheets/bellinda.css.scss */
#footer .footer-menu {
  width: 978px;
  min-width: 978px;
  margin: 20px auto 0px;
  padding: 30px 0px;
  border-top: 2px dashed #ECECEC;
  border-bottom: 2px dashed #ECECEC;
  position: relative;
}

/* line 330, app/assets/stylesheets/bellinda.css.scss */
#footer .footer-menu .column {
  width: 163px;
  min-width: 163px;
  margin: 0;
  float: left;
}

/* line 335, app/assets/stylesheets/bellinda.css.scss */
#footer .footer-menu .column a {
  display: block;
}

/* line 360, app/assets/stylesheets/bellinda.css.scss */
#footer div.footer-rights {
  width: 978px;
  margin: 0 auto 0;
  padding: 30px 0px 30px;
  text-align: left;
}

/* line 368, app/assets/stylesheets/bellinda.css.scss */
.pl #footer .footer-menu .column {
  width: 150px;
  min-width: 150px;
}

/* line 372, app/assets/stylesheets/bellinda.css.scss */
.pl #footer .footer-menu .first {
  width: 220px;
  min-width: 220px;
}

/* line 379, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table td.top {
  vertical-align: top !important;
}

/* line 382, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table table {
  margin-bottom: 8px;
}

/* line 385, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table table td {
  padding: 0.4em 0.6em;
  border: 1px solid #ccc;
}

/* line 389, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table h2 {
  margin: 0;
}

/* line 392, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table h3 {
  margin: 30px 0px 6px;
}

/* line 398, app/assets/stylesheets/bellinda.css.scss */
.mb-graphics {
  height: 500px;
  width: 570px;
  margin-top: -50px;
  float: left;
}

/* line 405, app/assets/stylesheets/bellinda.css.scss */
.mb-form {
  height: 622px;
  width: 408px;
  max-width: 408px;
  margin: 0;
  float: left;
}

/* line 415, app/assets/stylesheets/bellinda.css.scss */
.mb-form input.span3,
.mb-form textarea.span3 {
  width: 237px;
}

/* line 419, app/assets/stylesheets/bellinda.css.scss */
.mb-form select.span3 {
  width: 247px;
}

/* line 423, app/assets/stylesheets/bellinda.css.scss */
.mb-form a.terms-link {
  color: #DA1E48;
}

/* line 426, app/assets/stylesheets/bellinda.css.scss */
.mb-form a.terms-link:hover {
  color: #000000;
}

/* line 431, app/assets/stylesheets/bellinda.css.scss */
#terms .close {
  color: #000000;
}

/* line 436, app/assets/stylesheets/bellinda.css.scss */
.control-group.error label,
.control-group.error input,
.control-group.error textarea {
  color: #000000;
}

/* line 446, app/assets/stylesheets/bellinda.css.scss */
#terms-content ul {
  font-weight: normal;
}

/* line 449, app/assets/stylesheets/bellinda.css.scss */
#terms-content ul li {
  font-weight: normal;
}

/* line 452, app/assets/stylesheets/bellinda.css.scss */
#terms-content p {
  font-weight: normal;
}

/* line 455, app/assets/stylesheets/bellinda.css.scss */
#terms-content .fbold {
  font-weight: bold;
}

/* line 458, app/assets/stylesheets/bellinda.css.scss */
#terms-content a {
  color: #0000FF;
}

/* line 466, app/assets/stylesheets/bellinda.css.scss */
#question {
  position: relative;
  /*height: 650px;*/
}

/* line 471, app/assets/stylesheets/bellinda.css.scss */
#question h4 {
  margin-bottom: 10px;
}

/* line 475, app/assets/stylesheets/bellinda.css.scss */
#question form {
  width: 800px;
  margin: auto;
}

/* line 480, app/assets/stylesheets/bellinda.css.scss */
#question .a-error {
  width: 800px;
  margin: auto;
  color: #DA1E48;
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}

/* line 489, app/assets/stylesheets/bellinda.css.scss */
#question .form-actions {
  background-color: #FFFFFF;
  border: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 497, app/assets/stylesheets/bellinda.css.scss */
#question .send {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #DA1D47;
  padding: 0;
  width: 106px;
  height: 40px;
  border: 0;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

/*#question .control-label {
	text-align: left;
	padding-left: 20px;
}

#question .control-group {
	margin-bottom: 2px;
}*/
/* line 520, app/assets/stylesheets/bellinda.css.scss */
#question input,
#question button,
#question select,
#question textarea {
  font-family: Open sans;
}

/* line 527, app/assets/stylesheets/bellinda.css.scss */
#question .controls p {
  font-size: 13px;
  line-height: 15px;
  height: 15px;
}

/* line 533, app/assets/stylesheets/bellinda.css.scss */
#question .controls p input {
  margin: 0px 5px 3px 0px;
  /*margin-left: 10px*/
}

/* line 538, app/assets/stylesheets/bellinda.css.scss */
#page h1.login-title {
  text-align: left;
  margin: 20px 0px 20px;
}

/* line 543, app/assets/stylesheets/bellinda.css.scss */
.my-position-btn {
  border: 0;
  background-color: #DA1E48;
  color: white;
  padding: 5px 10px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

/* line 552, app/assets/stylesheets/bellinda.css.scss */
.hu .menu-content .use-title {
  font-size: 90%;
}

/* line 555, app/assets/stylesheets/bellinda.css.scss */
.ro .menu-content .use-title {
  font-size: 80%;
}

/* line 560, app/assets/stylesheets/bellinda.css.scss */
#catalog .content .right-column .product-row .product-description .params .size .size-select {
  float: left;
  margin-right: 10px;
}

/* line 564, app/assets/stylesheets/bellinda.css.scss */
#catalog .content .right-column .product-row .product-description .params .size .size-calculate {
  color: #000;
  /*color: #da1e48;*/
  font-size: 13px !important;
  text-decoration: underline !important;
  font-size: 14px;
  display: block;
  height: 26px;
  line-height: 26px;
  text-align: left;
  float: left;
}

/* line 576, app/assets/stylesheets/bellinda.css.scss */
.hu #catalog .content .right-column .product-row .product-description .params .size .size-calculate {
  font-size: 12px !important;
}

@media (max-width: 979px) {
  /* line 580, app/assets/stylesheets/bellinda.css.scss */
  #catalog .content .right-column .product-row .product-description .params .size .size-select {
    float: none;
    margin-right: 0;
  }
  /* line 584, app/assets/stylesheets/bellinda.css.scss */
  #catalog .content .right-column .product-row .product-description .params .size .size-calculate {
    float: none;
    text-align: center;
  }
}

/* line 590, app/assets/stylesheets/bellinda.css.scss */
.hname {
  font-size: 12px;
  line-height: 12px;
  color: #7E7E7E;
  margin-bottom: 5px;
  font-weight: normal;
}

/* line 593, app/assets/stylesheets/bellinda.css.scss */
.c_code {
  font-size: 12px;
  line-height: 12px;
  color: #7E7E7E;
}

/* line 598, app/assets/stylesheets/bellinda.css.scss */
.icon .icon-color {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  margin: 5px 0px 0px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
}

/* line 609, app/assets/stylesheets/bellinda.css.scss */
.icon {
  display: block;
  width: 20px;
  height: auto;
  float: left;
  margin: 0px 5px 0px 0px;
  border: 0;
  cursor: pointer;
  cursor: hand;
  text-align: center;
}

/* line 621, app/assets/stylesheets/bellinda.css.scss */
#catalog .content .right-column .product-row .product .img {
  height: 210px;
}

/* line 625, app/assets/stylesheets/bellinda.css.scss */
h1#banner {
  position: relative;
  width: 726px;
  height: 300px;
  margin-top: -15px;
  margin-bottom: 30px;
}

/* line 632, app/assets/stylesheets/bellinda.css.scss */
h1#banner img {
  margin: 0;
}

/* line 635, app/assets/stylesheets/bellinda.css.scss */
#catalog h1.banner-h1 {
  margin: 0;
}

/* line 638, app/assets/stylesheets/bellinda.css.scss */
#banner.banner-h1-img {
  position: relative;
  margin-top: -35px;
}

/* line 642, app/assets/stylesheets/bellinda.css.scss */
#banner-text {
  position: absolute;
  display: block;
  top: 20px;
  left: 370px;
  width: 430px;
  font-size: 36px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 42px;
}

@media (max-width: 979px) {
  /* line 656, app/assets/stylesheets/bellinda.css.scss */
  .nav-up {
    float: left;
    height: auto;
  }
  /* line 660, app/assets/stylesheets/bellinda.css.scss */
  .nav-up .bread-crumb,
  .nav-down .bread-crumb {
    width: 100%;
  }
}

/* line 666, app/assets/stylesheets/bellinda.css.scss */
a {
  color: #DA1E48;
  text-decoration: none;
}

/* line 670, app/assets/stylesheets/bellinda.css.scss */
a:hover {
  color: #333;
}

/* line 674, app/assets/stylesheets/bellinda.css.scss */
.date {
  color: #999;
}

/* line 678, app/assets/stylesheets/bellinda.css.scss */
.articles-tag {
  background-color: #da1d47;
  color: white;
  width: auto;
  height: 20px;
  margin-right: 10px;
  display: block;
  float: left;
  padding: 4px 10px;
}

/* line 689, app/assets/stylesheets/bellinda.css.scss */
.articles-tag:hover {
  color: #fff;
}

/* line 693, app/assets/stylesheets/bellinda.css.scss */
.tag-info {
  width: auto;
  height: 20px;
  margin: 0px;
  display: block;
  float: left;
  padding: 4px 10px;
}

/* line 702, app/assets/stylesheets/bellinda.css.scss */
.tags-list {
  width: 100%;
  height: auto;
  margin: 40px 0px 30px;
  float: left;
}

/* line 710, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li#poradna-dd.poradna {
  padding-right: 8px;
}

/* line 713, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li.first a {
  margin-right: 16px;
}

/* line 716, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li.bonus_program_menu {
  background-color: #3eaa49;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 13px;
}

/* line 26, app/assets/stylesheets/top-picks.css.scss */
#top-picks .main {
  margin: 0;
  text-align: center;
}

/* line 35, app/assets/stylesheets/top-picks.css.scss */
#top-picks .thumbs {
  margin: 0;
}

/* line 38, app/assets/stylesheets/top-picks.css.scss */
#top-picks .thumbs .item {
  width: 150px;
  margin: 20px 0px 0px 13px;
  float: left;
  text-align: center;
}

/* line 43, app/assets/stylesheets/top-picks.css.scss */
#top-picks .thumbs .item img {
  padding-bottom: 5px;
  border-bottom: 5px solid #FFFFFF;
  cursor: pointer;
  cursor: hand;
}

/* line 49, app/assets/stylesheets/top-picks.css.scss */
#top-picks .thumbs .item .active {
  border-bottom: 5px solid #DA1D47;
}

/* line 57, app/assets/stylesheets/top-picks.css.scss */
.ui-tooltip-top-pick .ui-tooltip-content {
  width: 500px;
  background-color: #DA1D47;
}

/* line 60, app/assets/stylesheets/top-picks.css.scss */
.ui-tooltip-top-pick .ui-tooltip-content div {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 20px;
  margin: 14px;
  white-space: wrap;
}

/* line 12, app/assets/stylesheets/bellinda.css.scss */
html {
  width: 100%;
  /*min-width: 1018px;*/
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 21, app/assets/stylesheets/bellinda.css.scss */
body {
  padding: 0;
  font-family: Open sans, Arial, Helvetica, sans-serif;
  width: 100%;
  /*min-width: 1018px;*/
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 33, app/assets/stylesheets/bellinda.css.scss */
h1,
.menu-font {
  font-family: Open sans;
  font-weight: 400;
}

/* line 37, app/assets/stylesheets/bellinda.css.scss */
h1 li,
.menu-font li {
  text-transform: uppercase;
}

/* line 41, app/assets/stylesheets/bellinda.css.scss */
h1 {
  color: #DA1E48;
}

/* line 44, app/assets/stylesheets/bellinda.css.scss */
.menu-bold-font {
  font-family: Open sans;
  font-weight: 600;
}

/* line 48, app/assets/stylesheets/bellinda.css.scss */
a {
  text-decoration: none !important;
}

/* line 50, app/assets/stylesheets/bellinda.css.scss */
a:hover {
  cursor: pointer !important;
  cursor: hand !important;
}

/* line 56, app/assets/stylesheets/bellinda.css.scss */
.stock-call {
  /*#da1e48;*/
  font-size: 11px;
  line-height: 11px;
  display: block;
  margin-top: 10px;
  /*width: 100px;*/
  /*float: right;*/
  padding-left: 0px;
  /*padding-left: 120px;
	text-align: right;*/
}

/* line 68, app/assets/stylesheets/bellinda.css.scss */
.stock-call a {
  text-decoration: underline !important;
  color: #000;
}

/* Landscape phones and down */
/* line 81, app/assets/stylesheets/bellinda.css.scss */
#header {
  width: 100%;
  /*min-width: 1018px;*/
  text-align: center;
}

/* line 139, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu {
  background-color: #DA1D47;
  width: 100%;
  height: 43px;
  text-align: right;
  overflow: hidden;
}

/* line 145, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu .container {
  text-align: right;
  height: 43px;
  margin: auto;
  border: 0;
  width: 978px;
  padding: 0px 20px;
}

/* line 90, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu {
  text-align: right;
  z-index: 10;
  display: block;
  line-height: 18px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0;
  margin: 12px 0px 0px 100px;
}

/* line 100, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li {
  display: list-item;
  float: right;
  line-height: 18px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding-left: 1px;
  padding-right: 1px;
}

/* line 109, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li a {
  cursor: auto;
  color: #FFFFFF;
  margin: 0px 12px 8px;
  text-decoration: none;
  height: 17px;
  line-height: 17px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

/* line 149, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li a {
  margin-left: 8px;
  margin-right: 8px;
}

/* line 155, app/assets/stylesheets/bellinda.css.scss */
.flags-top {
  float: left;
  height: 28px;
  padding-top: 15px;
}

/* line 159, app/assets/stylesheets/bellinda.css.scss */
.flags-top a {
  float: left;
  display: block;
  width: 16px;
  height: 11px;
  margin-right: 4px;
  background-image: url(/assets/flags2-bfd6b6b14e7cb391f362c7052a0ccae333b8181059812e824170a1edb8130860.png);
}

/* line 172, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.en {
  background-position: 0px 0px;
}

/* line 175, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.cz {
  background-position: 0px -11px;
}

/* line 178, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.sk {
  background-position: 0px -22px;
}

/* line 181, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.pl {
  background-position: 0px -33px;
}

/* line 184, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.hu {
  background-position: 0px -44px;
}

/* line 187, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.ro {
  background-position: 0px -55px;
}

/* line 198, app/assets/stylesheets/bellinda.css.scss */
.search {
  float: right;
  display: block;
  width: 190px;
  margin: 9px 0px 0px 10px;
  padding: 0;
  border: 0;
}

/* line 205, app/assets/stylesheets/bellinda.css.scss */
.search .query {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 20px;
  width: 160px;
  height: 20px;
  padding: 0;
  background-color: #DA1D47;
  border: 0;
  border: 2px solid #FFFFFF;
  box-shadow: none;
}

/* line 219, app/assets/stylesheets/bellinda.css.scss */
.search .search-icon {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  width: 17px;
  height: 17px;
  float: right;
  border: 0;
  background: #DA1D47;
  background-image: url(/assets/search-icon-w-a3d321a9d08ff24099212248fb60fe6ec71eba1643bc8da00aa99de70597904f.png);
  line-height: 17px;
  margin: 3px 0px 0px 5px;
  padding: 0;
}

/* line 234, app/assets/stylesheets/bellinda.css.scss */
#header-menu {
  background: #FFFFFF;
  width: 100%;
  height: 112px;
  text-align: right;
  font-size: 16px;
  overflow: hidden;
}

/* line 241, app/assets/stylesheets/bellinda.css.scss */
#header-menu .container {
  text-align: right;
  height: 112px;
  margin: auto;
  border: 0;
  width: 978px;
  padding: 0px 20px;
}

/* line 90, app/assets/stylesheets/bellinda.css.scss */
#header-menu ul.menu {
  text-align: right;
  z-index: 10;
  display: block;
  line-height: 18px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0;
  margin: 47px 0px 0px 100px;
}

/* line 100, app/assets/stylesheets/bellinda.css.scss */
#header-menu ul.menu li {
  display: list-item;
  float: right;
  line-height: 18px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding-left: 1px;
  padding-right: 1px;
}

/* line 109, app/assets/stylesheets/bellinda.css.scss */
#header-menu ul.menu li a {
  cursor: auto;
  color: #000000;
  margin: 0px 12px 8px;
  text-decoration: none;
  height: 17px;
  line-height: 17px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

/* line 246, app/assets/stylesheets/bellinda.css.scss */
#header-menu #logo {
  display: block;
  float: left;
  width: 166px;
  height: 60px;
  background: url(/assets/logo-a42f944f6717d5d28a2e3005df45ee5d5a38924ba7a9e815ec58095bb5a458f7.png);
  margin-top: 26px;
  margin-left: 0px;
  position: relative;
}

/* line 256, app/assets/stylesheets/bellinda.css.scss */
#header-menu #hp-link {
  display: block;
  width: 18px;
  height: 16px;
  background: url(/assets/hp-link-93058d4675c2ad35d6c577106a18a6670fb9f7e8fdddccc1463dcaac51fa31bd.png);
  margin-top: 1px;
}

/* line 263, app/assets/stylesheets/bellinda.css.scss */
#header-menu ul.hover-menu {
  height: 112px;
  margin-top: 0px;
}

/* line 267, app/assets/stylesheets/bellinda.css.scss */
#header-menu .hover-menu li {
  height: 65px;
  margin-top: 20px;
  padding: 27px 7px 0px;
}

/* line 271, app/assets/stylesheets/bellinda.css.scss */
#header-menu .hover-menu li a {
  margin-bottom: 0px;
}

/* line 295, app/assets/stylesheets/bellinda.css.scss */
#subheader {
  text-align: center;
  width: 100%;
  background-color: #ECECEC;
}

/* line 300, app/assets/stylesheets/bellinda.css.scss */
#subheader .container {
  width: 978px;
  margin: auto;
  padding: 9.5px 0px;
  border: 0;
}

/* line 313, app/assets/stylesheets/bellinda.css.scss */
#footer {
  width: 100%;
  /*min-width: 978px;*/
  overflow: hidden;
}

/* line 318, app/assets/stylesheets/bellinda.css.scss */
#footer a {
  color: #000000;
  text-decoration: none;
}

/* line 322, app/assets/stylesheets/bellinda.css.scss */
#footer .footer-menu {
  width: 978px;
  min-width: 978px;
  margin: 20px auto 0px;
  padding: 30px 0px;
  border-top: 2px dashed #ECECEC;
  border-bottom: 2px dashed #ECECEC;
  position: relative;
}

/* line 330, app/assets/stylesheets/bellinda.css.scss */
#footer .footer-menu .column {
  width: 163px;
  min-width: 163px;
  margin: 0;
  float: left;
}

/* line 335, app/assets/stylesheets/bellinda.css.scss */
#footer .footer-menu .column a {
  display: block;
}

/* line 360, app/assets/stylesheets/bellinda.css.scss */
#footer div.footer-rights {
  width: 978px;
  margin: 0 auto 0;
  padding: 30px 0px 30px;
  text-align: left;
}

/* line 368, app/assets/stylesheets/bellinda.css.scss */
.pl #footer .footer-menu .column {
  width: 150px;
  min-width: 150px;
}

/* line 372, app/assets/stylesheets/bellinda.css.scss */
.pl #footer .footer-menu .first {
  width: 220px;
  min-width: 220px;
}

/* line 379, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table td.top {
  vertical-align: top !important;
}

/* line 382, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table table {
  margin-bottom: 8px;
}

/* line 385, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table table td {
  padding: 0.4em 0.6em;
  border: 1px solid #ccc;
}

/* line 389, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table h2 {
  margin: 0;
}

/* line 392, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table h3 {
  margin: 30px 0px 6px;
}

/* line 398, app/assets/stylesheets/bellinda.css.scss */
.mb-graphics {
  height: 500px;
  width: 570px;
  margin-top: -50px;
  float: left;
}

/* line 405, app/assets/stylesheets/bellinda.css.scss */
.mb-form {
  height: 622px;
  width: 408px;
  max-width: 408px;
  margin: 0;
  float: left;
}

/* line 415, app/assets/stylesheets/bellinda.css.scss */
.mb-form input.span3,
.mb-form textarea.span3 {
  width: 237px;
}

/* line 419, app/assets/stylesheets/bellinda.css.scss */
.mb-form select.span3 {
  width: 247px;
}

/* line 423, app/assets/stylesheets/bellinda.css.scss */
.mb-form a.terms-link {
  color: #DA1E48;
}

/* line 426, app/assets/stylesheets/bellinda.css.scss */
.mb-form a.terms-link:hover {
  color: #000000;
}

/* line 431, app/assets/stylesheets/bellinda.css.scss */
#terms .close {
  color: #000000;
}

/* line 436, app/assets/stylesheets/bellinda.css.scss */
.control-group.error label,
.control-group.error input,
.control-group.error textarea {
  color: #000000;
}

/* line 446, app/assets/stylesheets/bellinda.css.scss */
#terms-content ul {
  font-weight: normal;
}

/* line 449, app/assets/stylesheets/bellinda.css.scss */
#terms-content ul li {
  font-weight: normal;
}

/* line 452, app/assets/stylesheets/bellinda.css.scss */
#terms-content p {
  font-weight: normal;
}

/* line 455, app/assets/stylesheets/bellinda.css.scss */
#terms-content .fbold {
  font-weight: bold;
}

/* line 458, app/assets/stylesheets/bellinda.css.scss */
#terms-content a {
  color: #0000FF;
}

/* line 466, app/assets/stylesheets/bellinda.css.scss */
#question {
  position: relative;
  /*height: 650px;*/
}

/* line 471, app/assets/stylesheets/bellinda.css.scss */
#question h4 {
  margin-bottom: 10px;
}

/* line 475, app/assets/stylesheets/bellinda.css.scss */
#question form {
  width: 800px;
  margin: auto;
}

/* line 480, app/assets/stylesheets/bellinda.css.scss */
#question .a-error {
  width: 800px;
  margin: auto;
  color: #DA1E48;
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}

/* line 489, app/assets/stylesheets/bellinda.css.scss */
#question .form-actions {
  background-color: #FFFFFF;
  border: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 497, app/assets/stylesheets/bellinda.css.scss */
#question .send {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #DA1D47;
  padding: 0;
  width: 106px;
  height: 40px;
  border: 0;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

/*#question .control-label {
	text-align: left;
	padding-left: 20px;
}

#question .control-group {
	margin-bottom: 2px;
}*/
/* line 520, app/assets/stylesheets/bellinda.css.scss */
#question input,
#question button,
#question select,
#question textarea {
  font-family: Open sans;
}

/* line 527, app/assets/stylesheets/bellinda.css.scss */
#question .controls p {
  font-size: 13px;
  line-height: 15px;
  height: 15px;
}

/* line 533, app/assets/stylesheets/bellinda.css.scss */
#question .controls p input {
  margin: 0px 5px 3px 0px;
  /*margin-left: 10px*/
}

/* line 538, app/assets/stylesheets/bellinda.css.scss */
#page h1.login-title {
  text-align: left;
  margin: 20px 0px 20px;
}

/* line 543, app/assets/stylesheets/bellinda.css.scss */
.my-position-btn {
  border: 0;
  background-color: #DA1E48;
  color: white;
  padding: 5px 10px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

/* line 552, app/assets/stylesheets/bellinda.css.scss */
.hu .menu-content .use-title {
  font-size: 90%;
}

/* line 555, app/assets/stylesheets/bellinda.css.scss */
.ro .menu-content .use-title {
  font-size: 80%;
}

/* line 560, app/assets/stylesheets/bellinda.css.scss */
#catalog .content .right-column .product-row .product-description .params .size .size-select {
  float: left;
  margin-right: 10px;
}

/* line 564, app/assets/stylesheets/bellinda.css.scss */
#catalog .content .right-column .product-row .product-description .params .size .size-calculate {
  color: #000;
  /*color: #da1e48;*/
  font-size: 13px !important;
  text-decoration: underline !important;
  font-size: 14px;
  display: block;
  height: 26px;
  line-height: 26px;
  text-align: left;
  float: left;
}

/* line 576, app/assets/stylesheets/bellinda.css.scss */
.hu #catalog .content .right-column .product-row .product-description .params .size .size-calculate {
  font-size: 12px !important;
}

@media (max-width: 979px) {
  /* line 580, app/assets/stylesheets/bellinda.css.scss */
  #catalog .content .right-column .product-row .product-description .params .size .size-select {
    float: none;
    margin-right: 0;
  }
  /* line 584, app/assets/stylesheets/bellinda.css.scss */
  #catalog .content .right-column .product-row .product-description .params .size .size-calculate {
    float: none;
    text-align: center;
  }
}

/* line 590, app/assets/stylesheets/bellinda.css.scss */
.hname {
  font-size: 12px;
  line-height: 12px;
  color: #7E7E7E;
  margin-bottom: 5px;
  font-weight: normal;
}

/* line 593, app/assets/stylesheets/bellinda.css.scss */
.c_code {
  font-size: 12px;
  line-height: 12px;
  color: #7E7E7E;
}

/* line 598, app/assets/stylesheets/bellinda.css.scss */
.icon .icon-color {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  margin: 5px 0px 0px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
}

/* line 609, app/assets/stylesheets/bellinda.css.scss */
.icon {
  display: block;
  width: 20px;
  height: auto;
  float: left;
  margin: 0px 5px 0px 0px;
  border: 0;
  cursor: pointer;
  cursor: hand;
  text-align: center;
}

/* line 621, app/assets/stylesheets/bellinda.css.scss */
#catalog .content .right-column .product-row .product .img {
  height: 210px;
}

/* line 625, app/assets/stylesheets/bellinda.css.scss */
h1#banner {
  position: relative;
  width: 726px;
  height: 300px;
  margin-top: -15px;
  margin-bottom: 30px;
}

/* line 632, app/assets/stylesheets/bellinda.css.scss */
h1#banner img {
  margin: 0;
}

/* line 635, app/assets/stylesheets/bellinda.css.scss */
#catalog h1.banner-h1 {
  margin: 0;
}

/* line 638, app/assets/stylesheets/bellinda.css.scss */
#banner.banner-h1-img {
  position: relative;
  margin-top: -35px;
}

/* line 642, app/assets/stylesheets/bellinda.css.scss */
#banner-text {
  position: absolute;
  display: block;
  top: 20px;
  left: 370px;
  width: 430px;
  font-size: 36px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 42px;
}

@media (max-width: 979px) {
  /* line 656, app/assets/stylesheets/bellinda.css.scss */
  .nav-up {
    float: left;
    height: auto;
  }
  /* line 660, app/assets/stylesheets/bellinda.css.scss */
  .nav-up .bread-crumb,
  .nav-down .bread-crumb {
    width: 100%;
  }
}

/* line 666, app/assets/stylesheets/bellinda.css.scss */
a {
  color: #DA1E48;
  text-decoration: none;
}

/* line 670, app/assets/stylesheets/bellinda.css.scss */
a:hover {
  color: #333;
}

/* line 674, app/assets/stylesheets/bellinda.css.scss */
.date {
  color: #999;
}

/* line 678, app/assets/stylesheets/bellinda.css.scss */
.articles-tag {
  background-color: #da1d47;
  color: white;
  width: auto;
  height: 20px;
  margin-right: 10px;
  display: block;
  float: left;
  padding: 4px 10px;
}

/* line 689, app/assets/stylesheets/bellinda.css.scss */
.articles-tag:hover {
  color: #fff;
}

/* line 693, app/assets/stylesheets/bellinda.css.scss */
.tag-info {
  width: auto;
  height: 20px;
  margin: 0px;
  display: block;
  float: left;
  padding: 4px 10px;
}

/* line 702, app/assets/stylesheets/bellinda.css.scss */
.tags-list {
  width: 100%;
  height: auto;
  margin: 40px 0px 30px;
  float: left;
}

/* line 710, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li#poradna-dd.poradna {
  padding-right: 8px;
}

/* line 713, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li.first a {
  margin-right: 16px;
}

/* line 716, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li.bonus_program_menu {
  background-color: #3eaa49;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 13px;
}

/* line 29, app/assets/stylesheets/menu-hover.css.scss */
.ui-tooltip-content {
  width: 960px;
}

/* line 33, app/assets/stylesheets/menu-hover.css.scss */
.ui-tooltip-bellinda div {
  background: #DA1D47;
  font-family: 'Open sans';
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 17px;
}

/* line 45, app/assets/stylesheets/menu-hover.css.scss */
.menu-content {
  height: 100px;
  margin: 0;
  padding: 30px;
}

/* line 49, app/assets/stylesheets/menu-hover.css.scss */
.menu-content .category-title,
.menu-content .use-title {
  float: left;
  height: 100%;
  margin: 12px 40px 0px 0px;
  padding: 0;
  color: #AB1435;
  font-size: 30px;
}

/* line 59, app/assets/stylesheets/menu-hover.css.scss */
.menu-content .category-content,
.menu-content .use-content {
  float: left;
  width: 30%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/* line 66, app/assets/stylesheets/menu-hover.css.scss */
.menu-content .category-content .items1,
.menu-content .category-content .items2,
.menu-content .use-content .items1,
.menu-content .use-content .items2 {
  display: block;
  float: left;
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 35px;
}

/* line 75, app/assets/stylesheets/menu-hover.css.scss */
.menu-content .category-content .items1 a,
.menu-content .category-content .items2 a,
.menu-content .use-content .items1 a,
.menu-content .use-content .items2 a {
  font-family: 'Open sans';
  font-size: 16px;
  font-weight: 400;
  display: block;
  width: 100%;
  color: #FFFFFF;
}

/* line 82, app/assets/stylesheets/menu-hover.css.scss */
.menu-content .category-content .items1 a:hover,
.menu-content .category-content .items2 a:hover,
.menu-content .use-content .items1 a:hover,
.menu-content .use-content .items2 a:hover {
  text-decoration: none;
  color: #000000;
}

/* line 92, app/assets/stylesheets/menu-hover.css.scss */
.pl .use-content {
  width: 29%;
}

/* line 95, app/assets/stylesheets/menu-hover.css.scss */
.pl .category-content .items1 {
  width: 70%;
}

/* line 98, app/assets/stylesheets/menu-hover.css.scss */
.pl .category-content .items2 {
  width: 30%;
}

/* line 101, app/assets/stylesheets/menu-hover.css.scss */
.pl .use-content .items1 {
  width: 49%;
}

/* line 104, app/assets/stylesheets/menu-hover.css.scss */
.pl .use-content .items2 {
  width: 51%;
}

/* line 107, app/assets/stylesheets/menu-hover.css.scss */
.pl .category-content .items1 a,
.pl .category-content .items2 a,
.pl .use-content .items1 a,
.pl .use-content .items2 a {
  font-size: 14px;
}

/* line 115, app/assets/stylesheets/menu-hover.css.scss */
.hu .category-content {
  width: 28%;
}

/* line 118, app/assets/stylesheets/menu-hover.css.scss */
.hu .use-content {
  width: 24%;
}

/* menu-content-5 */
/* menu-content-4 - local */
/* line 128, app/assets/stylesheets/menu-hover.css.scss */
.hu #menu-content-5 .category-content {
  width: 22%;
}

/* line 130, app/assets/stylesheets/menu-hover.css.scss */
.hu #menu-content-5 .category-content .items1 {
  width: 100%;
}

/* line 134, app/assets/stylesheets/menu-hover.css.scss */
.hu #menu-content-5 .use-content {
  width: 31%;
}

/* line 136, app/assets/stylesheets/menu-hover.css.scss */
.hu #menu-content-5 .use-content .items1 {
  width: 42%;
}

/* line 139, app/assets/stylesheets/menu-hover.css.scss */
.hu #menu-content-5 .use-content .items2 {
  width: 58%;
}

/* menu-content-4 */
/* menu-content-3 - local */
/* menu-content-3 */
/* menu-content-2 - local */
/* line 153, app/assets/stylesheets/menu-hover.css.scss */
.hu #menu-content-3 .category-content .items1 {
  width: 67%;
}

/* line 156, app/assets/stylesheets/menu-hover.css.scss */
.hu #menu-content-3 .category-content .items2 {
  width: 33%;
}

/* menu-content-2 */
/* menu-content-1 - local */
/* line 167, app/assets/stylesheets/menu-hover.css.scss */
.hu .use-content .items1 {
  width: 56%;
}

/* line 170, app/assets/stylesheets/menu-hover.css.scss */
.hu .use-content .items2 {
  width: 44%;
}

/* line 173, app/assets/stylesheets/menu-hover.css.scss */
.hu .category-content .items1 a,
.hu .category-content .items2 a,
.hu .use-content .items1 a,
.hu .use-content .items2 a {
  font-size: 16px;
}

/* line 179, app/assets/stylesheets/menu-hover.css.scss */
.hu.use-content .items2 a {
  width: 100%;
}

/* line 183, app/assets/stylesheets/menu-hover.css.scss */
.ro .menu-content {
  padding: 20px 30px 40px;
}

/* line 187, app/assets/stylesheets/menu-hover.css.scss */
.ro .ui-tooltip-content {
  padding: 15px 9px;
}

/* line 191, app/assets/stylesheets/menu-hover.css.scss */
.ro .menu-content .use-content {
  width: 25%;
}

/* line 195, app/assets/stylesheets/menu-hover.css.scss */
.ro .menu-content .category-content {
  margin-right: 5%;
}

/* line 199, app/assets/stylesheets/menu-hover.css.scss */
.ro .menu-content .category-title,
.ro .menu-content .use-title {
  margin: 12px 25px 0px 0px;
}

/* line 12, app/assets/stylesheets/bellinda.css.scss */
html {
  width: 100%;
  /*min-width: 1018px;*/
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 21, app/assets/stylesheets/bellinda.css.scss */
body {
  padding: 0;
  font-family: Open sans, Arial, Helvetica, sans-serif;
  width: 100%;
  /*min-width: 1018px;*/
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 33, app/assets/stylesheets/bellinda.css.scss */
h1,
.menu-font {
  font-family: Open sans;
  font-weight: 400;
}

/* line 37, app/assets/stylesheets/bellinda.css.scss */
h1 li,
.menu-font li {
  text-transform: uppercase;
}

/* line 41, app/assets/stylesheets/bellinda.css.scss */
h1 {
  color: #DA1E48;
}

/* line 44, app/assets/stylesheets/bellinda.css.scss */
.menu-bold-font {
  font-family: Open sans;
  font-weight: 600;
}

/* line 48, app/assets/stylesheets/bellinda.css.scss */
a {
  text-decoration: none !important;
}

/* line 50, app/assets/stylesheets/bellinda.css.scss */
a:hover {
  cursor: pointer !important;
  cursor: hand !important;
}

/* line 56, app/assets/stylesheets/bellinda.css.scss */
.stock-call {
  /*#da1e48;*/
  font-size: 11px;
  line-height: 11px;
  display: block;
  margin-top: 10px;
  /*width: 100px;*/
  /*float: right;*/
  padding-left: 0px;
  /*padding-left: 120px;
	text-align: right;*/
}

/* line 68, app/assets/stylesheets/bellinda.css.scss */
.stock-call a {
  text-decoration: underline !important;
  color: #000;
}

/* Landscape phones and down */
/* line 81, app/assets/stylesheets/bellinda.css.scss */
#header {
  width: 100%;
  /*min-width: 1018px;*/
  text-align: center;
}

/* line 139, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu {
  background-color: #DA1D47;
  width: 100%;
  height: 43px;
  text-align: right;
  overflow: hidden;
}

/* line 145, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu .container {
  text-align: right;
  height: 43px;
  margin: auto;
  border: 0;
  width: 978px;
  padding: 0px 20px;
}

/* line 90, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu {
  text-align: right;
  z-index: 10;
  display: block;
  line-height: 18px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0;
  margin: 12px 0px 0px 100px;
}

/* line 100, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li {
  display: list-item;
  float: right;
  line-height: 18px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding-left: 1px;
  padding-right: 1px;
}

/* line 109, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li a {
  cursor: auto;
  color: #FFFFFF;
  margin: 0px 12px 8px;
  text-decoration: none;
  height: 17px;
  line-height: 17px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

/* line 149, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li a {
  margin-left: 8px;
  margin-right: 8px;
}

/* line 155, app/assets/stylesheets/bellinda.css.scss */
.flags-top {
  float: left;
  height: 28px;
  padding-top: 15px;
}

/* line 159, app/assets/stylesheets/bellinda.css.scss */
.flags-top a {
  float: left;
  display: block;
  width: 16px;
  height: 11px;
  margin-right: 4px;
  background-image: url(/assets/flags2-bfd6b6b14e7cb391f362c7052a0ccae333b8181059812e824170a1edb8130860.png);
}

/* line 172, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.en {
  background-position: 0px 0px;
}

/* line 175, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.cz {
  background-position: 0px -11px;
}

/* line 178, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.sk {
  background-position: 0px -22px;
}

/* line 181, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.pl {
  background-position: 0px -33px;
}

/* line 184, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.hu {
  background-position: 0px -44px;
}

/* line 187, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.ro {
  background-position: 0px -55px;
}

/* line 198, app/assets/stylesheets/bellinda.css.scss */
.search {
  float: right;
  display: block;
  width: 190px;
  margin: 9px 0px 0px 10px;
  padding: 0;
  border: 0;
}

/* line 205, app/assets/stylesheets/bellinda.css.scss */
.search .query {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 20px;
  width: 160px;
  height: 20px;
  padding: 0;
  background-color: #DA1D47;
  border: 0;
  border: 2px solid #FFFFFF;
  box-shadow: none;
}

/* line 219, app/assets/stylesheets/bellinda.css.scss */
.search .search-icon {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  width: 17px;
  height: 17px;
  float: right;
  border: 0;
  background: #DA1D47;
  background-image: url(/assets/search-icon-w-a3d321a9d08ff24099212248fb60fe6ec71eba1643bc8da00aa99de70597904f.png);
  line-height: 17px;
  margin: 3px 0px 0px 5px;
  padding: 0;
}

/* line 234, app/assets/stylesheets/bellinda.css.scss */
#header-menu {
  background: #FFFFFF;
  width: 100%;
  height: 112px;
  text-align: right;
  font-size: 16px;
  overflow: hidden;
}

/* line 241, app/assets/stylesheets/bellinda.css.scss */
#header-menu .container {
  text-align: right;
  height: 112px;
  margin: auto;
  border: 0;
  width: 978px;
  padding: 0px 20px;
}

/* line 90, app/assets/stylesheets/bellinda.css.scss */
#header-menu ul.menu {
  text-align: right;
  z-index: 10;
  display: block;
  line-height: 18px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0;
  margin: 47px 0px 0px 100px;
}

/* line 100, app/assets/stylesheets/bellinda.css.scss */
#header-menu ul.menu li {
  display: list-item;
  float: right;
  line-height: 18px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding-left: 1px;
  padding-right: 1px;
}

/* line 109, app/assets/stylesheets/bellinda.css.scss */
#header-menu ul.menu li a {
  cursor: auto;
  color: #000000;
  margin: 0px 12px 8px;
  text-decoration: none;
  height: 17px;
  line-height: 17px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

/* line 246, app/assets/stylesheets/bellinda.css.scss */
#header-menu #logo {
  display: block;
  float: left;
  width: 166px;
  height: 60px;
  background: url(/assets/logo-a42f944f6717d5d28a2e3005df45ee5d5a38924ba7a9e815ec58095bb5a458f7.png);
  margin-top: 26px;
  margin-left: 0px;
  position: relative;
}

/* line 256, app/assets/stylesheets/bellinda.css.scss */
#header-menu #hp-link {
  display: block;
  width: 18px;
  height: 16px;
  background: url(/assets/hp-link-93058d4675c2ad35d6c577106a18a6670fb9f7e8fdddccc1463dcaac51fa31bd.png);
  margin-top: 1px;
}

/* line 263, app/assets/stylesheets/bellinda.css.scss */
#header-menu ul.hover-menu {
  height: 112px;
  margin-top: 0px;
}

/* line 267, app/assets/stylesheets/bellinda.css.scss */
#header-menu .hover-menu li {
  height: 65px;
  margin-top: 20px;
  padding: 27px 7px 0px;
}

/* line 271, app/assets/stylesheets/bellinda.css.scss */
#header-menu .hover-menu li a {
  margin-bottom: 0px;
}

/* line 295, app/assets/stylesheets/bellinda.css.scss */
#subheader {
  text-align: center;
  width: 100%;
  background-color: #ECECEC;
}

/* line 300, app/assets/stylesheets/bellinda.css.scss */
#subheader .container {
  width: 978px;
  margin: auto;
  padding: 9.5px 0px;
  border: 0;
}

/* line 313, app/assets/stylesheets/bellinda.css.scss */
#footer {
  width: 100%;
  /*min-width: 978px;*/
  overflow: hidden;
}

/* line 318, app/assets/stylesheets/bellinda.css.scss */
#footer a {
  color: #000000;
  text-decoration: none;
}

/* line 322, app/assets/stylesheets/bellinda.css.scss */
#footer .footer-menu {
  width: 978px;
  min-width: 978px;
  margin: 20px auto 0px;
  padding: 30px 0px;
  border-top: 2px dashed #ECECEC;
  border-bottom: 2px dashed #ECECEC;
  position: relative;
}

/* line 330, app/assets/stylesheets/bellinda.css.scss */
#footer .footer-menu .column {
  width: 163px;
  min-width: 163px;
  margin: 0;
  float: left;
}

/* line 335, app/assets/stylesheets/bellinda.css.scss */
#footer .footer-menu .column a {
  display: block;
}

/* line 360, app/assets/stylesheets/bellinda.css.scss */
#footer div.footer-rights {
  width: 978px;
  margin: 0 auto 0;
  padding: 30px 0px 30px;
  text-align: left;
}

/* line 368, app/assets/stylesheets/bellinda.css.scss */
.pl #footer .footer-menu .column {
  width: 150px;
  min-width: 150px;
}

/* line 372, app/assets/stylesheets/bellinda.css.scss */
.pl #footer .footer-menu .first {
  width: 220px;
  min-width: 220px;
}

/* line 379, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table td.top {
  vertical-align: top !important;
}

/* line 382, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table table {
  margin-bottom: 8px;
}

/* line 385, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table table td {
  padding: 0.4em 0.6em;
  border: 1px solid #ccc;
}

/* line 389, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table h2 {
  margin: 0;
}

/* line 392, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table h3 {
  margin: 30px 0px 6px;
}

/* line 398, app/assets/stylesheets/bellinda.css.scss */
.mb-graphics {
  height: 500px;
  width: 570px;
  margin-top: -50px;
  float: left;
}

/* line 405, app/assets/stylesheets/bellinda.css.scss */
.mb-form {
  height: 622px;
  width: 408px;
  max-width: 408px;
  margin: 0;
  float: left;
}

/* line 415, app/assets/stylesheets/bellinda.css.scss */
.mb-form input.span3,
.mb-form textarea.span3 {
  width: 237px;
}

/* line 419, app/assets/stylesheets/bellinda.css.scss */
.mb-form select.span3 {
  width: 247px;
}

/* line 423, app/assets/stylesheets/bellinda.css.scss */
.mb-form a.terms-link {
  color: #DA1E48;
}

/* line 426, app/assets/stylesheets/bellinda.css.scss */
.mb-form a.terms-link:hover {
  color: #000000;
}

/* line 431, app/assets/stylesheets/bellinda.css.scss */
#terms .close {
  color: #000000;
}

/* line 436, app/assets/stylesheets/bellinda.css.scss */
.control-group.error label,
.control-group.error input,
.control-group.error textarea {
  color: #000000;
}

/* line 446, app/assets/stylesheets/bellinda.css.scss */
#terms-content ul {
  font-weight: normal;
}

/* line 449, app/assets/stylesheets/bellinda.css.scss */
#terms-content ul li {
  font-weight: normal;
}

/* line 452, app/assets/stylesheets/bellinda.css.scss */
#terms-content p {
  font-weight: normal;
}

/* line 455, app/assets/stylesheets/bellinda.css.scss */
#terms-content .fbold {
  font-weight: bold;
}

/* line 458, app/assets/stylesheets/bellinda.css.scss */
#terms-content a {
  color: #0000FF;
}

/* line 466, app/assets/stylesheets/bellinda.css.scss */
#question {
  position: relative;
  /*height: 650px;*/
}

/* line 471, app/assets/stylesheets/bellinda.css.scss */
#question h4 {
  margin-bottom: 10px;
}

/* line 475, app/assets/stylesheets/bellinda.css.scss */
#question form {
  width: 800px;
  margin: auto;
}

/* line 480, app/assets/stylesheets/bellinda.css.scss */
#question .a-error {
  width: 800px;
  margin: auto;
  color: #DA1E48;
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}

/* line 489, app/assets/stylesheets/bellinda.css.scss */
#question .form-actions {
  background-color: #FFFFFF;
  border: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 497, app/assets/stylesheets/bellinda.css.scss */
#question .send {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #DA1D47;
  padding: 0;
  width: 106px;
  height: 40px;
  border: 0;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

/*#question .control-label {
	text-align: left;
	padding-left: 20px;
}

#question .control-group {
	margin-bottom: 2px;
}*/
/* line 520, app/assets/stylesheets/bellinda.css.scss */
#question input,
#question button,
#question select,
#question textarea {
  font-family: Open sans;
}

/* line 527, app/assets/stylesheets/bellinda.css.scss */
#question .controls p {
  font-size: 13px;
  line-height: 15px;
  height: 15px;
}

/* line 533, app/assets/stylesheets/bellinda.css.scss */
#question .controls p input {
  margin: 0px 5px 3px 0px;
  /*margin-left: 10px*/
}

/* line 538, app/assets/stylesheets/bellinda.css.scss */
#page h1.login-title {
  text-align: left;
  margin: 20px 0px 20px;
}

/* line 543, app/assets/stylesheets/bellinda.css.scss */
.my-position-btn {
  border: 0;
  background-color: #DA1E48;
  color: white;
  padding: 5px 10px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

/* line 552, app/assets/stylesheets/bellinda.css.scss */
.hu .menu-content .use-title {
  font-size: 90%;
}

/* line 555, app/assets/stylesheets/bellinda.css.scss */
.ro .menu-content .use-title {
  font-size: 80%;
}

/* line 560, app/assets/stylesheets/bellinda.css.scss */
#catalog .content .right-column .product-row .product-description .params .size .size-select {
  float: left;
  margin-right: 10px;
}

/* line 564, app/assets/stylesheets/bellinda.css.scss */
#catalog .content .right-column .product-row .product-description .params .size .size-calculate {
  color: #000;
  /*color: #da1e48;*/
  font-size: 13px !important;
  text-decoration: underline !important;
  font-size: 14px;
  display: block;
  height: 26px;
  line-height: 26px;
  text-align: left;
  float: left;
}

/* line 576, app/assets/stylesheets/bellinda.css.scss */
.hu #catalog .content .right-column .product-row .product-description .params .size .size-calculate {
  font-size: 12px !important;
}

@media (max-width: 979px) {
  /* line 580, app/assets/stylesheets/bellinda.css.scss */
  #catalog .content .right-column .product-row .product-description .params .size .size-select {
    float: none;
    margin-right: 0;
  }
  /* line 584, app/assets/stylesheets/bellinda.css.scss */
  #catalog .content .right-column .product-row .product-description .params .size .size-calculate {
    float: none;
    text-align: center;
  }
}

/* line 590, app/assets/stylesheets/bellinda.css.scss */
.hname {
  font-size: 12px;
  line-height: 12px;
  color: #7E7E7E;
  margin-bottom: 5px;
  font-weight: normal;
}

/* line 593, app/assets/stylesheets/bellinda.css.scss */
.c_code {
  font-size: 12px;
  line-height: 12px;
  color: #7E7E7E;
}

/* line 598, app/assets/stylesheets/bellinda.css.scss */
.icon .icon-color {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  margin: 5px 0px 0px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
}

/* line 609, app/assets/stylesheets/bellinda.css.scss */
.icon {
  display: block;
  width: 20px;
  height: auto;
  float: left;
  margin: 0px 5px 0px 0px;
  border: 0;
  cursor: pointer;
  cursor: hand;
  text-align: center;
}

/* line 621, app/assets/stylesheets/bellinda.css.scss */
#catalog .content .right-column .product-row .product .img {
  height: 210px;
}

/* line 625, app/assets/stylesheets/bellinda.css.scss */
h1#banner {
  position: relative;
  width: 726px;
  height: 300px;
  margin-top: -15px;
  margin-bottom: 30px;
}

/* line 632, app/assets/stylesheets/bellinda.css.scss */
h1#banner img {
  margin: 0;
}

/* line 635, app/assets/stylesheets/bellinda.css.scss */
#catalog h1.banner-h1 {
  margin: 0;
}

/* line 638, app/assets/stylesheets/bellinda.css.scss */
#banner.banner-h1-img {
  position: relative;
  margin-top: -35px;
}

/* line 642, app/assets/stylesheets/bellinda.css.scss */
#banner-text {
  position: absolute;
  display: block;
  top: 20px;
  left: 370px;
  width: 430px;
  font-size: 36px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 42px;
}

@media (max-width: 979px) {
  /* line 656, app/assets/stylesheets/bellinda.css.scss */
  .nav-up {
    float: left;
    height: auto;
  }
  /* line 660, app/assets/stylesheets/bellinda.css.scss */
  .nav-up .bread-crumb,
  .nav-down .bread-crumb {
    width: 100%;
  }
}

/* line 666, app/assets/stylesheets/bellinda.css.scss */
a {
  color: #DA1E48;
  text-decoration: none;
}

/* line 670, app/assets/stylesheets/bellinda.css.scss */
a:hover {
  color: #333;
}

/* line 674, app/assets/stylesheets/bellinda.css.scss */
.date {
  color: #999;
}

/* line 678, app/assets/stylesheets/bellinda.css.scss */
.articles-tag {
  background-color: #da1d47;
  color: white;
  width: auto;
  height: 20px;
  margin-right: 10px;
  display: block;
  float: left;
  padding: 4px 10px;
}

/* line 689, app/assets/stylesheets/bellinda.css.scss */
.articles-tag:hover {
  color: #fff;
}

/* line 693, app/assets/stylesheets/bellinda.css.scss */
.tag-info {
  width: auto;
  height: 20px;
  margin: 0px;
  display: block;
  float: left;
  padding: 4px 10px;
}

/* line 702, app/assets/stylesheets/bellinda.css.scss */
.tags-list {
  width: 100%;
  height: auto;
  margin: 40px 0px 30px;
  float: left;
}

/* line 710, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li#poradna-dd.poradna {
  padding-right: 8px;
}

/* line 713, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li.first a {
  margin-right: 16px;
}

/* line 716, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li.bonus_program_menu {
  background-color: #3eaa49;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 13px;
}

/* line 4, app/assets/stylesheets/search.css.scss */
#searched .lthrough {
  text-decoration: line-through;
}

/* line 7, app/assets/stylesheets/search.css.scss */
#searched .searched-row {
  height: 100%;
  width: 978px;
  margin: 0px 0px 0px;
}

/* line 11, app/assets/stylesheets/search.css.scss */
#searched .searched-row .item {
  width: 167px;
  min-width: 167px;
  float: left;
  border-top: 1px solid #ECECEC;
  margin: 10px 35.7px 0px 0px;
}

/* line 17, app/assets/stylesheets/search.css.scss */
#searched .searched-row .item a.img {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin: 1px 0px 0px;
  border: 0px;
  border-top: 1px solid #ececec;
}

/* line 26, app/assets/stylesheets/search.css.scss */
#searched .searched-row .item a.img .act {
  position: absolute;
  top: 3px;
  left: 0;
  color: #DA1E48;
  font-weight: bold;
}

/* line 33, app/assets/stylesheets/search.css.scss */
#searched .searched-row .item a.img .act-new {
  color: #DFC100;
}

/* line 36, app/assets/stylesheets/search.css.scss */
#searched .searched-row .item a.img .act-act {
  color: #D0F744;
}

/* line 39, app/assets/stylesheets/search.css.scss */
#searched .searched-row .item a.img .act-dis {
  color: #7BF6EF;
}

/* line 43, app/assets/stylesheets/search.css.scss */
#searched .searched-row .item div.img {
  /*display: block;*/
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin: 1px 0px 0px;
  border: 0px;
  border-top: 1px solid #ECECEC;
}

/* line 51, app/assets/stylesheets/search.css.scss */
#searched .searched-row .item div.img img {
  border: 0;
}

/* line 55, app/assets/stylesheets/search.css.scss */
#searched .searched-row .item div.text {
  height: 85px;
  margin: 0px 0px 10px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  /*margin: 0px 0px 4px;
				border-top: 1px solid $super-light-gray;
				border-bottom: 1px solid $super-light-gray;*/
}

/* line 63, app/assets/stylesheets/search.css.scss */
#searched .searched-row .item div.text .name {
  /*height: 36px;
					margin-top: 17px;
					margin-bottom: 0;
					font-size: 12px;*/
  height: 36px;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 12px;
}

/* line 73, app/assets/stylesheets/search.css.scss */
#searched .searched-row .item div.text .link {
  width: 50%;
  float: left;
  margin-bottom: 9px;
  text-align: left;
  font-size: 11px;
  /*margin-bottom: 17px;
					text-align: right;
					font-size: 11px;*/
}

/* line 82, app/assets/stylesheets/search.css.scss */
#searched .searched-row .item div.text .link a {
  color: #DA1E48;
}

/* line 84, app/assets/stylesheets/search.css.scss */
#searched .searched-row .item div.text .link a:hover {
  text-decoration: none;
  color: #000000;
}

/* line 90, app/assets/stylesheets/search.css.scss */
#searched .searched-row .item div.text .prize {
  width: 50%;
  float: left;
  text-align: right;
  color: #da1e48;
}

/* line 98, app/assets/stylesheets/search.css.scss */
#searched .searched-row .last {
  margin-right: 0px;
}

/* line 18, app/assets/stylesheets/eshop.css.scss */
.price-free {
  color: green;
}

/* line 22, app/assets/stylesheets/eshop.css.scss */
.control-group.error .help-inline {
  color: #DA1E48;
}

/* line 26, app/assets/stylesheets/eshop.css.scss */
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #DA1E48;
}

/* line 34, app/assets/stylesheets/eshop.css.scss */
.help-block,
.control-group.error .help-block {
  color: #7E7E7E;
  width: 220px;
}

/* line 41, app/assets/stylesheets/eshop.css.scss */
a.close {
  color: #000;
}

/* line 44, app/assets/stylesheets/eshop.css.scss */
a.close:hover {
  color: #000;
}

/* line 48, app/assets/stylesheets/eshop.css.scss */
.bellindaForYou {
  text-align: right;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 15px;
  color: #3C22E6;
}

/* line 55, app/assets/stylesheets/eshop.css.scss */
.cart-fa-nav {
  margin: 10px 0px 10px;
}

/* line 57, app/assets/stylesheets/eshop.css.scss */
.cart-fa-nav ul {
  list-style-type: none;
  height: 44px;
  width: 100%;
  margin: 0;
}

/* line 63, app/assets/stylesheets/eshop.css.scss */
.cart-fa-nav ul li {
  float: left;
  display: block;
  background: #ECECEC;
}

/* line 72, app/assets/stylesheets/eshop.css.scss */
.cart-fa-nav ul li.arrow {
  background: none;
  padding: 11px 14px 15px;
  height: 13px;
}

/* line 76, app/assets/stylesheets/eshop.css.scss */
.cart-fa-nav ul li.arrow img {
  margin: 0;
  padding: 0;
}

/* line 81, app/assets/stylesheets/eshop.css.scss */
.cart-fa-nav ul li a {
  padding: 9px 12px;
  display: block;
  text-decoration: none;
  font-size: 20px;
  color: #DA1E48;
}

/* line 92, app/assets/stylesheets/eshop.css.scss */
.cart-fa-nav ul li a:hover i {
  color: #DA1E48;
}

/* line 99, app/assets/stylesheets/eshop.css.scss */
.cart-fa-nav ul li i {
  color: #fff;
  margin-right: 5px;
}

/* line 103, app/assets/stylesheets/eshop.css.scss */
.cart-fa-nav ul li.active i {
  color: #DA1E48;
}

/* line 108, app/assets/stylesheets/eshop.css.scss */
a.cart-next-link,
a.cart-back-link {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 159px;
  height: 44px;
  line-height: 44px;
  border: 0;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
}

/* line 122, app/assets/stylesheets/eshop.css.scss */
a.cart-next-link img,
a.cart-back-link img {
  margin: 12px 0px 16px;
}

/* line 126, app/assets/stylesheets/eshop.css.scss */
a.cart-next-link {
  background: #DA1D47;
  float: right;
  text-align: right;
  padding-right: 10px;
}

/* line 132, app/assets/stylesheets/eshop.css.scss */
a.cart-back-link {
  background: #B7B7B7;
  text-align: left;
  padding-left: 10px;
}

/* line 137, app/assets/stylesheets/eshop.css.scss */
a.cart-next-link:hover,
a.cart-back-link:hover {
  color: #FFFFFF;
}

/* line 141, app/assets/stylesheets/eshop.css.scss */
input.cart-next-link {
  background-color: #DA1D47;
  padding: 0;
  margin: 0;
  width: 159px;
  height: 44px;
  line-height: 44px;
  border: 0;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
}

/* line 154, app/assets/stylesheets/eshop.css.scss */
.iconc {
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  margin: 0px 10px 0px 0px;
  border: 1px solid #ccc;
}

/* line 163, app/assets/stylesheets/eshop.css.scss */
.iconc span {
  display: block;
  margin: 0px;
  width: 100%;
  height: 100%;
}

/* line 169, app/assets/stylesheets/eshop.css.scss */
.iconc img {
  width: 30px;
  height: 30px;
}

/* line 178, app/assets/stylesheets/eshop.css.scss */
.table-cart {
  margin: 13px 0px 0px;
}

/* line 180, app/assets/stylesheets/eshop.css.scss */
.table-cart .icon-remove {
  color: #D4D4D4;
}

/* line 183, app/assets/stylesheets/eshop.css.scss */
.table-cart .icon-remove:hover {
  color: #7E7E7E;
}

/* line 186, app/assets/stylesheets/eshop.css.scss */
.table-cart .color-link-active {
  border-color: #DA1E48;
}

/* line 191, app/assets/stylesheets/eshop.css.scss */
.table-cart tr {
  border: 1px solid #dddddd;
  border-collapse: separate;
}

/* line 196, app/assets/stylesheets/eshop.css.scss */
.table-cart .cart-quantity {
  width: 40px;
  margin: 0;
  text-align: center;
}

/* line 202, app/assets/stylesheets/eshop.css.scss */
.table-cart .button_to {
  margin: 0;
}

/* line 206, app/assets/stylesheets/eshop.css.scss */
.table-cart tr th {
  border: 1px solid #dddddd;
  border-collapse: separate;
}

/* line 211, app/assets/stylesheets/eshop.css.scss */
.cart-amount {
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  margin: 8px 0px 35px;
}

/* line 218, app/assets/stylesheets/eshop.css.scss */
.cart-credit {
  text-align: right;
  font-size: 13px;
  margin: 8px 0px 35px;
}

/* line 223, app/assets/stylesheets/eshop.css.scss */
.cart-credit input {
  width: 40px;
  margin: 0;
  text-align: center;
}

/* line 230, app/assets/stylesheets/eshop.css.scss */
#voucher-code-bonus,
#global-voucher-code-bonus,
#credit-bonus,
#valentyn-bonus {
  margin-top: 0px;
  margin-bottom: 10px;
  height: 30px;
}

/* line 237, app/assets/stylesheets/eshop.css.scss */
#voucher-code-bonus form,
#global-voucher-code-bonus form,
#credit-bonus form,
#valentyn-bonus form {
  margin: 0;
}

/* line 243, app/assets/stylesheets/eshop.css.scss */
.cart-voucher-code-text,
.cart-voucher-code-pass {
  font-size: 13px;
  /*margin: 5px 8px 35px 140px;*/
  margin: 3px 5px 0px 0px;
  /*width: 120px;*/
  float: right;
}

/* line 252, app/assets/stylesheets/eshop.css.scss */
.cart-voucher-code-pass {
  margin-left: 10px;
}

/* line 256, app/assets/stylesheets/eshop.css.scss */
input.cart-voucher-code-input {
  text-align: center;
  font-size: 13px;
  margin: 0px;
  width: 100px;
  float: right;
  /*input {
		width: 120px;
		margin: 0;
		text-align: center;
	}*/
}

/* line 269, app/assets/stylesheets/eshop.css.scss */
input.cart-voucher-pass-input {
  text-align: center;
  font-size: 13px;
  margin: 0px;
  width: 100px;
  float: right;
  /*input {
		width: 120px;
		margin: 0;
		text-align: center;
	}*/
}

/* line 287, app/assets/stylesheets/eshop.css.scss */
#voucher-code-bonus #add-to-cart-link .add-to-card-btn,
#global-voucher-code-bonus #add-to-cart-link .add-to-card-btn,
#credit-bonus #add-to-cart-link .add-to-card-btn,
#valentyn-bonus #add-to-cart-link .add-to-card-btn {
  background-color: #DA1E48;
  color: white;
  font-family: 'Open sans';
  font-weight: 400;
  font-size: 13px;
  padding: 0px;
  text-align: center;
  padding-left: 0px;
  border: 0;
  display: block;
  width: 90px;
  height: 28px;
  line-height: 28px;
  margin: 0px 0px 0px 10px;
}

/* line 310, app/assets/stylesheets/eshop.css.scss */
.hu #voucher-code-bonus #add-to-cart-link .add-to-card-btn,
.hu #global-voucher-code-bonus #add-to-cart-link .add-to-card-btn,
.hu #credit-bonus #add-to-cart-link .add-to-card-btn {
  width: 120px;
}

/*.cart-voucher-code-input {
	float: left;
}*/
/* line 320, app/assets/stylesheets/eshop.css.scss */
#add-to-cart-link {
  float: right;
}

/* line 322, app/assets/stylesheets/eshop.css.scss */
#add-to-cart-link .add-to-card-btn {
  background-color: #DA1E48;
  color: white;
  font-family: 'Open sans';
  font-weight: 400;
  /*font-size: 13px;*/
  padding: 0px;
  text-align: center;
  padding-left: 42px;
  border: 0;
  display: block;
  /*width: 126px;*/
  /*height: 28px;
		line-height: 28px;		*/
  /*margin: 0px 0px 0px 10px;*/
}

/* line 340, app/assets/stylesheets/eshop.css.scss */
.cart-nav {
  width: 100%;
  text-align: right;
}

/* line 343, app/assets/stylesheets/eshop.css.scss */
.cart-nav p {
  width: 50%;
  height: 44px;
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 351, app/assets/stylesheets/eshop.css.scss */
.cart-nav p.next {
  text-align: right;
}

/* line 353, app/assets/stylesheets/eshop.css.scss */
.cart-nav p.next input {
  background: url(/assets/eshop/btnf-arrow-right4-1e884d8798e78fd3cc57a101c441ff0491bce1d35a9208e5081db3b2d85b2ad8.png) #DA1E48 center right no-repeat;
  padding-right: 10px;
  font-family: 'Open sans', Arial, Helvetica, sans-serif;
  width: 169px;
}

/* line 360, app/assets/stylesheets/eshop.css.scss */
.cart-nav p.next-finish a {
  padding: 0;
  text-align: center;
}

/* line 364, app/assets/stylesheets/eshop.css.scss */
.cart-nav p.back {
  text-align: left;
}

/* line 368, app/assets/stylesheets/eshop.css.scss */
form {
  display: block;
  margin: 0 0 18px;
}

/* line 375, app/assets/stylesheets/eshop.css.scss */
.cart-transport-types .error,
.cart-payment-types .error {
  color: #DA1E48;
}

/* line 384, app/assets/stylesheets/eshop.css.scss */
.cart-transport,
.cart-payment {
  position: relative;
  width: 100%;
}

/* line 388, app/assets/stylesheets/eshop.css.scss */
.cart-transport .error,
.cart-payment .error {
  color: #DA1E48;
}

/* line 392, app/assets/stylesheets/eshop.css.scss */
.cart-transport {
  height: 180px;
}

/* line 395, app/assets/stylesheets/eshop.css.scss */
.cart-payment {
  height: 300px;
}

/*************************
 ****     TAB 3       ****
 *************************/
/*#tab3 .cart-transport {
	width: 420px;
	height: 840px;
	margin: 23px 80px 0px 0px;
	float: left;
	.cart-transport-types {
		width: 100%;
		.payu-style {
			width: 100%;
		}
	}
	.cart-transport-title {
		margin-bottom: 28px;
	}
}

.sgray {
	color: #B7B7B7;
	font-size: 11px;
	line-height: 11px;
}

#tab3 .cart-payment {
	width: 420px;
	float: left;
	height: 1000px;
	margin-top: 23px;
	.cart-payment-title {
		width: 420px;
	}
	.cart-payment-types {
		width: 100%;
		float: none;
	}
}*/
/*********************/
/****    TAB 3    ****/
/*********************/
/* line 445, app/assets/stylesheets/eshop.css.scss */
#tab3 {
  float: left;
}

/* line 447, app/assets/stylesheets/eshop.css.scss */
#tab3 .cart-transport {
  height: 100%;
  float: left;
  border: 0;
}

/* line 452, app/assets/stylesheets/eshop.css.scss */
#tab3 .cart-payment {
  float: left;
  height: 100%;
}

/* line 456, app/assets/stylesheets/eshop.css.scss */
#tab3 .cart-payment-types table.payu-style {
  width: 420px;
  margin: 18px 80px 0px 0px;
  float: left;
}

/* line 461, app/assets/stylesheets/eshop.css.scss */
#tab3 .payu-style {
  border: 1px solid #CCC;
  width: 976px;
  height: 100%;
  font-size: 12px;
  background-color: #FFF;
  float: left;
  margin: 0;
}

/* line 469, app/assets/stylesheets/eshop.css.scss */
#tab3 .payu-style .region_select {
  margin: 30px 0px;
  width: 978px;
  font-weight: bold;
  text-align: center;
  height: 28px;
  line-height: 28px;
}

/* line 476, app/assets/stylesheets/eshop.css.scss */
#tab3 .payu-style .region_select #region {
  margin-bottom: 0;
}

/* line 480, app/assets/stylesheets/eshop.css.scss */
#tab3 .payu-style .shop_place {
  width: 319px;
  height: 80px;
  float: left;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #F2F2F2;
  padding: 10px 3px 0px;
}

/* line 488, app/assets/stylesheets/eshop.css.scss */
#tab3 .payu-style .shop_place input {
  width: auto;
  float: none;
  margin: 0px 0px 0px 20px;
}

/* line 494, app/assets/stylesheets/eshop.css.scss */
#tab3 .payu-style div.rb {
  width: 60px;
  line-height: 54px;
  float: left;
}

/* line 499, app/assets/stylesheets/eshop.css.scss */
#tab3 .payu-style div.text {
  width: 250px;
  padding-top: 0px;
  float: left;
}

/* line 504, app/assets/stylesheets/eshop.css.scss */
#tab3 .payu-style div.text .sgray {
  font-size: 12px;
  line-height: 12px;
  color: #B7B7B7;
  /*line-height: 6px;*/
}

/* line 518, app/assets/stylesheets/eshop.css.scss */
.hu #tab3 .payu-style div.rb {
  width: 55px;
}

/* line 521, app/assets/stylesheets/eshop.css.scss */
.hu #tab3 .payu-style div.text {
  width: 255px;
}

/* line 529, app/assets/stylesheets/eshop.css.scss */
.cart-transport-title,
.cart-payment-title {
  width: 100%;
  height: 16px;
  margin-bottom: 10px;
}

/* line 535, app/assets/stylesheets/eshop.css.scss */
.cart-transport-title i,
.cart-payment-title i {
  margin-right: 10px;
}

/* line 546, app/assets/stylesheets/eshop.css.scss */
.cart-transport-text,
.cart-payment-text {
  width: 40%;
  float: left;
}

/* line 552, app/assets/stylesheets/eshop.css.scss */
.cart-transport-types,
.cart-payment-types {
  width: 60%;
  float: left;
}

/* line 556, app/assets/stylesheets/eshop.css.scss */
.cart-transport-types input,
.cart-payment-types input {
  float: left;
  margin: 2px 8px 0px 0px;
}

/* line 560, app/assets/stylesheets/eshop.css.scss */
.cart-transport-types .field_with_errors,
.cart-payment-types .field_with_errors {
  width: 12px;
  margin-right: 8px;
  float: left;
}

/* line 565, app/assets/stylesheets/eshop.css.scss */
.cart-transport-types .clear,
.cart-payment-types .clear {
  height: 2px;
  margin: 0;
}

/* line 571, app/assets/stylesheets/eshop.css.scss */
#page .cart-lc,
#page .cart-rc {
  width: 485px;
  float: left;
  text-align: center;
}

/* line 576, app/assets/stylesheets/eshop.css.scss */
#page .cart-lc h1,
#page .cart-rc h1 {
  text-align: center;
}

/* line 580, app/assets/stylesheets/eshop.css.scss */
.cart-lc {
  margin-right: 8px;
}

/* line 585, app/assets/stylesheets/eshop.css.scss */
.cart-item-pcode {
  font-size: 10px;
  line-height: 10px;
  color: #7E7E7E;
  margin: 0;
  padding: 0;
}

/* line 594, app/assets/stylesheets/eshop.css.scss */
.ctabs > li {
  width: 50%;
}

/* line 598, app/assets/stylesheets/eshop.css.scss */
.ct-dp > li {
  width: 33%;
}

/* line 602, app/assets/stylesheets/eshop.css.scss */
.hu .ct-dp > li {
  width: 50%;
}

/* line 606, app/assets/stylesheets/eshop.css.scss */
.pl .ct-dp > li {
  width: 50%;
}

/* line 611, app/assets/stylesheets/eshop.css.scss */
.ctabs > li > a {
  color: #DA1E48;
  font-size: 16px;
  margin-right: 0px;
  text-align: center;
}

/* line 618, app/assets/stylesheets/eshop.css.scss */
.ct-dp > li > a {
  font-size: 14px;
}

/* line 622, app/assets/stylesheets/eshop.css.scss */
.ct-dp > li > a {
  color: #000000;
}

/* line 627, app/assets/stylesheets/eshop.css.scss */
.ct-dp > li.active > a {
  font-weight: bold;
}

/* line 632, app/assets/stylesheets/eshop.css.scss */
.ct-dp > li .tab1 img {
  margin: 1px 10px 1px 0px;
}

/* line 638, app/assets/stylesheets/eshop.css.scss */
.ct-dp > li .tab2 img {
  margin: 0px 10px 0px 0px;
}

/* line 644, app/assets/stylesheets/eshop.css.scss */
.pl .ct-dp > li .tab1 img, .pl .ct-dp > li .tab2 img, .pl .ct-dp > li .tab3 img, .pl .ct-dp > li .tab4 img {
  margin: 0px 10px 0px 0px;
}

/* line 649, app/assets/stylesheets/eshop.css.scss */
.tab-content-dp .cart-transport {
  margin-top: 20px;
  height: 140px;
}

/* line 654, app/assets/stylesheets/eshop.css.scss */
.tab-content-dp .cart-payment {
  height: 120px;
}

/* line 658, app/assets/stylesheets/eshop.css.scss */
.tab-content-dp .cart-transport-types {
  width: 978px;
}

/* line 660, app/assets/stylesheets/eshop.css.scss */
.tab-content-dp .cart-transport-types table {
  width: 978px;
  margin: 0;
}

/* line 667, app/assets/stylesheets/eshop.css.scss */
.tab-content-dp .cart-payment-types {
  width: 978px;
}

/* line 669, app/assets/stylesheets/eshop.css.scss */
.tab-content-dp .cart-payment-types table.payu-style {
  width: 978px;
  margin: 0;
}

/* line 675, app/assets/stylesheets/eshop.css.scss */
.tab-content-dp #tab .cart-payment {
  height: 120px;
}

/* line 677, app/assets/stylesheets/eshop.css.scss */
.tab-content-dp #tab .cart-payment .cart-payment-title {
  margin: 0;
}

/* line 683, app/assets/stylesheets/eshop.css.scss */
.tab-content-dp #tab .cart-payment-types table.payu-style, .tab-content-dp #tab2 .cart-payment-types table.payu-style, .tab-content-dp #tab3 .cart-payment-types table.payu-style, .tab-content-dp #tab4 .cart-payment-types table.payu-style {
  width: 420px;
  margin: 23px 80px 0px 0px;
  float: left;
}

/****************************/
/****        TAB 3       ****/
/****************************/
/*.tab-content-dp #tab3 .cart-payment {
	height: 120px;
	.cart-payment-title {
		margin: 0;
	}
}*/
/*.tab-content-dp #tab3 .cart-payment-types {
	table.payu-style {
		width: 420px;
		margin: 23px 80px 0px 0px;
		float: left;
	}
}*/
/* line 712, app/assets/stylesheets/eshop.css.scss */
.tab-content-dp #tab3 .cart-transport-types {
  width: 978px;
  margin-bottom: 50px;
}

/* line 715, app/assets/stylesheets/eshop.css.scss */
.tab-content-dp #tab3 .cart-transport-types table {
  width: 978px;
  margin: 0;
}

@media (max-width: 979px) {
  /* line 721, app/assets/stylesheets/eshop.css.scss */
  .tab-content-dp #tab3 .cart-transport-types {
    width: 100%;
  }
}

/* line 731, app/assets/stylesheets/eshop.css.scss */
.tab-content-dp #tab3 .cart-payment #payu_ .container {
  /*		margin: 0;
			width: 100%;*/
}

/* line 734, app/assets/stylesheets/eshop.css.scss */
.tab-content-dp #tab3 .cart-payment #payu_ .container .content .table-payu {
  margin: 0;
  /*width: 100%;*/
}

/* line 744, app/assets/stylesheets/eshop.css.scss */
.cart-payment-types .error {
  color: #DA1E48;
  margin-top: 10px;
}

/* line 752, app/assets/stylesheets/eshop.css.scss */
.tab-content {
  overflow: hidden;
}

/* line 756, app/assets/stylesheets/eshop.css.scss */
.summary-space {
  width: 100%;
  height: 1px;
  margin: 40px 0px;
  float: none;
}

/* line 763, app/assets/stylesheets/eshop.css.scss */
.summary-col {
  width: 489px;
  margin: 0;
  padding: 0;
  float: left;
}

/* line 771, app/assets/stylesheets/eshop.css.scss */
.summary-options {
  width: 100%;
  float: left;
  margin: 20px 0px 60px;
}

/* line 775, app/assets/stylesheets/eshop.css.scss */
.summary-options h2 {
  margin-bottom: 13px;
}

/* line 779, app/assets/stylesheets/eshop.css.scss */
.summary-options p {
  margin: 0;
}

/****************/
/*   TOP MENU   */
/****************/
/* line 788, app/assets/stylesheets/eshop.css.scss */
#header-menu ul.menu li.flags,
#header-top-menu ul.flags-top li.flags {
  height: auto;
  width: 30px;
  margin-top: 30px;
  padding: 5px 10px 3px;
}

/* line 795, app/assets/stylesheets/eshop.css.scss */
#header-menu ul.menu li.flags span.flag-icon,
#header-top-menu ul.flags-top li.flags span.flag-icon {
  display: block;
  float: left;
  width: 16px;
  height: 11px;
  margin: 3px 4px 0px 0px;
  background-image: url(/assets/flags-7927c6621d116230ecb22b4102adb28b7faea77dc78a863ab21b363c32755cfe.png);
}

/* line 804, app/assets/stylesheets/eshop.css.scss */
#header-menu ul.menu li.flags i,
#header-top-menu ul.flags-top li.flags i {
  float: left;
}

/* line 809, app/assets/stylesheets/eshop.css.scss */
#header-top-menu ul.flags-top {
  padding-top: 8px;
  margin: 0px 0px 2px 5px;
  color: #fff;
}

/* line 815, app/assets/stylesheets/eshop.css.scss */
#header-top-menu ul.flags-top li.flags {
  margin-top: 0;
  padding: 5px 10px 3px 15px;
  list-style-type: none;
  height: 17px;
  line-height: 16px;
  width: 30px;
}

/* line 824, app/assets/stylesheets/eshop.css.scss */
.ui-tooltip-flags-dd {
  border: 0;
  background-color: #DA1D47;
  min-width: 50px;
}

/* line 830, app/assets/stylesheets/eshop.css.scss */
.ui-tooltip-flags-dd .ui-tooltip-content {
  background-color: #DA1D47;
  padding: 10px 0px 5px;
  width: 100%;
  /*ul {
			list-style-type: none;
			margin: 0;
			//width: 16px;*/
  /*}*/
}

/* line 838, app/assets/stylesheets/eshop.css.scss */
.ui-tooltip-flags-dd .ui-tooltip-content li {
  list-style-type: none;
  padding: 0px 0px 14px;
  margin: 0;
  text-align: center;
  height: 13px;
}

/* line 845, app/assets/stylesheets/eshop.css.scss */
.ui-tooltip-flags-dd .ui-tooltip-content li a {
  padding: 4px 0px 0px;
  display: block;
  width: 130px;
  height: 12px;
  margin: 0px auto;
  font-size: 11px;
  line-height: 12px;
  text-align: left;
  color: #FFFFFF;
}

/* line 862, app/assets/stylesheets/eshop.css.scss */
.ui-tooltip-flags-dd .ui-tooltip-content li a span {
  margin-right: 10px;
  border: 1px solid #ffffff;
  float: left;
  display: block;
  width: 16px;
  height: 11px;
  background-image: url(/assets/flags2-bfd6b6b14e7cb391f362c7052a0ccae333b8181059812e824170a1edb8130860.png);
  background-repeat: no-repeat;
}

/* line 879, app/assets/stylesheets/eshop.css.scss */
.flag-icon-en {
  background-position: 0px 0px;
}

/* line 882, app/assets/stylesheets/eshop.css.scss */
.flag-icon-cz {
  background-position: 0px -11px;
}

/* line 885, app/assets/stylesheets/eshop.css.scss */
.flag-icon-sk {
  background-position: 0px -22px;
}

/* line 888, app/assets/stylesheets/eshop.css.scss */
.flag-icon-pl {
  background-position: 0px -33px;
}

/* line 891, app/assets/stylesheets/eshop.css.scss */
.flag-icon-hu {
  background-position: 0px -44px;
}

/* line 894, app/assets/stylesheets/eshop.css.scss */
.flag-icon-ro {
  background-position: 0px -55px;
}

/* line 898, app/assets/stylesheets/eshop.css.scss */
#header-menu ul.hover-menu {
  height: 92px;
  margin-top: 0px;
}

/* line 902, app/assets/stylesheets/eshop.css.scss */
#header-menu .hover-menu-e li {
  height: 65px;
  margin-top: 15px;
  padding: 20px 7px 0px;
}

/* line 906, app/assets/stylesheets/eshop.css.scss */
#header-menu .hover-menu-e li a {
  margin-bottom: 0px;
}

/*****************************/
/*   DELIVERY INFORMATIONS   */
/*****************************/
/* line 920, app/assets/stylesheets/eshop.css.scss */
.form-wrapper h2 {
  margin: 40px 0px 20px;
}

/* line 923, app/assets/stylesheets/eshop.css.scss */
#delivery-informations .account-flags {
  margin: 0px 0px 20px;
}

/* line 927, app/assets/stylesheets/eshop.css.scss */
#delivery-informations .reminder {
  margin: 0px 0px 60px;
}

/* line 929, app/assets/stylesheets/eshop.css.scss */
#delivery-informations .reminder input {
  margin: 0px 4px 6px 8px;
}

/* line 934, app/assets/stylesheets/eshop.css.scss */
.form-wrapper {
  padding-left: 250px;
}

/* line 937, app/assets/stylesheets/eshop.css.scss */
.form-wrapper .controls {
  margin-left: 210px;
}

/* line 940, app/assets/stylesheets/eshop.css.scss */
.form-wrapper .control-label {
  width: 200px;
  padding-right: 10px;
}

/*********************/
/*      ACCOUNT      */
/*********************/
/* line 949, app/assets/stylesheets/eshop.css.scss */
.account-tabs > li {
  width: 33.3%;
}

/* line 952, app/assets/stylesheets/eshop.css.scss */
.account-tabs > li.last {
  width: 33.3%;
}

/* line 955, app/assets/stylesheets/eshop.css.scss */
.account-tabs > li > a {
  color: #DA1E48;
  font-size: 16px;
  margin-right: 0px;
  text-align: center;
}

/* line 963, app/assets/stylesheets/eshop.css.scss */
.account h2 {
  margin-bottom: 10px;
}

/* line 967, app/assets/stylesheets/eshop.css.scss */
.account .send {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #DA1D47;
  padding: 0 20px;
  height: 40px;
  border: 0;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

/* line 980, app/assets/stylesheets/eshop.css.scss */
.account .cg-contacts {
  margin-top: 60px;
}

/* line 985, app/assets/stylesheets/eshop.css.scss */
.orders-titles {
  width: 978px;
  height: 36px;
  font-weight: bold;
  margin-top: 50px;
}

/* line 991, app/assets/stylesheets/eshop.css.scss */
.orders-titles p {
  float: left;
  margin: 0;
  padding: 8px;
}

/* line 997, app/assets/stylesheets/eshop.css.scss */
.orders-titles .on {
  width: 70px;
}

/* line 998, app/assets/stylesheets/eshop.css.scss */
.orders-titles .cr {
  width: 170px;
}

/* line 999, app/assets/stylesheets/eshop.css.scss */
.orders-titles .tt {
  width: 155px;
}

/* line 1002, app/assets/stylesheets/eshop.css.scss */
.orders-titles .pt {
  width: 92px;
}

/* line 1003, app/assets/stylesheets/eshop.css.scss */
.orders-titles .s {
  width: 283px;
}

/* line 1004, app/assets/stylesheets/eshop.css.scss */
.orders-titles .tp {
  width: 64px;
}

/* line 1008, app/assets/stylesheets/eshop.css.scss */
.account .orders-accordion .accordion-group {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

/* line 1013, app/assets/stylesheets/eshop.css.scss */
.account .orders-accordion .accordion-heading {
  /*height: 55px;*/
}

/* line 1016, app/assets/stylesheets/eshop.css.scss */
.account .orders-accordion .accordion-toggle {
  background-color: #F5F5F5;
  padding: 0px;
  height: 36px;
  color: #000000;
}

/* line 1021, app/assets/stylesheets/eshop.css.scss */
.account .orders-accordion .accordion-toggle p {
  float: left;
  margin: 0;
  padding: 8px;
}

/* line 1027, app/assets/stylesheets/eshop.css.scss */
.account .orders-accordion .accordion-toggle .on {
  width: 70px;
}

/* line 1028, app/assets/stylesheets/eshop.css.scss */
.account .orders-accordion .accordion-toggle .cr {
  width: 170px;
}

/* line 1029, app/assets/stylesheets/eshop.css.scss */
.account .orders-accordion .accordion-toggle .tt {
  width: 155px;
  height: 1em;
}

/* line 1033, app/assets/stylesheets/eshop.css.scss */
.account .orders-accordion .accordion-toggle .pt {
  width: 92px;
}

/* line 1034, app/assets/stylesheets/eshop.css.scss */
.account .orders-accordion .accordion-toggle .s {
  width: 283px;
}

/* line 1035, app/assets/stylesheets/eshop.css.scss */
.account .orders-accordion .accordion-toggle .tp {
  width: 88px;
  height: 18px;
  padding-left: 0;
  padding-right: 0;
}

/* line 1038, app/assets/stylesheets/eshop.css.scss */
.account .orders-accordion .accordion-inner {
  height: 44px;
  padding: 0;
}

/* line 1041, app/assets/stylesheets/eshop.css.scss */
.account .orders-accordion .accordion-inner .cart-item-pcode {
  display: block;
}

/* line 1044, app/assets/stylesheets/eshop.css.scss */
.account .orders-accordion .accordion-inner p {
  float: left;
  margin: 0;
  padding: 8px 18px;
}

/* line 1050, app/assets/stylesheets/eshop.css.scss */
.account .orders-accordion .accordion-inner .accordion-inner-wrapper {
  width: 100%;
  height: 44px;
}

/*********************/
/*       LOGIN       */
/*********************/
/* line 1074, app/assets/stylesheets/eshop.css.scss */
#page .login {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* line 1078, app/assets/stylesheets/eshop.css.scss */
.login-form {
  width: 310px;
  margin: auto;
}

/* line 1083, app/assets/stylesheets/eshop.css.scss */
.login-form h2 {
  margin: 40px 0px 20px;
}

/* line 1087, app/assets/stylesheets/eshop.css.scss */
.login-form .send {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #DA1D47;
  padding: 0 20px;
  height: 40px;
  border: 0;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

/* line 1099, app/assets/stylesheets/eshop.css.scss */
.login-form .send-forgot-password {
  margin-top: 20px;
}

/* line 1104, app/assets/stylesheets/eshop.css.scss */
.login-form .controls {
  margin-left: 70px;
}

/* line 1107, app/assets/stylesheets/eshop.css.scss */
.login-form .control-label {
  width: 60px;
  padding-right: 10px;
}

/* line 1111, app/assets/stylesheets/eshop.css.scss */
.login-form .forgot-password {
  margin: 40px 0px 0px;
}

/* line 1113, app/assets/stylesheets/eshop.css.scss */
.login-form .forgot-password a {
  color: #DA1E48;
}

/* line 1116, app/assets/stylesheets/eshop.css.scss */
.login-form .forgot-password a:hover {
  color: #000000;
}

/*********************/
/*   REGISTRATION    */
/*********************/
/* line 1125, app/assets/stylesheets/eshop.css.scss */
.registration .send {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #DA1D47;
  padding: 0 20px;
  height: 40px;
  border: 0;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

/*********************/
/*       STOCK       */
/*********************/
/* line 1142, app/assets/stylesheets/eshop.css.scss */
#stock .success {
  color: green;
}

/* line 1147, app/assets/stylesheets/eshop.css.scss */
#stock .fail {
  color: red;
}

/*************************/
/*    BASKET DROPDOWN    */
/*************************/
/* line 1158, app/assets/stylesheets/eshop.css.scss */
#basket-dd {
  font-size: 13px;
  background-color: #DA1D47;
  color: #FFFFFF;
  width: 230px;
  height: 20px;
  margin-left: 748px;
  display: block;
  position: relative;
  padding: 6px 0px;
  top: 10px;
}

/* line 1173, app/assets/stylesheets/eshop.css.scss */
#basket-dd .basket-in, #basket-dd .go-to-basket {
  font-size: 13px;
  position: absolute;
  height: 13px;
  padding: 4px 0px;
  line-height: 13px;
}

/* line 1180, app/assets/stylesheets/eshop.css.scss */
#basket-dd .basket-in {
  left: 10px;
}

/* line 1183, app/assets/stylesheets/eshop.css.scss */
#basket-dd .go-to-basket {
  right: 10px;
  font-size: 11px;
  line-height: 11px;
}

/* line 1188, app/assets/stylesheets/eshop.css.scss */
#basket-dd .basket-in-nohover {
  background: url(/assets/eshop/basket3-ed45d4fd9eb7bb693738248505790da41a6e6f2d2438febea6844a6eedc835a3.png) center left no-repeat;
  padding-left: 19px;
}

/* line 1192, app/assets/stylesheets/eshop.css.scss */
#basket-dd .basket-in-hover {
  background: url(/assets/eshop/basket-hover3-46b4158c803f783e5a4350cf3a4c84e94b9c48fe152f0fd3097c20c45dc49f5e.png) center left no-repeat;
  padding-left: 19px;
}

/* line 1196, app/assets/stylesheets/eshop.css.scss */
#basket-dd .go-to-basket-hover {
  background: url(/assets/eshop/basket3-ed45d4fd9eb7bb693738248505790da41a6e6f2d2438febea6844a6eedc835a3.png) center left no-repeat;
  padding-left: 19px;
  font-size: 13px;
  line-height: 13px;
}

/* line 1204, app/assets/stylesheets/eshop.css.scss */
.hu #basket-dd {
  width: 261px;
  margin-left: 718px;
}

/* line 1211, app/assets/stylesheets/eshop.css.scss */
.ui-tooltip-basket-dd {
  border: 0;
  background-color: #DA1D47;
}

/* line 1214, app/assets/stylesheets/eshop.css.scss */
.ui-tooltip-basket-dd .ui-tooltip-content {
  width: 100%;
  background-color: #DA1D47;
  padding: 0;
}

/* line 1218, app/assets/stylesheets/eshop.css.scss */
.ui-tooltip-basket-dd .ui-tooltip-content p {
  display: block;
  height: 15px;
  margin: 0;
  padding: 3px 10px;
  color: #FFFFFF;
  font-size: 13px;
}

/* line 1225, app/assets/stylesheets/eshop.css.scss */
.ui-tooltip-basket-dd .ui-tooltip-content p .pname {
  display: block;
  width: 145px;
  float: left;
  padding-left: 0px;
}

/* line 1231, app/assets/stylesheets/eshop.css.scss */
.ui-tooltip-basket-dd .ui-tooltip-content p .pprice {
  font-size: 13px;
  display: block;
  width: 65px;
  float: left;
  text-align: right;
  padding-right: 0px;
}

/* line 1240, app/assets/stylesheets/eshop.css.scss */
.ui-tooltip-basket-dd .ui-tooltip-content p.sum {
  border-top: 1px solid #FFFFFF;
  padding: 10px 0px;
  margin: 4px 10px 0px;
}

/* line 1244, app/assets/stylesheets/eshop.css.scss */
.ui-tooltip-basket-dd .ui-tooltip-content p.sum .pname, .ui-tooltip-basket-dd .ui-tooltip-content p.sum .pprice {
  font-size: 13px;
  width: 105px;
}

/* line 1264, app/assets/stylesheets/eshop.css.scss */
.hu .ui-tooltip-basket-dd .ui-tooltip-content p .pname {
  width: 145px;
}

/* line 1267, app/assets/stylesheets/eshop.css.scss */
.hu .ui-tooltip-basket-dd .ui-tooltip-content p .pprice {
  width: 95px;
}

/* line 1272, app/assets/stylesheets/eshop.css.scss */
.hu .ui-tooltip-basket-dd .ui-tooltip-content p.sum .pname {
  width: 105px;
}

/* line 1275, app/assets/stylesheets/eshop.css.scss */
.hu .ui-tooltip-basket-dd .ui-tooltip-content p.sum .pprice {
  width: 135px;
}

/* line 1283, app/assets/stylesheets/eshop.css.scss */
.ui-tooltip-account-dd {
  border: 0;
  background-color: #DA1D47;
}

/* line 1286, app/assets/stylesheets/eshop.css.scss */
.ui-tooltip-account-dd .ui-tooltip-content {
  width: 100%;
  background-color: #DA1D47;
  padding: 10px 0px 5px;
}

/* line 1290, app/assets/stylesheets/eshop.css.scss */
.ui-tooltip-account-dd .ui-tooltip-content ul {
  margin: 0;
}

/* line 1293, app/assets/stylesheets/eshop.css.scss */
.ui-tooltip-account-dd .ui-tooltip-content a {
  display: block;
  height: 13px;
  line-height: 13px;
  color: #FFFFFF;
  font-size: 13px;
  text-align: left;
}

/* line 1320, app/assets/stylesheets/eshop.css.scss */
.hu .ui-tooltip-account-dd {
  border: 0;
  background-color: #DA1D47;
}

/* line 1323, app/assets/stylesheets/eshop.css.scss */
.hu .ui-tooltip-account-dd .ui-tooltip-content {
  width: 150px;
  /*100%*/
}

/* line 1330, app/assets/stylesheets/eshop.css.scss */
#header-top-menu ul.menu {
  margin-top: 0;
}

/* line 1332, app/assets/stylesheets/eshop.css.scss */
#header-top-menu ul.menu li {
  display: block;
  width: auto;
  margin-top: 12px;
  margin-bottom: 13px;
  height: 18px;
}

/* line 1338, app/assets/stylesheets/eshop.css.scss */
#header-top-menu ul.menu li a.account-login {
  margin: 0;
  padding-left: 8px;
}

/* line 1341, app/assets/stylesheets/eshop.css.scss */
#header-top-menu ul.menu li a.account-login ul {
  margin-left: 0px;
  padding-left: 0px;
}

/* line 1344, app/assets/stylesheets/eshop.css.scss */
#header-top-menu ul.menu li a.account-login ul li {
  margin-left: 0px;
  padding-left: 0px;
}

/* line 1353, app/assets/stylesheets/eshop.css.scss */
#header-top-menu .account {
  border-left: 1px solid #FFFFFF;
  height: 43px;
  width: auto;
}

/* line 1357, app/assets/stylesheets/eshop.css.scss */
#header-top-menu .account .account-icon {
  margin-left: 6px;
}

/* line 1362, app/assets/stylesheets/eshop.css.scss */
#account-dd,
.account-dd-content a {
  color: #FFFFFF;
}

/* line 1368, app/assets/stylesheets/eshop.css.scss */
a#account-dd {
  height: 25px;
}

/* line 1376, app/assets/stylesheets/eshop.css.scss */
#header-top-menu ul.menu li.poradna a {
  margin-right: 3px;
}

/* line 1380, app/assets/stylesheets/eshop.css.scss */
#poradna-dd,
.poradna-dd-content a {
  color: #FFFFFF;
}

/* line 1386, app/assets/stylesheets/eshop.css.scss */
.ui-tooltip-poradna-dd div.ui-tooltip-content li {
  padding: 0px 0px 14px;
  margin: 0px 10px;
  list-style-type: none;
}

/* line 1392, app/assets/stylesheets/eshop.css.scss */
.ui-tooltip-poradna-dd div.ui-tooltip-content {
  list-style-type: none;
  margin: 0;
}

/* line 1398, app/assets/stylesheets/eshop.css.scss */
.ui-tooltip-poradna-dd {
  border: 0;
  background-color: #DA1D47;
}

/* line 1401, app/assets/stylesheets/eshop.css.scss */
.ui-tooltip-poradna-dd .ui-tooltip-content {
  width: 100%;
  background-color: #DA1D47;
  padding: 15px 0px 5px;
}

/* line 1405, app/assets/stylesheets/eshop.css.scss */
.ui-tooltip-poradna-dd .ui-tooltip-content ul {
  margin: 0;
}

/* line 1408, app/assets/stylesheets/eshop.css.scss */
.ui-tooltip-poradna-dd .ui-tooltip-content a {
  display: block;
  height: 13px;
  line-height: 13px;
  color: #FFFFFF;
  font-size: 13px;
  text-align: left;
}

/* line 1441, app/assets/stylesheets/eshop.css.scss */
.ui-tooltip-account-dd div.ui-tooltip-content li {
  padding: 0px 0px 14px;
  margin: 0px 10px;
  list-style-type: none;
}

/* line 1447, app/assets/stylesheets/eshop.css.scss */
.ui-tooltip-account-dd div.ui-tooltip-content {
  list-style-type: none;
  margin: 0;
}

/* line 1451, app/assets/stylesheets/eshop.css.scss */
.ui-tooltip-account-dd div.ui-tooltip-content li.logout {
  border-top: 1px solid #FFFFFF;
  padding-top: 10px;
  padding-bottom: 9px;
}

/* line 1473, app/assets/stylesheets/eshop.css.scss */
#payu_ .content {
  margin: 0;
  padding: 0;
}

/* line 1476, app/assets/stylesheets/eshop.css.scss */
#payu_ .content input {
  width: auto;
  float: none;
  margin: 0px 0px 0px 20px;
}

/* line 1483, app/assets/stylesheets/eshop.css.scss */
.payu-style {
  border: 1px solid #CCC;
  width: 420px;
  margin: 5px;
  background-color: #FFF;
}

/* line 1491, app/assets/stylesheets/eshop.css.scss */
.payu-style td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #F2F2F2;
  padding: 20px 3px;
}

/* line 1496, app/assets/stylesheets/eshop.css.scss */
.payu-style td input {
  width: auto;
  float: none;
  margin: 0px 0px 0px 20px;
}

/* line 1502, app/assets/stylesheets/eshop.css.scss */
.payu-style td.rb {
  width: 60px;
}

/* line 1505, app/assets/stylesheets/eshop.css.scss */
.payu-style td.text {
  padding-top: 23px;
}

/* line 1517, app/assets/stylesheets/eshop.css.scss */
.add-to-card-eshop {
  margin: 1px 0px 0px;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
}

/* line 1537, app/assets/stylesheets/eshop.css.scss */
.add-to-card-eshop .add-to-card-btn {
  border: 0;
  display: block;
  width: 406px;
  height: 45px;
  line-height: 45px;
  background-color: #DA1E48;
  text-decoration: none;
  text-align: center;
  margin: 15px 0px 30px;
  color: #FFFFFF;
  font-family: 'Open sans';
  font-weight: 400;
  font-size: 21px;
  padding: 0px;
}

/* line 1555, app/assets/stylesheets/eshop.css.scss */
.add-to-card-eshop .items-count-input {
  margin: 13px 0px;
}

/* line 1558, app/assets/stylesheets/eshop.css.scss */
.add-to-card-eshop .items-count-input input {
  display: block;
  width: 60px;
  height: 35px;
  line-height: 35px;
  padding: 0px;
  font-family: 'Open sans';
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  float: left;
  margin-right: 10px;
}

/* line 1571, app/assets/stylesheets/eshop.css.scss */
.add-to-card-eshop .items-count-input span {
  display: block;
  margin: 10px 10px 0px 0px;
  float: left;
}

/* line 1578, app/assets/stylesheets/eshop.css.scss */
.add-to-card-eshop #successModal a,
.add-to-card-eshop #errorModal a {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* line 1594, app/assets/stylesheets/eshop.css.scss */
#catalog .content .right-column .product-row .product-description h1,
#catalog .content .right-column .product-row .product-description .stars {
  margin-top: 0px;
}

/* line 1599, app/assets/stylesheets/eshop.css.scss */
#catalog .content .right-column .product-row .product-description .info-wrapper {
  float: left;
}

/* line 1602, app/assets/stylesheets/eshop.css.scss */
#catalog .content .right-column .product-row .product-description .text {
  clear: both;
}

/* line 1606, app/assets/stylesheets/eshop.css.scss */
#catalog .content .right-column .product-row .product-description .rating-wrapper {
  margin-bottom: 10px;
}

/* line 1610, app/assets/stylesheets/eshop.css.scss */
#catalog .content .right-column .product-row .product-description .info-wrapper {
  padding-top: 10px;
}

/* line 1614, app/assets/stylesheets/eshop.css.scss */
#catalog .content .right-column .product-row .product-description .rating-wrapper {
  float: right;
}

/* line 1618, app/assets/stylesheets/eshop.css.scss */
#catalog .content .right-column .product-row .product-description .params,
#catalog .content .right-column .product-row .product-description .add-to-card-eshop {
  float: left;
  width: 100%;
}

/* line 1625, app/assets/stylesheets/eshop.css.scss */
#catalog .content .right-column .product-row .product-description .add-to-card-eshop .add-to-card-btn {
  background: #DA1E48 url(/assets/eshop/add-to-cart-9b636389fb70cc7cac71197c6b0966fb6b37228faf24ae2540c82a552c63ef60.png) top left no-repeat;
  text-align: left;
  padding-left: 42px;
}

/* line 1636, app/assets/stylesheets/eshop.css.scss */
.pece-call {
  text-align: right;
  margin-top: 0;
  font-size: 11px;
  line-height: 11px;
  display: block;
  margin-top: 10px;
  padding-left: 0px;
}

/* line 1646, app/assets/stylesheets/eshop.css.scss */
.pece-call a {
  text-decoration: underline !important;
  color: #000;
}

/* line 1651, app/assets/stylesheets/eshop.css.scss */
#catalog .content .right-column .product-row .product-description .text-large .price {
  font-size: 20px;
  color: #da1e48;
}

/* line 1656, app/assets/stylesheets/eshop.css.scss */
#catalog .content .right-column .product-row .product-description .params .space-large {
  margin: 36px 0px;
}

/* line 1660, app/assets/stylesheets/eshop.css.scss */
.add-to-card-eshop .items-count-input {
  margin: 13px 0px 0px 0px;
}

/* line 1664, app/assets/stylesheets/eshop.css.scss */
.add-to-card-eshop {
  margin: 0;
  border-top: 0px;
}

/* line 1669, app/assets/stylesheets/eshop.css.scss */
#catalog .content .right-column .product-row .product-description .params {
  border-bottom: 0px;
}

/* line 1685, app/assets/stylesheets/eshop.css.scss */
#catalog .content .right-column .product-row .product-description .params .color .color-title {
  margin-top: 0;
}

/* line 1688, app/assets/stylesheets/eshop.css.scss */
#catalog .content .right-column .product-row .product-description .params .color .icon {
  display: block;
  width: 30px;
  height: auto;
  float: left;
  margin: 0px 10px 0px 0px;
  border: 0;
  cursor: pointer;
  cursor: hand;
  text-align: center;
}

/* line 1698, app/assets/stylesheets/eshop.css.scss */
#catalog .content .right-column .product-row .product-description .params .color .icon input,
#catalog .content .right-column .product-row .product-description .params .color .icon img {
  margin: 0;
}

/* line 1702, app/assets/stylesheets/eshop.css.scss */
#catalog .content .right-column .product-row .product-description .params .color .icon .icon-color {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  margin: 5px 0px 0px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
}

/* line 1714, app/assets/stylesheets/eshop.css.scss */
#catalog .content .right-column .product-row .product-description .params .color .color-link-active {
  border-color: #DA1E48;
}

/************************/
/*       HOMEPAGE       */
/************************/
/* line 1729, app/assets/stylesheets/eshop.css.scss */
.eshop {
  height: 420px;
  overflow: hidden;
}

/* line 1732, app/assets/stylesheets/eshop.css.scss */
.eshop .hp-background {
  height: 420px;
}

/* line 1735, app/assets/stylesheets/eshop.css.scss */
.eshop .hp-banner-1,
.eshop .hp-banner-2 {
  left: 0;
}

/* line 1747, app/assets/stylesheets/eshop.css.scss */
#hp-section-1,
#hp-section-2,
#hp-section-3 {
  width: 100%;
  height: 340px;
  margin-top: 30px;
}

/* line 1753, app/assets/stylesheets/eshop.css.scss */
#hp-section-1 .hp-background,
#hp-section-2 .hp-background,
#hp-section-3 .hp-background {
  position: relative;
  margin: auto;
  width: 978px;
  height: 340px;
}

/* line 1766, app/assets/stylesheets/eshop.css.scss */
#hp-section-1 .product-row,
#hp-section-2 .product-row,
#hp-section-3 .product-row {
  height: 294px;
  width: 890px;
  margin: 10px auto 0px;
}

/* line 1771, app/assets/stylesheets/eshop.css.scss */
#hp-section-1 .product,
#hp-section-2 .product,
#hp-section-3 .product {
  border-top: 1px solid #ECECEC;
  margin: 10px 15px 0px 0px;
  width: 166px;
  min-width: 166px;
  max-width: 166px;
  float: left;
}

/* line 1778, app/assets/stylesheets/eshop.css.scss */
#hp-section-1 .product .img,
#hp-section-2 .product .img,
#hp-section-3 .product .img {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin: 1px 0px 0px;
  border: 0px;
  border-top: 1px solid #ECECEC;
}

/* line 1787, app/assets/stylesheets/eshop.css.scss */
#hp-section-1 .product .img .act,
#hp-section-2 .product .img .act,
#hp-section-3 .product .img .act {
  position: absolute;
  top: 3px;
  left: 0;
  color: #DA1E48;
  font-weight: bold;
}

/* line 1794, app/assets/stylesheets/eshop.css.scss */
#hp-section-1 .product .img .act-new,
#hp-section-2 .product .img .act-new,
#hp-section-3 .product .img .act-new {
  color: #DFC100;
}

/* line 1797, app/assets/stylesheets/eshop.css.scss */
#hp-section-1 .product .img .act-act,
#hp-section-2 .product .img .act-act,
#hp-section-3 .product .img .act-act {
  color: #D0F744;
}

/* line 1800, app/assets/stylesheets/eshop.css.scss */
#hp-section-1 .product .img .act-dis,
#hp-section-2 .product .img .act-dis,
#hp-section-3 .product .img .act-dis {
  color: #7BF6EF;
}

/* line 1805, app/assets/stylesheets/eshop.css.scss */
#hp-section-1 .product div.text,
#hp-section-2 .product div.text,
#hp-section-3 .product div.text {
  height: 69px;
  margin: 0px 0px 4px;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
}

/* line 1810, app/assets/stylesheets/eshop.css.scss */
#hp-section-1 .product div.text .name,
#hp-section-2 .product div.text .name,
#hp-section-3 .product div.text .name {
  height: 36px;
  margin-top: 9px;
  margin-bottom: 0;
  font-size: 12px;
}

/* line 1816, app/assets/stylesheets/eshop.css.scss */
#hp-section-1 .product div.text .prize,
#hp-section-2 .product div.text .prize,
#hp-section-3 .product div.text .prize {
  width: 50%;
  float: left;
  text-align: right;
  color: #DA1E48;
}

/* line 1822, app/assets/stylesheets/eshop.css.scss */
#hp-section-1 .product div.text .link,
#hp-section-2 .product div.text .link,
#hp-section-3 .product div.text .link {
  width: 50%;
  float: left;
  margin-bottom: 0px;
  text-align: left;
  font-size: 11px;
}

/* line 1828, app/assets/stylesheets/eshop.css.scss */
#hp-section-1 .product div.text .link a,
#hp-section-2 .product div.text .link a,
#hp-section-3 .product div.text .link a {
  color: #DA1E48;
}

/* line 1830, app/assets/stylesheets/eshop.css.scss */
#hp-section-1 .product div.text .link a:hover,
#hp-section-2 .product div.text .link a:hover,
#hp-section-3 .product div.text .link a:hover {
  text-decoration: none;
  color: #000000;
}

/* line 1839, app/assets/stylesheets/eshop.css.scss */
#hp-section-1 .last,
#hp-section-2 .last,
#hp-section-3 .last {
  margin-right: 0px;
}

/* line 1845, app/assets/stylesheets/eshop.css.scss */
#hp-section-1 {
  height: 150px;
}

/* line 1851, app/assets/stylesheets/eshop.css.scss */
#hp-section-1 .hp-background {
  height: 150px;
}

/* line 1853, app/assets/stylesheets/eshop.css.scss */
#hp-section-1 .hp-background .cat-box {
  margin: 0;
  text-align: center;
  width: 231px;
  height: 165px;
  float: left;
  border-left: 0px white;
  border-right: 0px white;
  margin-left: 18px;
  background-color: #DA1E48;
  color: #FFFFFF;
  font-size: 16px;
}

/* line 1866, app/assets/stylesheets/eshop.css.scss */
#hp-section-1 .hp-background .cat-box img {
  padding-bottom: 9px;
  border: 0;
  display: block;
  margin: 0 auto;
}

/* line 1873, app/assets/stylesheets/eshop.css.scss */
#hp-section-1 .hp-background .cat-box-first {
  margin-left: 0;
}

/* line 1876, app/assets/stylesheets/eshop.css.scss */
#hp-section-1 .hp-background .cat-box-last {
  margin-right: 0;
}

/* line 1883, app/assets/stylesheets/eshop.css.scss */
#hp-section-1 .hp-background .cat-box {
  width: 323px;
  height: 150px;
  float: left;
  border-left: 0px solid #ececec;
  border-right: 2px solid #ececec;
  margin-left: 0px;
  background-color: transparent;
  color: #8E8E8E;
  font-weight: bold;
}

/* line 1895, app/assets/stylesheets/eshop.css.scss */
#hp-section-1 .hp-background .cat-box.cat-box-first {
  border-left: 2px solid #ececec;
}

/* line 1898, app/assets/stylesheets/eshop.css.scss */
#hp-section-1 {
  margin-top: 60px;
}

@media (max-width: 979px) {
  /* line 1902, app/assets/stylesheets/eshop.css.scss */
  #hp-section-1 .hp-background .cat-men-box {
    background-color: #ececec;
  }
  /* line 1905, app/assets/stylesheets/eshop.css.scss */
  #hp-section-1 .hp-background .cat-men-box span {
    background-color: #102C6C;
  }
  /* line 1908, app/assets/stylesheets/eshop.css.scss */
  #hp-section-1 .hp-background .cat-box span {
    background-color: transparent;
  }
  /* line 1912, app/assets/stylesheets/eshop.css.scss */
  #hp-section-1 .hp-background .cat-box {
    display: block;
    text-align: center;
    width: 100%;
    height: 165px;
    float: none;
    border-left: 0px white;
    border-right: 0px white;
    margin: 0px auto 2px;
    font-size: 16px;
    background-color: transparent;
    color: #8E8E8E;
    font-weight: bold;
  }
  /* line 1926, app/assets/stylesheets/eshop.css.scss */
  #hp-section-1 .hp-background .cat-box-inline {
    font-size: 16px;
    color: #8E8E8E;
    font-weight: bold;
    margin: 20px auto !important;
    display: block;
  }
}

/* line 1937, app/assets/stylesheets/eshop.css.scss */
#hp-section-2,
#hp-section-3 {
  margin-top: 60px;
}

/* line 1940, app/assets/stylesheets/eshop.css.scss */
#hp-section-2 .product-row,
#hp-section-3 .product-row {
  width: 918px;
}

/* line 1944, app/assets/stylesheets/eshop.css.scss */
#hp-section-2 .first,
#hp-section-3 .first {
  margin-left: 15px;
}

/* line 1950, app/assets/stylesheets/eshop.css.scss */
#new-year-action .product-row {
  height: 294px;
  /*width: 890px;*/
  /*margin: 10px auto 0px;*/
}

/* line 1955, app/assets/stylesheets/eshop.css.scss */
#new-year-action .product {
  border-top: 1px solid #ECECEC;
  margin: 0px 35px 0px 0px;
  width: 166px;
  min-width: 166px;
  max-width: 166px;
  float: left;
}

/* line 1962, app/assets/stylesheets/eshop.css.scss */
#new-year-action .product .img {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin: 1px 0px 0px;
  border: 0px;
  border-top: 1px solid #ECECEC;
}

/* line 1971, app/assets/stylesheets/eshop.css.scss */
#new-year-action .product .img .act {
  position: absolute;
  top: 3px;
  left: 0;
  color: #DA1E48;
  font-weight: bold;
}

/* line 1978, app/assets/stylesheets/eshop.css.scss */
#new-year-action .product .img .act-new {
  color: #DFC100;
}

/* line 1981, app/assets/stylesheets/eshop.css.scss */
#new-year-action .product .img .act-act {
  color: #D0F744;
}

/* line 1984, app/assets/stylesheets/eshop.css.scss */
#new-year-action .product .img .act-dis {
  color: #7BF6EF;
}

/* line 1989, app/assets/stylesheets/eshop.css.scss */
#new-year-action .product div.text {
  height: 75px;
  margin: 0px 0px 4px;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
}

/* line 1994, app/assets/stylesheets/eshop.css.scss */
#new-year-action .product div.text .name {
  height: auto;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 12px;
}

/* line 2000, app/assets/stylesheets/eshop.css.scss */
#new-year-action .product div.text .prize {
  width: 50%;
  float: left;
  text-align: right;
  color: #DA1E48;
}

/* line 2005, app/assets/stylesheets/eshop.css.scss */
#new-year-action .product div.text .prize .lthrough {
  text-decoration: line-through;
}

/* line 2009, app/assets/stylesheets/eshop.css.scss */
#new-year-action .product div.text .link {
  width: 50%;
  float: left;
  margin-bottom: 9px;
  text-align: left;
  font-size: 11px;
}

/* line 2015, app/assets/stylesheets/eshop.css.scss */
#new-year-action .product div.text .link a {
  color: #DA1E48;
}

/* line 2017, app/assets/stylesheets/eshop.css.scss */
#new-year-action .product div.text .link a:hover {
  text-decoration: none;
  color: #000000;
}

/* line 2026, app/assets/stylesheets/eshop.css.scss */
#new-year-action .last {
  margin-right: 0px;
}

/* line 2032, app/assets/stylesheets/eshop.css.scss */
#new-year-action .product {
  margin-top: 10px;
}

/* line 2035, app/assets/stylesheets/eshop.css.scss */
#new-year-action .product-row-top .product {
  margin-left: 201px;
}

/* line 2038, app/assets/stylesheets/eshop.css.scss */
#new-year-action .product div.text {
  height: 85px;
  margin: 0px 0px 10px;
}

/* line 2042, app/assets/stylesheets/eshop.css.scss */
#new-year-action .product div.text .name {
  height: 36px;
  margin-top: 8px;
}

/* line 2051, app/assets/stylesheets/eshop.css.scss */
.hp-info-1,
.hp-info-2 {
  width: 100%;
  margin-top: 30px;
}

/* line 2055, app/assets/stylesheets/eshop.css.scss */
.hp-info-1 .seo-text,
.hp-info-2 .seo-text {
  margin: auto;
  width: 978px;
}

/* line 2058, app/assets/stylesheets/eshop.css.scss */
.hp-info-1 .seo-text p,
.hp-info-2 .seo-text p {
  padding: 5px 0;
  font-size: 90%;
}

/* line 2063, app/assets/stylesheets/eshop.css.scss */
.hp-info-1 .hp-background,
.hp-info-2 .hp-background {
  background: #ECECEC;
  position: relative;
  margin: auto;
  width: 978px;
  height: 62px;
}

/* line 2070, app/assets/stylesheets/eshop.css.scss */
.hp-info-1 .item,
.hp-info-2 .item {
  font-size: 16px;
  float: left;
  width: 50%;
  height: 32px;
  margin: 0;
  padding: 15px 0px;
  position: relative;
}

/* line 2078, app/assets/stylesheets/eshop.css.scss */
.hp-info-1 .item i,
.hp-info-2 .item i {
  display: block;
  float: left;
  margin-right: 15px;
  color: #DA1E48;
}

/* line 2084, app/assets/stylesheets/eshop.css.scss */
.hp-info-1 .item span,
.hp-info-2 .item span {
  display: block;
  float: left;
}

/* line 2090, app/assets/stylesheets/eshop.css.scss */
.hp-info-1 .item-first i,
.hp-info-2 .item-first i {
  margin-left: 20px;
}

/* line 2093, app/assets/stylesheets/eshop.css.scss */
.hp-info-1 .item-first span,
.hp-info-2 .item-first span {
  color: #DA1E48;
  margin: 7px 0px 0px;
}

/* line 2099, app/assets/stylesheets/eshop.css.scss */
.hp-info-1 .item-last i,
.hp-info-2 .item-last i {
  margin-left: 0;
  color: #000000;
}

/* line 2103, app/assets/stylesheets/eshop.css.scss */
.hp-info-1 .item-last span,
.hp-info-2 .item-last span {
  font-size: 24px;
  margin: 5px 0px 0px;
}

/* line 2109, app/assets/stylesheets/eshop.css.scss */
.hp-info-2 {
  margin-top: 10px;
}

/* line 2112, app/assets/stylesheets/eshop.css.scss */
.hp-info-2 .item-last img {
  margin: 0px 40px 0px 0px;
}

/* line 2115, app/assets/stylesheets/eshop.css.scss */
.hp-info-2 .item-last .logo-payu {
  height: 24px;
}

/* line 2118, app/assets/stylesheets/eshop.css.scss */
.hp-info-2 .item-last .logo-visa {
  height: 26px;
}

/* line 2125, app/assets/stylesheets/eshop.css.scss */
.hp-text {
  width: 100%;
  margin-top: 30px;
}

/* line 2129, app/assets/stylesheets/eshop.css.scss */
.hp-text .hp-background {
  position: relative;
  margin: auto;
  width: 978px;
}

/* line 2135, app/assets/stylesheets/eshop.css.scss */
.hp-text .col1,
.hp-text .col2 {
  width: 50%;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 15px;
}

/* line 2143, app/assets/stylesheets/eshop.css.scss */
.hp-text .col1 h3,
.hp-text .col2 h3 {
  font-size: 13px;
  line-height: 15px;
}

/* line 2147, app/assets/stylesheets/eshop.css.scss */
.hp-text .col1 p,
.hp-text .col2 p {
  margin-bottom: 16px;
}

/* line 2151, app/assets/stylesheets/eshop.css.scss */
.hp-text .col1 p {
  margin-right: 25px;
}

/* line 2160, app/assets/stylesheets/eshop.css.scss */
#hp-section-3 .product div.text .name {
  height: auto;
  display: block;
  color: #000000;
}

/* line 2167, app/assets/stylesheets/eshop.css.scss */
#hp-section-3 .product div.text .prize .lthrough {
  text-decoration: line-through;
}

/* line 2172, app/assets/stylesheets/eshop.css.scss */
#hp-section-2 .product div.text .name {
  height: auto;
  display: block;
  color: #000000;
}

/* line 2179, app/assets/stylesheets/eshop.css.scss */
#hp-section-2 .product div.text .prize .lthrough {
  text-decoration: line-through;
}

/* line 2187, app/assets/stylesheets/eshop.css.scss */
#hp-section-2 .product div.text .name,
#hp-section-3 .product div.text .name {
  height: 36px;
}

/* line 2190, app/assets/stylesheets/eshop.css.scss */
#hp-section-2 .product div.text .prize,
#hp-section-2 .product div.text .link,
#hp-section-3 .product div.text .prize,
#hp-section-3 .product div.text .link {
  margin-top: -18px;
}

/*************************************/
/*       ACTIVE SLIMMER ACTION       */
/*************************************/
/* line 2201, app/assets/stylesheets/eshop.css.scss */
#active-slimmer-action .product-row {
  height: 294px;
  /*width: 890px;*/
  /*margin: 10px auto 0px;*/
}

/* line 2206, app/assets/stylesheets/eshop.css.scss */
#active-slimmer-action .product {
  border-top: 1px solid #ECECEC;
  margin: 0px 17px 0px 0px;
  /*width: 166px;*/
  width: 221px;
  min-width: 221px;
  max-width: 221px;
  float: left;
}

/* line 2214, app/assets/stylesheets/eshop.css.scss */
#active-slimmer-action .product .img {
  position: relative;
  display: block;
  width: 100%;
  height: 177px;
  overflow: hidden;
  margin: 1px 0px 0px;
  border: 0px;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
}

/* line 2224, app/assets/stylesheets/eshop.css.scss */
#active-slimmer-action .product .img .act {
  position: absolute;
  top: 3px;
  left: 0;
  color: #DA1E48;
  font-weight: bold;
}

/* line 2231, app/assets/stylesheets/eshop.css.scss */
#active-slimmer-action .product .img .act-new {
  color: #DFC100;
}

/* line 2234, app/assets/stylesheets/eshop.css.scss */
#active-slimmer-action .product .img .act-act {
  color: #D0F744;
}

/* line 2237, app/assets/stylesheets/eshop.css.scss */
#active-slimmer-action .product .img .act-dis {
  color: #7BF6EF;
}

/* line 2242, app/assets/stylesheets/eshop.css.scss */
#active-slimmer-action .last {
  margin-right: 0px;
}

/* line 2245, app/assets/stylesheets/eshop.css.scss */
#active-slimmer-action .bold {
  font-weight: bold;
}

/* line 2248, app/assets/stylesheets/eshop.css.scss */
#active-slimmer-action .name {
  border-top: 1px solid #ECECEC;
  margin-top: 1px;
  padding-top: 10px;
}

/* line 2253, app/assets/stylesheets/eshop.css.scss */
#active-slimmer-action .color {
  width: 177px;
  height: 60px;
  margin-bottom: 10px;
}

/* line 2257, app/assets/stylesheets/eshop.css.scss */
#active-slimmer-action .color .color-title {
  margin-top: 0;
}

/* line 2260, app/assets/stylesheets/eshop.css.scss */
#active-slimmer-action .color .icon {
  display: block;
  width: 30px;
  height: auto;
  float: left;
  margin: 0px 10px 0px 0px;
  border: 0;
  cursor: pointer;
  cursor: hand;
  text-align: center;
}

/* line 2270, app/assets/stylesheets/eshop.css.scss */
#active-slimmer-action .color .icon input,
#active-slimmer-action .color .icon img {
  margin: 0;
}

/* line 2274, app/assets/stylesheets/eshop.css.scss */
#active-slimmer-action .color .icon .icon-color {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  margin: 5px 0px 0px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
}

/* line 2286, app/assets/stylesheets/eshop.css.scss */
#active-slimmer-action .color .color-link-active {
  border-color: #DA1E48;
}

/* line 2290, app/assets/stylesheets/eshop.css.scss */
#active-slimmer-action .size {
  width: 177px;
}

/* line 2292, app/assets/stylesheets/eshop.css.scss */
#active-slimmer-action .size select {
  width: auto;
}

/* line 2296, app/assets/stylesheets/eshop.css.scss */
#active-slimmer-action .price {
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 1px;
  padding-bottom: 10px;
  width: 177px;
}

/* line 2302, app/assets/stylesheets/eshop.css.scss */
#active-slimmer-action .add-to-card-eshop {
  border-top: 1px solid #ECECEC;
  border-bottom: 0;
}

/* line 2306, app/assets/stylesheets/eshop.css.scss */
#active-slimmer-action .add-to-card-btn {
  background: #DA1E48 url(/assets/eshop/add-to-cart-9b636389fb70cc7cac71197c6b0966fb6b37228faf24ae2540c82a552c63ef60.png) top left no-repeat;
  text-align: left;
  padding-left: 42px;
  border: 0;
  display: block;
  width: 177px;
  height: 45px;
  line-height: 45px;
  margin: 15px 0px 30px;
}

/* line 2318, app/assets/stylesheets/eshop.css.scss */
#active-slimmer-action .modal {
  text-align: left;
}

/* line 2325, app/assets/stylesheets/eshop.css.scss */
.modal {
  position: fixed !important;
  /*max-width: 560px;*/
  /*width: 80%;*/
}

/* line 2331, app/assets/stylesheets/eshop.css.scss */
.alert-tip {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: none;
  background-color: #ececec;
  /*#da1e48*/
  border: 1px solid #ececec;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #278a31;
}

/* line 2342, app/assets/stylesheets/eshop.css.scss */
.alert-tip-link {
  color: #278a31;
  text-decoration: underline !important;
  font-weight: bold;
}

/* line 2347, app/assets/stylesheets/eshop.css.scss */
.alert-tip-link:hover {
  color: #278a31;
}

/* line 2352, app/assets/stylesheets/eshop.css.scss */
.accept-checkbox {
  clear: both;
}

/* line 2354, app/assets/stylesheets/eshop.css.scss */
.accept-checkbox .red {
  border: 2px solid red;
  color: red !important;
}

/* line 2358, app/assets/stylesheets/eshop.css.scss */
.accept-checkbox input {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5);
  /* IE */
  -moz-transform: scale(1.5);
  /* FF */
  -webkit-transform: scale(1.5);
  /* Safari and Chrome */
  -o-transform: scale(1.5);
  /* Opera */
  padding: 10px;
  margin: 10px;
}

/* line 2367, app/assets/stylesheets/eshop.css.scss */
.accept-checkbox .checkboxtext {
  /* Checkbox text */
  font-size: 110%;
  display: inline;
}

/* line 2376, app/assets/stylesheets/eshop.css.scss */
#brands-header {
  padding: 0;
  margin: 0;
  height: 57px;
}

/* line 2380, app/assets/stylesheets/eshop.css.scss */
#brands-header .inner {
  max-width: 978px;
  margin: 0 auto;
}

/* line 2383, app/assets/stylesheets/eshop.css.scss */
#brands-header .inner div {
  line-height: 57px;
  float: left;
}

/* line 2386, app/assets/stylesheets/eshop.css.scss */
#brands-header .inner div img {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

/* line 2394, app/assets/stylesheets/eshop.css.scss */
#brands-header.mobile {
  height: 30px;
}

/* line 2397, app/assets/stylesheets/eshop.css.scss */
#brands-header.mobile .innder div {
  height: 30px;
}

/* line 2404, app/assets/stylesheets/eshop.css.scss */
.hidden-desktop .navbar {
  margin-bottom: 0;
}

/* line 2408, app/assets/stylesheets/eshop.css.scss */
.zasilkovna-widget {
  width: 100% !important;
  text-align: center;
}

/* line 2411, app/assets/stylesheets/eshop.css.scss */
.zasilkovna-widget .packeta-selector-open {
  background: #DA1E48;
  padding: 0 10px;
  font-family: Open sans, Arial, Helvetica, sans-serif;
  font-size: 110%;
  color: white;
  font-weight: bold;
  display: inline-block;
  line-height: 250%;
  margin: 10px;
}

/* line 2422, app/assets/stylesheets/eshop.css.scss */
.zasilkovna-widget .packeta-selector-branch-name {
  margin-bottom: 15px;
}

/* line 2429, app/assets/stylesheets/eshop.css.scss */
.phone-delivery {
  display: block;
  float: left;
  margin-left: 80px;
  margin-top: 18px;
  margin-bottom: 0px;
  font-size: 14px;
}

/* line 2437, app/assets/stylesheets/eshop.css.scss */
.phone-delivery .phone {
  color: #aaa;
}

/* line 2440, app/assets/stylesheets/eshop.css.scss */
.phone-delivery .delivery {
  color: #2D47DE;
}

/* line 2443, app/assets/stylesheets/eshop.css.scss */
.pl .phone-delivery .delivery {
  font-size: 90%;
}

/* line 2446, app/assets/stylesheets/eshop.css.scss */
.hu .phone-delivery .delivery {
  font-size: 85%;
}

/* line 2449, app/assets/stylesheets/eshop.css.scss */
.cz .phone-delivery {
  margin-left: 20px;
}

/* line 2452, app/assets/stylesheets/eshop.css.scss */
.phone-delivery span span {
  font-weight: bold;
}

/* line 2456, app/assets/stylesheets/eshop.css.scss */
#header-menu #logo {
  display: block;
  float: left;
  width: 166px;
  height: 60px;
  margin-top: 26px;
  margin-left: 0px;
  position: relative;
}

/* line 2465, app/assets/stylesheets/eshop.css.scss */
#basket-dd {
  font-size: 13px;
  background-color: #da1d47;
  color: #fff;
  width: 230px;
  height: 20px;
  margin-left: 748px;
  /*748px;*/
  display: block;
  position: relative;
  padding: 7px 0px;
  margin-bottom: 2px;
  top: 10px;
}

/* line 2480, app/assets/stylesheets/eshop.css.scss */
#header-menu ul.menu li.hover-link-nomenu:hover,
#header-menu ul.menu li.hover-link-nomenu:hover a {
  background-color: #DA1D47;
  color: #FFFFFF;
}

/* line 2487, app/assets/stylesheets/eshop.css.scss */
li.magazin {
  transform: rotate(-5deg);
}

/* line 2490, app/assets/stylesheets/eshop.css.scss */
li.magazin a {
  font-family: "Pacifico";
  color: black !important;
  text-transform: capitalize;
  font-size: 110%;
}

/* line 2498, app/assets/stylesheets/eshop.css.scss */
.img .discount-overlay {
  position: absolute;
  top: 5px;
  left: 5px;
  color: white;
  font-weight: bold;
}

/* line 12, app/assets/stylesheets/bellinda.css.scss */
html {
  width: 100%;
  /*min-width: 1018px;*/
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 21, app/assets/stylesheets/bellinda.css.scss */
body {
  padding: 0;
  font-family: Open sans, Arial, Helvetica, sans-serif;
  width: 100%;
  /*min-width: 1018px;*/
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 33, app/assets/stylesheets/bellinda.css.scss */
h1,
.menu-font {
  font-family: Open sans;
  font-weight: 400;
}

/* line 37, app/assets/stylesheets/bellinda.css.scss */
h1 li,
.menu-font li {
  text-transform: uppercase;
}

/* line 41, app/assets/stylesheets/bellinda.css.scss */
h1 {
  color: #DA1E48;
}

/* line 44, app/assets/stylesheets/bellinda.css.scss */
.menu-bold-font {
  font-family: Open sans;
  font-weight: 600;
}

/* line 48, app/assets/stylesheets/bellinda.css.scss */
a {
  text-decoration: none !important;
}

/* line 50, app/assets/stylesheets/bellinda.css.scss */
a:hover {
  cursor: pointer !important;
  cursor: hand !important;
}

/* line 56, app/assets/stylesheets/bellinda.css.scss */
.stock-call {
  /*#da1e48;*/
  font-size: 11px;
  line-height: 11px;
  display: block;
  margin-top: 10px;
  /*width: 100px;*/
  /*float: right;*/
  padding-left: 0px;
  /*padding-left: 120px;
	text-align: right;*/
}

/* line 68, app/assets/stylesheets/bellinda.css.scss */
.stock-call a {
  text-decoration: underline !important;
  color: #000;
}

/* Landscape phones and down */
/* line 81, app/assets/stylesheets/bellinda.css.scss */
#header {
  width: 100%;
  /*min-width: 1018px;*/
  text-align: center;
}

/* line 139, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu {
  background-color: #DA1D47;
  width: 100%;
  height: 43px;
  text-align: right;
  overflow: hidden;
}

/* line 145, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu .container {
  text-align: right;
  height: 43px;
  margin: auto;
  border: 0;
  width: 978px;
  padding: 0px 20px;
}

/* line 90, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu {
  text-align: right;
  z-index: 10;
  display: block;
  line-height: 18px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0;
  margin: 12px 0px 0px 100px;
}

/* line 100, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li {
  display: list-item;
  float: right;
  line-height: 18px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding-left: 1px;
  padding-right: 1px;
}

/* line 109, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li a {
  cursor: auto;
  color: #FFFFFF;
  margin: 0px 12px 8px;
  text-decoration: none;
  height: 17px;
  line-height: 17px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

/* line 149, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li a {
  margin-left: 8px;
  margin-right: 8px;
}

/* line 155, app/assets/stylesheets/bellinda.css.scss */
.flags-top {
  float: left;
  height: 28px;
  padding-top: 15px;
}

/* line 159, app/assets/stylesheets/bellinda.css.scss */
.flags-top a {
  float: left;
  display: block;
  width: 16px;
  height: 11px;
  margin-right: 4px;
  background-image: url(/assets/flags2-bfd6b6b14e7cb391f362c7052a0ccae333b8181059812e824170a1edb8130860.png);
}

/* line 172, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.en {
  background-position: 0px 0px;
}

/* line 175, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.cz {
  background-position: 0px -11px;
}

/* line 178, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.sk {
  background-position: 0px -22px;
}

/* line 181, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.pl {
  background-position: 0px -33px;
}

/* line 184, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.hu {
  background-position: 0px -44px;
}

/* line 187, app/assets/stylesheets/bellinda.css.scss */
.flags-top a.ro {
  background-position: 0px -55px;
}

/* line 198, app/assets/stylesheets/bellinda.css.scss */
.search {
  float: right;
  display: block;
  width: 190px;
  margin: 9px 0px 0px 10px;
  padding: 0;
  border: 0;
}

/* line 205, app/assets/stylesheets/bellinda.css.scss */
.search .query {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 20px;
  width: 160px;
  height: 20px;
  padding: 0;
  background-color: #DA1D47;
  border: 0;
  border: 2px solid #FFFFFF;
  box-shadow: none;
}

/* line 219, app/assets/stylesheets/bellinda.css.scss */
.search .search-icon {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  width: 17px;
  height: 17px;
  float: right;
  border: 0;
  background: #DA1D47;
  background-image: url(/assets/search-icon-w-a3d321a9d08ff24099212248fb60fe6ec71eba1643bc8da00aa99de70597904f.png);
  line-height: 17px;
  margin: 3px 0px 0px 5px;
  padding: 0;
}

/* line 234, app/assets/stylesheets/bellinda.css.scss */
#header-menu {
  background: #FFFFFF;
  width: 100%;
  height: 112px;
  text-align: right;
  font-size: 16px;
  overflow: hidden;
}

/* line 241, app/assets/stylesheets/bellinda.css.scss */
#header-menu .container {
  text-align: right;
  height: 112px;
  margin: auto;
  border: 0;
  width: 978px;
  padding: 0px 20px;
}

/* line 90, app/assets/stylesheets/bellinda.css.scss */
#header-menu ul.menu {
  text-align: right;
  z-index: 10;
  display: block;
  line-height: 18px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0;
  margin: 47px 0px 0px 100px;
}

/* line 100, app/assets/stylesheets/bellinda.css.scss */
#header-menu ul.menu li {
  display: list-item;
  float: right;
  line-height: 18px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding-left: 1px;
  padding-right: 1px;
}

/* line 109, app/assets/stylesheets/bellinda.css.scss */
#header-menu ul.menu li a {
  cursor: auto;
  color: #000000;
  margin: 0px 12px 8px;
  text-decoration: none;
  height: 17px;
  line-height: 17px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

/* line 246, app/assets/stylesheets/bellinda.css.scss */
#header-menu #logo {
  display: block;
  float: left;
  width: 166px;
  height: 60px;
  background: url(/assets/logo-a42f944f6717d5d28a2e3005df45ee5d5a38924ba7a9e815ec58095bb5a458f7.png);
  margin-top: 26px;
  margin-left: 0px;
  position: relative;
}

/* line 256, app/assets/stylesheets/bellinda.css.scss */
#header-menu #hp-link {
  display: block;
  width: 18px;
  height: 16px;
  background: url(/assets/hp-link-93058d4675c2ad35d6c577106a18a6670fb9f7e8fdddccc1463dcaac51fa31bd.png);
  margin-top: 1px;
}

/* line 263, app/assets/stylesheets/bellinda.css.scss */
#header-menu ul.hover-menu {
  height: 112px;
  margin-top: 0px;
}

/* line 267, app/assets/stylesheets/bellinda.css.scss */
#header-menu .hover-menu li {
  height: 65px;
  margin-top: 20px;
  padding: 27px 7px 0px;
}

/* line 271, app/assets/stylesheets/bellinda.css.scss */
#header-menu .hover-menu li a {
  margin-bottom: 0px;
}

/* line 295, app/assets/stylesheets/bellinda.css.scss */
#subheader {
  text-align: center;
  width: 100%;
  background-color: #ECECEC;
}

/* line 300, app/assets/stylesheets/bellinda.css.scss */
#subheader .container {
  width: 978px;
  margin: auto;
  padding: 9.5px 0px;
  border: 0;
}

/* line 313, app/assets/stylesheets/bellinda.css.scss */
#footer {
  width: 100%;
  /*min-width: 978px;*/
  overflow: hidden;
}

/* line 318, app/assets/stylesheets/bellinda.css.scss */
#footer a {
  color: #000000;
  text-decoration: none;
}

/* line 322, app/assets/stylesheets/bellinda.css.scss */
#footer .footer-menu {
  width: 978px;
  min-width: 978px;
  margin: 20px auto 0px;
  padding: 30px 0px;
  border-top: 2px dashed #ECECEC;
  border-bottom: 2px dashed #ECECEC;
  position: relative;
}

/* line 330, app/assets/stylesheets/bellinda.css.scss */
#footer .footer-menu .column {
  width: 163px;
  min-width: 163px;
  margin: 0;
  float: left;
}

/* line 335, app/assets/stylesheets/bellinda.css.scss */
#footer .footer-menu .column a {
  display: block;
}

/* line 360, app/assets/stylesheets/bellinda.css.scss */
#footer div.footer-rights {
  width: 978px;
  margin: 0 auto 0;
  padding: 30px 0px 30px;
  text-align: left;
}

/* line 368, app/assets/stylesheets/bellinda.css.scss */
.pl #footer .footer-menu .column {
  width: 150px;
  min-width: 150px;
}

/* line 372, app/assets/stylesheets/bellinda.css.scss */
.pl #footer .footer-menu .first {
  width: 220px;
  min-width: 220px;
}

/* line 379, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table td.top {
  vertical-align: top !important;
}

/* line 382, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table table {
  margin-bottom: 8px;
}

/* line 385, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table table td {
  padding: 0.4em 0.6em;
  border: 1px solid #ccc;
}

/* line 389, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table h2 {
  margin: 0;
}

/* line 392, app/assets/stylesheets/bellinda.css.scss */
.bellinda-table h3 {
  margin: 30px 0px 6px;
}

/* line 398, app/assets/stylesheets/bellinda.css.scss */
.mb-graphics {
  height: 500px;
  width: 570px;
  margin-top: -50px;
  float: left;
}

/* line 405, app/assets/stylesheets/bellinda.css.scss */
.mb-form {
  height: 622px;
  width: 408px;
  max-width: 408px;
  margin: 0;
  float: left;
}

/* line 415, app/assets/stylesheets/bellinda.css.scss */
.mb-form input.span3,
.mb-form textarea.span3 {
  width: 237px;
}

/* line 419, app/assets/stylesheets/bellinda.css.scss */
.mb-form select.span3 {
  width: 247px;
}

/* line 423, app/assets/stylesheets/bellinda.css.scss */
.mb-form a.terms-link {
  color: #DA1E48;
}

/* line 426, app/assets/stylesheets/bellinda.css.scss */
.mb-form a.terms-link:hover {
  color: #000000;
}

/* line 431, app/assets/stylesheets/bellinda.css.scss */
#terms .close {
  color: #000000;
}

/* line 436, app/assets/stylesheets/bellinda.css.scss */
.control-group.error label,
.control-group.error input,
.control-group.error textarea {
  color: #000000;
}

/* line 446, app/assets/stylesheets/bellinda.css.scss */
#terms-content ul {
  font-weight: normal;
}

/* line 449, app/assets/stylesheets/bellinda.css.scss */
#terms-content ul li {
  font-weight: normal;
}

/* line 452, app/assets/stylesheets/bellinda.css.scss */
#terms-content p {
  font-weight: normal;
}

/* line 455, app/assets/stylesheets/bellinda.css.scss */
#terms-content .fbold {
  font-weight: bold;
}

/* line 458, app/assets/stylesheets/bellinda.css.scss */
#terms-content a {
  color: #0000FF;
}

/* line 466, app/assets/stylesheets/bellinda.css.scss */
#question {
  position: relative;
  /*height: 650px;*/
}

/* line 471, app/assets/stylesheets/bellinda.css.scss */
#question h4 {
  margin-bottom: 10px;
}

/* line 475, app/assets/stylesheets/bellinda.css.scss */
#question form {
  width: 800px;
  margin: auto;
}

/* line 480, app/assets/stylesheets/bellinda.css.scss */
#question .a-error {
  width: 800px;
  margin: auto;
  color: #DA1E48;
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}

/* line 489, app/assets/stylesheets/bellinda.css.scss */
#question .form-actions {
  background-color: #FFFFFF;
  border: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 497, app/assets/stylesheets/bellinda.css.scss */
#question .send {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #DA1D47;
  padding: 0;
  width: 106px;
  height: 40px;
  border: 0;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

/*#question .control-label {
	text-align: left;
	padding-left: 20px;
}

#question .control-group {
	margin-bottom: 2px;
}*/
/* line 520, app/assets/stylesheets/bellinda.css.scss */
#question input,
#question button,
#question select,
#question textarea {
  font-family: Open sans;
}

/* line 527, app/assets/stylesheets/bellinda.css.scss */
#question .controls p {
  font-size: 13px;
  line-height: 15px;
  height: 15px;
}

/* line 533, app/assets/stylesheets/bellinda.css.scss */
#question .controls p input {
  margin: 0px 5px 3px 0px;
  /*margin-left: 10px*/
}

/* line 538, app/assets/stylesheets/bellinda.css.scss */
#page h1.login-title {
  text-align: left;
  margin: 20px 0px 20px;
}

/* line 543, app/assets/stylesheets/bellinda.css.scss */
.my-position-btn {
  border: 0;
  background-color: #DA1E48;
  color: white;
  padding: 5px 10px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

/* line 552, app/assets/stylesheets/bellinda.css.scss */
.hu .menu-content .use-title {
  font-size: 90%;
}

/* line 555, app/assets/stylesheets/bellinda.css.scss */
.ro .menu-content .use-title {
  font-size: 80%;
}

/* line 560, app/assets/stylesheets/bellinda.css.scss */
#catalog .content .right-column .product-row .product-description .params .size .size-select {
  float: left;
  margin-right: 10px;
}

/* line 564, app/assets/stylesheets/bellinda.css.scss */
#catalog .content .right-column .product-row .product-description .params .size .size-calculate {
  color: #000;
  /*color: #da1e48;*/
  font-size: 13px !important;
  text-decoration: underline !important;
  font-size: 14px;
  display: block;
  height: 26px;
  line-height: 26px;
  text-align: left;
  float: left;
}

/* line 576, app/assets/stylesheets/bellinda.css.scss */
.hu #catalog .content .right-column .product-row .product-description .params .size .size-calculate {
  font-size: 12px !important;
}

@media (max-width: 979px) {
  /* line 580, app/assets/stylesheets/bellinda.css.scss */
  #catalog .content .right-column .product-row .product-description .params .size .size-select {
    float: none;
    margin-right: 0;
  }
  /* line 584, app/assets/stylesheets/bellinda.css.scss */
  #catalog .content .right-column .product-row .product-description .params .size .size-calculate {
    float: none;
    text-align: center;
  }
}

/* line 590, app/assets/stylesheets/bellinda.css.scss */
.hname {
  font-size: 12px;
  line-height: 12px;
  color: #7E7E7E;
  margin-bottom: 5px;
  font-weight: normal;
}

/* line 593, app/assets/stylesheets/bellinda.css.scss */
.c_code {
  font-size: 12px;
  line-height: 12px;
  color: #7E7E7E;
}

/* line 598, app/assets/stylesheets/bellinda.css.scss */
.icon .icon-color {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  margin: 5px 0px 0px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
}

/* line 609, app/assets/stylesheets/bellinda.css.scss */
.icon {
  display: block;
  width: 20px;
  height: auto;
  float: left;
  margin: 0px 5px 0px 0px;
  border: 0;
  cursor: pointer;
  cursor: hand;
  text-align: center;
}

/* line 621, app/assets/stylesheets/bellinda.css.scss */
#catalog .content .right-column .product-row .product .img {
  height: 210px;
}

/* line 625, app/assets/stylesheets/bellinda.css.scss */
h1#banner {
  position: relative;
  width: 726px;
  height: 300px;
  margin-top: -15px;
  margin-bottom: 30px;
}

/* line 632, app/assets/stylesheets/bellinda.css.scss */
h1#banner img {
  margin: 0;
}

/* line 635, app/assets/stylesheets/bellinda.css.scss */
#catalog h1.banner-h1 {
  margin: 0;
}

/* line 638, app/assets/stylesheets/bellinda.css.scss */
#banner.banner-h1-img {
  position: relative;
  margin-top: -35px;
}

/* line 642, app/assets/stylesheets/bellinda.css.scss */
#banner-text {
  position: absolute;
  display: block;
  top: 20px;
  left: 370px;
  width: 430px;
  font-size: 36px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 42px;
}

@media (max-width: 979px) {
  /* line 656, app/assets/stylesheets/bellinda.css.scss */
  .nav-up {
    float: left;
    height: auto;
  }
  /* line 660, app/assets/stylesheets/bellinda.css.scss */
  .nav-up .bread-crumb,
  .nav-down .bread-crumb {
    width: 100%;
  }
}

/* line 666, app/assets/stylesheets/bellinda.css.scss */
a {
  color: #DA1E48;
  text-decoration: none;
}

/* line 670, app/assets/stylesheets/bellinda.css.scss */
a:hover {
  color: #333;
}

/* line 674, app/assets/stylesheets/bellinda.css.scss */
.date {
  color: #999;
}

/* line 678, app/assets/stylesheets/bellinda.css.scss */
.articles-tag {
  background-color: #da1d47;
  color: white;
  width: auto;
  height: 20px;
  margin-right: 10px;
  display: block;
  float: left;
  padding: 4px 10px;
}

/* line 689, app/assets/stylesheets/bellinda.css.scss */
.articles-tag:hover {
  color: #fff;
}

/* line 693, app/assets/stylesheets/bellinda.css.scss */
.tag-info {
  width: auto;
  height: 20px;
  margin: 0px;
  display: block;
  float: left;
  padding: 4px 10px;
}

/* line 702, app/assets/stylesheets/bellinda.css.scss */
.tags-list {
  width: 100%;
  height: auto;
  margin: 40px 0px 30px;
  float: left;
}

/* line 710, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li#poradna-dd.poradna {
  padding-right: 8px;
}

/* line 713, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li.first a {
  margin-right: 16px;
}

/* line 716, app/assets/stylesheets/bellinda.css.scss */
#header-top-menu ul.menu li.bonus_program_menu {
  background-color: #3eaa49;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 13px;
}

/* line 3, app/assets/stylesheets/homepage.css.scss */
.homepage {
  width: 100%;
  height: 420px;
  background: #ECECEC;
}

/* line 7, app/assets/stylesheets/homepage.css.scss */
.homepage .hp-background {
  position: relative;
  margin: auto;
  width: 978px;
  height: 420px;
  overflow: hidden;
  font-family: 'Source Sans Pro', sans-serif;
}

/* line 15, app/assets/stylesheets/homepage.css.scss */
.homepage .hp-background .hp-banner-1,
.homepage .hp-background .hp-banner-2,
.homepage .hp-background .hp-banner-3 {
  display: block;
  width: 230px;
  height: 210px;
  position: absolute;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 200;
  line-height: 23px;
}

/* line 28, app/assets/stylesheets/homepage.css.scss */
.homepage .hp-background .hp-banner-1 .row-1,
.homepage .hp-background .hp-banner-1 .row-2 {
  display: block;
  text-align: center;
  width: 230px;
  height: 30px;
  margin: 0;
}

/* line 36, app/assets/stylesheets/homepage.css.scss */
.homepage .hp-background .hp-banner-1 .row-1 {
  margin-top: 170px;
}

/* line 41, app/assets/stylesheets/homepage.css.scss */
.homepage .hp-background .hp-banner-2 {
  color: #DA1E48;
}

/* line 43, app/assets/stylesheets/homepage.css.scss */
.homepage .hp-background .hp-banner-2 .row-1,
.homepage .hp-background .hp-banner-2 .row-2 {
  display: block;
  text-align: center;
  width: 230px;
  height: 30px;
  margin: 0;
}

/* line 53, app/assets/stylesheets/homepage.css.scss */
.homepage .hp-background .hp-banner-3 {
  color: #DA1E48;
}

/* line 55, app/assets/stylesheets/homepage.css.scss */
.homepage .hp-background .hp-banner-3 .row-1,
.homepage .hp-background .hp-banner-3 .row-2 {
  display: block;
  text-align: center;
  width: 230px;
  height: 30px;
  margin: 0;
}

/* line 72, app/assets/stylesheets/homepage.css.scss */
.homepage .hp-background ul li p.hp-text-1 {
  display: block;
  font-weight: 200;
  color: #DA1E48;
  font-size: 65px;
  line-height: 56px;
  width: 200px;
  height: 200px;
  margin: 0px 0px 0px 0px;
  padding: 150px 0px 0px 20px;
  border: 0;
}

/* line 84, app/assets/stylesheets/homepage.css.scss */
.homepage a.hp-banner {
  display: block;
  width: 748px;
  height: 420px;
}

/* HP left banner */
/* line 90, app/assets/stylesheets/homepage.css.scss */
.homepage .hp-background .hp-banner-1 {
  background: url(https://bellinda.s3.amazonaws.com/hp_banners/bellinda-minibanner-1.png) no-repeat top left;
}

/* line 93, app/assets/stylesheets/homepage.css.scss */
.homepage .hp-background .hp-banner-2 {
  background: url(https://bellinda.s3.amazonaws.com/hp_banners/bellinda-minibanner-2.png) no-repeat top left;
}

/* line 96, app/assets/stylesheets/homepage.css.scss */
.homepage .hp-background .hp-banner-3 {
  background: url(https://bellinda.s3.amazonaws.com/hp_banners/bellinda-minibanner-3.png) no-repeat top left;
}

/* line 99, app/assets/stylesheets/homepage.css.scss */
.banner-link {
  position: absolute;
  display: block;
  top: 20px;
  left: 300px;
  background-color: #eee;
  width: 100px;
  height: 100px;
  z-index: 999;
}

/* line 110, app/assets/stylesheets/homepage.css.scss */
.hp-background {
  position: relative;
}

/* line 113, app/assets/stylesheets/homepage.css.scss */
#main-banner {
  width: 748px;
  height: 420px;
  margin: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 121, app/assets/stylesheets/homepage.css.scss */
.flexslider {
  border: 0 !important;
  width: 748px;
  height: 420px;
  margin: 0 !important;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 130, app/assets/stylesheets/homepage.css.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: right;
}

/* line 136, app/assets/stylesheets/homepage.css.scss */
.slide {
  margin: 0 !important;
  padding: 0 !important;
}

/* line 140, app/assets/stylesheets/homepage.css.scss */
.flex-control-paging li a {
  font-size: 1px;
}

/* HP left banner */
/* line 144, app/assets/stylesheets/homepage.css.scss */
.homepage .hp-background .hp-banner-1 {
  background: url(https://bellinda.s3.amazonaws.com/hp_banners/brandsstar.png) no-repeat 135px 20px;
}

/* line 147, app/assets/stylesheets/homepage.css.scss */
.homepage .hp-background .hp-banner-2 {
  background: url(https://bellinda.s3.amazonaws.com/hp_banners/guide.png) no-repeat 135px 20px;
}

/* line 150, app/assets/stylesheets/homepage.css.scss */
.homepage .hp-background .hp-banner-3 {
  background: url(https://bellinda.s3.amazonaws.com/hp_banners/advisory.png) no-repeat 135px 20px;
}

/* line 154, app/assets/stylesheets/homepage.css.scss */
.menu-slide-popup-icons-wrapper a {
  display: block;
  width: 149px;
  height: 141px;
  color: #da1e48;
  text-decoration: none;
  font-weight: 200;
  line-height: 23px;
  float: left;
}

/* line 165, app/assets/stylesheets/homepage.css.scss */
.menu-slide-popup-icons-wrapper-guide a.link1 {
  background: url(https://bellinda.s3.amazonaws.com/hp_banners/icons/bras-ico.png) no-repeat center top;
}

/* line 168, app/assets/stylesheets/homepage.css.scss */
.menu-slide-popup-icons-wrapper-guide a.link2 {
  background: url(https://bellinda.s3.amazonaws.com/hp_banners/icons/panties-ico.png) no-repeat center top;
}

/* line 171, app/assets/stylesheets/homepage.css.scss */
.menu-slide-popup-icons-wrapper-guide a.link3 {
  background: url(https://bellinda.s3.amazonaws.com/hp_banners/icons/hoisery-ico.png) no-repeat center top;
}

/* line 174, app/assets/stylesheets/homepage.css.scss */
.menu-slide-popup-icons-wrapper-guide a.link4 {
  background: url(https://bellinda.s3.amazonaws.com/hp_banners/icons/socks-ico.png) no-repeat center top;
}

/* line 177, app/assets/stylesheets/homepage.css.scss */
.menu-slide-popup-icons-wrapper-guide a.link5 {
  background: url(https://bellinda.s3.amazonaws.com/hp_banners/icons/mens-ico.png) no-repeat center top;
}

/* line 183, app/assets/stylesheets/homepage.css.scss */
.menu-slide-popup-icons-wrapper-brands a.link1 {
  background: url(https://bellinda.s3.amazonaws.com/hp_banners/wonderbra-hp.png) no-repeat center;
}

/* line 186, app/assets/stylesheets/homepage.css.scss */
.menu-slide-popup-icons-wrapper-brands a.link2 {
  background: url(https://bellinda.s3.amazonaws.com/hp_banners/playtex-hp.png) no-repeat center;
}

/* line 189, app/assets/stylesheets/homepage.css.scss */
.menu-slide-popup-icons-wrapper-brands a.link3 {
  background: url(https://bellinda.s3.amazonaws.com/hp_banners/dim-hp.png) no-repeat center;
}

/* line 192, app/assets/stylesheets/homepage.css.scss */
.menu-slide-popup-icons-wrapper-brands a.link4 {
  background: url(https://bellinda.s3.amazonaws.com/hp_banners/champion-hp.png) no-repeat center;
}

/* line 195, app/assets/stylesheets/homepage.css.scss */
.menu-slide-popup-icons-wrapper-brands a {
  width: 184px;
}

/* line 200, app/assets/stylesheets/homepage.css.scss */
.menu-slide-popup-icons-wrapper-advisory a.link1 {
  background: url(https://bellinda.s3.amazonaws.com/hp_banners/icons/advice-women.png) no-repeat center top;
}

/* line 203, app/assets/stylesheets/homepage.css.scss */
.menu-slide-popup-icons-wrapper-advisory a.link2 {
  background: url(https://bellinda.s3.amazonaws.com/hp_banners/icons/advice-men.png) no-repeat center top;
}

/* line 207, app/assets/stylesheets/homepage.css.scss */
.menu-slide-popup-icons-wrapper-advisory a {
  width: 360px;
}

/* line 212, app/assets/stylesheets/homepage.css.scss */
.homepage .hp-background .menu-slide-popup-icons-wrapper a .text {
  display: block;
  width: 149px;
  margin-top: 100px;
  text-align: center;
  font-size: 22px;
  color: #da1e48;
  font-family: "Open sans";
  font-weight: 400;
}

/* line 223, app/assets/stylesheets/homepage.css.scss */
.homepage .hp-background .menu-slide-popup-icons-wrapper-advisory a .text {
  width: 360px;
  text-transform: uppercase;
}

/* line 228, app/assets/stylesheets/homepage.css.scss */
.menu-slide-popup-icons-wrapper {
  position: absolute;
  top: 140px;
  left: 230px;
  /*width: 210px;*/
  height: 141px;
  background-color: #fff;
  opacity: 0.8;
  width: 0px;
  display: none;
}

/* line 239, app/assets/stylesheets/homepage.css.scss */
.menu-slide-popup-icons-wrapper-brands {
  position: absolute;
  top: 0px;
  left: 230px;
}

/* line 244, app/assets/stylesheets/homepage.css.scss */
.menu-slide-popup-icons-wrapper-advisory {
  position: absolute;
  top: 280px;
  left: 230px;
}

/* line 250, app/assets/stylesheets/homepage.css.scss */
.menu-slide-popup-icons {
  position: relative;
  left: 20px;
  background-color: #eee;
}

/* line 256, app/assets/stylesheets/homepage.css.scss */
.homepage .hp-background .text {
  display: block;
  width: 210px;
  margin-top: 90px;
  text-align: right;
  font-size: 26px;
  color: #fff;
  font-family: Open sans;
  font-weight: 400;
}

/* line 267, app/assets/stylesheets/homepage.css.scss */
.homepage .hp-background .hp-banner-1 {
  background-color: #DA1E48;
  left: 0px;
  top: 0px;
  height: 140px;
  border-right: 1px solid #fff;
}

/* line 274, app/assets/stylesheets/homepage.css.scss */
.homepage .hp-background .hp-banner-2 {
  background-color: #DA1E48;
  left: 0px;
  top: 140px;
  height: 140px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* line 283, app/assets/stylesheets/homepage.css.scss */
.delivery-info {
  display: block;
  width: 210px;
  margin-top: 33px;
  margin-left: 22px;
  font-size: 30px;
  color: #fff;
  font-family: Open sans;
  font-weight: 400;
}

/* line 293, app/assets/stylesheets/homepage.css.scss */
.delivery-info-text {
  display: block;
  width: 210px;
  margin-top: 10px;
  margin-left: 22px;
  font-size: 21px;
  color: #fff;
  font-family: Open sans;
  font-weight: 400;
}

/* line 303, app/assets/stylesheets/homepage.css.scss */
.delivery-info-text-2 {
  display: block;
  width: 210px;
  margin-top: 10px;
  margin-left: 22px;
  line-height: 18px;
  font-size: 14px;
  color: #DACFD1;
  font-family: Open sans;
  font-weight: 400;
}

/* line 315, app/assets/stylesheets/homepage.css.scss */
.customer-count {
  display: block;
  width: 210px;
  margin-top: 18px;
  margin-left: 22px;
  font-size: 30px;
  color: #fff;
  font-family: Open sans;
  font-weight: 400;
}

/* line 325, app/assets/stylesheets/homepage.css.scss */
.customer-count-text {
  display: block;
  width: 210px;
  margin-top: 10px;
  margin-left: 22px;
  font-size: 23px;
  color: #fff;
  font-family: Open sans;
  font-weight: 400;
}

/* line 335, app/assets/stylesheets/homepage.css.scss */
.customer-count-text-2 {
  display: block;
  width: 210px;
  margin-top: 10px;
  margin-left: 22px;
  line-height: 18px;
  font-size: 14px;
  color: #DACFD1;
  font-family: Open sans;
  font-weight: 400;
}

/* line 347, app/assets/stylesheets/homepage.css.scss */
.products-count {
  display: block;
  width: 208px;
  margin-top: 32px;
  margin-left: 22px;
  /*line-height: 18px;*/
  font-size: 30px;
  color: #fff;
  font-family: Open sans;
  font-weight: 400;
}

/* line 358, app/assets/stylesheets/homepage.css.scss */
.products-count-text {
  display: block;
  width: 208px;
  margin-top: 7px;
  margin-left: 22px;
  /*line-height: 18px;*/
  font-size: 18px;
  color: #fff;
  text-decoration: none !important;
  font-family: "Open sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

/* line 370, app/assets/stylesheets/homepage.css.scss */
.expedition-days {
  display: block;
  width: 208px;
  margin-top: 6px;
  margin-left: 22px;
  line-height: 18px;
  font-size: 14px;
  color: #DACFD1;
  font-family: "Open sans";
  font-weight: 400;
}

/* line 382, app/assets/stylesheets/homepage.css.scss */
.homepage .hp-background .hp-banner-3 {
  background-color: #DA1E48;
  left: 0px;
  top: 280px;
  height: 140px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* line 393, app/assets/stylesheets/homepage.css.scss */
.custom-navigation {
  top: 50%;
  position: absolute;
  display: block;
  width: 978px;
}

/* line 400, app/assets/stylesheets/homepage.css.scss */
.custom-navigation a {
  display: block;
  width: 27px;
  height: 27px;
  margin: 0;
  text-align: center;
  outline: 0;
  position: absolute;
}

/* line 410, app/assets/stylesheets/homepage.css.scss */
.custom-navigation a span {
  display: none;
}

/* line 414, app/assets/stylesheets/homepage.css.scss */
.custom-navigation .flex-prev {
  left: 0;
  background: url(/assets/eshop/slider-arrow-back-16c0923bb4fb0fd46366221f4d0f4ca932b10318cff1047d7c4002920e41f4ba.png) no-repeat;
  background-position: left bottom;
}

/* line 420, app/assets/stylesheets/homepage.css.scss */
.custom-navigation .flex-next {
  right: 0;
  background: url(/assets/eshop/slider-arrow-forward-e9d7166b56911cadf6413fdec41d33aa9ac848e57c9ddbc2e566256cadfe1fb9.png) no-repeat;
  background-position: right bottom;
}

@media (max-width: 979px) {
  /* line 430, app/assets/stylesheets/homepage.css.scss */
  .homepage .hp-background, #hp-section-1 .hp-background, #hp-section-2 .hp-background, #hp-section-3 .hp-background {
    width: auto !important;
  }
  /* line 433, app/assets/stylesheets/homepage.css.scss */
  #hp-section-2 .product-row, #hp-section-3 .product-row {
    width: auto !important;
  }
  /* line 436, app/assets/stylesheets/homepage.css.scss */
  .custom-navigation {
    width: 100% !important;
  }
  /* line 439, app/assets/stylesheets/homepage.css.scss */
  #products-banner, #products-banner-action {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }
  /* line 443, app/assets/stylesheets/homepage.css.scss */
  .homepage .hp-background .hp-banner-1, .homepage .hp-background .hp-banner-2, .homepage .hp-background .hp-banner-3 {
    display: none;
  }
  /* line 446, app/assets/stylesheets/homepage.css.scss */
  .hp-background {
    position: relative;
  }
  /* line 449, app/assets/stylesheets/homepage.css.scss */
  #main-banner {
    width: 100%;
    height: auto;
    margin: 0 !important;
    position: relative;
  }
  /* line 455, app/assets/stylesheets/homepage.css.scss */
  .flexslider {
    width: 100%;
    height: auto;
    margin: 0 !important;
    position: relative;
  }
  /* line 461, app/assets/stylesheets/homepage.css.scss */
  .eshop {
    height: auto !important;
  }
  /* line 464, app/assets/stylesheets/homepage.css.scss */
  .eshop .hp-background {
    height: auto !important;
  }
}
