/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

form {
  display: inline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Clearfix
----------------------------------------------------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  display: inline-block; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

.clear {
  clear: both; }

[v-cloak] {
  display: none; }

[v-cloak] .v-cloak--block {
  display: block; }

[v-cloak] .v-cloak--inline {
  display: inline; }

[v-cloak] .v-cloak--inlineBlock {
  display: inline-block; }

[v-cloak] .v-cloak--hidden {
  display: none; }

[v-cloak] .v-cloak--invisible {
  visibility: hidden; }

.v-cloak--block,
.v-cloak--inline,
.v-cloak--inlineBlock {
  display: none; }

/* Html tags
----------------------------------------------------------------------------- */
body, html {
  font-family: 'Roboto', sans-serif;
  height: 100%;
  background: #fff;
  color: #253c59;
  font-size: 14px; }

body {
  min-width: 1150px;
  min-height: 100%; }

a {
  text-decoration: none;
  color: #253c59; }
  a .link {
    text-decoration: underline;
    font-weight: 400;
    font-style: italic; }

b, strong {
  font-weight: 400; }

span.superstrong {
  font-weight: 600;
  font-size: 20px; }

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 25px;
  font-weight: 300; }

h1 {
  font-size: 45px; }

h2 {
  font-size: 38px; }

h3 {
  font-size: 32px; }

h4 {
  font-size: 28px; }
  h4 small {
    display: block;
    font-size: 20px;
    font-weight: 300;
    margin-top: 10px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 18px; }
  h6 small {
    font-size: 14px; }

small {
  font-size: 80%; }

i {
  font-style: italic; }

p {
  font-weight: 300;
  line-height: 25px; }

address {
  font-weight: 100;
  line-height: 18px;
  margin-bottom: 20px; }

.container {
  display: block;
  position: relative;
  width: 1100px;
  margin: 0 auto;
  padding: 0 25px; }

.container-large {
  width: 1200px; }

.container:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.content {
  margin: 40px 0; }

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -370px; }

.placeloader-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10; }

.placeloader {
  position: relative;
  width: 100%;
  height: 100px;
  top: 35%;
  animation: gracePeriod .3s .3s forwards;
  opacity: 1; }
  .placeloader:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #778ea9;
    border-bottom-color: transparent;
    animation: preloader .5s linear infinite; }

@keyframes gracePeriod {
  from {
    top: 34.5%;
    opacity: 0; }
  to {
    top: 35%;
    opacity: 1; } }

