/*
  This is a modified version of bootstrap.less
  It replaces the variables, icons and spriting engine and adds Chainbox specific stuff
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  height: auto;
}
#map_canvas img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  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;
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  background-color: white;
}
a {
  color: #049cdb;
  text-decoration: none;
}
a:hover {
  color: #036690;
  text-decoration: underline;
}
.row {
  margin-left: -10px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  margin-left: 10px;
}
/*// Set the container width, and override it for fixed navbars in media queries
    .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container { .span(@gridColumns); }

    // generate .spanX and .offsetX
    .spanX (@gridColumns);
    .offsetX (@gridColumns);*/

.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.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.06741861%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 99.99999999%;
  *width: 99.939759026%;
}
.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.429120729%;
}
.row-fluid .span10 {
  width: 82.978723396%;
  *width: 82.918482432%;
}
.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.407844135%;
}
.row-fluid .span8 {
  width: 65.957446802%;
  *width: 65.897205838%;
}
.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.386567541%;
}
.row-fluid .span6 {
  width: 48.936170208%;
  *width: 48.875929244%;
}
.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.365290947%;
}
.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.85465265%;
}
.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.344014353%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.833376056%;
}
.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.322737759%;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}
form {
  margin: 0 0 18px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 13.5px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
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: #555555;
}
input,
textarea {
  width: 210px;
}
textarea {
  height: auto;
}
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: white;
  border: 1px solid #cccccc;
  -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;
}
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,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */
  line-height: normal;
  cursor: pointer;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
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;
}
select {
  width: 220px;
  border: 1px solid #bbbbbb;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
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;
}
.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;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 820px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 750px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 680px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 610px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 540px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 470px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 400px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 330px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 260px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 190px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 120px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 50px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #dddddd;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.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;
}
.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;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.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;
}
.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;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.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;
}
.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;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
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;
}
.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: whitesmoke;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
}
.form-actions:after {
  clear: both;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
  cursor: not-allowed;
  background-color: white;
  border-color: #eeeeee;
  -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);
}
:-moz-placeholder {
  color: #999999;
}
:-ms-input-placeholder {
  color: #999999;
}
::-webkit-input-placeholder {
  color: #999999;
}
.help-block,
.help-inline {
  color: #555555;
}
.help-block {
  display: block;
  margin-bottom: 9px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-prepend,
.input-append {
  margin-bottom: 5px;
}
.input-prepend input,
.input-append input,
.input-prepend select,
.input-append select,
.input-prepend .uneditable-input,
.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;
}
.input-prepend input:focus,
.input-append input:focus,
.input-prepend select:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
  z-index: 2;
}
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #cccccc;
}
.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 white;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
}
.input-prepend .add-on,
.input-append .add-on,
.input-prepend .btn,
.input-append .btn {
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend .active,
.input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.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;
}
.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;
}
.input-append .uneditable-input {
  border-right-color: #cccccc;
  border-left-color: #eeeeee;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.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;
}
.control-group {
  margin-bottom: 9px;
}
legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}
#edit-product fieldset h3 {
  padding: 15px 10px 0 91px;
  clear: both;
}
#edit-product fieldset .form-actions h3 {
  padding: 0;
  clear: none;
}
#edit-product .form-horizontal .control-group {
  margin: 0 0 20px 0 !important;
}
#edit-product .wysihtml5-sandbox {
  min-height: 150px;
}
.form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  padding: 5px 10px 0 91px;
  text-align: left;
}
.form-horizontal .login-block .control-label {
  float: none;
  width: auto;
  padding: top:0;
  text-align: left;
}
.form-horizontal .login-block .forgot-password {
  float: right;
  margin: -69px 2px 0 0;
}
.form-horizontal .login-block .controls {
  margin-left: 0;
}
.form-horizontal .login-block .controls .input-xlarge {
  width: 100%;
  height: 28px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.form-horizontal .login-info {
  float: right;
  margin-right: 20px;
  min-height: 204px;
}
.form-horizontal .login-info .btn {
  margin: 11px 0 2px;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 160px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 160px;
}
.form-horizontal .help-block {
  margin-top: 9px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
@media only screen and (max-width: 992px) {
  #edit-product .form-horizontal .control-label,
  #edit-product fieldset h3 {
    padding: 5px 10px 0 0;
  }
}
/*!
 *  Font Awesome 3.0.2
 *  the iconic font designed for use with Twitter Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fortawesome.github.com/Font-Awesome/
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome-webfont.eot?v=3.0.1');
  src: url('/fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'), url('/fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'), url('/fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  
  
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */

[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  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;
}
/* more sprites.less reset */

.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;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes sure icons active on rollover in links */

a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}
/* makes the font 33% larger relative to the icon container */