@keyframes preloader {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.btn {
  border: none;
  margin: 0px;
  background-color: #415a78;
  cursor: pointer;
  color: #FFF;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle; }
  .btn:hover {
    background-color: #2f4157; }
  .btn.btn-sm {
    font-size: 12px;
    padding: 5px 8px; }
  .btn.btn-success {
    background-color: #2ecc71;
    color: #FFF; }
    .btn.btn-success:hover {
      background-color: #25a25a; }
  .btn.btn-light {
    background-color: #778ea9; }
    .btn.btn-light:hover {
      background-color: #5c7491; }
  .btn .fa {
    font-size: 100%; }
    .btn .fa.fa-margin-right {
      margin-right: 5px; }
  .btn.btn-link {
    background: none;
    font-size: 14px;
    color: #5d7da3; }
  .btn.btn-block {
    display: block; }
  .btn-offer {
    position: relative;
    top: 13px;
    padding: 2px 4px !important; }

button.button {
  padding-top: 0;
  padding-bottom: 0;
  border: 0; }

.button {
  background-color: #e4eefa;
  margin-bottom: 25px;
  display: inline-block;
  color: #415a78;
  border-radius: 20px;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 40px;
  font-size: 16px;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer; }
  .button:hover {
    background-color: #c8dcf3; }
  .button-success {
    color: #FFF;
    background-color: #1abc9c; }
    .button-success:hover {
      background-color: #17a689; }
  .button-danger {
    color: #FFF;
    background-color: #e74c3c; }
    .button-danger:hover {
      background-color: #e43725; }
  .button-square {
    border-radius: 4px; }

.button.icon, .button.small.icon {
  padding-left: 0px; }

.button.icon i {
  background-color: rgba(255, 255, 255, 0.4);
  line-height: 41px;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 10px; }

.button.dark {
  background-color: #415a78;
  color: #FFF; }

.button.light {
  background-color: #ffffff;
  color: #415a78; }

.button.nomargin {
  margin-bottom: 0; }

.button.dark:hover {
  background-color: #526f91; }

.button.light:hover {
  background-color: #f0f4fb; }

.button.dark.icon i {
  background-color: rgba(255, 255, 255, 0.3); }

.button.light.icon i {
  background-color: rgba(228, 238, 250, 0.5); }

.button.search i {
  background-color: inherit;
  margin: 0;
  padding: 0 8px;
  margin-right: 5px; }

.button.small {
  font-size: 12px;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 30px; }

.button.small i {
  line-height: 32px; }

.button.circle {
  padding: 0px;
  width: 40px;
  text-align: center; }

.button.small.circle {
  width: 31px; }

.button-label {
  padding: 5px 0;
  height: 30px;
  border-radius: .25em;
  text-align: center;
  cursor: pointer;
  margin-bottom: 25px; }

.button-label h5 {
  font-size: 18px; }

.button-label-primary {
  background-color: #415a78; }

.button-label-light {
  background-color: #d6e5f7; }

.button-label.bordered {
  border: 2px solid #415a78; }

.message.info.optionMaterialBox:hover {
  border: 2px solid #415a78;
  padding: 18px; }

.button.circle i {
  margin: 0px;
  padding: 0px;
  background: none; }

.invisible_button {
  background: transparent;
  border: none; }

#offer-button {
  cursor: pointer;
  position: absolute;
  top: -4px;
  right: 0;
  margin-top: 35px;
  border: 1px solid #537399;
  border-radius: 4px;
  width: 41px;
  height: 41px;
  line-heigth: 41px;
  text-align: center;
  background-color: #FFF;
  color: #537399; }

#template-button {
  padding: 12px 0px;
  width: 5%;
  position: relative;
  top: -2px; }

/*	12 COLUMN : RESPONSIVE GRID SYSTEM
	DEVELOPER : DENIS LEBLANC
	URL : http://responsive.gs
	VERSION : 3.0
	LICENSE : GPL & MIT */
/* 	SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */
/* Box sizing
----------------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*	MAIN CONTAINER
	Set the width to whatever you want the width of your site to be. */
/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
.row:after,
.col:after,
.clr:after,
.group:after {
  content: "";
  display: table;
  clear: both; }

/* 	DEFAULT ROW STYLES
	Set bottom padding according to preference */
.row {
  padding-bottom: 0em; }

/* DEFAULT COLUMN STYLES */
.col {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px; }

.col.last {
  float: right; }

.col.demo {
  min-height: 10px;
  background: #f05134;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease; }

.col.demo:hover {
  background: #222; }

/*	COLUMN WIDTH ON DISPLAYS +768px
	You might need to play with media queries here to suite your design.
	@media ( min-width : 980px ) {
	*/
.gutters .col {
  margin-left: 4%; }

.gutters .col:first-child {
  margin-left: 0; }

.gutters .col.first {
  margin-left: 0; }

.nogutters .col {
  margin-left: 0%; }

.span_1 {
  width: 8.33333333333%; }

.span_2 {
  width: 16.6666666667%; }

.span_3 {
  width: 25%; }

.span_4 {
  width: 33.3333333333%; }

.span_5 {
  width: 41.6666666667%; }

.span_6 {
  width: 50%; }

.span_7 {
  width: 58.3333333333%; }

.span_8 {
  width: 66.6666666667%; }

.span_9 {
  width: 75%; }

.span_10 {
  width: 83.3333333333%; }

.span_11 {
  width: 91.6666666667%; }

.span_12 {
  width: 100%; }

.gutters .span_1 {
  width: 4.68%; }

.gutters .span_2 {
  width: 13.20%; }

.gutters .span_3 {
  width: 22%; }

.gutters .span_4 {
  width: 30.65%; }

.gutters .span_5 {
  width: 39%; }

.gutters .span_6 {
  width: 48%; }

.gutters .span_7 {
  width: 56.5%; }

.gutters .span_8 {
  width: 65.25%; }

.gutters .span_9 {
  width: 74%; }

.gutters .span_10 {
  width: 82.75%; }

.gutters .span_11 {
  width: 91.3%; }

.gutters .span_12 {
  width: 100%; }

.nogutters .span_1 {
  width: 8.33333333333%; }

.nogutters .span_2 {
  width: 16.6666666667%; }

.nogutters .span_3 {
  width: 25%; }

.nogutters .span_4 {
  width: 33.3333333333%; }

.nogutters .span_5 {
  width: 41.6666666667%; }

.nogutters .span_6 {
  width: 50%; }

.nogutters .span_7 {
  width: 58.3333333333%; }

.nogutters .span_8 {
  width: 66.6666666667%; }

.nogutters .span_9 {
  width: 75%; }

.nogutters .span_10 {
  width: 83.3333333333%; }

.nogutters .span_11 {
  width: 91.6666666667%; }

.nogutters .span_12 {
  width: 100%; }

/* Form Elements
----------------------------------------------------------------------------- */
form {
  margin-bottom: 25px; }

fieldset {
  display: block;
  margin-bottom: 25px; }

form fieldset:last-child {
  margin-bottom: 0px; }

label {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400; }

label small {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  font-weight: 300;
  color: #415a78; }

label .req {
  float: right;
  text-transform: uppercase;
  font-size: 10px;
  color: #dadada; }

input[type="text"], input[type="number"], input[type="password"], textarea {
  outline: none;
  width: 100%;
  padding: 10px;
  border: 1px solid #dadada;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: .3s;
  transition: .3s; }
  input[type="text"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, textarea:disabled {
    background: #F5F5F5; }

input[type=checkbox] {
  visibility: hidden; }

input[type="text"].input_error {
  color: #FFF !important;
  background-color: #e74c3c !important; }

.checkbox {
  width: 42px;
  height: 22px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  background-color: #e4eefa;
  overflow: hidden;
  display: inline-block;
  margin-right: 5px;
  line-height: 25px;
  margin-bottom: 15px; }

.label {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px; }

.checkbox label {
  display: block;
  width: 42px;
  height: 22px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  background-color: #e4eefa;
  top: 0px;
  left: -20px; }

.checkbox label .dragger {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  margin-top: 2px;
  right: 2px;
  background-color: #FFF;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px; }

.checkbox input[type=checkbox]:checked + label {
  left: 0px;
  background-color: #1abc9c; }

.checkboxlabel {
  font-weight: 300;
  display: inline-block;
  margin-bottom: 0px; }

.checkboxlabel small {
  display: inline-block; }

/* Create a custom checkbox */
.checkmark {
  display: block;
  position: relative;
  top: -3px;
  left: 5px;
  height: 20px;
  width: 20px;
  background-color: #eee;
  /* Create the checkmark/indicator (hidden when not checked) */ }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none; }

.checkbox-alt {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* On mouse-over, add a grey background color */
  /* Style the checkmark/indicator */ }
  .checkbox-alt input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    /* When the checkbox is checked, add a blue background */ }
    .checkbox-alt input:checked ~ .checkmark {
      background-color: #8eb8ea !important;
      /* Show the checkmark when checked */ }
      .checkbox-alt input:checked ~ .checkmark:after {
        display: block; }
  .checkbox-alt:hover input ~ .checkmark {
    background-color: #ccc; }
  .checkbox-alt .checkmark:after {
    left: 6px;
    top: 3px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

input[type="submit"] {
  border: none;
  outline: none;
  padding: inherit; }

input[type="radio"] {
  margin: 0 10px 10px 0; }

textarea {
  resize: none;
  height: 150px; }

select {
  width: 100%; }

input:focus, textarea:focus {
  border: 1px solid #778ea9; }

.captcha-container img {
  width: 100% !important;
  height: auto !important; }

span.select2-selection.select2-selection--single {
  height: 31px;
  margin-top: -3px; }

.pseudo-select {
  background-color: #FFFFFF;
  font-size: 14px;
  min-width: 200px;
  height: 31px;
  margin-top: -3px;
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* remove default arrow */
  background-image: url("/assets/images/arrow-down.png");
  /* add custom arrow */
  background-repeat: no-repeat;
  background-position: right 6px top 14px;
  background-size: 8px 5px; }

/* Table
----------------------------------------------------------------------------- */
table {
  width: 100%;
  margin-bottom: 25px; }

thead {
  background-color: #415a78;
  color: #FFF;
  font-weight: 400; }

thead tr {
  width: 100%; }

thead td {
  line-height: 20px;
  padding: 10px; }

tbody td {
  line-height: 20px;
  padding: 10px; }

table td .checkbox {
  margin-bottom: 0; }

table.lined {
  margin-bottom: 0; }

table.lined tr {
  border-bottom: 1px solid #E4EEFA; }

table.lined tr:last-child {
  border-bottom: 0; }

table.lined td {
  line-height: 25px; }

table.lined td:first-child {
  width: 20%; }

table.lined td:nth-child(2) {
  width: 80%; }

table.lined label {
  margin: 0; }

.table.surfaces {
  margin: 0; }

.table.surfaces > thead > tr > th,
.table.surfaces > tbody > tr > td {
  padding-left: 0; }

.table.surfaces > tbody > tr > td p {
  margin: 0; }

/*table.lined td:last-child {
	text-align: right;
	width: 20%;
}*/
table .pingpong tr:nth-child(even) {
  background-color: #e4eefa; }

table.option-table > thead > tr > th {
  width: 33%;
  background-color: #FFF;
  color: #253c59;
  font-weight: 600; }

table.option-table > tbody > tr > td {
  width: 33%;
  padding-left: 0; }

table#summary tr.indent td {
  font-size: 12px;
  padding: 0 10px 0 10px; }
  table#summary tr.indent td:first-child {
    padding-left: 40px; }

table#summary tr td:first-child {
  width: 55%; }

table#summary tbody tr:first-child td {
  padding-top: 0; }

table#summary tr td.border-top {
  padding-bottom: 0;
  border-top: 2px solid #bfc6d0; }

.order-table#summary tr th {
  padding: 0 10px 10px;
  text-align: left;
  font-weight: 500; }
  .order-table#summary tr th:last-child {
    text-align: right; }

.order-table#summary tr.order-item td {
  padding: 20px 10px; }
  .order-table#summary tr.order-item td:last-child {
    text-align: right; }

.order-table#summary tr.active td:last-child {
  text-align: right; }

.order-table#summary tr.border-bottom td {
  border-bottom: 1px solid #F0F0F0; }

.bordered {
  border-top: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  border-left: 1px solid #DADADA; }

.bordered-element {
  line-height: 50px; }

.row.bordered :first-child {
  border-bottom: none; }

table.specs tr {
  border-bottom: 1px solid #415a78;
  padding: 0px; }

table.specs tr:last-child {
  border-bottom: none; }

table.specs tr td:first-child {
  font-weight: 400; }

table.specs tr td:last-child {
  font-weight: 300;
  text-align: right;
  width: 15%; }

.productspecs table.specs tr td:last-child {
  width: 30%; }

table.specs td {
  padding: 5px 0px; }

table.specs.small {
  font-size: 12px;
  margin-bottom: 15px; }

#offertable tr th {
  padding: 10px;
  text-align: left; }

#offertable tr td {
  padding: 7px 6px; }
  #offertable tr td:first-child {
    border-left: 1px solid #d7dbe1; }
  #offertable tr td:last-child {
    border-right: 1px solid #d7dbe1; }

#offertable tr.border-bottom-light {
  border-bottom: 1px solid #eef0f3; }

#offertable tr.border-bottom {
  border-bottom: 1px solid #d7dbe1; }

#offertable tr.striped {
  background: #F0F0F0; }

#offertable tbody td {
  vertical-align: middle; }

#offertable tfoot td {
  padding: 15px 6px;
  border-top: 2px solid #bfc6d0; }

tr.smaller-font-line td:first-child {
  font-size: 10px !important; }

#totals_table {
  margin: -20px 0 20px 0; }
  #totals_table tbody td {
    font-size: 13px;
    padding: 0; }

/* Tabs
----------------------------------------------------------------------------- */
.tabs {
  display: block;
  background-color: #e4eefa;
  margin-bottom: 25px;
  border-radius: 50px;
  overflow: hidden; }

.tabs li {
  float: left;
  display: block;
  color: #415a78;
  line-height: 35px;
  margin-bottom: 0px !important;
  padding: 0px !important;
  border-right: 1px solid #FFF;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.3s; }

.tabs li:hover {
  background-color: #f0f4fb; }

.tabs li:last-child {
  border-right: none; }

.tabs li.active {
  background-color: #415a78;
  color: #FFF;
  font-weight: 400; }

.tabs.two li {
  width: 50%;
  text-align: center; }

.tabs.three li {
  width: 33.33%;
  text-align: center; }

.tabs:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.tabscontent {
  display: block; }

.tabscontent li {
  display: none; }

.tabscontent li:first-child {
  display: block; }

.tabs li a {
  border: none; }

.tabs li.active a {
  border: none;
  color: #FFF; }

#reference_list, .reference_search_list {
  z-index: 3;
  position: absolute;
  margin-top: 71px;
  left: 81px;
  border: 1px solid #dadada;
  background: #FFF;
  top: 0;
  overflow-y: scroll;
  max-height: 300px; }
  #reference_list li, .reference_search_list li {
    cursor: pointer;
    padding: 14px; }
    #reference_list li.active, #reference_list li:focus, #reference_list li:hover, .reference_search_list li.active, .reference_search_list li:focus, .reference_search_list li:hover {
      outline: none;
      background-color: #EAEAEA; }

.reference_search_list {
  margin-top: 30px;
  left: 0;
  min-width: 400px; }

.download_list {
  margin-bottom: 30px; }
  .download_list li {
    border-bottom: 1px solid #d6e5f7;
    margin-bottom: 20px; }
    .download_list li h6 {
      display: inline-block;
      position: relative;
      top: 10px; }
    .download_list li a {
      min-width: 250px;
      padding: 8px;
      display: inline-block;
      float: right;
      text-align: center; }
    .download_list li:last-child {
      border-bottom: 0;
      margin-bottom: 0; }

.tooltip {
  position: relative; }
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 160px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -83px;
    margin-bottom: 5px;
    opacity: .8; }
    .tooltip .tooltiptext::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: black transparent transparent transparent; }
  .tooltip:hover .tooltiptext {
    visibility: visible; }

/* Messages
----------------------------------------------------------------------------- */
.message {
  display: block;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  padding: 20px;
  cursor: pointer; }

.message#config-message {
  padding: 0;
  line-height: 11px;
  cursor: default; }

.message#config-message #message-inner {
  padding: 20px 20px 0 20px; }

.message#config-message .button {
  width: 100%;
  border-radius: 0; }

.message .fa {
  margin-right: 5px; }

.message.success {
  background-color: #1abc9c;
  color: #FFF; }

.message.info {
  background-color: #e4eefa; }

.message.dark {
  background-color: #415a78;
  color: #FFF; }

.message.warning {
  background-color: #e7943c;
  color: #FFF; }

.message.error {
  background-color: #e74c3c;
  color: #FFF; }

.message.small {
  font-size: 12px;
  padding: 5px 10px; }

/* WYSIWYG
----------------------------------------------------------------------------- */
.wysiwyg ol {
  list-style-type: circle;
  list-style-position: inside; }

.wysiwyg .p1 {
  font-size: 20px; }

.wysiwyg .p2, .wysiwyg .p4 {
  font-size: 18px; }

.wysiwyg .p11 {
  margin-bottom: 0; }

.wysiwyg .ul1 {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px; }
  .wysiwyg .ul1 li {
    margin-bottom: 10px; }

.wysiwyg .img-rounded {
  border-radius: 5px; }

.wysiwyg .img-circle {
  border-radius: 50%; }

.wysiwyg a {
  color: #415a78; }

/* Breadcrumbs
----------------------------------------------------------------------------- */
.breadcrumbsblock {
  background-color: #d6e5f7;
  height: 43px; }

.breadcrumbs {
  display: block;
  position: relative; }

.breadcrumbs li {
  display: inline-block;
  line-height: 43px;
  text-transform: uppercase;
  color: #253c59;
  font-weight: 300;
  font-size: 12px;
  position: relative; }

.breadcrumbs li .fa {
  font-size: 8px;
  margin-top: -3px; }

.breadcrumbs li a {
  color: #253c59;
  font-weight: 300; }

.breadcrumbs li:last-child {
  font-weight: 600; }

.panel {
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 #888; }
  .panel .panel-header {
    font-size: 18px;
    padding: 20px;
    border-bottom: 1px solid #c1d7f3;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
    background-color: #d6e5f7; }
    .panel .panel-header .label {
      position: absolute;
      right: 20px;
      top: 16px;
      font-size: 12px;
      font-weight: 600;
      border-radius: 20px;
      padding: 0 12px;
      background-color: #253C59;
      color: #FFF; }
      .panel .panel-header .label.label-primary {
        color: #4a6482;
        background-color: #d6e5f7; }
  .panel table {
    padding: 0;
    margin: 0; }
  .panel .panel-body {
    padding: 20px; }

.jconfirm-box-container {
  width: 50%;
  margin: 0 auto; }

.jconfirm-title {
  color: #415a78; }

.jconfirm .jconfirm-box {
  padding: 20px; }
  .jconfirm .jconfirm-box .jconfirm-buttons > button {
    margin: 0; }
  .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    min-height: 15px; }

.jconfirm-buttons {
  padding-bottom: 0; }

/* Header
----------------------------------------------------------------------------- */
#header {
  padding: 25px 0;
  background-color: #415a78; }
  #header a.trolley {
    background-color: #415a78;
    color: #FFF; }
  #header.home {
    height: 532px;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    background-color: #d6e5f7;
    border-top-color: #415a78; }
    #header.home .slogan {
      padding-top: 140px;
      text-align: center;
      margin-bottom: 0px; }
      #header.home .slogan h1 {
        font-size: 38px;
        line-height: 38px; }
      #header.home .slogan p {
        font-size: 22px;
        line-height: 22px;
        font-weight: 100;
        color: #444444; }
    #header.home #menu li a {
      color: #444444; }
      #header.home #menu li a.active {
        background-color: #415a78;
        font-weight: 600;
        padding: 7px 12px;
        border-radius: 5px;
        color: #FFF; }
        #header.home #menu li a.active:hover {
          background-color: #778ea9;
          color: #FFF; }
    #header.home #menu li a:hover {
      color: #415a78; }

.logo {
  float: left;
  width: 197px; }

#menu {
  float: left;
  list-style-type: none; }
  #menu li {
    float: left;
    line-height: 40px;
    font-size: 13px; }
    #menu li a {
      text-transform: uppercase;
      color: #FFF;
      margin-right: 20px;
      -webkit-transition: all .2s;
      /* Safari */
      transition: all .2s; }
      #menu li a.active {
        background-color: #FFF;
        font-weight: 600;
        padding: 7px 12px;
        border-radius: 5px;
        color: #415a78; }
      #menu li a:hover {
        color: #778ea9; }
    #menu li:first-child {
      margin-left: 30px; }

#right-top {
  position: absolute;
  top: 3px;
  right: 0px; }

#right-top a {
  display: inline-block; }

a.login {
  background-color: #d6e5f7;
  color: #415a78;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 10px 25px 10px 16px; }

a.login:hover {
  color: #778ea9; }

a.trolley {
  background-color: #ffffff;
  color: #415a78;
  position: relative;
  margin-left: -20px;
  border-radius: 20px;
  padding: 10px 16px; }

a.trolley:hover {
  color: #778ea9; }

#item {
  position: absolute;
  right: 35px;
  top: -25px;
  z-index: 1; }

#item .items {
  display: block;
  position: relative;
  font-size: 9px;
  color: #fff;
  width: 60px;
  height: 20px;
  text-align: center;
  line-height: 15px;
  background-color: #7b92ac;
  border: 3px solid #7b92ac;
  border-radius: 3px; }

#item .items:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 25px;
  top: 14px;
  border: 6px solid;
  border-color: #7b92ac transparent transparent #7b92ac; }

/* Sidemenu
----------------------------------------------------------------------------- */
.basic-sidebar-list,
.sidebar-account {
  padding-bottom: 30px;
  background-color: #e4eefa;
  color: #444; }
  .basic-sidebar-list ul,
  .sidebar-account ul {
    padding-left: 0px;
    padding-top: 15px; }
    .basic-sidebar-list ul li,
    .sidebar-account ul li {
      font-size: 14px;
      font-weight: 300;
      margin-top: 20px;
      padding-left: 50px; }
      .basic-sidebar-list ul li a,
      .sidebar-account ul li a {
        color: inherit;
        text-decoration: none; }

.basic-sidebar-list li:first-child {
  font-size: 16px;
  font-weight: 600; }

.basic-sidebar-list #searchbox {
  padding: 25px 10px 0 10px; }

.basic-sidebar-list li.sidebar-active,
.sidebar-account li.sidebar-active {
  font-weight: 600;
  background: url(../images/sidebar-triangle.png) no-repeat;
  background-size: auto 20px;
  background-position: center left; }

.foldtr {
  position: relative; }
  .foldtr:before {
    content: "";
    position: absolute;
    top: 0%;
    right: 0%;
    width: 0px;
    height: 0px;
    border-top: 30px solid #FFF;
    border-left: 30px solid #455363; }
  .foldtr:after {
    content: "";
    position: absolute;
    top: 0%;
    right: 0%;
    width: 0px;
    height: 0px;
    border-top: 30px solid #FFF;
    border-left: 30px solid transparent; }

.sidebar-list {
  padding-bottom: 30px;
  padding-right: 25px; }
  .sidebar-list .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    display: block;
    margin-bottom: 25px; }
  .sidebar-list ul {
    padding-left: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px; }
    .sidebar-list ul li {
      border-bottom: #EEE 1px solid; }
      .sidebar-list ul li a {
        text-decoration: none;
        font-weight: 400;
        display: block;
        padding: 10px 0px; }
        .sidebar-list ul li a .chevron {
          float: right;
          font-size: 80%;
          margin-top: 3px; }
        .sidebar-list ul li a:hover {
          font-weight: 600; }
      .sidebar-list ul li.active {
        font-weight: 600;
        background: url(../images/sidebar-triangle.png) no-repeat;
        background-size: auto 20px;
        background-position: center left; }

.basic-sidebar .page {
  color: #FFF;
  background-color: #415a79;
  width: 100%; }

.basic-sidebar h3 {
  padding: 14px 27px;
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 0px;
  text-transform: uppercase; }

#searchbox {
  position: relative; }
  #searchbox #search-query {
    padding-right: 40px; }
  #searchbox #search-submit {
    position: absolute;
    top: 0;
    right: -2px;
    border-radius: 0;
    border: none;
    padding: 0px;
    line-height: 41px;
    padding: 0px 13px;
    text-align: center; }
    #searchbox #search-submit i {
      padding: 0px;
      font-size: 18px;
      margin: 0px; }

.sidebar-account {
  padding-bottom: 30px;
  background-color: #e4eefa;
  color: #444; }
  .sidebar-account ul {
    padding-left: 0px;
    padding-top: 15px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px; }
    .sidebar-account ul li {
      font-size: 14px;
      font-weight: 300;
      margin: 0px;
      margin-top: 20px;
      padding-left: 50px; }

.sidebar-account li.sidebar-active {
  font-weight: 600;
  background: url(../images/sidebar-triangle.png) no-repeat;
  background-size: auto 20px;
  background-position: center left; }

.sidebar-account ul li a {
  color: inherit;
  text-decoration: none; }

/* Browser Error
----------------------------------------------------------------------------- */
.badbrowser {
  background: #fa8044;
  padding: 10px 50px;
  position: fixed;
  width: 100%;
  z-index: 100000;
  border-bottom: 1px solid #d97240; }

.badbrowser p {
  font-weight: 400;
  color: #FFF; }

.badbrowser p strong {
  font-weight: 800; }

.browserbutton {
  background-color: #FFF;
  display: inline-block;
  font-size: 12px;
  padding: 5px 10px;
  line-height: 20px;
  vertical-align: middle; }

.browserbutton img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  float: left;
  margin-top: 0px; }

.badbrowser_spacer {
  height: 42px; }

/* Footer
----------------------------------------------------------------------------- */
#footer {
  background-color: #415a78;
  color: #FFF;
  padding: 50px 0 25px 0;
  margin-bottom: 0px; }

#footer, .push {
  height: 370px; }

#footer h6 {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800; }

#footer ul {
  margin-bottom: 20px; }

#footer ul li, #information ul li {
  padding: 5px 0;
  font-weight: 300; }

#footer ul li a {
  color: #FFF; }

#footer ul li a:hover {
  text-decoration: underline; }

#footer p, #information p {
  font-weight: 300;
  line-height: 25px; }

#footer p:first-child, #big-li {
  margin-bottom: 20px; }

#footer .legalmenu {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  margin-bottom: 20px; }

#footer .legalmenu li {
  float: left;
  margin-right: 6px;
  color: #FFF;
  font-size: 10px;
  text-transform: uppercase; }

#footer .legalmenu li a {
  color: #FFF; }

#footer .legalmenu li a:hover {
  text-decoration: underline; }

#footer .logovrm {
  width: 150px;
  margin-right: 10px;
  margin-top: -10px; }

#footer .logoroxor {
  float: right;
  margin-top: 25px; }

#footer .logoroxor img {
  width: 70px; }

/* Home
----------------------------------------------------------------------------- */
a.trolley {
  background-color: #415a78;
  color: #FFF; }

#index-top {
  margin-top: -130px;
  height: 200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

#index-top p {
  margin: 0 auto;
  height: 130px;
  font-size: 16px;
  text-align: center;
  width: 360px;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 400;
  color: #FFF;
  background-color: #415a78;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px; }

#index-top ul {
  white-space: nowrap;
  margin-top: -80px;
  width: 100%;
  text-align: center; }

#index-top ul li {
  display: inline-block; }

#index-top ul li .image {
  display: block;
  width: 170px;
  height: 170px;
  position: relative;
  overflow: hidden;
  border: 15px solid #FFF;
  border-radius: 135px;
  -webkit-border-radius: 135px;
  -moz-border-radius: 135px;
  margin-right: -10px;
  background: #fff; }

#index-top ul li .title {
  text-transform: uppercase;
  display: block;
  width: 100%;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  position: absolute;
  z-index: 1;
  margin: 48px 0 0 0;
  padding: 10px 0;
  text-align: center;
  color: #415a78;
  line-height: 20px; }

#index-top ul li .image img {
  display: block;
  position: relative;
  width: 100%;
  transition: all 0.7s ease; }

#index-top ul li:hover .image img {
  width: 140%;
  margin-left: -25px;
  margin-top: -25px; }

#index-ul {
  border-top: 1px solid #415a78;
  border-bottom: 1px solid #415a78;
  text-align: center; }
  #index-ul li {
    display: inline-block;
    line-height: 18px;
    padding: 15px 10px;
    font-size: 18px;
    color: #47607E; }

/* Homepage Center
----------------------------------------------------------------------------- */
#index-center-wrapper {
  background-color: #4a6482;
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: 25%; }

#index-center {
  height: 220px; }

#index-center #triangle {
  position: absolute;
  height: 104px;
  right: -5px;
  top: -5px; }

#index-center-left h3 {
  font-size: 24px;
  font-weight: 300;
  color: #415a78;
  text-transform: none; }

#index-center-right h3 {
  color: #415a78;
  font-size: 24px; }

#index-center a {
  font-size: 14px;
  font-weight: 400;
  border-radius: 20px;
  overflow: hidden;
  display: block;
  line-height: 35px;
  padding-right: 15px;
  position: absolute;
  bottom: 20px; }

#index-center-left a {
  color: #FFF;
  background-color: #415a78;
  transition: all .2s ease;
  -webkit-transition: all .2s ease; }

#index-center-left a:hover {
  color: #FFF;
  background-color: #6580a0; }

#index-center-right a {
  color: #FFF;
  background-color: #415a78;
  transition: all .2s ease;
  -webkit-transition: all .2s ease; }

#index-center-right a:hover {
  color: #FFF;
  background-color: #6580a0; }

#index-center .fa-back {
  background-color: rgba(255, 255, 255, 0.5);
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block; }

#index-center p {
  font-size: 14px;
  margin-bottom: 20px; }

#index-center-left {
  height: 100%;
  position: relative; }

#index-center-left p {
  color: #444;
  font-weight: 300; }

#index-center-right {
  height: 100%;
  background-color: #d6e5f7; }

#index-center-right #thumb {
  background-size: 270px;
  width: 50%;
  float: right;
  position: relative;
  height: 100%;
  background-repeat: no-repeat; }

#index-center-right p {
  color: #444;
  font-weight: 300; }

#index-center-right-info {
  width: 50%;
  padding: 20px; }

/* Homepage Bottom
----------------------------------------------------------------------------- */
.basic-sidebar .page {
  color: #FFF;
  background-color: #415a79;
  width: 100%; }

.basic-sidebar h3 {
  padding: 14px 27px;
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 0px;
  text-transform: uppercase; }

/* News
----------------------------------------------------------------------------- */
.newslink {
  min-height: 250px; }

.newsitems img {
  width: 220px;
  height: 220px;
  margin-top: 5px;
  margin-right: 20px; }

#newsitem p.date, .newsitems p.date {
  font-size: 16px;
  font-weight: 500;
  color: #c6c6c6; }

#newsitem a, .newsitems li a {
  color: #415a78; }

p.bigdate {
  font-size: 24px !important; }

#newsitem img {
  width: 400px;
  height: auto;
  margin: 8px 30px 0px 0px; }

/* Jobs
----------------------------------------------------------------------------- */
.job-competences {
  list-style-type: none; }
  .job-competences li {
    margin-bottom: 8px;
    font-size: inherit;
    font-weight: 300;
    line-height: 25px; }

/* Shop
----------------------------------------------------------------------------- */
#shop_header {
  background-color: #FFF; }
  #shop_header #shop-bg {
    background-image: url(../images/notebook.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 350px; }
  #shop_header .container {
    margin-top: -80px; }
  #shop_header h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px; }
  #shop_header h2 {
    color: #415a78;
    margin-bottom: 20px;
    padding: 10px 15px;
    font-size: 40px;
    text-align: right;
    line-height: 45px;
    display: inline-block; }

#shop_header .basic-sidebar-list {
  background-color: transparent;
  padding-right: 45px;
  margin-bottom: 25px; }

#shop_header .basic-sidebar-list ul li {
  margin-top: 0px;
  margin-bottom: 15px; }

.linelist {
  display: block;
  margin-bottom: 25px; }

.linelist li {
  line-height: 35px;
  border-bottom: 1px #e4eefa solid;
  cursor: pointer; }

.linelist li a {
  display: block; }

#shop_header #basic-sidebar-list-row {
  margin: auto 31px; }

#shop_header .basic-sidebar-list li {
  padding-left: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #F0F0F0; }

#shop_header .basic-sidebar-list li:first-child {
  border: none; }

#shop_header .basic-sidebar-list li small {
  float: right;
  color: #415a78;
  -webkit-transition: .3s;
  transition: .3s; }

#shop_header .basic-sidebar-list li:hover small {
  color: rgba(20, 110, 190, 0.8); }

#shop_header .basic-sidebar-list li a {
  color: #415a78; }

#shoppicker {
  padding-top: 30px;
  text-align: center; }

.catlist {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px; }
  .catlist li {
    width: 200px;
    margin-right: -5px;
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
    padding: 0px; }
    .catlist li .thumb {
      width: 100%;
      overflow: hidden;
      display: block;
      background-size: 50%;
      background-size: cover; }
      .catlist li .thumb img {
        display: block;
        width: 100%;
        border-radius: 100%;
        background-size: cover;
        border: 15px solid #FFF;
        margin-bottom: 15px; }
    .catlist li .btn-link {
      margin-top: 5px; }
    .catlist li .price {
      transition: all .2s ease;
      display: block;
      position: absolute;
      left: 10px;
      color: #FFF;
      bottom: 10px;
      font-size: 15px;
      font-weight: 300;
      pointer-events: none; }
    .catlist li .triangle {
      position: absolute;
      top: -5px;
      right: -5px;
      z-index: 3;
      width: 45px; }
    .catlist li:last-child {
      margin-right: 0px; }
  .catlist:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

#product-list .col {
  margin-bottom: 25px;
  padding: 10px 10px 0 10px;
  border: 1px solid #EEE; }

#product-list h3 {
  font-weight: 200;
  font-size: 18px;
  padding: 10px 0px;
  margin-bottom: 0;
  display: block; }

#product-list .productblock {
  display: block;
  width: 100%;
  height: 170px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

#product-list .price {
  transition: all .2s ease;
  display: inline-block;
  color: #253c59;
  font-size: 15px;
  font-weight: 600;
  pointer-events: none;
  width: 48%; }

#product-list .product-detail-button {
  display: inline-block;
  text-align: center;
  color: #415a79;
  font-weight: 300;
  width: 50%; }

#product-list .product-detail-button .button {
  font-size: 12px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 25px; }

#product-list .block {
  border-radius: 0;
  text-align: center;
  margin-bottom: 0; }

.filters {
  display: block;
  margin-bottom: 25px;
  border-bottom: 1px dotted #dadada;
  min-height: 30px; }

.filters label {
  display: inline-block;
  font-size: 12px; }

.filters select {
  display: inline-block; }

.pages {
  display: block;
  margin-bottom: 10px; }

.pages li {
  float: left;
  margin-right: 5px; }

.pages li:first-child {
  line-height: 25px;
  font-size: 12px; }

.pages li:last-child {
  margin-right: 0px; }