.icon-large:before {
  vertical-align: -10%;
  font-size: 1.333333333em;
}
.btn [class^="icon-"],
.nav [class^="icon-"],
.btn [class*=" icon-"],
.nav [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */

}
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.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;
}
li [class^="icon-"],
.nav li [class^="icon-"],
li [class*=" icon-"],
.nav li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li [class^="icon-"].icon-large,
.nav li [class^="icon-"].icon-large,
li [class*=" icon-"].icon-large,
.nav li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}
ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .75em;
}
.icon-muted {
  color: #eeeeee;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
.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;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.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;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.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;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
.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;
}
@-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 {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-moz-document url-prefix() {
  .icon-spin {
    height: .9em;
  }
  
  .btn .icon-spin {
    height: auto;
  }
  
  .icon-spin.icon-large {
    height: 1.25em;
  }
  
  .btn .icon-spin.icon-large {
    height: .75em;
  }
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */

.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before {
  content: "\f01e";
}
/* \f020 doesn't work in Safari. all shifted one down */

.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope-alt:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
/*!
 *  Font Awesome 3.0.2
 *  the iconic font designed for use with Twitter Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fortawesome.github.com/Font-Awesome/
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */

.icon-large {
  font-size: 1.333333333em;
  margin-top: -4px;
  padding-top: 3px;
  margin-bottom: -4px;
  padding-bottom: 3px;
  vertical-align: middle;
}
.nav [class^="icon-"],
.nav [class*=" icon-"] {
  vertical-align: inherit;
  margin-top: -4px;
  padding-top: 3px;
  margin-bottom: -4px;
  padding-bottom: 3px;
}
.nav [class^="icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  vertical-align: -25%;
}
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large {
  line-height: .75em;
  margin-top: -7px;
  padding-top: 5px;
  margin-bottom: -5px;
  padding-bottom: 4px;
}
.btn [class^="icon-"].pull-left,
.btn [class*=" icon-"].pull-left,
.btn [class^="icon-"].pull-right,
.btn [class*=" icon-"].pull-right {
  vertical-align: inherit;
}
.btn [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large {
  margin-top: -0.5em;
}
a [class^="icon-"],
a [class*=" icon-"] {
  cursor: pointer;
}
ul.icons {
  text-indent: -1.5em;
  margin-left: 3em;
}
.icon-glass {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf000;');
}
.icon-music {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf001;');
}
.icon-search {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf002;');
}
.icon-envelope {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf003;');
}
.icon-heart {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf004;');
}
.icon-star {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf005;');
}
.icon-star-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf006;');
}
.icon-user {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf007;');
}
.icon-film {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf008;');
}
.icon-th-large {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf009;');
}
.icon-th {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00a;');
}
.icon-th-list {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00b;');
}
.icon-ok {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00c;');
}
.icon-remove {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00d;');
}
.icon-zoom-in {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00e;');
}
.icon-zoom-out {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf010;');
}
.icon-off {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf011;');
}
.icon-signal {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf012;');
}
.icon-cog {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf013;');
}
.icon-trash {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf014;');
}
.icon-home {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf015;');
}
.icon-file {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf016;');
}
.icon-time {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf017;');
}
.icon-road {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf018;');
}
.icon-download-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf019;');
}
.icon-download {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01a;');
}
.icon-upload {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01b;');
}
.icon-inbox {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01c;');
}
.icon-play-circle {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01d;');
}
.icon-repeat {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01e;');
}
.icon-refresh {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf021;');
}
.icon-list-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf022;');
}
.icon-lock {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf023;');
}
.icon-flag {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf024;');
}
.icon-headphones {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf025;');
}
.icon-volume-off {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf026;');
}
.icon-volume-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf027;');
}
.icon-volume-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf028;');
}
.icon-qrcode {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf029;');
}
.icon-barcode {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02a;');
}
.icon-tag {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02b;');
}
.icon-tags {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02c;');
}
.icon-book {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02d;');
}
.icon-bookmark {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02e;');
}
.icon-print {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02f;');
}
.icon-camera {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf030;');
}
.icon-font {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf031;');
}
.icon-bold {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf032;');
}
.icon-italic {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf033;');
}
.icon-text-height {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf034;');
}
.icon-text-width {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf035;');
}
.icon-align-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf036;');
}
.icon-align-center {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf037;');
}
.icon-align-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf038;');
}
.icon-align-justify {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf039;');
}
.icon-list {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03a;');
}
.icon-indent-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03b;');
}
.icon-indent-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03c;');
}
.icon-facetime-video {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03d;');
}
.icon-picture {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03e;');
}
.icon-pencil {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf040;');
}
.icon-map-marker {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf041;');
}
.icon-adjust {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf042;');
}
.icon-tint {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf043;');
}
.icon-edit {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf044;');
}
.icon-share {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf045;');
}
.icon-check {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf046;');
}
.icon-move {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf047;');
}
.icon-step-backward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf048;');
}
.icon-fast-backward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf049;');
}
.icon-backward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04a;');
}
.icon-play {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04b;');
}
.icon-pause {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04c;');
}
.icon-stop {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04d;');
}
.icon-forward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04e;');
}
.icon-fast-forward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf050;');
}
.icon-step-forward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf051;');
}
.icon-eject {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf052;');
}
.icon-chevron-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf053;');
}
.icon-chevron-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf054;');
}
.icon-plus-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf055;');
}
.icon-minus-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf056;');
}
.icon-remove-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf057;');
}
.icon-ok-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf058;');
}
.icon-question-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf059;');
}
.icon-info-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05a;');
}
.icon-screenshot {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05b;');
}
.icon-remove-circle {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05c;');
}
.icon-ok-circle {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05d;');
}
.icon-ban-circle {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05e;');
}
.icon-arrow-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf060;');
}
.icon-arrow-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf061;');
}
.icon-arrow-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf062;');
}
.icon-arrow-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf063;');
}
.icon-share-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf064;');
}
.icon-resize-full {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf065;');
}
.icon-resize-small {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf066;');
}
.icon-plus {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf067;');
}
.icon-minus {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf068;');
}
.icon-asterisk {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf069;');
}
.icon-exclamation-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06a;');
}
.icon-gift {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06b;');
}
.icon-leaf {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06c;');
}
.icon-fire {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06d;');
}
.icon-eye-open {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06e;');
}
.icon-eye-close {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf070;');
}
.icon-warning-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf071;');
}
.icon-plane {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf072;');
}
.icon-calendar {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf073;');
}
.icon-random {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf074;');
}
.icon-comment {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf075;');
}
.icon-magnet {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf076;');
}
.icon-chevron-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf077;');
}
.icon-chevron-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf078;');
}
.icon-retweet {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf079;');
}
.icon-shopping-cart {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07a;');
}
.icon-folder-close {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07b;');
}
.icon-folder-open {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07c;');
}
.icon-resize-vertical {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07d;');
}
.icon-resize-horizontal {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07e;');
}
.icon-bar-chart {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf080;');
}
.icon-twitter-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf081;');
}
.icon-facebook-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf082;');
}
.icon-camera-retro {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf083;');
}
.icon-key {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf084;');
}
.icon-cogs {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf085;');
}
.icon-comments {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf086;');
}
.icon-thumbs-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf087;');
}
.icon-thumbs-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf088;');
}
.icon-star-half {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf089;');
}
.icon-heart-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08a;');
}
.icon-signout {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08b;');
}
.icon-linkedin-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08c;');
}
.icon-pushpin {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08d;');
}
.icon-external-link {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08e;');
}
.icon-signin {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf090;');
}
.icon-trophy {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf091;');
}
.icon-github-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf092;');
}
.icon-upload-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf093;');
}
.icon-lemon {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf094;');
}
.icon-phone {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf095;');
}
.icon-check-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf096;');
}
.icon-bookmark-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf097;');
}
.icon-phone-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf098;');
}
.icon-twitter {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf099;');
}
.icon-facebook {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09a;');
}
.icon-github {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09b;');
}
.icon-unlock {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09c;');
}
.icon-credit-card {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09d;');
}
.icon-rss {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09e;');
}
.icon-hdd {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a0;');
}
.icon-bullhorn {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a1;');
}
.icon-bell {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a2;');
}
.icon-certificate {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a3;');
}
.icon-hand-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a4;');
}
.icon-hand-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a5;');
}
.icon-hand-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a6;');
}
.icon-hand-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a7;');
}
.icon-circle-arrow-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a8;');
}
.icon-circle-arrow-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a9;');
}
.icon-circle-arrow-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0aa;');
}
.icon-circle-arrow-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ab;');
}
.icon-globe {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ac;');
}
.icon-wrench {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ad;');
}
.icon-tasks {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ae;');
}
.icon-filter {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b0;');
}
.icon-briefcase {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b1;');
}
.icon-fullscreen {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b2;');
}
.icon-group {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c0;');
}
.icon-link {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c1;');
}
.icon-cloud {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c2;');
}
.icon-beaker {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c3;');
}
.icon-cut {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c4;');
}
.icon-copy {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c5;');
}
.icon-paper-clip {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c6;');
}
.icon-save {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c7;');
}
.icon-sign-blank {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c8;');
}
.icon-reorder {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c9;');
}
.icon-list-ul {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ca;');
}
.icon-list-ol {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cb;');
}
.icon-strikethrough {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cc;');
}
.icon-underline {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cd;');
}
.icon-table {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ce;');
}
.icon-magic {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d0;');
}
.icon-truck {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d1;');
}
.icon-pinterest {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d2;');
}
.icon-pinterest-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d3;');
}
.icon-google-plus-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d4;');
}
.icon-google-plus {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d5;');
}
.icon-money {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d6;');
}
.icon-caret-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d7;');
}
.icon-caret-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d8;');
}
.icon-caret-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d9;');
}
.icon-caret-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0da;');
}
.icon-columns {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0db;');
}
.icon-sort {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0dc;');
}
.icon-sort-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0dd;');
}
.icon-sort-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0de;');
}
.icon-envelope-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e0;');
}
.icon-linkedin {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e1;');
}
.icon-undo {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e2;');
}
.icon-legal {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e3;');
}
.icon-dashboard {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e4;');
}
.icon-comment-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e5;');
}
.icon-comments-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e6;');
}
.icon-bolt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e7;');
}
.icon-sitemap {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e8;');
}
.icon-umbrella {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e9;');
}
.icon-paste {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ea;');
}
.icon-lightbulb {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0eb;');
}
.icon-exchange {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ec;');
}
.icon-cloud-download {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ed;');
}
.icon-cloud-upload {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ee;');
}
.icon-user-md {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f0;');
}
.icon-stethoscope {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f1;');
}
.icon-suitcase {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f2;');
}
.icon-bell-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f3;');
}
.icon-coffee {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f4;');
}
.icon-food {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f5;');
}
.icon-file-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f6;');
}
.icon-building {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f7;');
}
.icon-hospital {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f8;');
}
.icon-ambulance {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f9;');
}
.icon-medkit {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fa;');
}
.icon-fighter-jet {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fb;');
}
.icon-beer {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fc;');
}
.icon-h-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fd;');
}
.icon-plus-sign-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fe;');
}
.icon-double-angle-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf100;');
}
.icon-double-angle-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf101;');
}
.icon-double-angle-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf102;');
}
.icon-double-angle-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf103;');
}
.icon-angle-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf104;');
}
.icon-angle-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf105;');
}
.icon-angle-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf106;');
}
.icon-angle-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf107;');
}
.icon-desktop {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf108;');
}
.icon-laptop {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf109;');
}
.icon-tablet {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10a;');
}
.icon-mobile-phone {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10b;');
}
.icon-circle-blank {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10c;');
}
.icon-quote-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10d;');
}
.icon-quote-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10e;');
}
.icon-spinner {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf110;');
}
.icon-circle {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf111;');
}
.icon-reply {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf112;');
}
.icon-github-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf113;');
}
.icon-folder-close-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf114;');
}
.icon-folder-open-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf115;');
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid black;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown:hover .caret,
.open .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.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: white;
  border: 1px solid #cccccc;
  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;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid white;
}
.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: white;
  text-decoration: none;
  background-color: #049cdb;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid black;
  content: "\2191";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.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;
}
.fade.in {
  opacity: 1;
}
.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;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: black;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.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: #333333;
  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, white, #e6e6e6);
  background-image: -ms-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(top, white, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 silver;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *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,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */
  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;
}
.btn:focus {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.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,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.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;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
.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: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.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);
}
.btn {
  border-color: #cccccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  background-color: #46a550;
  background-image: -moz-linear-gradient(top, #46a546, #46a55e);
  background-image: -ms-linear-gradient(top, #46a546, #46a55e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#46a546), to(#46a55e));
  background-image: -webkit-linear-gradient(top, #46a546, #46a55e);
  background-image: -o-linear-gradient(top, #46a546, #46a55e);
  background-image: linear-gradient(top, #46a546, #46a55e);
  background-repeat: repeat-x;
  border-color: #46a55e #46a55e #2f6f3f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #46a55e;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #46a55e;
  *background-color: #3e9354;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #378149 \9;
}
.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;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.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;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.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;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.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;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
}
.btn-group:before,
.btn-group:after {
  display: table;
  content: "";
}
.btn-group:after {
  clear: both;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group > .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.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;
}
.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;
}
.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;
}
.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;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 4px;
  *padding-bottom: 4px;
}
.btn-group > .btn-mini.dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
}
.btn-group > .btn-small.dropdown-toggle {
  *padding-top: 4px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #46a55e;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
.btn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-mini .caret {
  margin-top: 5px;
}
.btn-small .caret {
  margin-top: 6px;
}
.btn-large .caret {
  margin-top: 6px;
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom: 5px solid black;
  border-top: 0;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: white;
  border-bottom-color: white;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.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;
}
.alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.modal-open .dropdown-menu {
  z-index: 2050;
}
.modal-open .dropdown.open {
  *z-index: 2050;
}
.modal-open .popover {
  z-index: 2060;
}
.modal-open .tooltip {
  z-index: 2070;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  overflow: auto;
  width: 770px;
  margin-left: -385px;
  background-color: white;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999999;
  /* 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;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eeeeee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-body {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 400px;
  padding: 0 15px 0 20px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: whitesmoke;
  border-top: 1px solid #dddddd;
  -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 white;
  -moz-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.custom-modal {
  margin: 0;
  left: 0;
  right: 0;
  width: auto;
  outline: none;
}
.custom-modal.modal {
  background: none;
  bottom: 0;
  text-align: center;
}
.custom-modal.modal::after {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
  width: 0;
}
.custom-modal.modal.fade.in {
  top: 0;
}
.custom-modal .modal-content {
  border-radius: 0;
  background: #f0f0f0;
  width: 600px;
}
.custom-modal .modal-dialog {
  padding: 0;
  left: auto;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-height: 95%;
  max-width: 95%;
  text-align: left;
}
.custom-modal._small .modal-dialog {
  width: 600px;
}
.custom-modal .modal-body {
  margin: -3px 0 0;
  padding: 3px 20px 20px;
}
.carousel {
  position: relative;
  margin-bottom: 18px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.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;
}
.carousel .item > img {
  display: block;
  line-height: 1;
}
.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}
.carousel .active {
  left: 0;
}
.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .next {
  left: 100%;
}
.carousel .prev {
  left: -100%;
}
.carousel .next.left,
.carousel .prev.right {
  left: 0;
}
.carousel .active.left {
  left: -100%;
}
.carousel .active.right {
  left: 100%;
}
.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: white;
  text-align: center;
  background: #222222;
  border: 3px solid white;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover {
  color: white;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 15px 5px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: white;
}
.columnsSupported body {
  font: 12px/18px 'alright_sanslight', Arial, Helvetica, sans-serif;
}
hr {
  border: none;
  border-top: 1px solid black;
  margin: 14px 0 28px 0;
}
* {
  margin: 0;
  padding: 0;
}
@supports (-ms-ime-align:auto) {
  ul li,
  ol li {
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
  }
}
.container {
  max-width: 940px;
  padding: 0;
  position: relative;
}
#cookie-notification .page-wrap {
  max-width: 1000px !important;
}
html,
body,
.container {
  height: 100%;
}
.edit-link:disabled,
.edit-link:hover {
  color: #9c9c9c !important;
}
#wrapper {
  min-height: 100%;
  position: relative;
}
.empty-clear {
  height: 257px;
}
.modal-open .header,
.modal-open .main-nav,
.modal-open #wrapper,
.modal-open #footer {
  z-index: inherit;
}
.modal-open .dropdown-login.login-popup {
  z-index: 1;
}
#footer {
  height: 227px;
  margin: -227px 0 0;
  font-size: 11px;
  line-height: 15px;
  background: #f0f0f0;
  padding: 30px 20px;
  position: relative;
  z-index: 289;
}
#mailchimp-subscribe-form input {
  width: 100%;
  height: 35px;
  margin: 0 0 5px 0;
}
#mailchimp-subscribe-form .control-group {
  position: relative;
  width: 100%;
  float: left;
  margin: 0;
}
#mailchimp-subscribe-form .control-group .help-inline .icon-ok-sign {
  position: absolute;
  top: 13px;
  right: -17px;
}
#mailchimp-subscribe-form .control-group.success .help-inline,
#mailchimp-subscribe-form .control-group.error .help-inline,
#credentials-form-top .control-group.error .help-inline,
#credentials-form-top .control-group.success .help-inline {
  display: block !important;
  width: 100%;
  text-align: left;
  margin: 0;
  font: 12px/14px 'alright_sansmedium', Arial, Helvetica, sans-serif !important;
}
#credentials-form-top .control-group.error .help-inline,
#credentials-form-top .control-group.success .help-inline {
  margin: 3px 0 0 0;
  float: left;
}
#mailchimp-subscribe-form #btnMailChimpSubscribe {
  max-width: 72px;
  float: right;
}
.datepicker.dropdown-menu {
  width: 250px;
  height: 270px;
}
.datepicker.dropdown-menu button {
  outline: none;
  border: 0px;
}
.datepicker.dropdown-menu tbody {
  height: 180px;
}
.datepicker.dropdown-menu tbody button {
  padding: 6px;
}
.datepicker.dropdown-menu.datepicker-mode-1 tbody button,
.datepicker.dropdown-menu.datepicker-mode-2 tbody button {
  height: 65px;
}
.product-left {
  width: 25%;
  float: left;
  margin: 10px;
  display: inline-block;
}
.product-middle {
  width: 40%;
  float: left;
  display: inline-block;
  margin-right: 10px;
}
.product-right {
  width: 26%;
  float: left;
  display: inline-block;
  border: 1px solid #dddddd;
  padding: 20px 10px 20px 10px;
  margin-top: 10px;
}
.nav-tabs-right > li > a {
  background-color: #dddddd;
}
.nav-tabs-right {
  margin: 0px !important;
  padding: 0px !important;
}
.input-number {
  width: 20px;
}
.product-information .btn-add-color {
  border: none;
  font-family: 'alright_sansmedium', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  outline: none;
}
.color-picker-container,
.btn-add-color,
.color-picker {
  width: 62px;
  height: 62px;
  float: left;
}
.product-information .color-picker {
  background-size: 62px;
}
.color-picker-container {
  margin: 0 5px 5px 0;
}
.color-picker {
  border: 1px solid gray;
  -webkit-print-color-adjust: exact;
}
.color-picker-parent .product-help {
  display: none;
}
.color-picker-parent button.btn-add-color {
  font-size: 8px;
  line-height: 13px;
}
.btn-add-color {
  background: url(/cassette.axd/file/css/images/main_sprite-fc0a6ff3cb50045208eda8d9e0d94fd44d7efab6.png) -5px -68px no-repeat;
  border: none;
  font-family: 'alright_sansmedium', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  outline: none;
  margin: 0 5px 5px 0;
}
.product-help {
  width: 20px;
  height: 20px;
  background-image: url('http://d26uhratvi024l.cloudfront.net/gsc/VSEU7K/43/8d/e6/438de699c8844dbdb4574d13ae63afc7/produkt_-_r_dvig_kalkm_lk_files/u319_normal.png?token=ff96bfc9f39719a9e571b0b614e1afb0');
}
.color-picker-parent {
  height: 62px;
  padding: 5px 10px 0 0;
}
#cart-form .color-picker-parent {
  padding: 0 10px 0 0;
}
.color-picker-parent._one,
.color-picker-parent._two,
.color-picker-parent._three {
  width: 71px;
}
.color-picker-parent._one.color-picker-parent._two,
.color-picker-parent._one.color-picker-parent._three,
.color-picker-parent._two.color-picker-parent._three {
  width: 144px;
}
.color-picker-parent._one.color-picker-parent._two.color-picker-parent._three {
  width: 212px;
}
.product-quantity.static-width {
  width: 115px;
}
table {
  width: 100% !important;
}
.table-calculator.cart .color-picker-parent {
  width: 134px;
}
.order {
  margin-top: 10px;
}
.img-stock {
  background-image: url('http://d2t44wh9rnwl5y.cloudfront.net/gsc/VSEU7K/43/8d/e6/438de699c8844dbdb4574d13ae63afc7/produkt_-_r_dvig_kalkm_lk_files/u340_normal.png?token=81fc01d348e56b2f7ad7126d459aafc4');
  width: 18px;
  height: 15px;
}
.div-more {
  padding: 15px 10px 15px 10px;
}
.nav-tabs-right > li.active > a {
  background-color: white !important;
}
#productinformation > .left,
#instructions > .left,
#safetydatasheets > .left {
  float: left;
  display: inline-block;
  width: 70%;
}
#productinformation > .right,
#instructions > .right,
#safetydatasheets > .right {
  float: left;
  display: inline-block;
  width: 25%;
  border: 1px solid #dddddd;
  padding: 15px 10px 15px 10px;
}
#productinformation > .right > .top,
#instructions > .right > .top,
#safetydatasheets > .right > .top {
  padding: 15px 10px 15px 10px;
  border-bottom: 1px solid #dddddd;
}
.product-addtocart > .well {
  background: none !important;
  border: none !important;
}
.product-description {
  padding: 10px 0;
}
.product-description a {
  color: #464646;
  text-decoration: underline;
}
.view-terms a {
  cursor: pointer;
  color: black;
  text-decoration: underline;
}
.view-terms a:hover {
  text-decoration: none;
}
.terms {
  font-size: 13px;
  line-height: 18px;
}
.terms__cbx {
  float: left;
  margin: 0 5px 0 0 !important;
  width: 15px !important;
  height: 18px !important;
}
.terms__label {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 18px;
}
.terms__link {
  cursor: pointer;
  color: black;
  text-decoration: underline;
}
.terms__link:hover {
  text-decoration: none;
}
@font-face {
  font-family: 'alright_sansblack_italic';
  src: url('/cassette.axd/file/css/fonts/alrightsans-blackitalic-v3-webfont-0f0db21b726d2a8440e2aacb22e8142dbf776b8b.eot');
  src: url('/css/fonts/alrightsans-blackitalic-v3-webfont.eot?#iefix') format('embedded-opentype'), url('/cassette.axd/file/css/fonts/alrightsans-blackitalic-v3-webfont-264d6ba36dfef3b624116dc7716dd3c079996048.woff') format('woff'), url('/cassette.axd/file/css/fonts/alrightsans-blackitalic-v3-webfont-025ca5166ae68c01659ca92800c0307ec358979d.ttf') format('truetype'), url('/cassette.axd/file/css/fonts/alrightsans-blackitalic-v3-webfont-1ef9ef99d4b8a08f5460f01c17f40124ba25e342.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'alright_sansmedium';
  src: url('/cassette.axd/file/css/fonts/alrightsans-medium-v3-webfont-c733d8ebb3074d81ee6f29e3cab69b0607254b08.eot');
  src: url('/css/fonts/alrightsans-medium-v3-webfont.eot?#iefix') format('embedded-opentype'), url('/cassette.axd/file/css/fonts/alrightsans-medium-v3-webfont-aebe52a0244c866253bd35399c6b7306c2d5e45f.woff') format('woff'), url('/cassette.axd/file/css/fonts/alrightsans-medium-v3-webfont-7ecb898d0bb0bf842fb4b131513e20add1c074f7.ttf') format('truetype'), url('/cassette.axd/file/css/fonts/alrightsans-medium-v3-webfont-f44ab1a5cd68f909866729853167546d3704ae55.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'alright_sansblack';
  src: url('/cassette.axd/file/css/fonts/alrightsans-black-v3-webfont-703c8ceb49007549d2c059d9b374f55faca814a7.eot');
  src: url('/css/fonts/alrightsans-black-v3-webfont.eot?#iefix') format('embedded-opentype'), url('/cassette.axd/file/css/fonts/alrightsans-black-v3-webfont-89d55d7c53ccd0e78c27426a1f3266932f527859.woff') format('woff'), url('/cassette.axd/file/css/fonts/alrightsans-black-v3-webfont-780865ce6499ce87e34b9cf89960763b52d974e7.ttf') format('truetype'), url('/cassette.axd/file/css/fonts/alrightsans-black-v3-webfont-b0bd91f2f2f27d00aa52dad644a7c8286d639860.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'alright_sanslight_italic';
  src: url('/cassette.axd/file/css/fonts/alrightsans-lightitalic-v3-webfont-aba8ee7d54b03ca36db20d5e579aec5b91508401.eot');
  src: url('/css/fonts/alrightsans-lightitalic-v3-webfont.eot?#iefix') format('embedded-opentype'), url('/cassette.axd/file/css/fonts/alrightsans-lightitalic-v3-webfont-312033cfa9a7816f05fea987684c3601c4123354.woff') format('woff'), url('/cassette.axd/file/css/fonts/alrightsans-lightitalic-v3-webfont-7802f3ca62991c55ceb59629e7024af0fb46e59c.ttf') format('truetype'), url('/cassette.axd/file/css/fonts/alrightsans-lightitalic-v3-webfont-5932b3d240b6c6cc89356be0aa88d7b31ed4d903.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'alright_sanslight';
  src: url('/cassette.axd/file/css/fonts/alrightsans-light-v3-webfont-945232b193f39defb5d4672df6afeb3b050d2de6.eot');
  src: url('/css/fonts/alrightsans-light-v3-webfont.eot?#iefix') format('embedded-opentype'), url('/cassette.axd/file/css/fonts/alrightsans-light-v3-webfont-a7862666c0eb163de803826b0133848ad62422e0.woff') format('woff'), url('/cassette.axd/file/css/fonts/alrightsans-light-v3-webfont-fc4f16f76d814c7f45bbd0c910a72bf6aa5ab7c1.ttf') format('truetype'), url('/cassette.axd/file/css/fonts/alrightsans-light-v3-webfont-181ccb5fad36646e196500b08978c56fb1600f37.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'alright_sansmedium_italic';
  src: url('/cassette.axd/file/css/fonts/alrightsans-mediumitalic-v3-webfont-9fd746b7f38693fca0a687850acb1a689e95b97a.eot');
  src: url('/css/fonts/alrightsans-mediumitalic-v3-webfont.eot?#iefix') format('embedded-opentype'), url('/cassette.axd/file/css/fonts/alrightsans-mediumitalic-v3-webfont-2f810a3d67c0433fe179d596f8cd337152194949.woff') format('woff'), url('/cassette.axd/file/css/fonts/alrightsans-mediumitalic-v3-webfont-8418614fc492e010721c517cf5b179814a66ddae.ttf') format('truetype'), url('/cassette.axd/file/css/fonts/alrightsans-mediumitalic-v3-webfont-b9263e0a4faf990698a824b2de4a1637afdd92f2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.columnsSupported body {
  margin: 0;
  color: #464646;
  background: white !important;
  min-width: 320px;
}
img {
  border-style: none;
  vertical-align: top;
}
.lang-drop-opener,
.add-nav a,
.lang-switcher a,
.main-nav a,
.box a {
  text-decoration: none;
  color: black;
}
.box a:hover,
.sub-nav a:hover,
.open-close a:hover {
  text-decoration: underline;
}
a:active {
  background-color: transparent;
}
input,
textarea,
select {
  font: 12px 'alright_sansmedium', Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #464646;
  text-transform: none !important;
}
:-moz-placeholder {
  color: #464646;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #464646;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #464646;
  opacity: 1;
}
::-moz-placeholder {
  color: #464646;
  opacity: 1;
}
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}
header,
footer,
article,
section,
nav,
figure,
aside,
main {
  display: block;
}
.one-l {
  white-space: pre;
}
figure {
  margin: 0;
  padding: 0;
}
.custom-btn,
.custom-btn:hover,
.btn-custom,
.btn-custom:hover {
  background: #8c8c8c;
  font: 12px/14px 'alright_sansmedium', Arial, Helvetica, sans-serif;
  color: white;
  display: inline-block;
  vertical-align: top;
  border: none;
  outline: none;
  text-decoration: none;
}
.btn-basket {
  min-width: 60px;
  height: 35px;
  float: left;
  background: #8d8d8d url(/cassette.axd/file/css/images/main_sprite-fc0a6ff3cb50045208eda8d9e0d94fd44d7efab6.png) -234px -25px no-repeat;
  padding: 0 !important;
}
.btn-basket:active {
  background-color: #8c8c8c;
}
.btn-custom[disabled] {
  background: #8c8c8c;
  color: white;
  opacity: 0.5;
}
.btn:active,
.btn-custom:active {
  background: #8c8c8c;
}
h1,
h2 {
  font: 16px/19px 'alright_sansmedium', Arial, Helvetica, sans-serif;
  color: black;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.main-nav:after,
.row:after {
  content: '';
  display: block;
  clear: both;
}
.clear {
  width: 100%;
  overflow: hidden;
  clear: both;
}
.mobile {
  display: none;
}
.w1 {
  width: 100%;
  overflow: hidden;
}
#main-column h3 {
  color: black;
}
.header {
  border-bottom: 2px solid black;
  padding: 0 0 15px;
  margin: 0 0 25px;
  position: relative;
  z-index: 1;
}
.header__row {
  padding: 19px 0 7px;
}
.header__row:after {
  content: "";
  display: block;
  clear: both;
}
#header:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 380px;
  height: 10px;
  background: black;
  content: '';
}
#header .clear {
  display: none;
}
.lang-switcher,
.add-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font: 12px/15px 'alright_sansmedium', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.add-nav > ul > li > a:hover {
  color: black;
  text-decoration: underline !important;
}
.add-nav .dropdown-toggle:hover {
  text-decoration: underline;
}
.lang-switcher {
  float: left;
}
.lang-switcher li {
  float: left;
  margin: 0 9px 0 0;
}
.top-item-lang {
  display: none;
}
.add-nav ul,
.add-nav {
  float: right;
  letter-spacing: 0.5px;
}
.add-nav li {
  float: left;
  margin: 0 14px 0 0;
  padding: 0 13px 0 0;
  background: url(/cassette.axd/file/css/images/icons-495fa8f73e0bee59dfaa8e07d3db1622d40af62b.png) no-repeat right top;
}
.add-nav li:last-child {
  background: none;
  margin: 0;
  padding: 0;
}
.add-nav .contact {
  background: url(/cassette.axd/file/css/images/icons-495fa8f73e0bee59dfaa8e07d3db1622d40af62b.png) no-repeat 100% -49px;
  padding: 0 21px 0 0;
  margin: 0 -2px 0 0;
}
.logo-holder {
  float: left;
  max-width: 300px;
}
.frontpage .logo-holder a {
  pointer-events: none;
}
.search-box {
  float: right;
  width: 220px;
  margin: 0 0 0 20px;
  padding: 0;
}
.calc-box {
  float: right;
  width: 140px;
  background: #8c8c8c;
}
.calc-box .holder {
  min-height: 75px;
  width: 100%;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}
.calc-box .holder p {
  margin: 0;
  word-break: break-word;
}
.calc-box .holder:after {
  display: inline-block;
  height: 75px;
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -5px;
  vertical-align: middle;
  content: '';
}
.calc-box .btn,
.calc-box .btn-custom {
  vertical-align: middle;
  white-space: normal;
  padding: 1px 0 0 14px;
  float: none;
}
.calc-box .btn .desc,
.calc-box .btn-custom .desc {
  display: block;
  text-transform: uppercase;
  font-family: 'alright_sanslight_italic', Arial, Helvetica, sans-serif;
}
.search-form {
  margin: 0 0 5px;
}
.search-form form {
  float: none !important;
  margin-top: 0;
}
.search-form i.icon-search {
  display: none;
}
.search-form input[type=text],
.search-form input[type=search] {
  display: block;
  width: 100%;
  background: #f0f0f0;
  border: none;
  margin: 0;
  padding: 9px;
  height: 35px;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
}
.search-header .search-form {
  margin: 0 0 24px 0;
}
.search-header .search-form .search-query {
  width: 381px;
  display: inline;
  outline: none;
}
.search-header .search-form .btn-custom {
  height: 35px;
  line-height: 38px;
  padding: 0 10px;
  text-transform: uppercase;
}
.basket {
  overflow: hidden;
  background: #f0f0f0;
  letter-spacing: 0.5px;
  display: table;
  width: 100%;
}
.basket .btn,
.btn-custom,
.custom-btn {
  float: left;
  padding: 12px 11px 9px 9px;
  min-width: 60px;
  text-transform: uppercase;
}
.basket .btn-custom:hover {
  text-decoration: underline;
}
.basket .btn-custom._full-width {
  width: 100%;
}
.order-address .btn-custom {
  float: none;
}
.btn-custom.right {
  float: right;
}
.basket .total {
  padding: 2px 8px 0 2px;
  text-align: right;
  font: 12px/15px 'alright_sansmedium', Arial, Helvetica, sans-serif;
  color: #464646;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  width: 138px;
}
.main-nav {
  border-bottom: 1px solid black;
  margin: 0;
  font: 13px/19px 'alright_sansmedium', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  /*position: relative;
    z-index: 300;*/

}
#nav {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#nav li {
  padding: 0 0 0 2.5%;
}
#nav li:first-child {
  padding-left: 0;
}
#nav a {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 21px;
  outline: none;
}
#nav a:hover {
  text-decoration: none;
  border-bottom: 10px solid black;
  padding-bottom: 11px;
}
#nav a.active {
  font-family: 'alright_sansmedium_italic';
  color: #8c8c8c;
}
#nav .drop-opener {
  display: none;
}
.add-nav li a.active {
  font-family: 'alright_sansmedium_italic';
  color: #8c8c8c;
}
.dropdown.open .dropdown-menu {
  display: block;
}
#nav .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 4;
  overflow: hidden;
  max-height: 0;
  transition: all 0.25s linear;
}
#nav li:hover .dropdown,
#nav li.hover .dropdown {
  max-height: 4000px;
}
#nav .dropdown .holder {
  background: black;
  transition: all 0.25s linear;
  transform: translateY(-100%);
  padding: 15px;
  columns: 4;
  -moz-columns: 4;
  -webkit-columns: 4;
  -ms-columns: 4;
  -o-columns: 4;
}
#nav li:hover .holder,
#nav li.hover .holder {
  transform: translateY(0);
}
#nav .dropdown ul:not(.logged-user, .category-nav) {
  padding: 0 0 24px;
  margin: 0 0 0 -30px;
  list-style: none;
  font: 11px/15px 'alright_sanslight', Arial, Helvetica, sans-serif;
  text-transform: none;
  width: auto !important;
}
#nav .dropdown ul li {
  float: none;
  margin: 0 0 7px;
  padding: 0 27px 0 0;
  line-height: 15px;
  display: block;
}
#nav .section ul {
  display: inline-block;
}
.category-nav {
  padding: 0 0 24px;
}
.category-nav li {
  text-transform: none;
  font-size: 11px;
  line-height: 15px;
}
#nav .section:last-child ul {
  padding: 0;
}
#nav .active .dropdown a,
#nav li:hover .dropdown a,
#nav .dropdown h2 a,
#nav .dropdown ul a {
  padding: 0;
  border: none;
  color: white;
}
#nav .active .dropdown a:hover,
#nav li:hover .dropdown a:hover,
#nav .dropdown h2 a:hover,
#nav .dropdown ul a:hover {
  text-decoration: underline;
  color: white;
}
#nav .dropdown h2 {
  font: 11px/15px 'alright_sansmedium', Arial, Helvetica, sans-serif;
  margin: 0 0 7px;
  text-transform: uppercase;
}
#nav .top-item {
  display: none;
}
.slider-area {
  position: relative;
  z-index: 10;
}
.slider-area .custom-img {
  position: absolute;
  right: 20px;
  bottom: 0;
}
.slider-area .custom-img img {
  z-index: 1000;
  position: relative;
  max-width: none;
  float: right;
  margin: 0 -39px 24px 0;
}
.slider-area .custom-img:after {
  content: "";
  width: 136px;
  height: 136px;
  background: url(/cassette.axd/file/css/images/main_sprite-fc0a6ff3cb50045208eda8d9e0d94fd44d7efab6.png) -88px 0 no-repeat;
  position: absolute;
  top: 0;
  right: -20px;
  z-index: 0;
}
#royalSlider {
  padding: 0 0 15px 0;
}
#royalSlider img {
  width: 100%;
}
#royalSlider .decor {
  display: none;
}
#royalSlider .slide {
  position: relative;
}
.slider-area .rsBullets {
  font: 12px/15px 'alright_sansmedium', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #d2d2d2;
  margin: 10px 0 0 -10px;
  width: 100%;
  float: left;
}
#projectSlider .rsBullets {
  margin: 10px 0 0;
}
.slider-area .rsBullets .rsNavItem {
  line-height: 24px;
  margin: 0 10px 0 0;
  padding: 0 14px;
  cursor: pointer;
  float: left;
}
.slider-area .rsBullets .rsNavItem.rsNavSelected {
  color: #8c8c8c;
}
#content {
  width: 100%;
  margin: 0 0 20px;
}
.highlights-block {
  margin: 0 0 17px;
  width: 100%;
  border-top: 2px solid black;
  padding: 30px 0 0;
}
.highlights-block .slick-list {
  padding: 0 136px 0 0 !important;
}
.highlights-block .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.highlights-block .box-banner {
  padding: 0 0 18px;
}
.box-banner {
  letter-spacing: 0;
  border-top: 10px solid black;
  padding-top: 16px;
}
.box-banner.no-top-border {
  padding-top: 0;
  overflow: hidden;
}
.box-banner img {
  width: 100%;
}
.box-banner a {
  text-decoration: none;
}
.box-banner,
.box-banner h2,
.box-banner a,
.box-banner a:hover {
  color: black;
}
.box-banner h2,
.cases-block h1 {
  font: 16px/18px 'alright_sansmedium', Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: none;
  margin: 0 0 8px;
}
.box-banner.no-top-border img {
  margin: 0 0 20px 0;
}
.box-banner.no-top-border iframe {
  margin: 0 0 13px -1px;
}
.box-banner p,
.box-banner ul li,
.box-banner ul li a {
  font: 16px/18px 'alright_sanslight_italic', Arial, Helvetica, sans-serif;
  color: black;
}
.box-banner ul {
  margin: 0 0 20px 15px;
}
.box-banner .video {
  overflow: hidden;
  margin: -20px 0 0;
}
.sidebar-right .box-banner.no-top-border img {
  margin: 0 0 10px 0;
}
.sidebar-right .box-banner.no-top-border iframe {
  margin: 0 0 3px 0;
}
.sidebar-right .box-banner h2 {
  font: 12px/14px 'alright_sansmedium', Arial, Helvetica, sans-serif;
  text-transform: none;
  font-weight: 600;
  margin: 0;
}
.sidebar-right .box-banner p,
.sidebar-right .box-banner ul li,
.sidebar-right .box-banner ul li a {
  font: 12px/14px 'alright_sanslight_italic', Arial, Helvetica, sans-serif;
  color: #8c8c8c;
}
.box-banner video,
.box-banner iframe {
  max-width: 100%;
}
.cases-block {
  border-top: 2px solid black;
  padding: 16px 0 0;
  position: relative;
}
.cases-block h1 {
  margin: 0 0 20px;
}
.cases-block .thumbnails {
  padding: 0;
  margin: 0 0 0 -20px;
  list-style: none;
  float: left;
}
.cases-block .thumbnails li {
  float: left;
  width: 140px;
  margin: 0 0 0 20px;
}
.cases-block .slick-slider .slick-track {
  display: flex;
}
.cases-block .slick-initialized .slick-slide {
  height: auto;
}
.cases-block .slick-dots {
  bottom: -39px;
  margin: 0 0 0 -32px;
}
.cases-block .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 0 0 32px;
}
.cases-block .slick-dots li button {
  color: #d2d2d2;
  background: none;
  width: auto;
  height: auto;
  font: 12px/14px 'alright_sansmedium', Arial, Helvetica, sans-serif !important;
  min-width: 12px;
  text-align: center;
}
.cases-block .slick-dots li.slick-active button {
  background: transparent;
  color: #8c8c8c;
}
.cases-block .slick-dotted.slick-slider {
  margin-bottom: 64px;
}
.box {
  width: 100%;
  margin: 0 0 20px;
}
.footer-content .row {
  margin-bottom: 14px;
}
#footer .copyright {
  position: absolute;
  left: 10px;
  bottom: 19px;
}
#footer address p {
  margin: 0;
}
#footer address {
  font: 12px/18px 'alright_sansmedium', Arial, Helvetica, sans-serif;
}
#footer h3 {
  font: 12px/18px 'alright_sansmedium', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 4px 0;
}
#footer .contact-form h3 {
  margin: 0 0 10px 0;
}
#footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer ul li {
  font: 12px/18px 'alright_sanslight', Arial, Helvetica, sans-serif;
}
#footer h3,
#footer ul li,
#footer ul li a,
#footer address {
  color: #464646;
}
.contact-form .row {
  margin-bottom: 15px;
}
.contact-form input[type=text],
.contact-form input[type=email] {
  float: left;
  width: auto;
  height: 25px;
  background: white;
  border: none;
  margin: 0;
  padding: 6px 10px 4px;
  font: 12px/14px 'alright_sansmedium', Arial, Helvetica, sans-serif !important;
  color: #464646;
  text-transform: none;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}
.contact-form :-moz-placeholder {
  color: black;
  opacity: 1;
}
.contact-form :-ms-input-placeholder {
  color: #464646;
  opacity: 1;
}
.contact-form ::-webkit-input-placeholder {
  color: #464646;
  opacity: 1;
}
.contact-form ::-moz-placeholder {
  color: black;
  opacity: 1;
}
.contact-form .btn:hover,
.contact-form .btn-custom:hover {
  cursor: pointer;
}
.carousel-caption {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}
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 {
  padding: 5px 10px 1px 10px;
  height: auto;
  font-family: 'alright_sansmedium', Arial, Helvetica, sans-serif;
}
#cookie-notification {
  z-index: 9999;
  box-shadow: -1px -1px 3px #909090;
}
#cookie-notification-close-link {
  text-align: center;
}
/* customer info */

.customer-info {
  overflow: hidden;
  margin: 0 0 20px 0;
}
/* category list */

.product-category-list h3,
.guides-overview-container .guide-section h3,
.service-info .guide-section h3 {
  font: 16px/18px 'alright_sansmedium', Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0 0 6px 0;
  padding: 0;
  text-transform: none;
}
.product-category-list .description,
.product-category-list .read-more,
.post-info p,
.service-info p {
  font-size: 12px;
  line-height: 14px;
}
.category-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.category-list-inner-page {
  margin: 0 -10px;
}
.category-list .category-link {
  margin: 0 0 20px;
}
.category-list ul {
  margin: 0;
}
.category-list ul li {
  font-size: 12px;
  margin: 4px 0 0;
}
.highlights-list {
  display: flex;
  flex-wrap: wrap;
}
.highlights-list.row:before {
  display: none;
}
.highlights-list:not(.slick-initialized) *[class^="col-"] {
  float: none;
}
.category-list a,
.category-list a:hover,
.related-product .product-content h3 a,
.related-product .product-content h3 a:hover,
.guides-overview-container .guide-section a,
.service-info .guide-section a,
.service-info a:hover {
  color: black;
}
.post-block,
.top-align-column {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 43px 0;
}
.product-category-list {
  margin: 0 0 43px;
}
.top-align-column {
  margin: 0 -4px 0px 0;
}
.related-product .product-content {
  background: #f0f0f0;
  margin: 10px 0 5px 0;
  padding: 15px 15px 0 15px;
  position: relative;
  min-height: 81px;
}
.related-product .product-content._large {
  padding: 15px 15px 60px 15px;
  min-height: 165px;
}
.related-product .product-content h3 {
  font: 12pt/14pt 'alright_sansmedium', Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: black;
}
h3.cart-title,
.confirmation-tables-container .table-calculator tr.no-top-border th,
.payment-method-title {
  font: 12pt/14pt 'alright_sansmedium', Arial, Helvetica, sans-serif;
  color: black;
}
.payment-method-blocks label {
  padding: 0;
}
h3.cart-title {
  padding: 0 0 10px 0;
}
.sidebar-cart h3.cart-title {
  margin: 0;
  padding: 10px 0;
}
.sidebar-cart h3.cart-title,
.payment-method-title {
  font-weight: bold !important;
}
.sidebar-cart .price-cell {
  width: 100px;
  text-align: right;
}
.sidebar-cart .table-calculator .product-color {
  width: 75px;
}
.sidebar-cart .table-calculator .product-name {
  width: 240px;
  word-break: break-word;
}
.sidebar-cart .table-calculator tr .product-name {
  padding: 10px 5px 10px 0;
}
.sidebar-cart .table-calculator tr td.product-img {
  width: 35px;
  padding: 10px 10px 10px 0;
}
.related-product .product-content .price-area {
  position: absolute;
  left: 15px;
  bottom: 10px;
}
.related-product .btn-custom {
  width: 100%;
  height: auto;
  line-height: 13px;
  padding: 12px 0 9px 0;
}
.products-macro {
  border-top: 1px solid black;
  padding: 32px 0 0 0;
}
.products-macro .title-area h3 {
  font: 16pt/18pt 'alright_sansmedium', Arial, Helvetica, sans-serif;
  color: black;
}
.products-macro .title-area h3,
.products-macro .title-area p {
  padding: 0 0 10px 0;
}
/* product */