.pages li a {
  background-color: #e4eefa;
  height: 25px;
  width: 25px;
  text-align: center;
  display: block;
  line-height: 25px;
  border-radius: 25px;
  color: #415a78;
  -webkit-transition: .3s;
  transition: .3s; }

.pages li a:hover {
  background-color: #415a78;
  color: #FFF; }

.pages li a.active {
  background-color: #415a78;
  color: #FFF; }

/* Category
----------------------------------------------------------------------------- */
.promobox {
  background-size: cover;
  background-position: center center;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 30px; }

.promobox .promocontent {
  color: #FFF;
  text-align: center;
  padding-top: 28px;
  padding-bottom: 28px;
  background-color: rgba(20, 110, 190, 0.45); }

.promobox .promocontent h5 {
  width: 100%;
  padding: 10px 0px;
  background-color: #d6e5f7;
  color: #415a78;
  font-weight: 200;
  font-size: 18px; }

#catFilter {
  margin-bottom: 0px; }

#filterResults {
  margin-bottom: 0px; }

/* Product
----------------------------------------------------------------------------- */
.product #mainpicture {
  width: 100%;
  display: block;
  margin-bottom: 25px; }

.product .thumbs {
  display: block; }

.product .thumbs li {
  display: block;
  float: left;
  width: 22%;
  margin-right: 4%;
  margin-bottom: 4%; }

.product .thumbs li:nth-child(4n) {
  margin-right: 0px; }

.product .thumbs li a {
  height: 70px;
  width: 100%;
  display: block;
  background-size: cover; }

.product .price {
  margin-bottom: 5px; }

.product small {
  font-weight: 300;
  font-size: 10px;
  margin-bottom: 100px; }

#productForm {
  background-color: #F4F4F4;
  padding: 20px;
  display: block; }

#productForm label {
  font-size: 16px; }

.boxed.productspecs {
  background-color: #FAFAFA; }

input#product-amount {
  width: 100px; }

/* Configurator
----------------------------------------------------------------------------- */
.picture-list {
  width: 100%; }
  .picture-list li {
    position: relative;
    border: 1px solid #4a6482;
    width: 100%; }
    .picture-list li:nth-child(4n+1) {
      margin-left: 0; }
    .picture-list li img {
      width: 100%;
      display: block;
      margin: 0;
      padding: 0; }
    .picture-list li .caption {
      padding: 8px 0;
      background-color: #4a6482;
      color: #FFF; }
      .picture-list li .caption h6 {
        text-align: center;
        font-size: 13px;
        font-weight: 100;
        margin: 0; }
    .picture-list li.multiple {
      cursor: pointer;
      float: left;
      width: 22%;
      margin: 0 0 4% 4%; }
      .picture-list li.multiple:nth-child(4n+1) {
        margin-left: 0; }
      .picture-list li.multiple.multiple-5 {
        width: 18%;
        margin: 0 0 2.5% 2.5%; }
        .picture-list li.multiple.multiple-5:nth-child(4n+1) {
          margin-left: 2.5%; }
        .picture-list li.multiple.multiple-5:nth-child(5n+1) {
          margin-left: 0; }
    .picture-list li .ribbon {
      position: absolute;
      z-index: 2;
      right: -1px;
      width: 0;
      height: 0;
      border-top: 55px solid #4a6482;
      border-left: 55px solid transparent; }
      .picture-list li .ribbon span {
        font-size: 16px;
        font-weight: 500;
        position: absolute;
        top: -48px;
        right: 10px;
        display: block;
        color: #FFF; }
    .picture-list li .tint:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transition: all .3s linear; }
  .picture-list .attachment-amount {
    position: absolute;
    top: 0;
    right: 0;
    margin: -8px -8px 0 0;
    background-color: #E4EEFA;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    text-align: center; }

.picture-list li.multiple:first-child {
  margin-left: 0px; }

.picture-list li.multiple:hover .tint:before,
.picture-list li.multiple.active .tint:before {
  background: rgba(0, 60, 130, 0.5); }

.picture-list li.multiple:hover .caption .tint:before,
.picture-list li.multiple.active .caption .tint:before {
  background: rgba(0, 60, 130, 0.5); }

.config .wizard {
  display: block; }
  .config .wizard > li {
    display: block;
    margin-bottom: 15px; }
    .config .wizard > li .titlebar {
      font-weight: 300;
      margin-bottom: 40px; }
      .config .wizard > li .titlebar h2 {
        margin-bottom: 10px;
        font-size: 38px;
        color: #253C59; }
        .config .wizard > li .titlebar h2 b {
          font-weight: 700;
          text-transform: uppercase; }
    .config .wizard > li .config-items > li {
      float: left;
      border: 1px solid #4a6482;
      width: 18%;
      margin: 0 2.5% 2.5% 0;
      position: relative; }
      .config .wizard > li .config-items > li:nth-child(5n) {
        margin-right: 0; }
      .config .wizard > li .config-items > li .tint:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transition: all .3s linear; }
      .config .wizard > li .config-items > li img {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        -webkit-transition: background 1s ease-out;
        -moz-transition: background 1s ease-out;
        -o-transition: background 1s ease-out;
        transition: background 1s ease-out; }
      .config .wizard > li .config-items > li .caption {
        margin: 0;
        padding: 10px 0;
        background-color: #4a6482;
        color: #FFF;
        text-align: center;
        font-weight: 300; }
        .config .wizard > li .config-items > li .caption .name {
          display: block; }
        .config .wizard > li .config-items > li .caption .info {
          margin: 10px 0 -41px;
          font-size: 10px;
          line-height: 10px; }
      .config .wizard > li .config-items > li:hover, .config .wizard > li .config-items > li.active {
        cursor: pointer; }
        .config .wizard > li .config-items > li:hover .tint:before, .config .wizard > li .config-items > li.active .tint:before {
          background: rgba(0, 60, 130, 0.5); }
        .config .wizard > li .config-items > li:hover .caption, .config .wizard > li .config-items > li.active .caption {
          margin-top: -41px;
          position: relative; }
          .config .wizard > li .config-items > li:hover .caption .info, .config .wizard > li .config-items > li.active .caption .info {
            margin-bottom: 0; }
      .config .wizard > li .config-items > li.large {
        cursor: default;
        width: 100% !important;
        margin: 0; }
        .config .wizard > li .config-items > li.large .caption {
          padding: 15px 0; }
          .config .wizard > li .config-items > li.large .caption .name {
            font-size: 20px; }
        .config .wizard > li .config-items > li.large:hover .caption, .config .wizard > li .config-items > li.large.active .caption {
          margin-top: 0; }

.config .wizard li .options {
  border-top: none; }

.config .wizard li .options .buttons {
  display: block; }

.config .wizard li .options .buttons {
  display: block; }

.config .wizard .producttype {
  width: 100%;
  border: 1px solid #dadada;
  outline: none;
  padding: 5px;
  font-size: 14px; }

.config .wizard .typeinfo {
  height: 391px;
  border: 1px solid #dadada;
  padding: 15px;
  margin-bottom: 20px; }

.config .wizard .typeinfo .row {
  margin-bottom: 15px; }

.config .wizard .typethumb {
  width: 100%; }

.config .wizard .typeinfo .side {
  margin-bottom: 15px;
  display: block; }

.config .wizard .typeinfo .side label {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0px;
  text-decoration: underline; }

.config .wizard .typeinfo .specs td {
  font-weight: 300;
  font-size: 12px; }

.config .wizard .sizesimple .picture {
  width: 100%; }
  .config .wizard .sizesimple .picture img {
    width: 100%; }

.config .wizard .sizelist small,
.config .wizard .dotted small,
span.hingesAmount,
small.badge {
  display: inline-block;
  background-color: #415a78;
  height: 25px;
  color: #FFF;
  line-height: 25px;
  text-align: center;
  border-radius: 25px;
  font-weight: 500; }

.config .wizard .sizelist {
  display: block;
  margin-bottom: 35px; }
  .config .wizard .sizelist label {
    display: inline-block;
    width: auto; }
  .config .wizard .sizelist small {
    width: 25px;
    margin-right: 5px; }
  .config .wizard .sizelist p {
    margin-bottom: 15px;
    line-height: 15px; }

span.hingesAmount {
  width: 25px;
  margin-top: -2px;
  margin-left: 10px; }

span.hingesAmount-sm {
  font-size: 10px;
  width: 22px;
  height: 22px;
  line-height: 23px;
  margin-left: 6px; }

.panel-dark span.hingesAmount-sm {
  background-color: #e4eefa;
  color: #415a78; }

h5 span.hingesAmount {
  font-size: 15px; }

.config .wizard .dotted small {
  width: 50px; }

.config .wizard .dotted small, small.badge {
  width: 40px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  font-size: 12px;
  margin-top: -20px !important;
  margin-left: 5px;
  padding: 0; }

.config .wizard .sizelist fieldset {
  margin-bottom: 0px; }

.config .wizard .sizelist .inputholder {
  float: right;
  color: #dadada;
  font-weight: 300; }

.config .wizard .sizelist input {
  display: inline-block;
  width: auto;
  width: 60px;
  text-align: center;
  margin-right: 5px; }

.config .wizard .sizelist .reqminmax {
  font-size: 10px;
  background-color: #e4eefa;
  color: #415a78;
  padding: 2px 5px;
  border-radius: 5px; }

#wizard {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  -o-user-select: none;
  user-select: none; }

#designHelper {
  background-color: rgba(74, 100, 130, 0.9);
  position: fixed;
  z-index: 99999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

#designHelper #pager_wrap {
  text-align: center; }

#designHelper #pager_wrap h2 {
  color: #FFF;
  font-weight: 400; }

#designHelper #pager {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF;
  text-align: center;
  border: 1px solid #415a78; }

#designHelper #pager img {
  width: 100%;
  height: 326px; }

#designHelper #pager h4 {
  margin-bottom: 10px;
  font-size: 24px; }

#designHelper #pager p {
  font-weight: 300;
  margin-bottom: 10px; }

#designHelper #pager .page_content {
  padding: 20px; }

#designHelper #pager button {
  margin-bottom: 0px;
  font-size: 14px;
  padding: 7px 15px;
  line-height: 16px;
  border: none; }

#designHelper #pager .close {
  text-decoration: underline;
  font-size: 12px;
  font-style: italic; }

#wizardLoading {
  background-color: #4a6482;
  background: linear-gradient(rgba(74, 100, 130, 0.9), rgba(74, 100, 130, 0.9)), url("../images/banner_2.jpg");
  background-size: cover;
  background-position: center center;
  position: fixed;
  z-index: 1000000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

#wizardLoadingInfo {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 400px;
  text-align: center;
  color: #FFF;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s; }

#wizardLoadingInfo p {
  font-weight: 300; }

#wizardLoadingInfo p strong {
  font-weight: 600; }

#wizardLoadingInfo #problemDesktop {
  display: none; }

#wizardLoadingInfo #problemBrowser {
  display: none; }

#wizardLoadingInfo #logo {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  display: block; }

#shapePickWrapper {
  background-color: rgba(74, 100, 130, 0.79);
  position: fixed;
  z-index: 100000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none; }

#shapePickBox {
  background-color: #FFF;
  width: 700px;
  height: 540px;
  margin-top: 100px;
  z-index: 100000001;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  text-align: center; }

#shapePickBox h2 {
  display: inline-block;
  padding-top: 20px;
  font-size: 24px; }

#shapePickOverview {
  height: 490px;
  overflow-y: scroll;
  width: 100%;
  position: absolute;
  top: 60px;
  bottom: 0px;
  border-top: 1px solid #F4F4F4;
  display: none;
  z-index: 100000002; }

#shapePickList {
  display: block;
  z-index: 100000003; }

#shapePickList li {
  width: 20%;
  display: block;
  float: left;
  cursor: pointer;
  z-index: 100000004; }

#shapePickList li img, #shapePickList li svg {
  width: 100%;
  height: auto;
  opacity: .4;
  transition: opacity .3s;
  -webkit-transition: opacity .3s; }

#shapePickList li svg path {
  stroke: #00F !important; }

#shapePickList li svg text {
  fill: #00F !important; }

#shapePickList li:hover img, #shapePickList li.active img {
  opacity: 1; }

#shapePickConfig {
  height: 510px;
  overflow-y: scroll;
  width: 100%;
  bottom: 0px;
  display: none;
  border-top: 1px solid #F4F4F4; }
  #shapePickConfig svg {
    width: 100%;
    height: auto; }
    #shapePickConfig svg path {
      stroke: #00F; }
    #shapePickConfig svg text {
      fill: #00F; }

#shapePickConfigFormBox {
  margin-bottom: 20px;
  display: block; }

#shapePickConfigForm {
  text-align: left;
  padding: 20px; }