.product-information table {
  margin: 0;
}
.bottom-table {
  background: #f0f0f0;
}
.bottom-table tr {
  border: none !important;
}
.table-calculator.bottom-table tr td {
  padding: 10px;
}
.amount-area.without-btn .btn-add-to-cart,
.amount-area.without-input .quantity {
  display: none;
}
.amount-area .well {
  margin: 0;
  padding: 0 !important;
  background: none;
  box-shadow: none;
  border: none;
}
.table-calculator .btn-custom:hover {
  color: white;
}
.tabs-product-info {
  padding: 100px 0 0 0;
  overflow: hidden;
  clear: both;
}
.tabs-product-info .nav-tabs {
  width: 100%;
  border: none;
  display: table;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0 0 -1px 0 !important;
  float: left;
}
.tabs-product-info .nav:before,
.tabs-product-info .nav:after {
  display: none;
}
.tabs-product-info .nav-tabs li {
  width: 33.3%;
  display: table-cell;
  float: none;
  margin: 0 5px 5px 0;
  text-align: center;
}
.tabs-product-info .nav-tabs li a {
  border-radius: 0;
  background: #f0f0f0;
  border: none;
  color: black;
  text-transform: uppercase;
  margin: 0 5px 0 0;
  padding: 11px 12px 9px 12px;
  outline: none;
}
.tabs-product-info .nav-tabs li.tab-last a {
  margin: 0;
}
.tabs-product-info .nav-tabs li.active a {
  border: 1px solid black !important;
  border-bottom: none !important;
  color: black;
  border-bottom: none;
  padding: 10px 12px 15px 12px;
}
.tabs-product-info .nav-tabs li.active a:hover {
  color: black;
}
.tabs-product-info .nav-tabs li a:hover,
.tab-pane h3 {
  color: black;
}
.tab-container {
  border: none;
  border-top: 1px solid black;
  padding: 50px 0 0 0;
  overflow: hidden;
  clear: both;
}
.tab-container.customer-forms-info {
  margin: -1px 15px 0 15px;
}
.customer-forms-content {
  margin: 0 -10px;
}
.tab-pane h2 {
  text-transform: none;
  font-size: 18px;
}
.tab-pane h3 {
  font-size: 15px;
}
.tabs-product-info .nav-tabs li a,
.tab-pane h3 {
  font-family: 'alright_sansmedium', Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.tab-pane em {
  color: #8c8c8c;
}
.product-info-sidebar img,
.tab-pane .product-description img {
  margin: 0 0 10px 0;
}
.guides-container {
  overflow: hidden;
}
.calculator-info {
  background: url(/cassette.axd/file/css/images/bg_calculator_info-a727fd6caf5023c86af6a2087936159712f845dc.jpg) repeat-y;
  margin: 0 0 30px 0;
  overflow: hidden;
  background-size: cover;
}
.calculator-info .calculatorText {
  font: 12px/18px 'alright_sanslight', Arial, Helvetica, sans-serif;
  padding: 15px;
}
.calculator-info input:focus {
  box-shadow: none;
}
.calculator-info .input-area input[type=text] {
  font-family: Verdana, 'alright_sanslight', Arial, Helvetica, sans-serif;
}
.guide-product-info .guide-section {
  margin: 0 0 10px 0;
}
.guide-product-info .guide-product-description {
  margin: 0 0 32px 0;
}
/* hide original element */

.jcf-hidden {
  display: block !important;
  position: absolute !important;
  left: -9999px !important;
}
/* custom scrollbars styles */

.scrollable-area {
  background: #ffffee;
  overflow: auto;
  height: 250px;
  width: 100%;
}
.scrollable-area-wrapper {
  position: relative;
  overflow: hidden;
  width: 100% !important;
}
.scrollable-area-wrapper .hscrollbar {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
}
.scrollable-area-wrapper .hscroll-left,
.scrollable-area-wrapper .hscroll-right {
  display: none;
}
.scrollable-area-wrapper .hscroll-line {
  background: #eeeeee;
  width: 20px;
  float: left;
}
.scrollable-area-wrapper .hscroll-slider {
  width: 20px;
  height: 11px;
  background: black;
  bottom: 0;
  cursor: pointer;
}
.scrollable-area-wrapper .hscrollbar {
  position: static;
  height: 20px;
  top: auto;
}
.scrollable-area-wrapper .hscroll-line {
  height: 2px;
  margin: 18px 0 0;
  background: black;
  width: auto;
}
#header #page-header ul.top-navigation input {
  height: auto !important;
  color: #555555 !important;
}
.box a:hover,
#footer a:hover,
.main-nav a:hover {
  color: black;
}
.carousel-control.right {
  z-index: 10;
}
.decor {
  z-index: 1;
}
.holder {
  z-index: 12000;
}
.login-container {
  float: right;
  width: 100%;
}
.login-container ul {
  text-transform: none;
  color: black;
}
.login-container .dropdown-login .login-links a {
  clear: none;
  color: black;
  padding: 0;
}
.dropdown-login input {
  text-transform: none !important;
}
.login-container li {
  background: none !important;
  text-transform: none !important;
  padding: 0 !important;
  width: 100%;
}
.dropdown-menu .divider {
  border: none;
}
.lang-switcher a:hover {
  text-decoration: underline;
  color: black;
}
.holder a.btn-custom:hover,
.basket a.btn-custom:hover {
  color: white;
  text-decoration: underline;
}
ul.category-products {
  list-style-type: none;
}
.category-products a,
a.category-link {
  color: black !important;
}
.pagination a {
  background-color: transparent !important;
  border: none !important;
}
.print {
  display: none;
}
@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
  #header {
    border-bottom: none;
  }
  .logo a[href]:after,
  a[href].category-name:after,
  a[href].product-name:after {
    content: none !important;
  }
  .color-print .left {
    float: left;
  }
  .color-print .right {
    width: 60%;
    float: right;
    margin-left: 5px;
  }
}
.advice-textblocks {
  float: left;
  padding-right: 35px;
}
.sidebar-right .col-md-3 {
  width: 100%;
}
.sidebar-right .box-banner {
  margin: 0 0 20px 0;
}
input.rgb-color {
  width: 50px !important;
}
.modal {
  background: #f0f0f0;
  border-radius: 0;
  border: none;
  bottom: auto;
}
.modal.fade.in {
  top: 20px;
  margin-top: 0 !important;
}
.modal__holder {
  background: #f0f0f0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.modal__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;
}
.modal__bts {
  padding: 15px 20px;
  overflow: hidden;
}
.modal__bts .btn-custom {
  margin: 0 5px 10px 0;
}
.modal.sample-color .modal-body {
  max-height: 400px;
}
.wysihtml5-toolbar .modal {
  position: fixed;
}
.guide-section h1,
.guide-section h2,
.guide-section h3 {
  font: 24px/24px 'alright_sansmedium', Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: black;
  text-transform: uppercase;
}
.guide-section h1 strong,
.guide-section h2 strong,
.guide-section h3 strong {
  font-weight: normal;
}
a.guide-details {
  font-family: 'alright_sanslight_italic';
  color: black;
  text-decoration: underline;
}
.full-width-img {
  width: 100%;
  display: block;
}
div.guide-product {
  width: 23%;
  float: left;
  margin-right: 10px;
}
.guide-product img {
  width: 220px;
  height: 157px;
}
.guide-product div.middle-container {
  background-color: #e3edee;
  padding: 10px;
}
.guide-product div.middle-container span {
  font-weight: bold;
}
.guide-product div {
  margin-bottom: 5px;
}
.guide-product button {
  border: none;
  width: 100%;
  padding: 10px;
  background-color: #8b8b8b;
  color: white;
  font-weight: bold;
}
div.guide-image {
  text-align: center;
}
div.guide-bunners span {
  font-size: 11pt;
}
/* post page */

.breadcrumb {
  border: none !important;
  background: none !important;
  padding: 10px 0 6px 0;
  overflow: hidden;
}
.breadcrumb li {
  font-size: 12px;
  line-height: 14px;
}
.breadcrumb > li + li:before {
  content: "⇢" !important;
  padding: 0;
}
.breadcrumb li,
.breadcrumb > li + li:before {
  margin: 0 5px 0 0;
  float: left;
}
.breadcrumb,
.breadcrumb a,
.breadcrumb > li + li:before {
  color: #8c8c8c !important;
}
.guide-description {
  margin: 0 0 20px 0;
}
.guide-description.main-content-styles p,
.additional-text p {
  margin: 0;
}
.product-name-link a {
  color: black;
}
.main-content-styles h3,
.main-content-styles h4,
.main-content-styles h5,
.main-content-styles h6 {
  font-family: 'alright_sansmedium', Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: black;
}
.main-content-styles h3 {
  font-size: 16px;
}
.main-content-styles p,
.main-content-styles ul,
.main-content-styles ol,
.main-content-styles h4 {
  font-size: 12px;
}
.main-content-styles ul li,
.main-content-styles ol li {
  padding: 1px 0;
}
.main-content-styles h5 {
  font-size: 11px;
}
.main-content-styles h6 {
  font-size: 10px;
}
.main-content-styles p {
  margin: 0 0 22px 0;
}
.main-content-styles ul {
  margin: 0 0 16px 15px;
}
.main-content-styles ol {
  margin: 0 0 16px 19px;
}
.guide-description .post-page-description {
  padding: 0 0 32px 0;
}
.product-calc-table-calc {
  padding: 0 0 20px 0;
}
/* service list */

.guides-overview-container img,
.service-info img,
.category-list img,
.img-with-border {
  margin: 0 0 20px 0;
}
.category-list img,
.related-product img {
  width: 100%;
  margin: 0;
}
.slick-dots {
  text-align: left;
  bottom: -12px;
  width: auto;
  left: 10px;
  right: 10px;
  font-size: 0;
  line-height: 0;
}
.category-list .slick-dots {
  left: 13px;
  right: 13px;
}
.slick-dots li {
  width: 8px;
  height: 4px;
  margin: 0 4px 0 0;
}
.category-list .slick-dots li {
  margin: 0 4px 0 0;
}
.slick-dots li button {
  background: #999999;
  width: 8px;
  height: 4px;
  padding: 0;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background: black;
}
.category-list.slick-dotted.slick-slider {
  margin-bottom: 69px;
}
.category-list h3.category-name {
  margin: 10px 0 0 0;
}
.category-list .slick-list {
  padding: 0 60px 0 0 !important;
}
.category-list .category,
.img-with-border,
.guides-overview-container .post-info,
.service-info {
  border-top: 10px solid black;
}
.guides-overview-container .post-info,
.service-info {
  margin: 0 0 45px 0;
}
.service-info .read-more {
  text-decoration: underline;
  color: #666666;
}
/* faq */

ul.faq-list {
  list-style: none;
  margin: 0 0 23px 0;
  padding: 0;
}
ul.faq-list li {
  font: 12px/18px 'alright_sanslight', Arial, Helvetica, sans-serif;
  overflow: hidden;
  padding: 0 0 20px 0;
}
ul.faq-list h3 {
  cursor: pointer;
  float: left;
}
ul.faq-list .faq-answer {
  clear: both;
  padding: 0 0 23px 0;
}
ul.faq-list .faq-answer a {
  color: black;
  text-decoration: underline;
}
/* calculator */

.table-calculator {
  width: 100%;
  border-bottom: 1px solid black;
  margin: 0 0 32px 0;
}
.table-calculator tr {
  border-top: 1px solid black;
}
.table-calculator tr.last-line {
  border-top: 3px solid black;
  border-bottom: 3px solid black;
}
.table-calculator tr.last-line td {
  background: whitesmoke;
}
.table-calculator tr td,
.table-calculator tr th {
  padding: 10px 0;
}
.table-calculator tr td.product-img {
  width: 84px;
}
.table-calculator tr .product-name,
.table-calculator tr .product-price .title,
.table-calculator tr td .btn-add-to-cart,
.add-to-cart-form button,
.stock-title,
.fragt-title,
.more-info-product-title,
.price-area .title,
.table-calculator tr th,
.table-calculator .title,
.table-calculator tr .product-img.with-name,
.btn-remove,
.cart-totals,
#checkout-steps .step-name {
  font-family: 'alright_sansmedium', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
.bold-text {
  font-family: 'alright_sansmedium', Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.more-info-product-text,
.fragt-text,
.more-info-product-text a,
.more-info-product-text a:hover {
  color: #464646;
}
.more-info-product-text a {
  text-decoration: underline;
}
.stock-text {
  font-family: 'alright_sansmedium_italic', Arial, Helvetica, sans-serif;
}
.stock-text.yes {
  color: #7db461;
}
.stock-text.no {
  color: #b46161;
}
.fragt,
.btn-delivery-info {
  width: 190px;
}
.stock-area {
  width: 160px;
}
.btn-find-dealer {
  width: 180px;
}
.btn-find-dealer .custom-btn {
  width: 150px;
  text-align: center;
  float: right;
}
.table-calculator.cart tr .product-name {
  width: 200px;
}
.table-calculator.cart tr .single-product-price {
  width: 140px;
}
.table-calculator.cart tr .total-product-price {
  width: 190px;
}
.table-calculator.cart .single-product-price,
.table-calculator.cart .total-product-price {
  text-align: right;
  padding: 10px;
}
.table-calculator.cart .product-quantity {
  width: 160px;
}
.table-calculator.cart .grain-size-title {
  width: 145px;
  padding: 10px 10px 10px 0;
}
.table-calculator.cart .farve-title {
  padding: 10px 15px 10px 0;
}
.table-calculator tr td.product-price {
  width: 160px;
}
.table-calculator tr td.select-area {
  width: 120px;
  padding: 10px;
}
.table-calculator tr td.product-name a {
  color: black;
}
.table-calculator tr .product-farve {
  padding: 0 20px 0 0;
}
.table-calculator tr .product-antal {
  width: 166px;
}
.table-calculator tr td.product-price .small-text,
.price-area .small-text {
  font-size: 11px;
}
.table-calculator tr td.btn-area,
.table-calculator tr td .btn-add-to-cart,
.add-to-cart-form button,
.table-calculator tr td .btn-add-to-cart,
.add-to-cart-form button,
.btn-remove,
.btn-large-custom {
  width: 130px;
}
.table-calculator tr td .btn-add-to-cart,
.add-to-cart-form button,
.btn-remove,
.btn-large-custom {
  height: 62px;
  background: #8c8c8c;
  color: white;
  line-height: 62px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
  outline: none;
}
.btn-large-custom:hover,
.btn-remove:hover {
  color: white;
  text-decoration: none;
}
.table-calculator tr td a:hover {
  text-decoration: none;
}
.table-calculator tr td.amount-area input {
  width: 48px;
  height: 31px;
  min-height: 31px;
  background: #f0f0f0;
  margin: 2px 0;
  padding: 0 0 1px 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-family: Verdana, 'alright_sanslight', Arial, Helvetica, sans-serif;
  color: #464646;
  text-align: center;
}
/* checkout */

.checkout-steps-area {
  overflow: hidden;
  padding: 0 10px 32px;
}
#checkout-steps li {
  padding: 0 15px;
}
#checkout-steps .step-name {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  background: #f0f0f0;
  width: 100%;
  display: table;
  float: left;
}
#checkout-steps li.active .step-name {
  border-color: black;
  background: white;
}
#checkout-steps .step-name:before,
#checkout-steps .step-name:after {
  content: "";
  width: 22px;
  height: 50px;
  margin: -1px 0;
  background: url(/cassette.axd/file/css/images/main_sprite-fc0a6ff3cb50045208eda8d9e0d94fd44d7efab6.png) no-repeat;
}
#checkout-steps .step-name:before {
  margin: -1px 0 -1px -15px;
  float: left;
}
#checkout-steps .step-name:after {
  margin: -1px -15px -1px 0;
  float: right;
}
#checkout-steps li .step-name:before {
  background-position: -44px 0;
}
#checkout-steps li .step-name:after {
  background-position: -66px 0;
}
#checkout-steps li.active .step-name:before {
  background-position: -22px 0;
}
#checkout-steps li.active .step-name:after {
  background-position: 0 0;
}
#checkout-steps li.first .step-name:before {
  border: 1px solid #f0f0f0;
  border-right: none;
  background: #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 15px;
}
#checkout-steps li.first.active .step-name:before {
  border-color: black;
  background: white;
}
#checkout-steps .step-name span {
  display: table-cell;
  vertical-align: middle;
}
.table-calculator .product-img {
  padding: 10px 10px 10px 0;
}
.table-calculator .product-name {
  padding: 10px 0;
}
.table-calculator .btn-reload {
  width: 31px;
  height: 31px;
  border: none;
  background: url(/cassette.axd/file/css/images/icon_reload-c94f2559733928db42b73256f1cf92c11790afd8.png) 50% 50% no-repeat;
  outline: none;
}
.table-calculator .last-btn-area {
  width: 130px;
}
.table-calculator.cart .last-btn-area {
  width: 170px;
}
.table-calculator.cart .last-btn-area .btn-remove {
  float: right;
}
.table-calculator .title {
  width: 140px;
  padding: 0 10px 0 0;
  float: left;
}
.confirmation-tables-container .table-calculator .title {
  padding: 10px 0;
  float: none;
}
.confirmation-tables-container .table-calculator td {
  vertical-align: top;
}
.table-calculator .title.title-with-float {
  width: 100%;
  padding: 0;
  float: left;
}
.cart-totals td {
  background: #f0f0f0;
}
.cart-totals td,
.cart-vat td {
  text-transform: uppercase;
}
.table-calculator .no-top-border {
  border-top: none;
}
.confirmation-tables-container .table-calculator tr.no-top-border th {
  text-transform: none;
  font-weight: bold;
}
.payment-method .control-label,
.payment-method .input-area {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid black;
  padding: 10px 0;
  float: left;
}
.payment-method .control-label:after {
  display: none !important;
}
.payment-method .input-area label {
  padding: 0;
  height: 26px;
  position: relative;
}
.payment-method .input-area input,
.payment-method #acceptterms {
  margin: 2px 10px 0 0;
}
.prev-next-btns {
  background: #f0f0f0;
  overflow: hidden;
  margin: 0 0 32px 0;
}
.prev-next-btns.last {
  margin: 0 0 2px 0;
}
.prev-next-btns .btn-large-custom {
  height: 35px;
  font: 12px/37px 'alright_sansmedium', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.prev-next-btns .pull-left .btn-large-custom {
  border-right: 5px solid white;
  line-height: 37px;
}
.prev-next-btns .pull-right .btn-large-custom {
  border-left: 5px solid white;
}
.checkout-with-sidebar,
.forms-area {
  margin: 0 -10px 32px;
}
#red,
#green,
#blue {
  width: 50px;
  font: 12px/16px 'alright_sansmedium', Arial !important;
}
.post-info p,
.service-info p,
.product-category-list .description,
.related-product .product-content .price-area,
.customer-discounts,
.product-info-sidebar {
  font: 12px/14px 'alright_sanslight', Arial;
}
.customer-discounts strong {
  font-family: 'alright_sansmedium', Arial;
}
.guide-description,
.guide-description p {
  font: 16px/18px 'alright_sanslight_italic', Arial, Helvetica, sans-serif;
}
.price-area .title {
  font: 12px/14px 'alright_sansmedium', Arial;
  font-weight: 600;
}
div.group-colors th,
div.group-colors td {
  text-align: center !important;
}
#termsModal {
  outline: none;
}
#termsModal .modal-body p {
  font-size: 12px;
}
.print-modal-btn {
  overflow: hidden;
}
/* advice */

.advice h3 {
  color: black;
}
.advice .description {
  padding: 0 0 14px 0;
}
.advice .read-more {
  text-decoration: underline;
  color: black;
}
.advice-description {
  padding: 0 0 32px 0;
}
/* login popup */

.login-popup .control-group {
  position: relative;
}
.login-area {
  overflow: hidden;
  padding: 20px;
}
.dropdown-close {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.dropdown-login.login-popup {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  top: 40px;
  z-index: 10000;
  margin: 0;
}
.dropdown-content {
  overflow: hidden;
  width: 320px;
  background: #f0f0f0;
  border: 2px solid black;
}
.dropdown-login.login-popup input {
  width: 100%;
  background: white;
}
.dropdown-login.login-popup .remember-login-chechbox,
.dropdown-login.login-popup .remember-login-chechbox a {
  padding: 0;
}
.dropdown-login.login-popup .remember-login-chechbox .checkbox-text {
  height: 20px;
  line-height: 22px;
  cursor: pointer;
  float: left;
}
.dropdown-login.login-popup .toggle,
.dropdown-login.login-popup .toggleR {
  margin: 0 10px 0 0;
}
.dropdown-login.login-popup .login-links {
  overflow: hidden;
}
.dropdown-login.login-popup .login-links a {
  font-size: 11px;
  line-height: 9px;
}
.dropdown-login.login-popup .button-close-popup {
  width: 100%;
  height: 35px;
  background: black;
  color: white;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  float: left;
}
.logged-user .user-name {
  font: 12px/18px 'alright_sansmedium', Arial, Helvetica, sans-serif;
  text-transform: uppercase !important;
  padding: 0 0 20px 0 !important;
  text-align: left;
}
.logged-user li {
  font: 12px/18px 'alright_sanslight', Arial, Helvetica, sans-serif;
  margin: 0;
}
.logged-user li .icon {
  width: 9px;
  height: 7px;
  background: url(/cassette.axd/file/css/images/main_sprite-fc0a6ff3cb50045208eda8d9e0d94fd44d7efab6.png) 0 -192px no-repeat;
  margin: 4px 8px 0 0;
  float: left;
}
.logged-user li a {
  padding: 0;
  background: none;
  float: left;
}
.logged-user li a:hover,
.logged-user li.active a,
.logged-user li.active a:hover {
  background: none;
  color: black;
}
.user-name-title,
.login-title {
  text-transform: uppercase;
}
.login-popup .form-horizontal .controls {
  margin: 0;
}
.login-popup .control-group.success .help-inline {
  float: left;
}
.help-inline {
  color: red;
  margin: 5px 0 0 0;
}
.view-terms .help-inline {
  padding: 0;
}
#projectSlider {
  padding: 0 0 0 0;
  margin: 0 -10px;
}
#projectSlider .project-block img,
#projectSlider .project-block {
  width: 163px;
  height: 116px;
  float: left;
}
#projectSlider .project-block {
  margin: 10px;
}
.empty-breadcrumb span::before {
  z-index: 1 !important;
  border-left-color: black !important;
  content: "";
  position: absolute !important;
  top: 50% !important;
  margin-top: -1.392em !important;
  border-top: 1.33em solid transparent !important;
  border-bottom: 1.437em solid transparent !important;
  border-left: 0.98em solid !important;
  right: 1.3em !important;
}
.empty-breadcrumb span::after {
  z-index: 2 !important;
  content: "";
  position: absolute !important;
  top: 50% !important;
  margin-top: -1.54em !important;
  border-top: 1.5em solid transparent !important;
  border-bottom: 1.6em solid transparent !important;
  border-left: 1em solid !important;
  right: 1.37em !important;
  border-left-color: white !important;
}
li.empty span::after,
li.empty span::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.54em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.64em solid transparent;
  border-left: 0.98em solid;
  right: 1.5em;
  z-index: 2;
  border-left-color: white;
}
li.empty span {
  background-color: white !important;
  color: black !important;
}
li.empty {
  width: 14px;
  color: black !important;
}
.shop-videre {
  background-color: #8c8c8c;
  padding: 10px 30px 10px 30px;
  color: white;
  font-weight: bold;
  border: none;
  display: block;
}
.additional-info {
  background-color: #dcf0be;
  padding: 10px 30px 10px 30px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  display: block;
  color: #464646;
}
.form-container {
  text-align: right;
  margin: 1em auto 2em;
  width: 100%;
  overflow: hidden;
}
.form-container div.right,
.form-container div.left {
  display: inline-block;
  margin: 0 0px 0 5px;
}
.form-container div.right a:hover {
  color: white;
  text-decoration: none;
}
table.table tr {
  border-top: 2px solid #4b4b4b;
  border-bottom: 2px solid #4b4b4b;
}
table.table th {
  text-transform: uppercase;
}
table.table th,
table.table td {
  border: none !important;
}
span.product-name {
  text-transform: uppercase;
  font-weight: bold;
}
.input-append input {
  width: 50px;
  border-radius: 0;
  border: 1px solid #f0f0f0;
  background-color: #f0f0f0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  text-align: center;
}
div.input-append button,
div.input-append a {
  border: none;
  margin: 0;
  color: white;
  font-size: 15pt;
  height: 30px;
  width: 30px;
  background-color: #8c8c8c;
}
.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: white;
}
.table tbody tr td {
  vertical-align: middle;
}
.remove-product-cell a {
  font-size: 11pt;
  background-color: #8c8c8c;
  display: block;
  text-align: center;
  color: white !important;
}
td.remove-product-cell {
  padding: 0 !important;
  vertical-align: middle !important;
  line-height: 4 !important;
}
.remove-product-cell a:hover {
  color: white !important;
  text-decoration: none;
}
tr.cart-vat.first {
  border-top: 1px solid #8c8c8c !important;
  border-bottom: 0.1em solid #8c8c8c !important;
}
tr.cart-vat.second {
  border-bottom: 1px solid #8c8c8c !important;
  border-top: 0.1em solid #8c8c8c !important;
}
span.middle-empty {
  background-color: #f0f0f0;
  padding: 10px 30px 10px 30px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  display: block;
}
div.login-form,
div.new-customer {
  background-color: #f0f0f0;
  min-height: 245px;
}
div.invoice-delivery-details {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
div.login-form-container,
div.new-customer {
  padding: 20px;
}
.order-address input[type=text],
.order-address input[type=password],
.order-address select,
.login-credentials input {
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: 34px;
  width: 257px;
}
.order-address select {
  width: 205px;
}
div.forgot-password {
  width: 257px;
  display: inline-block;
  height: 17px;
}
.order-address input[type=text],
.order-address input[type=password],
.order-address select {
  height: 34px !important;
}
div.login-form-group {
  margin-bottom: 3px;
}
div.login-form-container h3,
div.new-customer h3 {
  color: black;
}
#rememberlogin-lbl {
  cursor: pointer;
  float: left;
}
.business-warning {
  background: #8c8c8c;
  color: white;
  text-align: center;
  padding: 10px;
  margin: 0 0 32px 0;
}
.business-warning label {
  margin: 0;
}
.order-address,
.order-delivery-addresses {
  background-color: #f0f0f0;
  padding: 20px;
  margin: 0 0 32px 0;
  overflow: hidden;
}
.order-delivery-addresses {
  margin: 0 15px;
  clear: both;
}
.order-address label.control-label,
.order-delivery-addresses label.control-label {
  text-align: left;
  width: auto;
  padding: 12px 0 0 0;
}
.order-address-child .order-address label.control-label {
  width: 86px;
}
.customer-forms-info .order-address label.control-label {
  width: 125px;
}
.order-address label.control-label,
.order-delivery-addresses label.control-label,
.table-delivery-adress,
.table-delivery-adress .edit-info,
.simple-white-form label.control-label {
  font: 12px/14px 'alright_sansmedium', Arial, Helvetica, sans-serif;
  color: #464646;
}
.order-address h3,
.order-delivery-addresses h3,
h3.alternative-delivery-header,
.form-text-container h3 {
  color: #464646;
  margin-bottom: 10px;
  font: 16px/18px 'alright_sansmedium', Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0 0 10px 0;
}
.table-delivery-adress {
  width: 100%;
  float: left;
}
.table-delivery-adress th {
  font-weight: normal;
  padding: 0 0 10px 10px;
}
.table-delivery-adress tr td {
  padding: 2px 0 3px 0;
}
.table-delivery-adress .primary-title {
  width: 60px;
}
.table-delivery-adress .phone-title {
  width: 130px;
}
.table-delivery-adress .name-title {
  width: 170px;
}
.table-delivery-adress .address-title {
  width: 195px;
}
.table-delivery-adress .address2-title {
  width: 160px;
}
.table-delivery-adress .postnumber-title {
  width: 80px;
}
.table-delivery-adress .by-title {
  width: 140px;
}
.table-delivery-adress .btns-area {
  margin: 0 0 0 5px;
}
.table-delivery-adress .custom-btn {
  width: 100%;
  text-align: center;
  float: left;
}
.table-delivery-adress .custom-btn:hover {
  color: white;
  text-decoration: none;
}
.table-delivery-adress .edit-info,
.table-delivery-adress .not-edit-info {
  height: 35px;
  background: white;
  padding: 0 0 0 10px;
  float: left;
}
.table-delivery-adress .edit-info {
  width: 100%;
  background: #fcfcfc;
}
.table-delivery-adress .not-edit-info {
  cursor: not-allowed;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.table-delivery-adress .phone-info .not-edit-info {
  width: 120px;
}
.table-delivery-adress .name-info .not-edit-info {
  width: 190px;
}
.table-delivery-adress .address-info .not-edit-info {
  width: 185px;
}
.table-delivery-adress .postnumber-info .not-edit-info {
  width: 107px;
}
.table-delivery-adress .by-info .not-edit-info {
  width: 130px;
}
.table-delivery-adress .edit-info {
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
}
.table-delivery-adress .edit-info:focus {
  z-index: 100;
  position: relative;
}
.table-delivery-adress .first {
  padding: 0 0 10px 0;
}
.order-address-email {
  display: inline-block;
  width: 100%;
}
.form-horizontal div.controls {
  margin-left: 91px;
}
.customer-forms-info .form-horizontal div.controls {
  margin-left: 130px;
}
.order-address input[type=text],
.order-address input[type=password],
textarea#comment,
.adress-textarea {
  width: 100% !important;
}
.control-group.required.success input[type=text],
.control-group.required.success .controls.styled-select,
.control-group textarea,
.control-group input,
.control-group select {
  float: left;
}
.control-group textarea {
  height: 75px;
  padding: 13px 9px 9px 9px;
}
div.margin-none {
  margin-left: 0 !important;
}
div.margin-none label.checkbox {
  padding-left: 0;
}
.delivery-question-container {
  background-color: #f0f0f0;
  padding: 20px !important;
}
div#alternative-question {
  margin: 0 0 32px 0;
}
textarea#comment,
.adress-textarea {
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: 257px;
}
.dropdown-menu {
  left: auto;
  right: 0;
}
.form-horizontal .control-group {
  margin-bottom: 5px;
}
.customer-forms-info .table-calculator {
  margin: 0 0 3px 0;
}
#cookie-notification {
  position: fixed;
  bottom: 0;
  left: -9999px;
  right: 0;
  background: white;
  padding: 1em;
}
.page-wrap {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}
p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.controls .only-text {
  margin: 9px 0;
  float: left;
}
.bootstrap-wysihtml5-insert-video-modal .control-group.error.form-inline {
  display: none;
}
/* map(contacts page) */

.infoBox {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: white;
  width: auto !important;
  -webkit-box-shadow: 0px 2px 4px 2px #888888;
  box-shadow: 0px 2px 4px 2px #888888;
}
.infoBox strong {
  background-color: #00535e;
  display: block;
  color: white;
  font-size: 12px;
  line-height: 10px;
  padding: 10px 10px;
  width: 200px;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
}
.infoBox div {
  padding: 5px 10px;
}
.infoBox .small {
  font-size: 9px;
  margin: 0px;
}
.simple-white-form input:not([type='checkbox']),
.simple-white-form textarea,
.simple-white-form select {
  height: 35px;
  background: #f0f0f0;
  border: none;
  margin: 0;
  font: 12px/14px 'alright_sansmedium', Arial, Helvetica, sans-serif;
  color: black;
  -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);
  border-radius: 0;
  outline: none;
  float: left;
}
.simple-white-form .form-input {
  width: 100%;
  background: white;
}
.simple-white-form textarea {
  height: 75px;
}
.simple-white-form .control-group {
  margin: 0 0 5px;
}
.simple-white-form div.controls {
  margin-left: 140px;
}
.simple-white-form .control-label {
  width: 135px;
  font: 12px/14px 'alright_sansmedium', Arial, Helvetica, sans-serif;
  padding: 13px 10px 0 0;
}
.simple-white-form .help-inline {
  margin: 9px 0 0 5px;
  padding-left: 0;
}
.simple-white-form.form-horizontal .control-group i {
  position: relative;
  top: auto;
  right: auto;
}
.simple-white-form .form-submit-btn {
  background: #8c8c8c;
  color: white;
}
.condition-area {
  overflow: hidden;
  clear: both;
  margin: 0 30px 0 0;
}
.ie-form-hide {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
}
.selected-color {
  float: left;
  width: 62px;
  height: 100%;
  display: table;
  position: relative;
  text-align: center;
}
.selected-color.color-checkout-order {
  height: 40px;
}
.selected-color.color-checkout-order label {
  margin: 0;
}
.selected-color-content {
  display: table-cell;
  vertical-align: middle;
}
.selected-color-content .title {
  line-height: 25px;
  height: 20px;
  float: left;
  width: 100%;
  padding: 0;
}
.selected-color-content .color-title {
  line-height: inherit !important;
  height: inherit !important;
}
.selected-color-content b label {
  line-height: 13px;
  font-size: 13px;
  color: black;
}
.popup-color-picker.in {
  margin-top: -305px;
}
.popup-color-picker .selected {
  position: relative;
}
.popup-color-picker .selected:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 5px solid black;
}
.main-product-price {
  line-height: 11px;
  margin: 8px 0 0 0;
  width: 140px;
}
.main-product-price label {
  font-size: 13px;
  line-height: 13px;
  margin-top: 5px;
  color: black;
  clear: both;
}
.main-product-price hr {
  height: 1px;
  border: none;
  background: none;
  margin: 8px 0 0 0;
}
.loading-snippet,
.preload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url(/cassette.axd/file/img/loading-ea9bd7e9d8c17ce75a30b864a805874c4732da18.gif) white 50% 50% no-repeat;
  height: 100%;
  z-index: 100;
}
.loading-snippet.no-absolute-pos {
  height: 30px;
  float: left;
  position: initial;
}
.preload {
  z-index: 10000;
}
.after-loading-content {
  display: none;
}
/*
	styles for select
*/

.custom-select,
.custom-select-ng,
.product-custom-select,
.orders-custom-select {
  background: url(/cassette.axd/file/css/images/bg_select-310317487cf7b332b1c293acb36fef9fc7a3b847.png) right 50% #8c8c8c no-repeat !important;
  height: 35px;
  float: left;
  outline: none;
}
.cusel {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
}
.cuselFrameRight {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  height: 100%;
  width: 42px;
  background-position: right top;
  background: url(/cassette.axd/file/css/images/bg_select-310317487cf7b332b1c293acb36fef9fc7a3b847.png) right 50% #8c8c8c no-repeat !important;
}
.cuselText {
  height: 26px;
  padding: 9px 30px 0 10px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  word-wrap: normal;
  white-space: nowrap;
}
.pager-select {
  width: 75px;
}
.cusel-scroll-pane > span {
  display: block;
  cursor: pointer;
  white-space: nowrap;
  padding: 0 10px;
  zoom: 1;
}
.cusel-scroll-pane > span:hover,
.cusel-scroll-pane .cuselOptHover {
  background: #cccccc;
  color: white;
}
.cusel-scroll-wrap .cuselActive {
  background: #8c8c8c;
  color: white;
  cursor: default;
}
.cusel-scroll-wrap label {
  margin: 0;
}
.cusel.classDisCusel,
.cusel.classDisCusel .cuselFrameRight {
  cursor: default;
}
.classDisCusel .cuselText {
  cursor: default;
}
#cuselBox {
  position: absolute;
  z-index: 299;
  top: -9999px;
  left: -9999px;
}
.cusel-scroll-wrap {
  visibility: hidden;
  border: 1px solid #999999;
  margin: 1px -2px 0 0;
  width: 100%;
  display: block;
  overflow: hidden;
}
.cusel-scroll-wrap,
.cusel-scroll-pane {
  background: white;
}
.cusel-scroll-wrap .jScrollPaneContainer {
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.cusel-scroll-wrap .jScrollPaneTrack {
  height: 100%;
  width: 20px !important;
  background: #cccccc;
  position: absolute;
  top: 0;
  right: 0;
}
.cusel-scroll-wrap .jScrollPaneDrag {
  position: absolute;
  background: #8c8c8c;
  cursor: pointer;
  width: 20px !important;
  height: 25px !important;
  right: 0;
}
.cusel-scroll-wrap .jScrollPaneDragTop,
.cusel-scroll-wrap .jScrollPaneDragBottom {
  position: absolute;
  left: 0;
  overflow: hidden;
}
.cusel-scroll-wrap .jScrollPaneDragTop {
  top: 0;
}
.cusel-scroll-wrap .jScrollPaneDragBottom {
  bottom: 0;
}
.cusel-scroll-wrap .jScrollArrowUp,
.cusel-scroll-wrap .jScrollArrowDown {
  position: absolute;
  right: 0;
  width: 20px !important;
  height: 20px;
  cursor: pointer;
  overflow: hidden;
  background: url(/cassette.axd/file/css/images/main_sprite-fc0a6ff3cb50045208eda8d9e0d94fd44d7efab6.png);
}
.cusel-scroll-wrap .jScrollArrowUp {
  background-position: -104px -168px;
  top: 0;
}
.cusel-scroll-wrap .jScrollArrowDown {
  background-position: -104px -189px;
  bottom: 0;
}
.mailchimp-from-select .custom-select {
  width: 200px !important;
}
.order-address .custom-select {
  width: 100% !important;
}
.custom-select-in-table {
  width: 120px !important;
  margin: 2px 0;
}
#rememberlogin-field {
  height: 17px !important;
}
.submit-area {
  width: 100%;
  float: left;
}
.autocomplete-suggestion {
  background: #f0f0f0;
  margin: 5px 5px 0 5px;
  padding: 10px;
  cursor: pointer;
}
.autocomplete-suggestion .btn-custom {
  margin: 4px 0;
  float: none;
  cursor: pointer;
}
.autocomplete-suggestion img {
  margin: 0 0 5px 0;
}
.autocomplete-suggestions.dropdown-menu {
  padding: 0 0 5px 0;
}
#compact-cart-table-container .product-color {
  text-align: center;
  padding: 10px;
}
#compact-cart-table-container .product-color .color {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid gray;
  background-size: 25px 25px;
}
#compact-cart-table-container .product-color small {
  width: 100%;
  float: left;
}
#compact-cart-table-container .product-name small {
  word-break: break-word;
}
.lightbox img {
  cursor: -webkit-zoom-in;
}
/* Custom ceckbox and radiobuttons */