#shapePickConfigForm .label-dot {
  display: block;
  float: left;
  background-color: #1C2F42;
  color: #FFF;
  font-weight: 600;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  margin-top: 5px;
  margin-right: 10px; }

#shapePickConfigForm label {
  width: 200px;
  display: block;
  float: left;
  line-height: 30px;
  margin-bottom: 5px; }

#shapePickConfigForm input {
  width: 75px;
  float: left;
  padding: 5px;
  line-height: 20px;
  margin-right: 15px;
  margin-bottom: 5px; }

#shapePickConfigForm .units {
  display: block;
  float: left;
  line-height: 30px; }

#shapePickConfigForm fieldset {
  margin-bottom: 5px;
  border-bottom: 1px solid #F4F4F4; }

.shapePickCancel, .shapePickStandard {
  z-index: 100000002;
  position: absolute;
  right: 10px;
  top: 15px; }

.shapePickStandard {
  right: 130px; }

#wizard #canvasbox #logo {
  position: absolute;
  width: 195px;
  z-index: 50;
  top: 30px;
  left: 30px;
  pointer-events: none; }

#wizard #canvasbox {
  width: calc(100% - 450px);
  height: 100%;
  display: block;
  position: relative;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  -o-user-select: none;
  user-select: none;
  float: left; }

#wizard #canvasbox #topmenu {
  position: absolute;
  top: 30px;
  right: 36px;
  z-index: 50;
  background-color: #415a78;
  border-radius: 15px;
  padding: 0px;
  display: block;
  color: #FFF;
  font-weight: 600;
  font-size: 12px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  -o-user-select: none;
  user-select: none;
  overflow: hidden;
  border: #415a78 2px solid; }

#wizard #canvasbox #submenu_square, #wizard #canvasbox #submenu_circle, #wizard #canvasbox #submenu_custom {
  position: absolute;
  z-index: 49;
  top: 55px;
  right: 40px;
  width: 190px;
  color: #FFF;
  background-color: #344b66;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 5px;
  display: none; }

#wizard #canvasbox #submenu_custom {
  padding: 5px;
  padding-top: 15px; }

#wizard #canvasbox #submenu_custom .button {
  margin-bottom: 0px;
  width: 100%;
  text-align: center;
  line-height: 20px;
  padding: 5px 10px;
  font-weight: 600; }

#wizard #canvasbox #submenu_square .fieldset, #wizard #canvasbox #submenu_circle .fieldset {
  margin-bottom: 5px;
  padding: 0px 15px;
  display: block; }

#wizard #canvasbox #submenu_square label, #wizard #canvasbox #submenu_circle label {
  display: inline-block;
  width: 75px;
  color: #FFF;
  margin-bottom: 0px;
  font-weight: 500; }

#wizard #canvasbox #submenu_square input, #wizard #canvasbox #submenu_circle input {
  display: inline-block;
  border-radius: 5px;
  background-color: #FFF;
  border: none;
  margin-right: 5px;
  text-align: center;
  font-weight: 500 !important;
  color: #415a78;
  margin-bottom: 0px;
  width: 50px;
  padding: 2px;
  font-size: 14px;
  outline: none; }

#wizard #canvasbox #topmenu li {
  float: left;
  padding: 8px 12px;
  cursor: pointer;
  display: block;
  border-radius: 20px;
  -webkit-transition: .3s;
  transition: .3s; }

#wizard #canvasbox #topmenu li.active {
  color: #415a78;
  background-color: #FFF; }

#wizard #controls {
  width: 450px;
  height: -webkit-calc(100% - 320px);
  background-color: #415a78;
  float: right;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 10000; }

#wizard #float_type_thumb {
  width: 100px;
  height: 100px;
  float: left;
  display: inline-block;
  background-size: cover;
  border-radius: 150px;
  position: absolute; }

#wizard #float_type_info {
  display: block;
  padding-left: 120px;
  width: 100%; }

#wizard #float_type_info .label {
  display: block;
  width: 100px;
  color: #FFF;
  float: left; }

#wizard #float_type_info .fieldset {
  display: block;
  margin-bottom: 5px;
  width: 100%; }

#wizard #float_type_info select {
  width: 190px !important; }

#wizard #actions {
  background-color: #e4eefa;
  bottom: 0px;
  right: 0px;
  position: absolute;
  width: 450px;
  display: block;
  padding: 20px;
  box-sizing: border-box; }

#wizard #actions .buttongroup .button {
  box-sizing: border-box;
  margin: 0px; }

#wizard #actions #totalprice {
  display: block;
  font-size: 35px;
  font-weight: 300;
  text-align: left;
  margin-bottom: 25px; }

#wizard #actions #totalprice small {
  font-size: 12px;
  display: block;
  margin-top: 5px; }

#wizard #controls select {
  width: 100%; }

#wizard #controls p {
  color: #e4eefa; }

#wizard #controls .shapings {
  display: block; }

#wizard #controls #drills_info {
  display: none; }

#wizard #controls .shapings li {
  display: block;
  border-bottom: 1px solid #344b66;
  font-size: 10px;
  color: #FFF;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 25px; }

#wizard #controls .shapings li:last-child {
  border-bottom: 0px; }

#wizard #controls .shapings li .roundlabel {
  background-color: #3498db;
  width: 25px;
  height: 25px;
  display: inline-block;
  line-height: 25px;
  border-radius: 50px;
  margin-right: 10px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s; }

#wizard #controls #list_cuts li .title {
  margin-bottom: 10px; }

#wizard #controls #list_cuts li .roundlabel {
  background-color: #e67e22; }

#wizard #controls #list_cuts li .cut_finish {
  display: inline;
  width: 90px;
  top: -2px;
  position: relative; }

#wizard #controls .shapings li .roundlabel.remove {
  background-color: #e74c3c !important;
  color: #FFF;
  opacity: 0; }

#wizard #controls .shapings li:hover .roundlabel.remove {
  opacity: 1; }

#wizard #controls .shapings li label {
  display: inline-block;
  margin-right: 10px;
  color: #FFF;
  margin-bottom: 0px;
  font-weight: 500; }

#wizard #controls .shapings li input {
  display: inline-block;
  border-radius: 5px;
  background-color: #344b66;
  border: none;
  margin-right: 5px;
  text-align: center;
  font-weight: 300 !important;
  color: #FFF;
  margin-bottom: 0px;
  width: 50px;
  padding: 2px;
  font-size: 14px;
  outline: none; }

#wizard #controls .titlebar {
  background-color: #344b66;
  display: block;
  width: auto;
  color: #e4eefa;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  -o-user-select: none;
  user-select: none; }

#wizard #controls .titlebar h2 {
  font-size: 20px;
  float: left;
  padding: 10px 15px;
  margin-bottom: 0px;
  font-weight: 300;
  pointer-events: none; }

#wizard #controls .titlebar a {
  background-color: #415a78;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  line-height: 25px;
  text-align: center;
  margin-top: 8px;
  margin-right: 10px;
  display: block;
  color: #e4eefa;
  float: right;
  -webkit-transition: background-color .3s;
  transition: background-color .3s; }

#wizard #controls .titlebar a:hover {
  background-color: #1abc9c; }

#wizard #pin_remove {
  overflow: inherit;
  margin-left: 3px; }

#wizard #canvasbox .pin {
  width: 10px;
  background-color: #415a78;
  height: 10px;
  line-height: 20px;
  position: absolute;
  border-radius: 0px;
  text-align: center;
  color: #FFF;
  z-index: 10;
  display: block;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  cursor: pointer; }

#wizard #canvasbox #pincontrol {
  display: none;
  background-color: #e4eefa;
  padding: 5px;
  padding-left: 10px;
  color: #415a78;
  bottom: 30px;
  left: 30px;
  position: absolute;
  border-radius: 50px;
  z-index: 20; }

#wizard #canvasbox #pincontrol input {
  display: inline-block;
  border-radius: 5px;
  background-color: #FFF;
  border: none;
  margin-right: 5px;
  text-align: center;
  font-weight: 500;
  color: #415a78;
  margin-bottom: 0px;
  width: 50px;
  padding: 2px; }

#wizard #canvasbox #pincontrol label {
  margin-bottom: 0px;
  display: inline-block;
  margin-right: 5px; }

#wizard #canvasbox #zoombox {
  position: absolute;
  right: 30px;
  bottom: 30px;
  text-align: right;
  z-index: 25; }

#wizard #canvasbox #sidecontrol {
  display: none;
  background-color: #FFF;
  padding: 5px;
  width: 100px;
  top: 200px;
  position: absolute;
  z-index: 20; }

#wizard #canvasbox #unconfigurableWarning {
  display: none;
  position: absolute;
  z-index: 50;
  top: 100px;
  left: 30px;
  background-color: #e7943c;
  color: #FFF;
  padding: 5px;
  padding-left: 10px;
  border-radius: 20px;
  font-weight: 600; }

#wizard #canvasbox #warning {
  display: block;
  position: absolute;
  z-index: 50;
  bottom: 30px;
  left: 30px;
  background-color: #e74c3c;
  color: #FFF;
  padding: 5px;
  padding-left: 10px;
  border-radius: 20px;
  font-weight: 600;
  display: none; }
  #wizard #canvasbox #warning .warning-text {
    display: inline-block;
    position: relative;
    top: -10px; }

#wizard #canvasbox #infodrag {
  position: absolute;
  background-color: #415a78;
  color: #FFF;
  padding: 3px 6px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
  z-index: 50;
  opacity: .5;
  display: none; }

#wizard #canvasbox #warning .button {
  margin-left: 5px; }

#wizard #canvasbox .mp {
  width: 16px;
  background-color: #1abc9c;
  height: 16px;
  position: absolute;
  text-align: center;
  color: #FFF;
  padding: 0px;
  font-size: 10px;
  line-height: 18px;
  z-index: 12;
  border-radius: 16px;
  display: block;
  cursor: pointer; }

#wizard #canvas {
  background-color: #dadada;
  margin-bottom: 0px;
  /* 	background-image: url(../images/squared.png); */
  background-size: 25%;
  border-right: 1px solid #dadada;
  position: relative;
  cursor: move; }

#wizard #totalbox {
  width: 100%; }

#wizard #amountbox {
  background-color: #f0f5fc;
  padding: 5px;
  display: block;
  border-radius: 30px;
  margin-top: 5px; }

#wizard #amountbox .button {
  margin-bottom: 0px;
  margin-top: 2px;
  float: left; }

#wizard #amountbox .amount {
  font-size: 25px;
  float: left;
  display: inline-block;
  padding: 0px 20px;
  line-height: 35px; }

li.item .amountbox {
  background-color: #555; }

li.item .amountbox .button {
  margin-top: 2px;
  float: left; }

li.item .amountbox .amount {
  font-size: 20px;
  float: left;
  display: inline-block;
  padding: 0px 10px;
  line-height: 35px; }
  li.item .amountbox .amount.amount-input {
    margin-top: -.2px;
    line-height: 27px;
    font-size: 16px;
    width: 75px;
    outline: 0; }
    li.item .amountbox .amount.amount-input:focus {
      line-height: 28px; }

/* Configuration
----------------------------------------------------------------------------- */
.configuration-summary h5:first-child {
  margin-bottom: 15px; }

.configuration-summary h5 small {
  line-height: 25px;
  font-size: 15px;
  font-weight: 400;
  display: block; }

#glasstypeForm .message ul li {
  margin-bottom: 0; }

/* Cart
----------------------------------------------------------------------------- */
#cart {
  display: block; }

#cart .item {
  padding: 20px;
  background-color: #f8f8f8;
  margin-bottom: 20px; }

#cart .thumb {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  border: 1px solid #ddd; }

#cart .pseudo-thumb, #summary .pseudo-thumb {
  position: relative;
  background-color: #FFF;
  width: 100%;
  height: 141px;
  display: block;
  margin-bottom: 20px;
  border: 1px solid #ddd; }
  #cart .pseudo-thumb .attachment-img, #summary .pseudo-thumb .attachment-img {
    position: absolute;
    top: -10px;
    right: 5px;
    width: 22px;
    z-index: 1; }
  #cart .pseudo-thumb .pseudo-thumb-img-container, #summary .pseudo-thumb .pseudo-thumb-img-container {
    background: rgba(0, 0, 0, 0.6); }
  #cart .pseudo-thumb .remove-image-overlay, #summary .pseudo-thumb .remove-image-overlay {
    cursor: pointer;
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 16px; }
    #cart .pseudo-thumb .remove-image-overlay-light, #summary .pseudo-thumb .remove-image-overlay-light {
      color: #FFF; }

#summary .pseudo-thumb {
  display: inline-block;
  width: 94px;
  height: 94px;
  margin-bottom: 2px; }

#cart .title {
  margin-bottom: 10px; }

#cart .button {
  margin-bottom: 5px; }

#cart .options li {
  padding: 3px;
  font-size: 12px;
  font-weight: 300;
  color: #999;
  text-align: right;
  line-height: 15px; }

#cart .options li:last-child {
  border-bottom: none; }

#cart table {
  margin-top: 20px;
  margin-bottom: 0px; }

#cart table td {
  text-align: right;
  line-height: 20px;
  color: #555;
  font-size: 12px; }

#cart thead {
  background-color: transparent;
  color: #bfc6d0; }

#cart thead td {
  padding: 0px 5px 3px 5px;
  border-bottom: 1px solid #bfc6d0;
  font-size: 12px;
  line-height: 24px; }

#cart thead tr td:first-child {
  text-align: left; }

#cart tbody tr td:first-child {
  text-align: left; }

#cart tbody tr:nth-child(even) td {
  background-color: rgba(0, 0, 0, 0.02); }

#cart tr td:nth-child(5) {
  width: 70px; }

#cart tr td:nth-child(4) {
  width: 10px;
  text-align: center; }

#cart tr td:nth-child(3) {
  width: 70px;
  text-align: center; }

#cart tr td:nth-child(2) {
  width: 70px;
  text-align: center; }

#cart tbody td {
  padding: 5px 5px; }

#cart tr.producttotal td {
  font-weight: 600;
  text-align: right; }

#totalbox li {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px; }

#totalbox li.big {
  font-size: 20px;
  margin-top: 10px;
  border-top: 1px solid #415a78;
  padding-top: 10px;
  font-weight: 600; }

#shippingDetails {
  font-weight: 300; }

#shippingDetails strong {
  font-weight: 600; }

table#config-summary td {
  color: #999;
  font-weight: 300; }

table#config-summary td:first-child(odd) {
  width: 60%; }

table#config-summary td:nth-child(even) {
  width: 40%;
  text-align: left; }

.payment-image {
  text-align: left; }

.payment-image img {
  height: 15px;
  margin-top: 5px;
  width: auto; }

.payment-image #paypal-icon {
  height: 15px; }

.paymentmethod-fee {
  font-size: 14px;
  color: #bfc6d0;
  line-height: 14px; }

.attachment-action {
  display: block;
  cursor: pointer;
  margin-top: 15px; }
  .attachment-action .fa {
    display: inline-block;
    margin-right: 5px; }

/* Referenties
----------------------------------------------------------------------------- */
.reference-thumbnail img {
  border-radius: 4px;
  width: 100%;
  height: auto; }