.toggle,
.toggleR {
  background: url(/cassette.axd/file/css/images/main_sprite-fc0a6ff3cb50045208eda8d9e0d94fd44d7efab6.png);
  width: 20px;
  height: 20px;
  margin: -1px 10px 5px 0;
  float: left;
}
.toggle {
  background-position: 0 -172px;
}
.toggle.checked {
  background-position: -20px -172px;
}
.toggleR {
  background-position: 0 -152px;
  margin: 0 10px 0 0;
}
.table-delivery-adress .toggleR {
  margin: 2px 10px 0 0;
}
.toggleR.checked {
  background-position: -20px -152px;
}
.label-text {
  display: block;
  overflow: hidden;
  padding: 2px 0 0 0;
}
.pager-count {
  margin: 0 20px 25px 0;
}
.pager-count-title {
  margin: 10px 10px 0 0;
  float: left;
}
.category-pagination {
  margin: 0 0 25px 0;
  float: left;
}
.category-pagination ul,
#checkout-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}
.category-pagination li {
  margin: 0 4px 0 0;
  float: left;
}
.category-pagination li a {
  width: 35px;
  height: 35px;
  background: #f0f0f0;
  color: #464646;
  line-height: 35px;
  text-align: center;
  float: left;
}
.category-pagination li.active a {
  background: #8c8c8c;
  color: white;
}
.category-pagination li a:hover {
  text-decoration: none;
}
.show-768 {
  display: none;
}
.autocomplete-suggestions.not-mobile-search {
  width: 381px !important;
  margin: 0 0 0 -161px;
}
.search-container span {
  float: left;
}
.search-container .img-container {
  margin: 0 10px 0 0;
}
.search-container .product-info {
  width: 159px;
  margin: 0 10px 0 0;
  font-size: 12px;
}
.search-container .product-color {
  width: 30px;
  font-size: 11px;
  text-align: center;
  margin: 0 10px 0 0;
}
.search-container .product-price {
  width: 90px;
  font-size: 12px;
}
.search-container .product-color-name,
.search-container .product-info span {
  width: 100%;
}
.search-container .product-color img {
  width: 30px;
  height: 30px;
}
.some-products-list {
  overflow: hidden;
  padding: 10px 0 0 0;
}
.some-products-list .img-with-border,
.img-without-border {
  border: none !important;
}
.custom-columns {
  margin: 0 -10px;
  overflow: hidden;
  clear: both;
}
.custom-columns .col-md-3,
.custom-columns .col-md-4,
.custom-columns .col-md-6 {
  display: inline-block;
  vertical-align: top;
  float: none;
}
@media (min-width: 992px) {
  .custom-columns .col-md-3,
  .custom-columns .col-md-4,
  .custom-columns .col-md-6 {
    margin: 0 -3px 0 0;
  }
}
.custom-columns .col-sm-3,
.custom-columns .col-sm-4,
.custom-columns .col-sm-6 {
  display: inline-block;
  vertical-align: top;
  float: none;
}
@media (min-width: 768px) {
  .custom-columns .col-sm-3,
  .custom-columns .col-sm-4,
  .custom-columns .col-sm-6 {
    margin: 0 -3px 0 0;
  }
}
/* css after media */

input[type=radio]#creditcard,
input[type=radio]#invoice {
  display: none;
}
label.radio img {
  position: absolute;
  top: 0;
  right: 0;
}
div.accept-terms .left {
  float: left;
}
div.delivery-date .left {
  float: left;
  padding-left: 0 !important;
}
div.accept-terms .right {
  float: right;
}
div.delivery-date .right {
  float: right;
  background-color: #f0f0f0;
  padding: 10px;
}
div.confirmation-tables-container span.help-inline {
  display: block;
  margin: 0;
}
.form-horizontal .control-group {
  position: relative;
}
.form-horizontal .control-group i {
  position: absolute;
  top: 11px;
  right: -15px;
}
.form-horizontal .wysihtml5-toolbar i,
#edit-category .wysihtml5-toolbar i {
  position: inherit;
  top: auto;
  right: auto;
}
.login-area .form-horizontal .control-group i {
  position: absolute;
  top: 13px;
  right: -18px;
}
.confirmation-tables-container div.control-group.required.error span.help-inline,
.customer-forms-info div.control-group.required.error span.help-inline {
  text-align: left;
  margin: 0;
  padding: 0 0 0 91px;
  overflow: hidden;
  clear: both;
}
.customer-forms-info div.control-group.required.error span.help-inline {
  padding: 0 0 0 130px;
}
.alert-danger,
.alert-error {
  overflow: hidden;
  clear: both;
}
div.view-terms {
  padding-top: 10px;
  display: inline-block;
}
div.view-terms div.left {
  float: left;
  width: 10%;
}
.label-area {
  display: block;
  overflow: hidden;
}
.main-label {
  margin: 0 10px 0 0;
  float: left;
}
.input-area #lblcredit {
  float: left;
}
.input-area .radio {
  line-height: 24px;
}
button.btn-custom[disabled] {
  color: #b8b8b8;
}
button#btnPrint {
  float: left;
}
.fa-sort-desc {
  position: absolute;
  top: 0;
  right: 12px;
  font-size: 24px;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.fa.fa-zoom-icon::before {
  content: "\f00e";
}
div.control-group.required.success span.help-inline {
  width: 19px;
  float: left;
}
div.control-group.required.success div.margin-left {
  margin-left: 77px !important;
}
div.product-quantity button,
div.product-quantity input {
  float: left;
  outline: none;
  margin: 2px;
}
div.product-quantity button {
  font-family: 'alright_sansmedium', Arial, Helvetica, sans-serif;
  text-align: center;
}
div.product-quantity button,
div.product-quantity a {
  border: none;
  color: white;
  font-size: 15pt;
  height: 35px;
  width: 35px;
  background-color: #8c8c8c;
  padding: 0;
}
div.product-quantity input {
  height: 35px !important;
  width: 35px !important;
  margin: 2px 2px 2px 0 !important;
}
button.btn-reload-quantity {
  background: url(/cassette.axd/file/css/images/quantity-reload-2d00551313c5d06c84e34822c1ea370244516bc6.png) 50% 50% no-repeat !important;
  border: none;
  outline: none;
}
.choose-texture {
  float: left;
  margin-left: 5px;
}
.choose-texture button {
  width: 130px;
  background: url("/cassette.axd/file/css/images/bg_select2-ec858dac73a04dae41d248b2c09909ad78a21fa4.png") no-repeat scroll right 50% #8c8c8c;
  color: white;
  line-height: 40px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
  outline: none;
  bottom: -17px;
  position: relative;
}
td.vertical-align {
  vertical-align: middle;
  padding-top: 0 !important;
}
span.title,
label.title {
  font-size: 8pt;
}
tr.variants.true {
  background-color: #faf6ca;
}
tr.variants a {
  cursor: pointer;
}
.preset-delivery-addresses-child {
  margin-bottom: 10px;
}
.preset-delivery-addresses-child .radio {
  padding-left: 0;
}
div#delivery-address input[type=text],
.order-address input[type=text],
.control-group textarea {
  font: 12px/14px 'alright_sansmedium', Arial, Helvetica, sans-serif !important;
}
.acceptterms-font,
.acceptterms-font label,
.delivery-date {
  font-size: 13px;
}
b span.title {
  font-weight: bold !important;
  font-size: 13px !important;
  color: black;
}
.table-calculator tr .product-name {
  color: black;
  padding: 10px 20px 10px 0;
}
.table-calculator tr .product-name small {
  font: 12px 'alright_sanslight', Arial, Helvetica, sans-serif;
}
td.product-select-area .custom-select-in-table {
  margin: 1px 0 0 0 !important;
}
.freight-costs-header {
  text-align: center;
  color: black;
  font-weight: normal;
}
.badge {
  margin-left: 10px !important;
}
.cost-item {
  font-size: 14px;
}
div.general-container {
  width: 100%;
}
.add-to-cart-form.fixed-width {
  width: 35%;
  float: left;
}
.add-to-cart-form button:disabled {
  color: #858282;
  background: #b1b1b1;
}
button.add-samples {
  width: 100%;
  line-height: 14px;
  height: auto;
}
label.disclamer {
  width: 62%;
  font-size: 12px;
  font-style: italic;
  color: #9e9e9e;
  margin: 0 0 0 3%;
  float: left;
}
._full-width-label label.disclamer {
  width: 100%;
  margin: 0;
}
div.search-container {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.cases-list img {
  max-width: 100%;
  width: 100%;
}
.cases-box {
  height: 50%;
  padding: 10px 0 0;
}
.cases-box:first-child {
  padding: 0 0 10px;
}
fieldset.order-address div.error input::-webkit-input-placeholder,
form#mailchimp-subscribe-form div.error input::-webkit-input-placeholder,
form#new-customer-form div.error input::-webkit-input-placeholder,
form#new-customer-form div.error textarea::-webkit-input-placeholder,
form#credentials-form-top div.error input::-webkit-input-placeholder,
form#forgot-password-form div.error input::-webkit-input-placeholder,
form#profile-contact-data-form div.error input::-webkit-input-placeholder,
form#profile-delivery-data-form div.error textarea::-webkit-input-placeholder,
form#profile-contact-data-form div.error textarea::-webkit-input-placeholder,
form#reset-password-form div.error input::-webkit-input-placeholder,
form#credentials-form input::-webkit-input-placeholder,
div.login-form-group.error input::-webkit-input-placeholder {
  color: #b94a48;
}
fieldset.order-address div.error input:-moz-placeholder,
form#mailchimp-subscribe-form div.error input:-moz-placeholder,
form#new-customer-form div.error input:-moz-placeholder,
form#new-customer-form div.error textarea:-moz-placeholder,
form#credentials-form-top div.error input:-moz-placeholder,
form#forgot-password-form div.error input:-moz-placeholder,
form#profile-contact-data-form div.error input:-moz-placeholder,
form#profile-contact-data-form div.error textarea:-moz-placeholder,
form#profile-delivery-data-form div.error textarea:-moz-placeholder,
form#reset-password-form div.error input:-moz-placeholder,
form#credentials-form div.error input:-moz-placeholder,
div.login-form-group.error input::-webkit-input-placeholder {
  color: #b94a48;
}
fieldset.order-address div.error input::-moz-placeholder,
form#mailchimp-subscribe-form div.error input::-moz-placeholder,
form#new-customer-form div.error input::-moz-placeholder,
form#new-customer-form div.error textarea::-moz-placeholder,
form#credentials-form-top div.error input::-moz-placeholder,
form#forgot-password-form div.error input::-moz-placeholder,
form#profile-contact-data-form div.error input::-moz-placeholder,
form#profile-delivery-data-form div.error textarea::-moz-placeholder,
form#profile-contact-data-form div.error textarea::-moz-placeholder,
form#reset-password-form div.error input::-moz-placeholder,
form#credentials-form div.error input::-moz-placeholder,
div.login-form-group.error input::-moz-placeholder {
  color: #b94a48;
}
fieldset.order-address div.error input:-ms-input-placeholder,
form#mailchimp-subscribe-form div.error input:-ms-input-placeholder,
form#new-customer-form div.error input:-ms-input-placeholder,
form#new-customer-form div.error textarea:-ms-input-placeholder,
form#credentials-form-top div.error input:-ms-input-placeholder,
form#forgot-password-form div.error input:-ms-input-placeholder,
form#profile-contact-data-form div.error input:-ms-input-placeholder,
form#profile-delivery-data-form div.error textarea:-ms-input-placeholder,
form#profile-contact-data-form div.error textarea:-ms-input-placeholder,
form#reset-password-form div.error input:-ms-input-placeholder,
form#credentials-form div.error input:-ms-input-placeholder,
div.login-form-group.error input:-ms-input-placeholder {
  color: #b94a48;
}
div.login-form-group div.controls {
  margin-left: 0 !important;
}
/* end of css after media */

.navbar-search .search-query {
  text-transform: uppercase !important;
}
.navbar-search .search-query {
  font-family: 'alright_sansmedium', Arial, Helvetica, sans-serif;
}
#map_markers div {
  width: 30%;
  margin: 3% 3% 3% 0;
  display: inline-block;
  vertical-align: top;
}
#map_markers .small {
  font-size: 11px;
}
.dilers-list #map_markers,
.dilers-list #map_markers a {
  font: 12px/18px 'alright_sanslight', Arial, Helvetica, sans-serif;
  color: black;
}
.dilers-list h3,
.dilers-list #map_markers strong {
  font: 16px/18px 'alright_sansmedium', Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: black;
}
.dilers-list #map_markers strong {
  font-size: 12px;
}
.dilers-list h3 {
  padding: 40px 0 0 0;
}
.calculator-main-input {
  overflow: hidden;
  display: block;
}
.calculator-main-input input {
  width: 100%;
  height: 85px;
  background: none;
  border: none;
  font-size: 70px;
  line-height: 70px;
  color: black;
  text-align: right;
  margin: 0;
  padding: 0;
  box-shadow: none;
}
.calculator-main-parameter {
  font: 60px/109px 'alright_sanslight', Arial, Helvetica, sans-serif;
  height: 85px;
  float: right;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.previous-list,
.customer-discounts {
  margin: 0 0 32px 0;
  overflow: hidden;
}
.login-credentials {
  width: 68%;
  padding: 2px 15px 11px 2px;
  margin: 0 0 0 -2px;
  float: left;
}
.login-btn-container {
  width: 31%;
  margin: 2px 0 0 0;
  float: right;
}
.login-btn-container .btn-custom,
.login-credentials input {
  width: 100%;
}
.login-btn-container .btn-custom,
.register-btn-container .btn-custom {
  min-height: 73px;
}
.login-credentials .help-inline,
#reset-password-form .help-inline {
  margin: 0;
  float: left;
}
.register-btn-container {
  padding: 2px 0 11px 0;
  overflow: hidden;
}
.register-btn-container .btn-custom {
  width: 47%;
  margin: 0 0 0 3%;
}
.register-btn-container .btn-custom.first {
  margin: 0 3% 0 0;
}
.form-text-container {
  min-height: 81px;
}
.login-form-container .right-link {
  margin: 1px 0 0 0;
  float: right;
}
.login-form-container .right-link a {
  color: #464646;
}
.no-rel-pos {
  position: inherit;
}
.rel-pos {
  position: relative;
}
#btnRefreshAll {
  float: right;
}
.checkout-print {
  margin: -55px 0 0 0;
}
.text-before-print-checkout-btn {
  width: 68%;
}
.content-before-form {
  padding: 0 0 9px 0;
}
.page-header {
  padding: 0;
  margin: 0;
  border: none;
}
.table-orders-main-title {
  overflow: hidden;
  background: #f0f0f0;
  border-top: 1px solid black;
  padding: 20px;
}
.table-orders-main-title .sort-period {
  float: right;
}
.table-orders-main-title .sort-period span,
.table-orders-main-title .sort-period input {
  float: left;
}
.table-orders-main-title .sort-period input {
  width: 90px;
  height: 35px;
  border: none;
  border-radius: 0;
  margin: 0;
  text-align: center;
  background: white;
}
.table-orders-main-title .sort-period .text {
  font: 12px/20px 'alright_sansmedium', Arial, Helvetica, sans-serif;
  margin: 10px 20px 0 20px;
}
.table-orders-main-title .sort-period .btn-custom {
  width: 80px;
  text-align: center;
  margin: 0 0 0 5px;
  cursor: pointer;
}
.sort-period .btn-vis {
  margin: 0 0 0 5px;
}
.previous-orders-info,
.previous-order-block,
.table-head,
.order-product-list,
.order-product-item {
  width: 100%;
  float: left;
}
.previous-orders-info {
  border-bottom: 1px solid black;
}
.previous-order-block,
.table-head {
  background: #f0f0f0;
  border-top: 1px solid black;
  padding: 5px 0;
}
.table-head {
  padding: 5px 0 1px 0;
}
.previous-order-block .table-cell,
.table-head .table-cell,
.order-product-col {
  display: table;
  border-collapse: collapse;
  float: left;
}
.order-product-col .middle-align,
.previous-order-block .table-cell .middle-align,
.table-head .table-cell .middle-align {
  display: table-cell;
  vertical-align: middle;
}
.previous-order-block .table-cell,
.table-head .table-cell {
  min-height: 35px;
}
.previous-order-block .table-cell .middle-align,
.table-head .table-cell .middle-align {
  font: 12px/14px 'alright_sanslight', Arial, Helvetica, sans-serif;
}
.table-head .table-cell .middle-align {
  font: 12px/14px 'alright_sansmedium', Arial, Helvetica, sans-serif;
}
.previous-order-block .table-cell.order-date,
.table-head .table-cell.order-date {
  width: 15%;
}
.previous-order-block .table-cell.order-antal,
.table-head .table-cell.order-antal {
  width: 8%;
}
.previous-order-block .order-amount,
.table-head .order-amount {
  width: 15%;
  text-align: right;
}
.previous-order-block .prev-order-address,
.table-head .prev-order-address {
  width: 35%;
}
.previous-order-block .order-btns-block,
.table-head .order-btns-block {
  width: 27%;
}
.previous-order-block .table-cell.prev-order-address .middle-align,
.table-head .table-cell.prev-order-address .middle-align {
  padding: 0 10px 0 50px;
}
.order-btns {
  width: 100%;
  float: right;
}
.order-btns .delete,
.order-btns .see-products {
  text-align: center;
  float: right;
}
.order-btns .delete {
  width: 32%;
}
.order-btns .see-products {
  width: 64%;
}
.order-btns .btn-custom {
  cursor: pointer;
}
.order-product-list {
  background: white;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin: 5px 0 -5px 0;
}
.order-product-item {
  border-top: 1px solid black;
  padding: 5px 0;
}
.order-product-col {
  width: 25%;
  min-height: 62px;
}
.order-product-col .middle-align {
  padding: 0 10px 0 0;
}
.order-product-col.name-col,
.order-product-col .after-col-title {
  font: 13px/16px 'alright_sansmedium', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.order-product-col.img-col {
  width: 84px;
}
.order-product-col.img-col img {
  max-width: 84px;
  float: left;
}
.color-col .color-picker-container {
  margin: 0;
}
.order-product-col .col-title {
  font: 13px 'alright_sansmedium', Arial, Helvetica, sans-serif;
  color: #464646;
  text-transform: uppercase;
}
.order-product-col .farve-color {
  width: 67px;
}
.datapicker-arrow-left,
.datapicker-arrow-right {
  width: 8px;
  height: 13px;
  text-indent: -9999px;
  background: url(/cassette.axd/file/css/images/main_sprite-fc0a6ff3cb50045208eda8d9e0d94fd44d7efab6.png) -76px -173px no-repeat;
}
.datapicker-arrow-right {
  background: url(/cassette.axd/file/css/images/main_sprite-fc0a6ff3cb50045208eda8d9e0d94fd44d7efab6.png) -84px -173px no-repeat;
}
.checkoutpage {
  overflow: initial;
}
#editor-console-standalone .controls {
  clear: both;
}
#editor-console-standalone .radio input[type="radio"],
#editor-console-standalone .checkbox input[type="checkbox"] {
  margin: 1px 5px 0 0;
}
#editor-console-standalone .radio,
#editor-console-standalone .checkbox {
  padding-left: 0;
}
.login-page .checkbox {
  padding: 0 !important;
}
.login-page .toggle {
  margin: -1px 10px 0 0;
}
.login-page .checkbox span {
  margin: 1px 0 0 0;
  cursor: pointer;
  float: left;
}
.reg-adress-textarea {
  width: 270px !important;
}
#edit-category fieldset h3 {
  font: 18px/14px 'alright_sansmedium', Arial, Helvetica, sans-serif;
  padding: 20px 0 0 91px;
}
#edit-category fieldset .form-actions h3 {
  padding: 0;
}
.form-horizontal .form-actions {
  padding: 20px;
}
.address-search {
  padding: 7px 0 0 0;
  clear: both;
  overflow: hidden;
}
.remember-me-checkout-login {
  margin-bottom: 0;
  float: left;
}
.sidebar-without-breadcrumbs {
  margin: 32px 0 0 0;
}
.prod-color {
  font-family: 'alright_sanslight', Arial, Helvetica, sans-serif;
}
.group-large-buttons {
  width: 381px;
  float: right;
}
.group-large-buttons .group-large-buttons__button {
  width: 188px;
  height: 62px;
  font-family: 'alright_sansmedium', Arial, Helvetica, sans-serif;
  padding: 0 10px;
  float: left;
}
.group-large-buttons .call-me-container .group-large-buttons__button {
  margin: 0 0 0 5px;
}
.products-details-contact-info {
  width: 220px;
  padding: 0 20px 0 0;
}
.products-details-contact-info__text {
  font: 11px/14px 'alright_sanslight_italic';
  padding: 0 0 5px;
}
.products-details-contact-info__info {
  font: 11px/14px 'alright_sansmedium';
}
.products-details-contact-info__link {
  color: #464646;
}
.header-modal-popup .form-control {
  width: auto;
  padding: 6px 10px 4px;
  margin: 10px 0 0;
  font: 12px/14px 'alright_sansmedium', Arial, Helvetica, sans-serif !important;
  color: #464646;
  height: 35px;
  min-width: 250px;
}
.material-calculator-button {
  margin-left: 20px;
}
.jobTable__last {
  width: 100px;
  vertical-align: middle !important;
  text-align: right;
}
.info-section {
  padding: 30px 0;
  color: black;
}
.info-section-list {
  margin: 15px 0;
}
.info-section-item {
  font-size: 16px;
  line-height: 18px;
  position: relative;
  padding: 0 0 0 59px;
  margin: 18px 0 0;
}
.info-section-item:first-child {
  margin-top: 0;
}
.info-section-item a {
  color: black;
}
.info-section-icon {
  width: 40px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 2;
}
.info-section-img {
  padding: 0 0 0 22px;
}
#back-to-top {
  position: fixed;
  bottom: 0;
  right: 50%;
  margin: 0 -580px 0 0;
  text-indent: -9999px;
  overflow: hidden;
  padding: 20px 20px 0;
  width: 90px;
  height: 70px;
  cursor: pointer;
  opacity: 0;
  z-index: -1;
  transition: opacity, background 0.3s ease;
}
#back-to-top:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 0;
  background: #f0f0f0;
  z-index: 2;
}
#back-to-top.hover:before,
#back-to-top:hover:before,
#back-to-top:active:before {
  background: #dddddd;
}
#back-to-top._visible {
  z-index: 290;
  opacity: 1;
}
#back-to-top:after {
  content: '';
  position: absolute;
  top: 45px;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 1px solid black;
  border-width: 0 1px 1px 0;
  transform: rotate(-135deg);
  margin: -3px 0 0 -4px;
  z-index: 3;
}
@media only screen and (max-width: 1150px) {
  #back-to-top {
    right: -10px;
    margin: 0;
  }
  #footer {
    margin: -227px 0 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .table-delivery-adress .not-edit-info,
  .table-delivery-adress .edit-info {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1000px) {
  .mailchimp-from-select .custom-select {
    width: 105px !important;
  }
}
@media only screen and (min-width: 992px) {
  .sidebar-right > .row > *[class^='col-'] {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  /* 1200 media */
  
  .form-horizontal div.controls,
  .customer-forms-info .form-horizontal div.controls {
    margin: 0;
  }
  .order-address input[type=text],
  .order-address input[type=password],
  textarea#comment,
  .adress-textarea {
    width: 100% !important;
    margin: 2px 0 0 0;
    float: left !important;
  }
  #nav li li a:not(.custom-checkbox) {
    font-size: 12px;
    display: block;
  }
  .controls .only-text {
    margin: 9px 0 9px 10px;
  }
  .simple-white-form div.controls {
    margin-left: 160px;
  }
  /* end of 1200 media */
  
  /* 1024 media */
  
  .logo-holder {
    max-width: 31.92%;
    min-width: 175px;
  }
  .logo-holder img {
    width: 100%;
  }
  /* end of 1024 media */
  
  .confirmation-tables-container div.control-group.required.error span.help-inline,
  .customer-forms-info div.control-group.required.error span.help-inline {
    width: 100%;
    padding: 0;
  }
  .custom-columns .col-md-3,
  .custom-columns .col-md-4,
  .custom-columns .col-md-6 {
    width: 100%;
    margin: 0;
  }
  .col-md-12,
  col-md-8,
  col-md-4 {
    clear: both;
  }
  .product-category-list {
    padding: 0 13px;
    margin: 0 0 20px;
  }
  .post-block,
  .top-align-column {
    display: block;
    margin: 0 0 43px 0;
    overflow: hidden;
  }
  .forms-area .login-form {
    margin: 0 0 32px 0;
  }
  .forms-area .login-form,
  div.new-customer {
    min-height: initial;
  }
  #checkout-steps .step-name {
    height: 50px;
    position: relative;
  }
  #checkout-steps .step-name:before,
  #checkout-steps li.first .step-name:before,
  #checkout-steps .step-name:after {
    width: 13px;
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
  }
  #checkout-steps .step-name:before,
  #checkout-steps li.first .step-name:before {
    border-right: none;
    margin: -1px 0 -1px -13px;
    position: relative;
  }
  #checkout-steps .step-name:after {
    border-left: none;
    margin: -1px -13px -1px 0;
    right: 0;
  }
  #checkout-steps li.active .step-name:before,
  #checkout-steps li.active .step-name:after {
    border-color: black;
    background: white;
    position: absolute;
    top: 0;
  }
  #checkout-steps li.first .step-name:before {
    width: 13px;
    border: 1px solid #f0f0f0;
    border-right: none;
    background: #f0f0f0;
    margin: -1px 0 -1px -13px;
    left: 0;
  }
  #mailchimp-subscribe-form #btnMailChimpSubscribe {
    float: left;
  }
  .simple-white-form {
    margin: 0 0 30px 0;
  }
  #footer {
    margin: 0 10px 80px;
    height: auto;
  }
  .empty-clear {
    height: 0;
  }
  #wrapper {
    min-height: 100px;
  }
  .color-picker-parent {
    height: auto;
  }
  .selected-color {
    height: 62px;
  }
  .mailchimp-from-select .custom-select {
    width: 100% !important;
    margin: 0 0 3px 0;
  }
  #footer .copyright {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 15px 0 0 0;
    padding: 0;
  }
  #footer ul {
    margin: 0 0 15px 0;
  }
  #footer .contact-form h3 {
    margin: 0 0 8px 0;
  }
  .order-address-child .order-address label.control-label,
  .customer-forms-info .order-address label.control-label {
    width: auto;
  }
  .order-delivery-addresses {
    margin: 0 15px 32px 15px;
  }
  .form-horizontal .control-group i {
    top: 39px;
  }
  .form-horizontal .login-credentials .control-group i {
    top: 11px;
  }
  .login-popup .simple-white-form {
    margin: 0;
  }
  .product-quantity.static-width {
    width: auto;
  }
  .box-banner ul {
    margin: 0 0 20px 18px;
  }
  .main-content-styles ul {
    margin: 0 0 14px 17px;
  }
  .main-content-styles ol {
    margin: 0 0 14px 21px;
  }
  .info-after-table,
  .prev-next-btns.last {
    margin: 0 0 32px 0;
  }
  #edit-category fieldset h3 {
    padding: 20px 0 0 0;
  }
  #edit-category label {
    padding: 0;
  }
  .main-content-styles ul.faq-list {
    margin: 0 0 14px 0;
  }
  .info-section-img {
    padding: 0;
  }
}
@media only screen and (max-width: 890px) {
  #nav {
    font-size: 12px;
  }
  #nav .dropdown .holder {
    columns: 6;
    -moz-columns: 6;
    -webkit-columns: 6;
    -ms-columns: 6;
    -o-columns: 6;
  }
  #nav .dropdown ul:not(.logged-user) {
    padding: 0;
    display: block;
  }
  .table-orders-main-title .custom-select {
    width: 100% !important;
    margin: 0 0 10px 0;
  }
  .orders-custom-select {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .product-custom-select {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  @-moz-document url-prefix() {
    #checkout-steps li.active .step-name:before {
      margin: 0 0 -1px -13px;
    }
    
    #checkout-steps li.active .step-name:after {
      margin: 0 -13px 1px 0;
    }
  }
  .mobile {
    display: block;
  }
  .header {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
  }
  .frontpage .header {
    z-index: -1;
  }
  .header:after {
    content: '';
    display: block;
    clear: both;
  }
  .header:before {
    display: none;
  }
  .header__row {
    padding: 0;
  }
  .logo-holder {
    min-width: 0;
    max-width: none;
    float: none;
  }
  .logo {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .checkoutpage .logo,
  .cart .logo {
    position: static;
    display: block;
    text-align: center;
    transform: none;
    padding: 15px 0;
  }
  .logo-holder a {
    width: 160px;
    margin: 0 0 0 13px;
    display: inline-block;
    vertical-align: top;
  }
  #header .clear {
    display: block;
  }
  #header .row {
    width: auto;
    padding: 0;
  }
  #header .row:after {
    display: none;
  }
  .add-nav,
  .add-nav ul {
    width: 100%;
    text-align: center;
  }
  .top-item-lang {
    display: block;
  }
  .hide-lang {
    display: none !important;
  }
  .lang-switcher {
    float: none;
    display: none;
  }
  .lang-switcher li:nth-child(2) {
    border-top: 1px solid black;
  }
  .add-nav ul li,
  .lang-switcher li {
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  #nav li.top-item .lang-switcher li a,
  #nav li.top-item .lang-switcher li a:hover {
    padding: 10px 20px 7px;
    color: black;
    background: white;
    border-bottom: 1px solid black;
  }
  .calc-box {
    float: left;
    margin: 15px 0 0;
    width: 100%;
    text-align: center;
    background: none;
  }
  .calc-box .holder,
  .calc-box .holder:after {
    min-height: initial;
  }
  .calc-box .holder:after {
    height: auto;
  }
  .calc-box .holder a {
    padding: 1px 14px 0 14px;
    margin: 0 0 0 -17px;
    float: none;
    background: none;
  }
  .calc-box .holder a,
  .calc-box .holder a:hover {
    color: black;
  }
  #header .container {
    margin: 15px 15px 0 0;
    width: 60%;
  }
  .main-nav {
    padding: 13px 0 0;
    border: none;
  }
  #nav {
    display: block;
  }
  .main-nav .open-close {
    display: none;
  }
  .menu-area {
    position: relative;
    padding: 0 0 30px;
  }
  .opener {
    display: inline-block;
    vertical-align: top;
    padding: 10px 11px;
  }
  .main-nav .opener:after {
    content: '';
    width: 38px;
    height: 16px;
    background: url(/cassette.axd/file/css/images/main_sprite-fc0a6ff3cb50045208eda8d9e0d94fd44d7efab6.png) 0 -217px no-repeat;
    display: block;
  }
  .main-nav .opener.active:after {
    background-position: -48px -217px;
  }
  .mobile-basket {
    position: absolute;
    font-family: 'alright_sansmedium', Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    top: 0;
    right: 0;
  }
  .mobile-basket a {
    display: block;
    width: 54px;
    height: 36px;
    background: url(/cassette.axd/file/css/images/main_sprite-fc0a6ff3cb50045208eda8d9e0d94fd44d7efab6.png) 5px -233px no-repeat;
  }
  .mobile-basket span {
    padding: 0 3px;
    line-height: 16px;
    background: #464646;
    color: white;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 12px;
  }
  .main-nav .search-form {
    background: #8c8c8c;
    padding: 10px;
    margin: 0;
    border-top: 1px solid white;
    overflow: hidden;
  }
  .main-nav .open-close {
    clear: both;
  }
  #nav-holder,
  #nav .has-dropdown ul {
    display: none;
  }
  #nav-holder {
    padding: 7px 0 29px;
  }
  .hide-768 {
    display: none !important;
  }
  #nav .has-dropdown.open ul,
  .show-768,
  #nav .top-item {
    display: block;
  }
  #nav .has-dropdown .section ul {
    display: none;
  }
  #nav .drop-opener,
  #nav .sub-drop-opener {
    width: 40px;
    height: 38px;
    background: url(/cassette.axd/file/css/images/main_sprite-fc0a6ff3cb50045208eda8d9e0d94fd44d7efab6.png) -251px -80px no-repeat;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 0 2px;
  }
  #nav li.open .drop-opener {
    background-position: -251px -118px;
  }
  #nav .section.open .sub-drop-opener {
    background-position: -251px -156px;
  }
  #nav .sub-drop-opener {
    top: 50%;
    margin: -20px 0 0 0;
  }
  .open-close {
    display: block !important;
  }
  #nav,
  #nav li {
    width: 100%;
    max-width: none;
  }
  #nav li {
    margin: 0;
    position: relative;
    display: block;
    padding: 0;
  }
  #nav li.login-item {
    position: static;
  }
  #nav li a:not(.custom-checkbox) {
    background: #f0f0f0;
    color: #464646;
    display: block;
    padding: 10px 40px 6px 10px;
    float: none;
  }
  .lang-drop-opener,
  #nav li a:not(.custom-checkbox),
  #nav li a.dropdown-toggle {
    font: 16px/22px 'alright_sanslight', Arial, Helvetica, sans-serif;
    color: #464646;
  }
  #nav li a.dropdown-toggle {
    color: #464646 !important;
  }
  .lang-drop-opener,
  #nav li a:not(.custom-checkbox),
  #nav li a:not(.custom-checkbox):hover,
  #nav li:hover a:not(.custom-checkbox) {
    padding: 10px 40px 6px 10px;
    border-bottom: 1px solid #f0f0f0;
  }
  .lang-drop-opener,
  #nav li.top-item a:not(.custom-checkbox),
  #nav li.top-item a:not(.custom-checkbox):hover {
    background: gainsboro;
    border-bottom: 1px solid gainsboro;
    display: block;
  }
  #nav li:hover .login-container .dropdown a:not(.custom-checkbox),
  #nav li:hover .login-container .dropdown a:not(.custom-checkbox):hover {
    background: gainsboro;
    border-bottom: 1px solid gainsboro;
  }
  #nav li.login-item .dropdown {
    display: block !important;
    padding: 0 !important;
    top: 0 !important;
    z-index: inherit;
  }
  #nav li.login-item .dropdown .modal {
    position: fixed;
  }
  #nav li.login-item ul {
    width: 100%;
  }
  #nav li li a:not(.custom-checkbox),
  #nav .active .dropdown a:not(.custom-checkbox),
  #nav li:hover .dropdown a:not(.custom-checkbox),
  #nav .dropdown h2 a,
  #nav .dropdown ul a,
  #nav .active .dropdown a:hover,
  #nav li:hover .dropdown a:not(.custom-checkbox):hover,
  #nav .dropdown h2 a:hover,
  #nav .dropdown ul a:hover {
    padding: 10px 40px 10px 10px;
    color: black;
    border-bottom: 1px solid black;
    background: white;
    text-decoration: none;
    background: gainsboro;
  }
  .btn-forgot-password,
  .btn-new-customer {
    padding: 0 !important;
    background: none !important;
    border: none !important;
  }
  .login-container .dropdown-login .login-links .btn-new-customer {
    float: right !important;
  }
  #nav .dropdown {
    position: relative;
    max-height: 100%;
    transition: none;
    display: none;
  }
  #nav .dropdown .holder {
    transform: translateY(0);
    columns: 1;
    -moz-columns: 1;
    -webkit-columns: 1;
    -ms-columns: 1;
    -o-columns: 1;
    border-top: 1px solid black;
    padding: 0;
  }
  #nav .dropdown h2 {
    margin: 0;
  }
  #nav .dropdown ul {
    margin: 0;
    padding: 0;
  }
  #nav .dropdown ul li {
    margin: 0;
    padding: 0;
  }
  #nav .dropdown h2 a,
  #nav .dropdown h2 a:hover {
    padding: 10px 40px 7px 20px !important;
  }
  #nav .dropdown ul a {
    padding: 9px 40px 10px 30px !important;
    font-size: 14px;
  }
  #nav .dropdown h2 {
    position: relative;
  }
  #nav .dropdown .section.open h2 a,
  #nav .dropdown .section.open h2 a:hover {
    background: black;
    color: white;
  }
  #nav li a.logout-link,
  #nav li:hover a.logout-link {
    position: absolute;
    top: 0;
    right: 0;
    padding: 11px 10px 9px 10px !important;
    text-transform: uppercase;
  }
  .highlights-block {
    margin: 0 0 72px;
    border: 0;
    padding: 0;
  }
  .highlights-block .box {
    width: 47.79%;
    margin-bottom: 15px;
  }
  .contact-form {
    padding: 0;
  }
  .contact-form input[type="text"],
  .contact-form input[type="email"] {
    width: 100%;
  }
  #footer {
    margin: 0 10px 80px;
    padding: 10px;
  }
  #wrapper {
    padding: 0 10px;
  }
  .guides-overview-container .col-md-6 {
    width: 100%;
  }
  #credentials-form-top .checkbox span,
  #credentials-form-top #btnLogin {
    float: left;
  }
  #login-dropdown-container {
    padding: 0 15px 0 0 !important;
  }
  #login-dropdown-container .dropdown-toggle .caret {
    display: none;
  }
  .mobile-btn {
    width: 100% !important;
    height: 35px !important;
    line-height: 35px !important;
  }
  .tabs-product-info .nav-tabs,
  .tabs-product-info .nav-tabs li {
    width: 100%;
    float: left;
  }
  .tabs-product-info .nav-tabs li {
    margin: 0 0 4px 0 !important;
  }
  .tabs-product-info .nav-tabs li a,
  .tabs-product-info .nav-tabs li.active a {
    padding: 14px 12px 11px 12px;
    margin: 0 0 5px 0;
  }
  .tabs-product-info .nav-tabs li a {
    border: 1px solid #f0f0f0;
  }
  .tabs-product-info .nav-tabs li.active a {
    border: 1px solid black !important;
  }
  .tab-container {
    border: none;
    padding: 20px 0 0 0;
  }
  .tab-container.customer-forms-info {
    margin: -1px 0 0 0;
  }
  .customer-forms-content {
    margin: 0;
  }
  .btn-find-dealer .custom-btn {
    float: left;
  }
  .print-area table tr td {
    width: 100% !important;
    padding: 10px 0 0 0;
    float: left;
  }
  .print-area table.jobTable .last-td {
    padding: 10px 0 !important;
    text-align: left;
  }
  .print-area table.jobTable td select {
    margin: 3px 0 0 0;
  }
  .print-area table.jobTable td .hidden-bottom-info {
    float: left !important;
  }
  .print-area table.jobTable td h3 {
    margin: 0 0 8px 0 !important;
  }
  .print-area table.jobTable td .hidden-bottom-info {
    padding: 0 0 13px 0;
  }
  .calculator-info {
    width: 100%;
    padding: 15px;
  }
  .calculator-info .input-area {
    text-align: left;
  }
  .checkout-steps-area .step-name {
    margin: 0 0 5px 0;
  }
  .form-horizontal .control-group {
    margin: 0 30px 5px 0;
  }
  .customer-forms-info .form-horizontal .control-group,
  #credentials-form-top .control-group,
  .login-credentials .control-group {
    margin: 0 0 5px 0;
  }
  .table-calculator.cart tr .product-name,
  .table-calculator .last-btn-area {
    width: auto;
  }
  .confirmation-tables-container .col-md-6,
  .customer-forms-info .col-md-6,
  .forms-area .col-md-6 {
    width: 100%;
  }
  .payment-method .control-label,
  .payment-method .input-area {
    width: 100% !important;
    padding: 10px 30px 10px 0;
  }
  .payment-method-blocks {
    margin: 0 0 30px 0;
  }
  .simple-white-form div.controls {
    position: relative;
    width: 100%;
    margin: 0;
    float: left;
  }
  .form-horizontal .control-label {
    width: auto;
  }
  .simple-white-form .help-inline {
    margin: 0;
  }
  .simple-white-form div.controls .icon-ok-sign {
    position: absolute;
    top: 50%;
    right: -17px;
    margin: -7px 0 0 0;
  }
  .color-picker-parent {
    float: left;
  }
  #cart-form .color-picker-parent {
    padding: 5px 10px 5px 0;
  }
  .order-address .custom-select {
    width: 100% !important;
  }
  .search-header .search-form .search-query {
    width: 100%;
    margin: 0 0 5px 0;
  }
  .search-header .search-form .btn-custom {
    margin: 0 0 10px 0;
  }
  .no-more-tables {
    border-bottom: 2px solid black;
  }
  .no-more-tables table,
  .no-more-tables thead,
  .no-more-tables tbody,
  .no-more-tables th,
  .no-more-tables td,
  .no-more-tables tr {
    display: block;
  }
  .no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .no-more-tables td {
    border: none;
    position: relative;
    white-space: normal;
    text-align: left;
    border-top: 1px solid black;
    overflow: hidden;
    min-height: 37px;
    width: 100% !important;
    padding: 10px !important;
  }
  .no-more-tables.table-delivery-adress {
    border: none;
  }
  .no-more-tables.table-delivery-adress td.save-btn-area {
    padding: 0 !important;
  }
  .table-calculator.cart .single-product-price,
  .table-calculator.cart .total-product-price {
    text-align: left;
  }
  .no-more-tables td:before {
    width: 45%;
    padding-right: 10px;
    word-break: break-word;
    text-align: left;
    font-family: 'alright_sansmedium', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    float: left;
  }
  .no-more-tables td .col-info {
    width: 55%;
    float: left;
  }
  .no-more-tables .main-product-price {
    width: 100%;
    margin: 0;
  }
  .no-more-tables .main-product-price:before {
    display: none;
  }
  .no-more-tables .main-product-price .title {
    width: 45%;
    font-size: 12px;
    padding: 4px 10px 0 0;
    float: left;
  }
  .no-more-tables .main-product-price label {
    padding: 1px 0 0 0;
    margin: 0;
    clear: none;
    float: left;
    width: 50%;
  }
  .no-more-tables .main-product-price hr {
    width: 100%;
    background: black;
  }
  .no-more-tables .main-product-price .price-field {
    margin: 10px 0;
    overflow: hidden;
  }
  .no-more-tables td:before {
    content: attr(data-title);
  }
  .no-more-tables .product-img,
  .no-more-tables .hide-td {
    display: none;
  }
  .no-more-tables .product-quantity {
    padding: 4px 0 0 0;
    margin: -1px 0 3px 0;
    float: left;
  }
  .no-more-tables .custom-select-in-table {
    margin: 0;
  }
  .no-more-tables .product-price {
    padding: 0 !important;
  }
  .no-more-tables .one-line-title,
  .no-more-tables .after-line-title:before {
    font-family: 'alright_sansmedium', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
  }
  .no-more-tables .one-line-title,
  .no-more-tables .after-line-title {
    padding: 10px 0 !important;
    float: left;
  }
  .no-more-tables .one-line-title {
    width: 45% !important;
    padding: 10px 10px 10px 0 !important;
  }
  .no-more-tables .after-line-title,
  .more-product-info,
  .fragt-text,
  .second-mobile-td {
    width: 50% !important;
    float: left;
  }
  .first-mobile-td {
    width: 45%;
    padding-right: 10px;
  }
  .table-calculator tr.cart-fees {
    width: 100%;
    float: left;
  }
  .table-calculator tr.cart-fees td {
    border-top: none;
  }
  .table-calculator.cart .last-btn-area .btn-remove,
  #btnRefreshAll,
  .more-product-info,
  .fragt-text,
  .group-large-buttons {
    float: left;
  }
  .confirmation-tables-container .table-calculator .title {
    width: 45%;
    padding: 10px 10px 10px 0;
  }
  .dropdown.open .dropdown-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .dropdown-login.login-popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
  }
  .dropdown-close {
    background: rgba(0, 0, 0, 0.5);
  }
  .dropdown-login .simple-white-form input:not([type='checkbox']) {
    border: 1px solid #cccccc;
    box-shadow: none;
    -webkit-appearance: none;
  }
  .login-container .dropdown-login .login-links a {
    float: left !important;
  }
  .table-delivery-adress .btns-area,
  #btnSaveDeliveryAddreses {
    float: left;
  }
  #btnSaveDeliveryAddreses {
    margin: 10px 0 0 0;
  }
  .table-delivery-adress .btns-area {
    margin: 0;
  }
  .table-delivery-adress .custom-btn {
    margin: 0 5px 0 0;
  }
  .table-delivery-adress .not-edit-info,
  .table-delivery-adress .edit-info {
    width: 100% !important;
  }
  .simple-white-form .custom-select {
    width: 100% !important;
  }
  .simple-white-form.form-horizontal .control-group i {
    position: absolute;
    top: 39px;
    right: -15px;
  }
  #credentials-form-top.simple-white-form.form-horizontal .control-group i {
    top: 13px;
  }
  .simple-white-form.form-horizontal div.control-group.required.error span.help-inline {
    text-align: left;
    overflow: hidden;
    clear: both;
    display: block;
  }
  .table-delivery-adress .toggleR {
    margin: 0 10px 0 0;
  }
  .form-text-container {
    min-height: initial;
  }
  #termsModal {
    top: 0 !important;
    position: absolute;
    left: 2% !important;
    width: 96% !important;
    margin: 0;
  }
  .modal.sample-color .modal-body {
    max-height: 284px;
    margin: 0 0 15px 0;
  }
  .modal {
    width: auto;
    left: 0;
    right: 0;
    margin: 0;
    position: absolute;
  }
  #wrapper .modal {
    left: 10px;
    right: 10px;
  }
  .modal._custom {
    top: 0px !important;
    position: fixed;
  }
  .modal._custom .header-modal-popup {
    padding: 50px 40px 15px;
  }
  .modal._custom .modal-body {
    padding: 0 40px;
  }
  .modal._custom .modal-blocks-padding {
    padding: 15px 40px;
  }
  .previous-orders-info {
    border-bottom: 2px solid black;
  }
  .table-head {
    display: none;
  }
  .sort-period,
  .table-orders-main-title .sort-period input {
    width: 100%;
    text-align: left;
  }
  .table-orders-main-title .sort-period .text {
    margin-left: 1px;
  }
  .table-orders-main-title .sort-period .btn-custom {
    margin: 5px 0 0 0;
  }
  .order-btns .delete,
  .order-btns .see-products {
    width: auto;
  }
  .order-product-list {
    margin: 0;
  }
  .previous-order-block {
    padding: 0;
  }
  .previous-order-block .table-cell,
  .order-product-col {
    width: 100% !important;
    min-height: initial;
    border-collapse: initial;
    text-align: left;
    border-top: 1px solid black;
    padding: 10px 0;
  }
  .previous-order-block .middle-align,
  .previous-order-block .table-cell:before,
  .order-product-col:before {
    width: 60%;
    margin: 0 5% 0 0;
    float: left;
  }
  .order-product-col:before,
  .previous-order-block .table-cell:before {
    content: attr(data-title);
    width: 30%;
    font: 12px/14px 'alright_sansmedium', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
  }
  .order-product-col:before {
    padding: 1px 0 0 0;
  }
  .previous-order-block .table-cell.prev-order-address .middle-align {
    padding: 0;
  }
  .order-btns {
    width: auto;
    float: left;
  }
  .order-product-item {
    padding: 0;
  }
  .order-product-col.color-col .middle-align {
    width: auto;
    margin: 0;
  }
  .order-product-col.img-col,
  .order-product-col.price-col .col-title,
  .order-product-col.price-col br {
    display: none;
  }
  .order-delivery-addresses {
    margin: 0 0 32px 0;
  }
  .reg-adress-textarea {
    width: 100% !important;
  }
  .mobile-scroll-to-div {
    position: relative;
  }
  .preset-delivery-addresses-text,
  #preset-delivery-addresses {
    padding: 0 30px 0 0;
  }
  .mobile-basket .call-me-container {
    clear: both;
    overflow: hidden;
  }
  .jobTable__last {
    width: auto;
    text-align: left;
  }
  .category-list {
    margin: 0 -13px;
    display: block;
  }
  .highlights-list {
    display: block;
  }
  .cases-block {
    border-top-width: 4px;
    padding: 39px 0 0;
  }
  .cases-block h1 {
    margin: 0 0 34px;
  }
  .cases-block .slick-dotted.slick-slider {
    margin-bottom: 59px;
  }
  .cases-block .slick-dots {
    bottom: -12px;
  }
  .cases-block .slick-dots li {
    width: 8px;
    height: 4px;
    margin: 0 4px 0 0;
  }
  .cases-block .slick-dots li button {
    color: transparent;
    background: #999999;
    width: 8px;
    height: 4px;
    font-size: 0;
    line-height: 0;
    min-width: 0;
  }
  .cases-block .slick-dots li.slick-active button {
    background: black;
    color: transparent;
  }
  .cases-list {
    margin: 0 -10px;
  }
  .cases-list .slick-list {
    padding: 0 55px 21px 0 !important;
  }
  .cases-list .slick-dots {
    left: 18px;
    right: 18px;
    margin: 0;
  }
  .cases-link {
    margin: 36px 0 0;
  }
  .cases-item {
    padding: 0 10px;
  }
  .info-section {
    padding: 0 0 16px;
    text-align: center;
  }
  .info-section-list {
    display: flex;
    margin: 15px 7%;
  }
  .info-section-item {
    padding: 26px 10px 11px;
    width: 33.33%;
    margin: 0;
    font-size: 11px;
    line-height: 13px;
  }
  .info-section-icon {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  #checkout-steps li.active .step-name:before {
    margin: 0 0 -1px -13px;
  }
  #checkout-steps li.active .step-name:after {
    margin: 0 -13px 1px 0;
  }
}
@media only screen and (max-width: 580px) {
  #header .container {
    width: 45%;
  }
  .order-address input[type=text],
  .order-address select {
    width: 157px;
  }
  .calculator-main-parameter {
    font-size: 14px;
    line-height: 89px;
    height: 54px;
  }
  .calculator-info input {
    font-size: 48px;
    line-height: 48px;
    height: 54px;
  }
  .calculator-info .calculatorText {
    padding: 16px 15px;
  }
  #map_markers {
    padding: 0 0 23px 0;
    overflow: hidden;
  }
  #map_markers div {
    width: 100%;
    margin: 20px 0 0 0;
  }
  #map_markers div p {
    margin: 0;
    padding: 0;
  }
  .table-calculator.cart .product-quantity {
    width: auto;
  }
  .order-product-col:before,
  .previous-order-block .table-cell:before {
    word-break: break-all;
  }
  .text-before-print-checkout-btn {
    width: 45%;
  }
  .color-picker-parent {
    width: 55%;
    height: auto;
  }
  .add-to-cart-form,
  label.disclamer,
  .add-to-cart-form.fixed-width,
  ._custom label.disclamer,
  ._custom .add-to-cart-form.fixed-width {
    width: 100%;
  }
  label.disclamer {
    margin: 10px 0 0 0;
  }
}
@media only screen and (max-width: 500px) {
  .search-container .product-price {
    clear: both;
    margin: 0 0 0 25px;
  }
}
@media only screen and (max-width: 480px) {
  .highlights-block video,
  .checkout-steps-area .col-xs-6,
  #footer .col {
    width: 100%;
  }
  .modal #addColor {
    word-break: break-word;
  }
  .modal.fade.in {
    top: 20px !important;
  }
  .guide-section h1 {
    margin: 0 0 20px;
  }
  .guide-section h1,
  .guide-section h2,
  .guide-section h3 {
    font-size: 19px;
    word-break: break-word;
  }
  .header-modal-popup .form-control {
    min-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  #header .row:after {
    display: block;
  }
  #header .container {
    float: none;
    width: 100%;
    max-width: 9999px;
    text-align: center;
  }
  #header .row,
  .highlights-block .box-banner {
    width: 100%;
    margin: 0;
  }
  .calc-box {
    width: 100%;
    height: auto;
  }
  .calc-box .holder {
    min-height: 50px;
  }
  .calc-box .holder:after {
    height: 50px;
  }
  .order-address input[type=text],
  .order-address select {
    width: 117px;
  }
  .no-more-tables .last-btn-area {
    padding: 10px 0 !important;
  }
  .no-more-tables .last-btn-area .btn-remove,
  .no-more-tables .last-btn-area .custom-btn,
  .no-more-tables .last-btn-area .btn-add-to-cart {
    width: 100%;
    height: 35px;
    line-height: 37px;
    padding: 0;
    text-align: center;
  }
  .no-more-tables .last-btn-area .btn-remove {
    width: auto;
    padding: 0 11px 0 9px;
  }
  .no-more-tables {
    font-size: 12px;
  }
  .prev-next-btns .btn-large-custom {
    width: 110px;
  }
  div.search-container {
    min-height: 95px;
  }
  .search-container .product-color {
    width: 40px;
    position: absolute;
    top: 45px;
    left: 0;
  }
  .login-form-container .right-link {
    float: left;
  }
  .calc-box .holder a {
    margin: 0;
  }
}
@media only screen and (max-width: 360px) {
  .search-container .product-info {
    width: 125px;
  }
}
@media only screen and (max-width: 320px) {
  
}
@media only screen and (min-width: 481px) {
  #nav .dropdown ul {
    position: static !important;
  }
}
@media only screen and (min-width: 769px) {
  .open-close {
    display: block !important;
  }
  #wrapper {
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  #wrapper {
    padding: 0;
  }
  .col-md-1 {
    width: 80px;
  }
  .col-md-2 {
    width: 160px;
  }
  .col-md-3 {
    width: 240px;
  }
  .col-md-4,
  .tabs-product-info .nav-tabs li {
    width: 320px;
  }
  .col-md-5 {
    width: 400px;
  }
  .col-md-6 {
    width: 480px;
  }
  .col-md-7 {
    width: 560px;
  }
  .col-md-8 {
    width: 640px;
  }
  .col-md-9 {
    width: 720px;
  }
  .col-md-10 {
    width: 800px;
  }
  .col-md-11 {
    width: 880px;
  }
  #footer .col-md-4 {
    width: 33.33333333333333%;
  }
  #footer .col-md-8 {
    width: 66.66666666666666%;
  }
}
/* put your css before media queries */