.line {
  margin-bottom: 30px;
  padding-bottom: 25px; }
  .line:after {
    margin-top: 30px;
    content: "";
    display: block;
    width: 80px;
    height: 5px;
    background-color: #bfc6d0; }

.line.wide {
  width: 100px; }

.line.dark {
  border-color: #415a78; }

.subline {
  border-bottom: 1px dotted #dadada;
  padding-bottom: 10px; }

.subline.short {
  margin-bottom: 10px;
  width: 300px; }

.material-box {
  border-bottom: 1px solid #e4eefa;
  width: 100%; }

.material-box:last-child {
  border-bottom: 0; }

.material-box label {
  margin-bottom: 0px;
  padding: 16px 8px; }

.material-box input[type="radio"] {
  margin-bottom: 0; }

.boxed {
  padding: 25px;
  margin-bottom: 25px;
  position: relative; }

.boxed.light {
  background-color: #e4eefa; }

.boxed.dark {
  background-color: #415a78;
  color: #FFF; }

.boxed.corner.dark:after {
  content: "";
  position: absolute;
  top: 0%;
  right: 0%;
  width: 0px;
  height: 0px;
  border-top: 30px solid #FFF;
  border-left: 30px solid #455363; }

.boxed.corner.light:after {
  content: "";
  position: absolute;
  top: 0%;
  right: 0%;
  width: 0px;
  height: 0px;
  border-top: 30px solid #FFF;
  border-left: 30px solid #c8dcf3; }

.boxed-float-image {
  position: relative;
  height: 250px;
  margin: 60px 30px 30px 0; }
  .boxed-float-image-image {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 200px;
    height: 250px;
    background-size: cover;
    background-position: center center; }
    .boxed-float-image-image + .boxed-float-image-content {
      padding-right: 200px; }

.boxed-float-image, .boxed-float-image-image {
  border-radius: 4px 30px; }

.dotted {
  padding: 25px;
  margin-bottom: 25px;
  border: 1px dotted #dadada; }

.dotted.noselect {
  padding-bottom: 0px; }

.passlink {
  float: right;
  margin-top: 15px;
  color: #555;
  font-size: 10px; }

.hidden {
  display: none; }

.force-hidden {
  display: none !important; }

.linelist {
  display: block;
  margin-bottom: 25px; }

.linelist li {
  line-height: 35px;
  border-bottom: 1px #e4eefa solid;
  cursor: pointer; }

.linelist li a {
  display: block; }

.linelist li small {
  float: right;
  color: #e4eefa;
  -webkit-transition: .3s;
  transition: .3s; }

.linelist li:hover small {
  color: #415a78; }

.linelist li a {
  color: #415a78; }

.checklist {
  display: block;
  margin-bottom: 25px; }

.checklist li {
  font-weight: 300;
  line-height: 25px; }

.checklist li:before {
  font-family: "fontawesome";
  content: "\f00c";
  color: #1abc9c;
  margin-right: 10px; }

.bs-label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

.bs-label-primary {
  background-color: #415a78; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  border: none; }

.alert-info {
  color: #31708f;
  background-color: #e4eefa; }

.no-margin {
  margin: 0; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.highlight {
  background-color: #415a78;
  color: #FFF;
  padding: 2px 5px;
  font-size: 75%;
  margin-left: 5px;
  border-radius: 5px; }

.highlight.light {
  background-color: #e4eefa;
  color: #415a78; }

.left {
  float: left; }

.right {
  float: right; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: left; }

.clear {
  clear: both; }

.nomargin {
  margin: 0px; }

.nopadding {
  padding: 0px; }

.spacer {
  height: 25px; }

.spacer-sm {
  height: 10px; }

.padding {
  padding: 20px; }
  .padding-md {
    padding: 15px; }

.block {
  display: block; }

.fullwidth {
  width: 100%; }

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.relative {
  position: relative; }

.unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.small {
  font-size: 12px; }

@media print {
  .no-print, .no-print * {
    display: none !important; } }

.open {
  margin-right: 10px; }

.link {
  color: #415aAC; }

.m-0 {
  margin: 0px !important; }

.m-t-0 {
  margin-top: 0px !important; }

.m-b-0 {
  margin-bottom: 0px !important; }

.m-l-0 {
  margin-left: 0px !important; }

.m-r-0 {
  margin-right: 0px !important; }

.p-0 {
  padding: 0px !important; }

.p-t-0 {
  padding-top: 0px !important; }

.p-b-0 {
  padding-bottom: 0px !important; }

.p-l-0 {
  padding-left: 0px !important; }

.p-r-0 {
  padding-right: 0px !important; }

.m-1 {
  margin: 5px !important; }

.m-t-1 {
  margin-top: 5px !important; }

.m-b-1 {
  margin-bottom: 5px !important; }

.m-l-1 {
  margin-left: 5px !important; }

.m-r-1 {
  margin-right: 5px !important; }

.p-1 {
  padding: 5px !important; }

.p-t-1 {
  padding-top: 5px !important; }

.p-b-1 {
  padding-bottom: 5px !important; }

.p-l-1 {
  padding-left: 5px !important; }

.p-r-1 {
  padding-right: 5px !important; }

.m-2 {
  margin: 10px !important; }

.m-t-2 {
  margin-top: 10px !important; }

.m-b-2 {
  margin-bottom: 10px !important; }

.m-l-2 {
  margin-left: 10px !important; }

.m-r-2 {
  margin-right: 10px !important; }

.p-2 {
  padding: 10px !important; }

.p-t-2 {
  padding-top: 10px !important; }

.p-b-2 {
  padding-bottom: 10px !important; }

.p-l-2 {
  padding-left: 10px !important; }

.p-r-2 {
  padding-right: 10px !important; }

.m-3 {
  margin: 15px !important; }

.m-t-3 {
  margin-top: 15px !important; }

.m-b-3 {
  margin-bottom: 15px !important; }

.m-l-3 {
  margin-left: 15px !important; }

.m-r-3 {
  margin-right: 15px !important; }

.p-3 {
  padding: 15px !important; }

.p-t-3 {
  padding-top: 15px !important; }

.p-b-3 {
  padding-bottom: 15px !important; }

.p-l-3 {
  padding-left: 15px !important; }

.p-r-3 {
  padding-right: 15px !important; }

.m-4 {
  margin: 20px !important; }

.m-t-4 {
  margin-top: 20px !important; }

.m-b-4 {
  margin-bottom: 20px !important; }

.m-l-4 {
  margin-left: 20px !important; }

.m-r-4 {
  margin-right: 20px !important; }

.p-4 {
  padding: 20px !important; }

.p-t-4 {
  padding-top: 20px !important; }

.p-b-4 {
  padding-bottom: 20px !important; }

.p-l-4 {
  padding-left: 20px !important; }

.p-r-4 {
  padding-right: 20px !important; }

.m-5 {
  margin: 25px !important; }

.m-t-5 {
  margin-top: 25px !important; }

.m-b-5 {
  margin-bottom: 25px !important; }

.m-l-5 {
  margin-left: 25px !important; }

.m-r-5 {
  margin-right: 25px !important; }

.p-5 {
  padding: 25px !important; }

.p-t-5 {
  padding-top: 25px !important; }

.p-b-5 {
  padding-bottom: 25px !important; }

.p-l-5 {
  padding-left: 25px !important; }

.p-r-5 {
  padding-right: 25px !important; }

.m-6 {
  margin: 30px !important; }

.m-t-6 {
  margin-top: 30px !important; }

.m-b-6 {
  margin-bottom: 30px !important; }

.m-l-6 {
  margin-left: 30px !important; }

.m-r-6 {
  margin-right: 30px !important; }

.p-6 {
  padding: 30px !important; }

.p-t-6 {
  padding-top: 30px !important; }

.p-b-6 {
  padding-bottom: 30px !important; }

.p-l-6 {
  padding-left: 30px !important; }

.p-r-6 {
  padding-right: 30px !important; }

.m-7 {
  margin: 35px !important; }

.m-t-7 {
  margin-top: 35px !important; }

.m-b-7 {
  margin-bottom: 35px !important; }

.m-l-7 {
  margin-left: 35px !important; }

.m-r-7 {
  margin-right: 35px !important; }

.p-7 {
  padding: 35px !important; }

.p-t-7 {
  padding-top: 35px !important; }

.p-b-7 {
  padding-bottom: 35px !important; }

.p-l-7 {
  padding-left: 35px !important; }

.p-r-7 {
  padding-right: 35px !important; }

.m-8 {
  margin: 40px !important; }

.m-t-8 {
  margin-top: 40px !important; }

.m-b-8 {
  margin-bottom: 40px !important; }

.m-l-8 {
  margin-left: 40px !important; }

.m-r-8 {
  margin-right: 40px !important; }

.p-8 {
  padding: 40px !important; }

.p-t-8 {
  padding-top: 40px !important; }

.p-b-8 {
  padding-bottom: 40px !important; }

.p-l-8 {
  padding-left: 40px !important; }

.p-r-8 {
  padding-right: 40px !important; }

.m-9 {
  margin: 45px !important; }

.m-t-9 {
  margin-top: 45px !important; }

.m-b-9 {
  margin-bottom: 45px !important; }

.m-l-9 {
  margin-left: 45px !important; }

.m-r-9 {
  margin-right: 45px !important; }

.p-9 {
  padding: 45px !important; }

.p-t-9 {
  padding-top: 45px !important; }

.p-b-9 {
  padding-bottom: 45px !important; }

.p-l-9 {
  padding-left: 45px !important; }

.p-r-9 {
  padding-right: 45px !important; }

.m-10 {
  margin: 50px !important; }

.m-t-10 {
  margin-top: 50px !important; }

.m-b-10 {
  margin-bottom: 50px !important; }

.m-l-10 {
  margin-left: 50px !important; }

.m-r-10 {
  margin-right: 50px !important; }

.p-10 {
  padding: 50px !important; }

.p-t-10 {
  padding-top: 50px !important; }

.p-b-10 {
  padding-bottom: 50px !important; }

.p-l-10 {
  padding-left: 50px !important; }

.p-r-10 {
  padding-right: 50px !important; }

.m-11 {
  margin: 55px !important; }

.m-t-11 {
  margin-top: 55px !important; }

.m-b-11 {
  margin-bottom: 55px !important; }

.m-l-11 {
  margin-left: 55px !important; }

.m-r-11 {
  margin-right: 55px !important; }

.p-11 {
  padding: 55px !important; }

.p-t-11 {
  padding-top: 55px !important; }

.p-b-11 {
  padding-bottom: 55px !important; }

.p-l-11 {
  padding-left: 55px !important; }

.p-r-11 {
  padding-right: 55px !important; }

.m-12 {
  margin: 60px !important; }

.m-t-12 {
  margin-top: 60px !important; }

.m-b-12 {
  margin-bottom: 60px !important; }

.m-l-12 {
  margin-left: 60px !important; }

.m-r-12 {
  margin-right: 60px !important; }

.p-12 {
  padding: 60px !important; }

.p-t-12 {
  padding-top: 60px !important; }

.p-b-12 {
  padding-bottom: 60px !important; }

.p-l-12 {
  padding-left: 60px !important; }

.p-r-12 {
  padding-right: 60px !important; }

.m-13 {
  margin: 65px !important; }

.m-t-13 {
  margin-top: 65px !important; }

.m-b-13 {
  margin-bottom: 65px !important; }

.m-l-13 {
  margin-left: 65px !important; }

.m-r-13 {
  margin-right: 65px !important; }

.p-13 {
  padding: 65px !important; }

.p-t-13 {
  padding-top: 65px !important; }

.p-b-13 {
  padding-bottom: 65px !important; }

.p-l-13 {
  padding-left: 65px !important; }

.p-r-13 {
  padding-right: 65px !important; }

.m-14 {
  margin: 70px !important; }

.m-t-14 {
  margin-top: 70px !important; }

.m-b-14 {
  margin-bottom: 70px !important; }

.m-l-14 {
  margin-left: 70px !important; }

.m-r-14 {
  margin-right: 70px !important; }

.p-14 {
  padding: 70px !important; }

.p-t-14 {
  padding-top: 70px !important; }

.p-b-14 {
  padding-bottom: 70px !important; }

.p-l-14 {
  padding-left: 70px !important; }

.p-r-14 {
  padding-right: 70px !important; }

.m-15 {
  margin: 75px !important; }

.m-t-15 {
  margin-top: 75px !important; }

.m-b-15 {
  margin-bottom: 75px !important; }

.m-l-15 {
  margin-left: 75px !important; }

.m-r-15 {
  margin-right: 75px !important; }

.p-15 {
  padding: 75px !important; }

.p-t-15 {
  padding-top: 75px !important; }

.p-b-15 {
  padding-bottom: 75px !important; }

.p-l-15 {
  padding-left: 75px !important; }

.p-r-15 {
  padding-right: 75px !important; }

.m-16 {
  margin: 80px !important; }

.m-t-16 {
  margin-top: 80px !important; }

.m-b-16 {
  margin-bottom: 80px !important; }

.m-l-16 {
  margin-left: 80px !important; }

.m-r-16 {
  margin-right: 80px !important; }

.p-16 {
  padding: 80px !important; }

.p-t-16 {
  padding-top: 80px !important; }

.p-b-16 {
  padding-bottom: 80px !important; }

.p-l-16 {
  padding-left: 80px !important; }

.p-r-16 {
  padding-right: 80px !important; }

.m-17 {
  margin: 85px !important; }

.m-t-17 {
  margin-top: 85px !important; }

.m-b-17 {
  margin-bottom: 85px !important; }

.m-l-17 {
  margin-left: 85px !important; }

.m-r-17 {
  margin-right: 85px !important; }

.p-17 {
  padding: 85px !important; }

.p-t-17 {
  padding-top: 85px !important; }

.p-b-17 {
  padding-bottom: 85px !important; }

.p-l-17 {
  padding-left: 85px !important; }

.p-r-17 {
  padding-right: 85px !important; }

.m-18 {
  margin: 90px !important; }

.m-t-18 {
  margin-top: 90px !important; }

.m-b-18 {
  margin-bottom: 90px !important; }

.m-l-18 {
  margin-left: 90px !important; }

.m-r-18 {
  margin-right: 90px !important; }

.p-18 {
  padding: 90px !important; }

.p-t-18 {
  padding-top: 90px !important; }

.p-b-18 {
  padding-bottom: 90px !important; }

.p-l-18 {
  padding-left: 90px !important; }

.p-r-18 {
  padding-right: 90px !important; }

.m-19 {
  margin: 95px !important; }

.m-t-19 {
  margin-top: 95px !important; }

.m-b-19 {
  margin-bottom: 95px !important; }

.m-l-19 {
  margin-left: 95px !important; }

.m-r-19 {
  margin-right: 95px !important; }

.p-19 {
  padding: 95px !important; }

.p-t-19 {
  padding-top: 95px !important; }

.p-b-19 {
  padding-bottom: 95px !important; }

.p-l-19 {
  padding-left: 95px !important; }

.p-r-19 {
  padding-right: 95px !important; }

.m-20 {
  margin: 100px !important; }

.m-t-20 {
  margin-top: 100px !important; }

.m-b-20 {
  margin-bottom: 100px !important; }

.m-l-20 {
  margin-left: 100px !important; }

.m-r-20 {
  margin-right: 100px !important; }

.p-20 {
  padding: 100px !important; }

.p-t-20 {
  padding-top: 100px !important; }

.p-b-20 {
  padding-bottom: 100px !important; }

.p-l-20 {
  padding-left: 100px !important; }

.p-r-20 {
  padding-right: 100px !important; }

.m-21 {
  margin: 105px !important; }

.m-t-21 {
  margin-top: 105px !important; }

.m-b-21 {
  margin-bottom: 105px !important; }

.m-l-21 {
  margin-left: 105px !important; }

.m-r-21 {
  margin-right: 105px !important; }

.p-21 {
  padding: 105px !important; }

.p-t-21 {
  padding-top: 105px !important; }

.p-b-21 {
  padding-bottom: 105px !important; }

.p-l-21 {
  padding-left: 105px !important; }

.p-r-21 {
  padding-right: 105px !important; }

.m-22 {
  margin: 110px !important; }

.m-t-22 {
  margin-top: 110px !important; }

.m-b-22 {
  margin-bottom: 110px !important; }

.m-l-22 {
  margin-left: 110px !important; }

.m-r-22 {
  margin-right: 110px !important; }

.p-22 {
  padding: 110px !important; }

.p-t-22 {
  padding-top: 110px !important; }

.p-b-22 {
  padding-bottom: 110px !important; }

.p-l-22 {
  padding-left: 110px !important; }

.p-r-22 {
  padding-right: 110px !important; }

.m-23 {
  margin: 115px !important; }

.m-t-23 {
  margin-top: 115px !important; }

.m-b-23 {
  margin-bottom: 115px !important; }

.m-l-23 {
  margin-left: 115px !important; }

.m-r-23 {
  margin-right: 115px !important; }

.p-23 {
  padding: 115px !important; }

.p-t-23 {
  padding-top: 115px !important; }

.p-b-23 {
  padding-bottom: 115px !important; }

.p-l-23 {
  padding-left: 115px !important; }

.p-r-23 {
  padding-right: 115px !important; }

.m-24 {
  margin: 120px !important; }

.m-t-24 {
  margin-top: 120px !important; }

.m-b-24 {
  margin-bottom: 120px !important; }

.m-l-24 {
  margin-left: 120px !important; }

.m-r-24 {
  margin-right: 120px !important; }

.p-24 {
  padding: 120px !important; }

.p-t-24 {
  padding-top: 120px !important; }

.p-b-24 {
  padding-bottom: 120px !important; }

.p-l-24 {
  padding-left: 120px !important; }

.p-r-24 {
  padding-right: 120px !important; }

.m-25 {
  margin: 125px !important; }

.m-t-25 {
  margin-top: 125px !important; }

.m-b-25 {
  margin-bottom: 125px !important; }

.m-l-25 {
  margin-left: 125px !important; }

.m-r-25 {
  margin-right: 125px !important; }

.p-25 {
  padding: 125px !important; }

.p-t-25 {
  padding-top: 125px !important; }

.p-b-25 {
  padding-bottom: 125px !important; }

.p-l-25 {
  padding-left: 125px !important; }

.p-r-25 {
  padding-right: 125px !important; }

.m-26 {
  margin: 130px !important; }

.m-t-26 {
  margin-top: 130px !important; }

.m-b-26 {
  margin-bottom: 130px !important; }

.m-l-26 {
  margin-left: 130px !important; }

.m-r-26 {
  margin-right: 130px !important; }

.p-26 {
  padding: 130px !important; }

.p-t-26 {
  padding-top: 130px !important; }

.p-b-26 {
  padding-bottom: 130px !important; }

.p-l-26 {
  padding-left: 130px !important; }

.p-r-26 {
  padding-right: 130px !important; }

.m-27 {
  margin: 135px !important; }

.m-t-27 {
  margin-top: 135px !important; }

.m-b-27 {
  margin-bottom: 135px !important; }

.m-l-27 {
  margin-left: 135px !important; }

.m-r-27 {
  margin-right: 135px !important; }

.p-27 {
  padding: 135px !important; }

.p-t-27 {
  padding-top: 135px !important; }

.p-b-27 {
  padding-bottom: 135px !important; }

.p-l-27 {
  padding-left: 135px !important; }

.p-r-27 {
  padding-right: 135px !important; }

.m-28 {
  margin: 140px !important; }

.m-t-28 {
  margin-top: 140px !important; }

.m-b-28 {
  margin-bottom: 140px !important; }

.m-l-28 {
  margin-left: 140px !important; }

.m-r-28 {
  margin-right: 140px !important; }

.p-28 {
  padding: 140px !important; }

.p-t-28 {
  padding-top: 140px !important; }

.p-b-28 {
  padding-bottom: 140px !important; }

.p-l-28 {
  padding-left: 140px !important; }

.p-r-28 {
  padding-right: 140px !important; }

.m-29 {
  margin: 145px !important; }

.m-t-29 {
  margin-top: 145px !important; }

.m-b-29 {
  margin-bottom: 145px !important; }

.m-l-29 {
  margin-left: 145px !important; }

.m-r-29 {
  margin-right: 145px !important; }

.p-29 {
  padding: 145px !important; }

.p-t-29 {
  padding-top: 145px !important; }

.p-b-29 {
  padding-bottom: 145px !important; }

.p-l-29 {
  padding-left: 145px !important; }

.p-r-29 {
  padding-right: 145px !important; }

.m-30 {
  margin: 150px !important; }

.m-t-30 {
  margin-top: 150px !important; }

.m-b-30 {
  margin-bottom: 150px !important; }

.m-l-30 {
  margin-left: 150px !important; }

.m-r-30 {
  margin-right: 150px !important; }

.p-30 {
  padding: 150px !important; }

.p-t-30 {
  padding-top: 150px !important; }

.p-b-30 {
  padding-bottom: 150px !important; }

.p-l-30 {
  padding-left: 150px !important; }

.p-r-30 {
  padding-right: 150px !important; }

.m-31 {
  margin: 155px !important; }

.m-t-31 {
  margin-top: 155px !important; }

.m-b-31 {
  margin-bottom: 155px !important; }

.m-l-31 {
  margin-left: 155px !important; }

.m-r-31 {
  margin-right: 155px !important; }

.p-31 {
  padding: 155px !important; }

.p-t-31 {
  padding-top: 155px !important; }

.p-b-31 {
  padding-bottom: 155px !important; }

.p-l-31 {
  padding-left: 155px !important; }

.p-r-31 {
  padding-right: 155px !important; }

.m-32 {
  margin: 160px !important; }

.m-t-32 {
  margin-top: 160px !important; }

.m-b-32 {
  margin-bottom: 160px !important; }

.m-l-32 {
  margin-left: 160px !important; }

.m-r-32 {
  margin-right: 160px !important; }

.p-32 {
  padding: 160px !important; }

.p-t-32 {
  padding-top: 160px !important; }

.p-b-32 {
  padding-bottom: 160px !important; }

.p-l-32 {
  padding-left: 160px !important; }

.p-r-32 {
  padding-right: 160px !important; }

.m-33 {
  margin: 165px !important; }

.m-t-33 {
  margin-top: 165px !important; }

.m-b-33 {
  margin-bottom: 165px !important; }

.m-l-33 {
  margin-left: 165px !important; }

.m-r-33 {
  margin-right: 165px !important; }

.p-33 {
  padding: 165px !important; }

.p-t-33 {
  padding-top: 165px !important; }

.p-b-33 {
  padding-bottom: 165px !important; }

.p-l-33 {
  padding-left: 165px !important; }

.p-r-33 {
  padding-right: 165px !important; }

.m-34 {
  margin: 170px !important; }

.m-t-34 {
  margin-top: 170px !important; }

.m-b-34 {
  margin-bottom: 170px !important; }

.m-l-34 {
  margin-left: 170px !important; }

.m-r-34 {
  margin-right: 170px !important; }

.p-34 {
  padding: 170px !important; }

.p-t-34 {
  padding-top: 170px !important; }

.p-b-34 {
  padding-bottom: 170px !important; }

.p-l-34 {
  padding-left: 170px !important; }

.p-r-34 {
  padding-right: 170px !important; }

.m-35 {
  margin: 175px !important; }

.m-t-35 {
  margin-top: 175px !important; }

.m-b-35 {
  margin-bottom: 175px !important; }

.m-l-35 {
  margin-left: 175px !important; }

.m-r-35 {
  margin-right: 175px !important; }

.p-35 {
  padding: 175px !important; }

.p-t-35 {
  padding-top: 175px !important; }

.p-b-35 {
  padding-bottom: 175px !important; }

.p-l-35 {
  padding-left: 175px !important; }

.p-r-35 {
  padding-right: 175px !important; }

.m-36 {
  margin: 180px !important; }

.m-t-36 {
  margin-top: 180px !important; }

.m-b-36 {
  margin-bottom: 180px !important; }

.m-l-36 {
  margin-left: 180px !important; }

.m-r-36 {
  margin-right: 180px !important; }

.p-36 {
  padding: 180px !important; }

.p-t-36 {
  padding-top: 180px !important; }

.p-b-36 {
  padding-bottom: 180px !important; }

.p-l-36 {
  padding-left: 180px !important; }

.p-r-36 {
  padding-right: 180px !important; }

.m-37 {
  margin: 185px !important; }

.m-t-37 {
  margin-top: 185px !important; }

.m-b-37 {
  margin-bottom: 185px !important; }

.m-l-37 {
  margin-left: 185px !important; }

.m-r-37 {
  margin-right: 185px !important; }

.p-37 {
  padding: 185px !important; }

.p-t-37 {
  padding-top: 185px !important; }

.p-b-37 {
  padding-bottom: 185px !important; }

.p-l-37 {
  padding-left: 185px !important; }

.p-r-37 {
  padding-right: 185px !important; }

.m-38 {
  margin: 190px !important; }

.m-t-38 {
  margin-top: 190px !important; }

.m-b-38 {
  margin-bottom: 190px !important; }

.m-l-38 {
  margin-left: 190px !important; }

.m-r-38 {
  margin-right: 190px !important; }

.p-38 {
  padding: 190px !important; }

.p-t-38 {
  padding-top: 190px !important; }

.p-b-38 {
  padding-bottom: 190px !important; }

.p-l-38 {
  padding-left: 190px !important; }

.p-r-38 {
  padding-right: 190px !important; }

.m-39 {
  margin: 195px !important; }

.m-t-39 {
  margin-top: 195px !important; }

.m-b-39 {
  margin-bottom: 195px !important; }

.m-l-39 {
  margin-left: 195px !important; }

.m-r-39 {
  margin-right: 195px !important; }

.p-39 {
  padding: 195px !important; }

.p-t-39 {
  padding-top: 195px !important; }

.p-b-39 {
  padding-bottom: 195px !important; }

.p-l-39 {
  padding-left: 195px !important; }

.p-r-39 {
  padding-right: 195px !important; }

.m-40 {
  margin: 200px !important; }

.m-t-40 {
  margin-top: 200px !important; }

.m-b-40 {
  margin-bottom: 200px !important; }

.m-l-40 {
  margin-left: 200px !important; }

.m-r-40 {
  margin-right: 200px !important; }

.p-40 {
  padding: 200px !important; }

.p-t-40 {
  padding-top: 200px !important; }

.p-b-40 {
  padding-bottom: 200px !important; }

.p-l-40 {
  padding-left: 200px !important; }

.p-r-40 {
  padding-right: 200px !important; }

.m-41 {
  margin: 205px !important; }

.m-t-41 {
  margin-top: 205px !important; }

.m-b-41 {
  margin-bottom: 205px !important; }

.m-l-41 {
  margin-left: 205px !important; }

.m-r-41 {
  margin-right: 205px !important; }

.p-41 {
  padding: 205px !important; }

.p-t-41 {
  padding-top: 205px !important; }

.p-b-41 {
  padding-bottom: 205px !important; }

.p-l-41 {
  padding-left: 205px !important; }

.p-r-41 {
  padding-right: 205px !important; }

.m-42 {
  margin: 210px !important; }

.m-t-42 {
  margin-top: 210px !important; }

.m-b-42 {
  margin-bottom: 210px !important; }

.m-l-42 {
  margin-left: 210px !important; }

.m-r-42 {
  margin-right: 210px !important; }

.p-42 {
  padding: 210px !important; }

.p-t-42 {
  padding-top: 210px !important; }

.p-b-42 {
  padding-bottom: 210px !important; }

.p-l-42 {
  padding-left: 210px !important; }

.p-r-42 {
  padding-right: 210px !important; }

.m-43 {
  margin: 215px !important; }

.m-t-43 {
  margin-top: 215px !important; }

.m-b-43 {
  margin-bottom: 215px !important; }

.m-l-43 {
  margin-left: 215px !important; }

.m-r-43 {
  margin-right: 215px !important; }

.p-43 {
  padding: 215px !important; }

.p-t-43 {
  padding-top: 215px !important; }

.p-b-43 {
  padding-bottom: 215px !important; }

.p-l-43 {
  padding-left: 215px !important; }

.p-r-43 {
  padding-right: 215px !important; }

.m-44 {
  margin: 220px !important; }

.m-t-44 {
  margin-top: 220px !important; }

.m-b-44 {
  margin-bottom: 220px !important; }

.m-l-44 {
  margin-left: 220px !important; }

.m-r-44 {
  margin-right: 220px !important; }

.p-44 {
  padding: 220px !important; }

.p-t-44 {
  padding-top: 220px !important; }

.p-b-44 {
  padding-bottom: 220px !important; }

.p-l-44 {
  padding-left: 220px !important; }

.p-r-44 {
  padding-right: 220px !important; }

.m-45 {
  margin: 225px !important; }

.m-t-45 {
  margin-top: 225px !important; }

.m-b-45 {
  margin-bottom: 225px !important; }

.m-l-45 {
  margin-left: 225px !important; }

.m-r-45 {
  margin-right: 225px !important; }

.p-45 {
  padding: 225px !important; }

.p-t-45 {
  padding-top: 225px !important; }

.p-b-45 {
  padding-bottom: 225px !important; }

.p-l-45 {
  padding-left: 225px !important; }

.p-r-45 {
  padding-right: 225px !important; }

.m-46 {
  margin: 230px !important; }

.m-t-46 {
  margin-top: 230px !important; }

.m-b-46 {
  margin-bottom: 230px !important; }

.m-l-46 {
  margin-left: 230px !important; }

.m-r-46 {
  margin-right: 230px !important; }

.p-46 {
  padding: 230px !important; }

.p-t-46 {
  padding-top: 230px !important; }

.p-b-46 {
  padding-bottom: 230px !important; }

.p-l-46 {
  padding-left: 230px !important; }

.p-r-46 {
  padding-right: 230px !important; }

.m-47 {
  margin: 235px !important; }

.m-t-47 {
  margin-top: 235px !important; }

.m-b-47 {
  margin-bottom: 235px !important; }

.m-l-47 {
  margin-left: 235px !important; }

.m-r-47 {
  margin-right: 235px !important; }

.p-47 {
  padding: 235px !important; }

.p-t-47 {
  padding-top: 235px !important; }

.p-b-47 {
  padding-bottom: 235px !important; }

.p-l-47 {
  padding-left: 235px !important; }

.p-r-47 {
  padding-right: 235px !important; }

.m-48 {
  margin: 240px !important; }

.m-t-48 {
  margin-top: 240px !important; }

.m-b-48 {
  margin-bottom: 240px !important; }

.m-l-48 {
  margin-left: 240px !important; }

.m-r-48 {
  margin-right: 240px !important; }

.p-48 {
  padding: 240px !important; }

.p-t-48 {
  padding-top: 240px !important; }

.p-b-48 {
  padding-bottom: 240px !important; }

.p-l-48 {
  padding-left: 240px !important; }

.p-r-48 {
  padding-right: 240px !important; }

.m-49 {
  margin: 245px !important; }

.m-t-49 {
  margin-top: 245px !important; }

.m-b-49 {
  margin-bottom: 245px !important; }

.m-l-49 {
  margin-left: 245px !important; }

.m-r-49 {
  margin-right: 245px !important; }

.p-49 {
  padding: 245px !important; }

.p-t-49 {
  padding-top: 245px !important; }

.p-b-49 {
  padding-bottom: 245px !important; }

.p-l-49 {
  padding-left: 245px !important; }

.p-r-49 {
  padding-right: 245px !important; }

.m-50 {
  margin: 250px !important; }

.m-t-50 {
  margin-top: 250px !important; }

.m-b-50 {
  margin-bottom: 250px !important; }

.m-l-50 {
  margin-left: 250px !important; }

.m-r-50 {
  margin-right: 250px !important; }

.p-50 {
  padding: 250px !important; }

.p-t-50 {
  padding-top: 250px !important; }

.p-b-50 {
  padding-bottom: 250px !important; }

.p-l-50 {
  padding-left: 250px !important; }

.p-r-50 {
  padding-right: 250px !important; }

/* Share buttons
----------------------------------------------------------------------------- */
.stButton .stMainServices {
  min-height: 22px; }

.custom_item_adder {
  outline: none;
  padding: 5px;
  border: 1px solid #dadada;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: .3s;
  transition: .3s;
  max-width: 70px; }
  .custom_item_adder.wide {
    min-width: 170px; }
  .custom_item_adder.danger {
    border-color: #e74c3c; }
  .custom_item_adder:disabled {
    background: #F5F5F5; }

.amount-changer {
  max-width: 50px; }

.offer-field {
  max-width: 65px;
  padding: 5px !important; }
  .offer-field-amount {
    max-width: 43px; }
  .offer-field-wide {
    min-width: 170px; }
  .offer-field:disabled {
    background: #F5F5F5; }

.price-changer-currency {
  margin-top: 8px;
  margin-right: 5px;
  display: inline-block; }

.custom-item-add-btn,
.service-remove-btn {
  position: absolute;
  right: -30px;
  top: 32%;
  cursor: pointer;
  font-size: 20px !important; }
  .custom-item-add-btn.small-add-btn,
  .service-remove-btn.small-add-btn {
    font-size: inherit !important;
    right: 3px; }
  .custom-item-add-btn.fa-minus-circle,
  .service-remove-btn.fa-minus-circle {
    color: #e74c3c; }

.service-remove-btn {
  color: #e74c3c; }

.search-helper {
  position: absolute;
  background: #FFF;
  z-index: 1;
  border: 1px solid #dadada;
  width: 170px;
  margin-bottom: 10px;
  max-height: 300px;
  overflow: auto; }
  .search-helper li {
    padding: 10px;
    cursor: pointer; }
    .search-helper li:focus {
      outline: none; }
    .search-helper li:hover, .search-helper li.active {
      background-color: #f4f4f4; }
    .search-helper li.unselectable {
      cursor: default;
      color: #cdcdcd; }
      .search-helper li.unselectable:hover, .search-helper li.unselectable.active {
        background-color: inherit; }
  .search-helper.large {
    border-top: 0;
    border-bottom: 0;
    width: 100%;
    margin-top: -27px; }
    .search-helper.large li {
      padding: 12px; }

.inline-block {
  display: inline-block; }

.nanobar {
  position: fixed;
  top: 0; }

.bar {
  background: #abcaef; }

.pointer {
  cursor: pointer; }

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.remove-image-container {
  position: relative;
  width: 100%;
  cursor: pointer; }
  .remove-image-container .remove-image {
    display: block;
    width: 100%;
    height: auto; }
  .remove-image-container .remove-image-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #e74c3c; }
    .remove-image-container .remove-image-overlay .fa {
      color: white;
      font-size: 40px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center; }
  .remove-image-container:hover .remove-image-overlay {
    opacity: 1; }

.linkwrap {
  position: relative;
  display: inline-block; }

.blocker {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1; }

.linkwrap iframe {
  z-index: 2; }

.droppable-container {
  margin-top: 15px;
  position: relative;
  background: #FFF;
  border: 1px dashed #DDDDDD;
  height: 68px; }

.upload-area {
  margin: 0 auto;
  text-align: center;
  overflow: auto;
  color: #333; }

.upload-area:hover {
  cursor: pointer; }

.upload-area h4 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  margin-top: 8px;
  margin-bottom: 0;
  width: 100px; }