.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 18px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #cccccc;
  }
  .form-horizontal .control-group > label {
    /* float: none; */
    width: auto;
    /* padding-top: 0; */
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
  .modal.fade.in {
    top: auto;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .thumbnails {
    margin-left: 0;
  }
  [class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: auto;
    margin-left: 0;
  }
  .form-horizontal .login-info {
    margin-right: 0;
    min-height: 0;
  }
  .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;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
}
ul.wysihtml5-toolbar {
  margin: 0;
  padding: 0;
  display: block;
}
ul.wysihtml5-toolbar::after {
  clear: both;
  display: table;
  content: "";
}
ul.wysihtml5-toolbar > li {
  float: left;
  display: list-item;
  list-style: none;
  margin: 0 5px 10px 0;
}
/*ul.wysihtml5-toolbar a[data-wysihtml5-command="bold"] {
	font-weight: bold;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command="italic"] {
	font-style: italic;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command="underline"] {
	text-decoration: underline;
}*/

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
  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);
  background-color: #e6e6e6;
  background-color: #d9d9d9;
  outline: 0;
}
ul.wysihtml5-commands-disabled .dropdown-menu {
  display: none !important;
}
ul.wysihtml5-toolbar div.wysihtml5-colors {
  display: block;
  width: 50px;
  height: 20px;
  margin-top: 2px;
  margin-left: 5px;
  position: absolute;
  pointer-events: none;
}
ul.wysihtml5-toolbar a.wysihtml5-colors-title {
  padding-left: 70px;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="black"] {
  background: black !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"] {
  background: silver !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"] {
  background: gray !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"] {
  background: maroon !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="red"] {
  background: red !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"] {
  background: purple !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="green"] {
  background: green !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"] {
  background: olive !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"] {
  background: navy !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] {
  background: blue !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] {
  background: orange !important;
}
