body {
	background: url('../img/darkdenim3.png') repeat 0 0 #555;
}
/* DatePicker Container */
.ui-datepicker {
	width: 216px;
	height: auto;
	margin: 5px auto 0;
	font: 9pt Arial, sans-serif;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	/*background: url('../img/dark_leather.png') repeat 0 0 #000;*/
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	/*text-shadow: 1px -1px 0px #000;*/
	/*filter: dropshadow(color=#000, offx=1, offy=-1);*/
	line-height: 30px;
	/*border-width: 1px 0 0 0;*/
	/*border-style: solid;*/
	/*border-color: #111;*/
}
.ui-datepicker-title {
	text-align: center;
    overflow: hidden;
}
.ui-datepicker-month, .ui-datepicker-year {
	width: 50%;
	display: block;
	float: left;
	border: none;
	padding: 8px 5px;
	color: black;
    font: 9pt Arial, sans-serif;
    font-weight: bold;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: none !important;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	/*background-image: url('../img/arrow.png');*/
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	/*background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );*/
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 7pt;
	padding: 5px 0;
	color: #666666;
	/*text-shadow: 1px 0px 0px #fff;*/
	/*filter: dropshadow(color=#fff, offx=1, offy=0);*/
}
.ui-datepicker tbody td {
	padding: 0;
	border-right: 1px solid #bbb;
    background: white;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	/*text-shadow: 1px 1px 0px #fff;*/
	/*filter: dropshadow(color=#fff, offx=1, offy=1);*/
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	/*background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);*/
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	/*-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);*/
	color: #F0F0F0;
	/*text-shadow: 0px 1px 0px #4d7a85;*/
	/*border: 1px solid #55838f;*/
	position: relative;
	/*margin: -1px;*/
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	/*width: 29px;*/
	/*margin-left: 0;*/
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	/*width: 29px;*/
	/*margin-right: 0;*/
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	/*height: 29px;*/
	/*margin-bottom: 0;*/
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*@import "bootstrap/print";*/
/*@import "bootstrap/glyphicons";*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}
a:hover, a:focus {
  /*    color: $link-hover-color;
      text-decoration: underline;*/
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*@import "bootstrap/type";*/
/*@import "bootstrap/code";*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1600px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }

  .col-xl-1 {
    width: 8.33333%;
  }

  .col-xl-2 {
    width: 16.66667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.33333%;
  }

  .col-xl-5 {
    width: 41.66667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.33333%;
  }

  .col-xl-8 {
    width: 66.66667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.33333%;
  }

  .col-xl-11 {
    width: 91.66667%;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-pull-0 {
    right: auto;
  }

  .col-xl-pull-1 {
    right: 8.33333%;
  }

  .col-xl-pull-2 {
    right: 16.66667%;
  }

  .col-xl-pull-3 {
    right: 25%;
  }

  .col-xl-pull-4 {
    right: 33.33333%;
  }

  .col-xl-pull-5 {
    right: 41.66667%;
  }

  .col-xl-pull-6 {
    right: 50%;
  }

  .col-xl-pull-7 {
    right: 58.33333%;
  }

  .col-xl-pull-8 {
    right: 66.66667%;
  }

  .col-xl-pull-9 {
    right: 75%;
  }

  .col-xl-pull-10 {
    right: 83.33333%;
  }

  .col-xl-pull-11 {
    right: 91.66667%;
  }

  .col-xl-pull-12 {
    right: 100%;
  }

  .col-xl-push-0 {
    left: auto;
  }

  .col-xl-push-1 {
    left: 8.33333%;
  }

  .col-xl-push-2 {
    left: 16.66667%;
  }

  .col-xl-push-3 {
    left: 25%;
  }

  .col-xl-push-4 {
    left: 33.33333%;
  }

  .col-xl-push-5 {
    left: 41.66667%;
  }

  .col-xl-push-6 {
    left: 50%;
  }

  .col-xl-push-7 {
    left: 58.33333%;
  }

  .col-xl-push-8 {
    left: 66.66667%;
  }

  .col-xl-push-9 {
    left: 75%;
  }

  .col-xl-push-10 {
    left: 83.33333%;
  }

  .col-xl-push-11 {
    left: 91.66667%;
  }

  .col-xl-push-12 {
    left: 100%;
  }

  .col-xl-offset-0 {
    margin-left: 0%;
  }

  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }

  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }

  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }

  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }

  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
/*@import "bootstrap/tables";*/
/*@import "bootstrap/forms";*/
/*@import "bootstrap/buttons";*/
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/*@import "bootstrap/dropdowns";*/
/*@import "bootstrap/button-groups";*/
/*@import "bootstrap/input-groups";*/
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/*@import "bootstrap/navbar";*/
/*@import "bootstrap/breadcrumbs";*/
/*@import "bootstrap/pagination";*/
/*@import "bootstrap/pager";*/
/*@import "bootstrap/labels";*/
/*@import "bootstrap/badges";*/
/*@import "bootstrap/jumbotron";*/
/*@import "bootstrap/thumbnails";*/
/*@import "bootstrap/alerts";*/
/*@import "bootstrap/progress-bars";*/
/*@import "bootstrap/media";*/
/*@import "bootstrap/list-group";*/
/*@import "bootstrap/panels";*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/*@import "bootstrap/wells";*/
/*@import "bootstrap/close";*/
.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/*@import "bootstrap/carousel";*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg, .visible-xl {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1600px) {
  .visible-xl {
    display: block !important;
  }

  table.visible-xl {
    display: table;
  }

  tr.visible-xl {
    display: table-row !important;
  }

  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
}
@media (min-width: 1600px) {
  .visible-xl-block {
    display: block !important;
  }
}

@media (min-width: 1600px) {
  .visible-xl-inline {
    display: inline !important;
  }
}

@media (min-width: 1600px) {
  .visible-xl-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .hidden-xl {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*------------------------------------*\
    BASE
\*------------------------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*='.svg'] {
    width: 100%;
  }
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'notosans-bold';
  src: url("../../fonts/notosans-bold.woff2") format("woff2"), url("../../fonts/notosans-bold.woff") format("woff");
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'notosans-regular';
  src: url("../../fonts/notosans-regular.woff2") format("woff2"), url("../../fonts/notosans-regular.woff") format("woff");
}
@font-face {
  font-family: 'proximanova-regular';
  src: url("../../fonts/64017d81-9430-4cba-8219-8f5cc28b923e.woff2") format("woff2"), url("../../fonts/e56ecb6d-da41-4bd9-982d-2d295bec9ab0.woff") format("woff");
}
@font-face {
  font-family: 'proximanova-semibold';
  src: url("../../fonts/ae47a7f5-89da-4879-b934-29722c3dd451.woff2") format("woff2"), url("../../fonts/70ae52ec-d89b-4c6a-9402-854ebe423c54.woff") format("woff");
}
@font-face {
  font-family: 'proximanova-bold';
  src: url("../../fonts/0d416408-95c6-4ad7-b08d-e60573d3b37d.woff2") format("woff2"), url("../../fonts/d999c07b-a049-4eb5-b8a6-4f36ae25e67e.woff") format("woff");
}
@font-face {
  font-family: 'proximanova-extrabold';
  src: url("../../fonts/eb39afe0-709e-46d6-92ad-db5c3bfd24a9.woff2") format("woff2"), url("../../fonts/19dd5cf2-ac2d-48d5-901a-c432fd291ee2.woff") format("woff");
}
body,
html {
  height: 100%;
}

body {
  background: white;
  color: #222222;
}

#wrapper {
  position: relative;
  margin: 0 auto;
  min-height: 100%;
}

.overflow {
  overflow: hidden;
}

.vmiddle {
  position: relative;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.underline {
  text-decoration: underline;
}

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

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

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

input,
select {
  box-shadow: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

* {
  outline: none !important;
}

.clearfix {
  clear: both;
}

@media only screen and (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media only screen and (min-width: 1600px) {
  .container--bigger {
    max-width: 1420px;
    width: auto;
  }
}

.row-xs-eqheight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row-xs-eqheight > div {
  min-height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .row-sm-eqheight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .row-sm-eqheight > div {
    min-height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  .row-md-eqheight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .row-md-eqheight > div {
    min-height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1200px) {
  .row-lg-eqheight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .row-lg-eqheight > div {
    min-height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1600px) {
  .row-xl-eqheight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .row-xl-eqheight > div {
    min-height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
_:-webkit-full-screen:not(:root:root),
.row-xs-eqheight {
  height: auto;
}

_:-webkit-full-screen:not(:root:root),
.row-xs-eqheight > div {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) {
  _:-webkit-full-screen:not(:root:root),
  .row-sm-eqheight {
    height: auto;
  }
}

@media only screen and (min-width: 768px) {
  _:-webkit-full-screen:not(:root:root),
  .row-sm-eqheight > div {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 992px) {
  _:-webkit-full-screen:not(:root:root),
  .row-md-eqheight {
    height: auto;
  }
}

@media only screen and (min-width: 992px) {
  _:-webkit-full-screen:not(:root:root),
  .row-md-eqheight > div {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 1200px) {
  _:-webkit-full-screen:not(:root:root),
  .row-lg-eqheight {
    height: auto;
  }
}

@media only screen and (min-width: 1200px) {
  _:-webkit-full-screen:not(:root:root),
  .row-lg-eqheight > div {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 1600px) {
  _:-webkit-full-screen:not(:root:root),
  .row-xl-eqheight {
    height: auto;
  }
}

@media only screen and (min-width: 1600px) {
  _:-webkit-full-screen:not(:root:root),
  .row-xl-eqheight > div {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.row-xs-default {
  display: initial;
}

@media only screen and (min-width: 768px) {
  .row-sm-default {
    display: initial;
  }
}

@media only screen and (min-width: 992px) {
  .row-md-default {
    display: initial;
  }
}

@media only screen and (min-width: 1200px) {
  .row-lg-default {
    display: initial;
  }
}

@media only screen and (min-width: 1600px) {
  .row-xl-default {
    display: initial;
  }
}

@media only screen and (max-width: 767px) {
  .row-xs-buffer {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-sm-buffer {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row-md-buffer {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row-lg-buffer {
    margin-bottom: 30px;
  }
}

.row--nopadding {
  margin: 0;
}
.row--nopadding > div[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.row--small {
  margin: 0 -7px;
}
.row--small > div[class*='col-'] {
  padding-right: 7px;
  padding-left: 7px;
}
@media only screen and (min-width: 1600px) {
  .row--big {
    margin: 0 -50px;
  }
}
@media only screen and (min-width: 1600px) {
  .row--big > div[class*='col-'] {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.row--vcenter > div[class*='col-'] {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.row--vbottom > div[class*='col-'] {
  display: inline-block;
  float: none;
  vertical-align: bottom;
}

.icon--invert {
  display: inline-block;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.panel-heading > * {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.table {
  display: table;
  width: 100%;
}
.table__row {
  display: table-row;
}
.table__cell {
  display: table-cell;
  vertical-align: top;
}

.site-logo {
  display: block;
  margin: 0 auto;
}
.site-logo img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.pac-container {
  z-index: 10000 !important;
}
.pac-container:after {
  content: none;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
.body-backdrop {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  background-color: black;
  content: '';
  opacity: 0;
  transition: 0.3s 0s opacity, 0s 0.3s top;
}
@media only screen and (min-width: 992px) {
  .body-backdrop {
    z-index: 100;
  }
}

.text-box {
  padding: 0 0 15px 0;
  text-transform: none;
}
.text-box .heading {
  padding-top: 10px;
}
.text-box .heading:first-child {
  padding-top: 0;
}
.text-box .heading:last-child {
  margin-bottom: 0;
}
.text-box iframe {
  margin: 0 0 30px 0;
  width: 100%;
}
.text-box img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (min-width: 992px) {
  .text-box img {
    padding: 10px 0 20px 0;
  }
}
.text-box img.leftAlone {
  margin-right: auto;
  margin-left: 0;
}
.text-box img.rightAlone {
  margin-right: 0;
  margin-left: auto;
}
.text-box p {
  padding: 0 0 10px 0;
  color: #222222;
  line-height: 160%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "notosans-regular";
}
@media only screen and (min-width: 992px) {
  .text-box p {
    padding: 0 0 20px 0;
    font-size: 0.813em;
    font-weight: 400;
    font-family: "notosans-regular";
  }
}
.text-box p:last-child {
  padding: 0;
}
.text-box table {
  width: 100%;
  text-align: left;
}
.text-box th {
  padding: 8px 5px;
  background: #e1e1e1;
  color: #000000;
  line-height: 160%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "notosans-bold";
}
@media only screen and (min-width: 992px) {
  .text-box th {
    padding: 12px 10px;
    font-size: 1em;
    font-weight: 400;
    font-family: "notosans-bold";
  }
}
.text-box td {
  padding: 5px;
  border-top: 1px solid #e1e1e1;
  color: #222222;
  line-height: 120%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "notosans-regular";
}
@media only screen and (min-width: 992px) {
  .text-box td {
    padding: 10px;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "notosans-regular";
  }
}
.text-box ul,
.text-box ol {
  padding: 0 0 15px 15px;
}
.text-box ul:last-child,
.text-box ol:last-child {
  padding-bottom: 0;
}
.text-box ul li,
.text-box ol li {
  padding: 0 0 15px 15px;
  line-height: 120%;
}
.text-box a {
  color: inherit;
  font-size: 1em;
  font-weight: 400;
  font-family: "notosans-bold";
}
@media only screen and (min-width: 992px) {
  .text-box a {
    transition: 0.2s 0s;
  }
}
.text-box button {
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  font-size: 1em;
  font-weight: 400;
  font-family: "notosans-bold";
}
@media only screen and (min-width: 992px) {
  .text-box button {
    transition: 0.2s 0s;
  }
}
.text-box strong {
  font-size: 1em;
  font-weight: 400;
  font-family: "notosans-bold";
}
.text-box--small p {
  line-height: 140%;
  font-size: 0.688em;
  font-weight: 400;
  font-family: "notosans-regular";
}
@media only screen and (min-width: 992px) {
  .text-box--small p {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "notosans-regular";
  }
}
.text-box--center {
  text-align: center;
}
.text-box--center ul {
  text-align: inherit;
}
.text-box--heading {
  margin: 0 0 30px 0;
  margin-top: -15px;
}
@media only screen and (min-width: 992px) {
  .text-box--heading {
    margin-top: -25px;
  }
}

.heading {
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 991px) {
  .heading br {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .heading {
    margin: 0 0 20px 0;
  }
}
.heading--lv1 {
  margin: 0 0 30px 0;
  line-height: 120%;
  font-size: 1.375em;
  font-weight: 400;
  font-family: "notosans-bold";
}
@media only screen and (min-width: 992px) {
  .heading--lv1 {
    margin: 0 0 50px 0;
    font-size: 1.75em;
    font-weight: 400;
    font-family: "notosans-bold";
  }
}
@media only screen and (min-width: 1200px) {
  .heading--lv1 {
    font-size: 2em;
    font-weight: 400;
    font-family: "notosans-bold";
  }
}
.heading--lv2 {
  line-height: 120%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "notosans-bold";
}
@media only screen and (min-width: 992px) {
  .heading--lv2 {
    font-size: 1.125em;
    font-weight: 400;
    font-family: "notosans-bold";
  }
}
.heading--lv3 {
  line-height: 120%;
  margin: 0 0 5px 0;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "notosans-bold";
}
@media only screen and (min-width: 992px) {
  .heading--lv3 {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "notosans-bold";
  }
}
.heading:last-child {
  margin-bottom: 0;
}
.heading--center {
  text-align: center;
}
.heading--uppercase {
  text-transform: uppercase;
}
.heading--no-padding {
  margin-bottom: 0;
  padding-bottom: 0;
}
.heading a {
  color: inherit;
}
.heading .icon {
  float: right;
  margin: 0 0 0 20px;
  max-height: 20px;
}

@media only screen and (min-width: 992px) {
  .heading-box--center {
    text-align: center;
  }
}
.heading-box--line {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 992px) {
  .heading-box--line:after {
    display: block;
    margin: 20px auto 40px auto;
    width: 90px;
    border-bottom: 3px solid transparent;
    border-bottom-color: inherit;
    content: '';
  }
}

.subheading {
  margin: 0 0 5px 0;
  line-height: 120%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "notosans-bold";
}
@media only screen and (max-width: 991px) {
  .subheading {
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 992px) {
  .subheading {
    margin: 0 0 10px 0;
    font-size: 1em;
    font-weight: 400;
    font-family: "notosans-bold";
  }
}

.photo {
  /*max-width: 320px;*/
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .photo {
    /*display: inline-block;*/
  }
}
@media only screen and (min-width: 768px) {
  .photo {
    max-width: 480px;
  }
}
@media only screen and (min-width: 992px) {
  .photo {
    margin: 0 auto;
    max-width: 600px;
  }
}
@media only screen and (min-width: 1200px) {
  .photo {
    max-width: none;
  }
}
.photo--zoom {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .photo--zoom:hover .photo__image, .photo--zoom:focus .photo__image {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .photo--zoom .photo__image {
    transition: 0.2s 0s;
  }
}
.photo__bg {
  display: block;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.photo__image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  /*width: 100%;*/
  height: auto;
}
.photo__link {
  position: relative;
  display: block;
  color: inherit;
}
.photo__video-helper {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  padding: 15px 10px 10px 10px;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0.05em;
  pointer-events: none;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-size: 0.625em;
  font-weight: 400;
  font-family: "notosans-regular";
}
@media only screen and (min-width: 992px) {
  .photo__video-helper {
    padding: 30px 25px 20px 25px;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "notosans-regular";
  }
}
.photo__video-helper:before {
  display: block;
  margin: 0 auto 15px auto;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid white;
  content: '';
}
@media only screen and (min-width: 992px) {
  .photo__video-helper:before {
    margin-bottom: 20px;
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 30px;
  }
}
.photo__caption {
  display: block;
  padding: 10px 0 0 0;
  line-height: 140%;
  font-size: 1em;
  font-weight: 400;
  font-family: "notosans-regular";
}
.photo__caption a {
  color: inherit;
}

.photo-list__item {
  margin: 0 0 20px 0;
}

.button {
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 20px;
  border: 2px solid transparent;
  background: black;
  color: white;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 140%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "notosans-bold";
}
@media only screen and (min-width: 992px) {
  .button {
    display: inline-block;
    padding: 13px 50px;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "notosans-bold";
    transition: 0.2s 0s;
  }
  .button:not(.button--disabled):hover, .button:not(.button--disabled):focus {
    background: #404040;
  }
}
.button--white-border {
  border-color: rgba(255, 255, 255, 0.7);
  background-color: transparent;
  color: white;
}
@media only screen and (min-width: 992px) {
  .button--white-border:not(.button--disabled):hover, .button--white-border:not(.button--disabled):focus {
    background-color: white;
    color: black;
  }
}
.button--small {
  font-size: 0.688em;
  font-weight: 400;
  font-family: "notosans-bold";
}
@media only screen and (min-width: 992px) {
  .button--small {
    padding: 12px 18px;
    font-size: 0.75em;
    font-weight: 400;
    font-family: "notosans-bold";
  }
}
@media only screen and (min-width: 992px) {
  .button--big {
    padding: 25px 30px;
    font-size: 1em;
    font-weight: 400;
    font-family: "notosans-bold";
  }
}
.button--block {
  display: block;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
.button--disabled {
  opacity: 0.3;
  cursor: default;
}
@media only screen and (min-width: 992px) {
  .button--disabled:hover, .button--disabled:focus {
    opacity: 0.3;
  }
}

.button-box {
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  .button-box {
    margin-top: 30px;
  }
  .button-box:first-child {
    margin-top: 0;
  }
}
.button-box--center {
  text-align: center;
}
.button-box--inline .button {
  display: inline-block;
  margin-bottom: 10px;
}
.button-box--inline .button:not(:last-child) {
  margin-right: 10px;
}
.button-box .button {
  margin-bottom: 10px;
}
.button-box .button:last-child {
  margin-bottom: 0;
}

.button-link {
  position: relative;
  z-index: 1;
  padding: 0;
  border: none;
  background: none;
  line-height: 140%;
  cursor: pointer;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "notosans-bold";
}
@media only screen and (min-width: 992px) {
  .button-link {
    transition: 0.2s 0s;
    /*opacity: 0.8;*/
  }
}
.button-link--small {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "notosans-bold";
}

.back-button {
  display: block;
  float: left;
  color: #ffffff;
  opacity: 0.6;
  font-size: 0.688em;
  font-weight: 400;
  font-family: "notosans-regular";
}
@media only screen and (min-width: 992px) {
  .back-button {
    transition: 0.2s;
  }
  .back-button:hover, .back-button:focus {
    opacity: 1;
  }
}
.back-button:before {
  display: inline-block;
  margin: 0 5px 0 0;
  width: 7px;
  height: 7px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #ffffff;
  content: '';
  letter-spacing: 0.05em;
  pointer-events: none;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media only screen and (min-width: 992px) {
  .back-button:before {
    margin: 0 10px 0 0;
  }
}

.field {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  color: #222222;
  text-align: left;
  cursor: text;
  transition: 0.2s 0s;
}
.field[data-label]:before {
  position: relative;
  top: 20px;
  z-index: 2;
  display: inline;
  content: attr(data-label);
  opacity: 0;
  transition-delay: 0s;
  transition: 0.2s 0s;
}
.field[data-label] .field__input, .field[data-label] .login-area input, .login-area .field[data-label] input,
.field[data-label] .login-area textarea,
.login-area .field[data-label] textarea,
.field[data-label] .login-area select,
.login-area .field[data-label] select {
  position: relative;
  z-index: 1;
  opacity: 0;
}
.field[data-label] .field__alt {
  position: absolute;
  opacity: 0;
}
.field[data-label] .field__text, .field[data-label] .field[data-label]:before {
  position: absolute;
  top: 50%;
  padding: 0 10px;
  max-width: 85%;
  text-transform: none;
  letter-spacing: normal;
  line-height: 130%;
  opacity: 0.5;
  transition-delay: 0.1s;
  transition: 0.2s 0s;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "notosans-regular";
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.field--focus[data-label]:before, .field--filled[data-label]:before {
  top: 0;
  opacity: 0.8;
  transition-delay: 0.1s;
}
.field--focus[data-label] .field__text, .field--focus[data-label] .field[data-label]:before, .field--filled[data-label] .field__text, .field--filled[data-label] .field[data-label]:before {
  opacity: 0;
  transition-delay: 0s;
}
.field--focus[data-label] .field__input, .field--focus[data-label] .login-area input, .login-area .field--focus[data-label] input,
.field--focus[data-label] .login-area textarea,
.login-area .field--focus[data-label] textarea,
.field--focus[data-label] .login-area select,
.login-area .field--focus[data-label] select, .field--filled[data-label] .field__input, .field--filled[data-label] .login-area input, .login-area .field--filled[data-label] input,
.field--filled[data-label] .login-area textarea,
.login-area .field--filled[data-label] textarea,
.field--filled[data-label] .login-area select,
.login-area .field--filled[data-label] select {
  opacity: 1;
}
.field--alert {
  border-color: #a40000;
  color: #a40000;
}
.field--alert:before,
.field--alert .field__text,
.field--alert .field[data-label]:before {
  color: inherit;
}
.field--focused {
  border-color: black;
}
.field--inline {
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  color: inherit;
}
@media only screen and (min-width: 992px) {
  .field--inline {
    margin-right: 20px;
  }
}
.field--rating .rating__star {
  margin: 0 5px;
  font-size: 1.5em;
  cursor: pointer;
}
.field--password {
  margin: 0;
}
.field--password .field__input, .field--password .login-area input, .login-area .field--password input,
.field--password .login-area textarea,
.login-area .field--password textarea,
.field--password .login-area select,
.login-area .field--password select {
  height: 51px;
  background: #e1e1e1;
  letter-spacing: 0.15em;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "notosans-bold";
}
.field--password .field__input[readonly], .field--password .login-area input[readonly], .login-area .field--password input[readonly],
.field--password .login-area textarea[readonly],
.login-area .field--password textarea[readonly],
.field--password .login-area select[readonly],
.login-area .field--password select[readonly] {
  background: #ffffff;
}
.field--password .field__after {
  margin-bottom: -51px;
  line-height: 51px;
}
.field--disabled {
  background: #f0f0f0;
}
.field--disabled .field__input, .field--disabled .login-area input, .login-area .field--disabled input,
.field--disabled .login-area textarea,
.login-area .field--disabled textarea,
.field--disabled .login-area select,
.login-area .field--disabled select {
  background: none;
}
.field--upload {
  position: relative;
  display: block;
  margin: 45px 0 0;
  min-height: 50px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .field--upload:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
    border-radius: 4px;
    color: white;
    content: 'Browse';
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 30px;
    font-size: 0.75em;
    font-weight: 400;
    font-family: "notosans-bold";
  }
}
.field--upload .field__input, .field--upload .login-area input, .login-area .field--upload input,
.field--upload .login-area textarea,
.login-area .field--upload textarea,
.field--upload .login-area select,
.login-area .field--upload select {
  opacity: 0;
}
.field--upload .field__value {
  position: absolute;
  right: 125px;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  width: auto;
  height: 30px;
  border: 1px solid #dcd5cf;
  border-radius: 4px;
  color: black;
  letter-spacing: 0.05em;
  line-height: 30px;
  opacity: 1;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "notosans-regular";
}
@media only screen and (min-width: 992px) {
  .field--upload .field__value {
    font-size: 1em;
    font-weight: 400;
    font-family: "notosans-regular";
  }
}
.field--textarea .field__text, .login-area textarea .field__text, .field--textarea .field[data-label]:before, .login-area textarea .field[data-label]:before {
  top: 23px !important;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.field--textarea .field__input, .login-area textarea .field__input, .field--textarea .login-area input, .login-area .field--textarea input, .login-area textarea input,
.field--textarea .login-area textarea,
.login-area .field--textarea textarea,
.login-area textarea textarea,
.field--textarea .login-area select,
.login-area .field--textarea select,
.login-area textarea select {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 30px;
  max-height: 500px;
  height: 80px;
  line-height: 140%;
  resize: vertical;
  transition: none;
}
.field--select:after, .login-area select:after {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  width: 7px;
  height: 7px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  content: '';
  pointer-events: none;
  -webkit-transform: translate(0, -75%) rotate(135deg);
  -ms-transform: translate(0, -75%) rotate(135deg);
  transform: translate(0, -75%) rotate(135deg);
}
.field--select .field__input, .login-area select .field__input, .field--select .login-area input, .login-area .field--select input, .login-area select input,
.field--select .login-area textarea,
.login-area .field--select textarea,
.login-area select textarea,
.field--select .login-area select,
.login-area .field--select select,
.login-area select select {
  position: relative;
  z-index: 1;
  display: block;
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.field--select .field__input::-ms-expand, .login-area select .field__input::-ms-expand, .field--select .login-area input::-ms-expand, .login-area .field--select input::-ms-expand, .login-area select input::-ms-expand,
.field--select .login-area textarea::-ms-expand,
.login-area .field--select textarea::-ms-expand,
.login-area select textarea::-ms-expand,
.field--select .login-area select::-ms-expand,
.login-area .field--select select::-ms-expand,
.login-area select select::-ms-expand {
  display: none;
}
.field--select .field__input:before, .login-area select .field__input:before, .field--select .login-area input:before, .login-area .field--select input:before, .login-area select input:before,
.field--select .login-area textarea:before,
.login-area .field--select textarea:before,
.login-area select textarea:before,
.field--select .login-area select:before,
.login-area .field--select select:before,
.login-area select select:before {
  content: '';
}
.field--select option, .login-area select option {
  padding: 2px 15px;
}
.field--radio, .login-area input[type=radio], .field--checkbox, .login-area input[type=checkbox] {
  overflow: visible;
  padding: 5px 10px;
  border: none;
  background: none;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .field--radio, .login-area input[type=radio], .field--checkbox, .login-area input[type=checkbox] {
    margin-bottom: 20px;
  }
}
.field--radio.field--checked .field__value, .login-area input.field--checked[type=radio] .field__value, .field--checkbox.field--checked .field__value, .login-area input.field--checked[type=checkbox] .field__value {
  opacity: 1;
}
.field--radio .field__text, .login-area input[type=radio] .field__text, .field--radio .field[data-label]:before, .login-area input[type=radio] .field[data-label]:before, .field--checkbox .field__text, .login-area input[type=checkbox] .field__text, .field--checkbox .field[data-label]:before, .login-area input[type=checkbox] .field[data-label]:before {
  margin: 0 0 10px 0;
}
.field--radio .field__input, .login-area input[type=radio] .field__input, .field--radio .login-area input, .login-area .field--radio input, .login-area input[type=radio] input,
.field--radio .login-area textarea,
.login-area .field--radio textarea,
.login-area input[type=radio] textarea,
.field--radio .login-area select,
.login-area .field--radio select,
.login-area input[type=radio] select, .field--checkbox .field__input, .login-area input[type=checkbox] .field__input, .field--checkbox .login-area input, .login-area .field--checkbox input, .login-area input[type=checkbox] input,
.field--checkbox .login-area textarea,
.login-area .field--checkbox textarea,
.login-area input[type=checkbox] textarea,
.field--checkbox .login-area select,
.login-area .field--checkbox select,
.login-area input[type=checkbox] select {
  position: relative;
  top: 1px;
  z-index: -1;
  float: left;
  margin: 0 12px 0 0;
  width: auto;
  height: auto;
  opacity: 0;
}
.field--radio .field__value, .login-area input[type=radio] .field__value, .field--checkbox .field__value, .login-area input[type=checkbox] .field__value {
  overflow: hidden;
  vertical-align: middle;
  line-height: 120%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "notosans-regular";
}
.field--radio .field__value a, .login-area input[type=radio] .field__value a, .field--checkbox .field__value a, .login-area input[type=checkbox] .field__value a {
  border-bottom: 1px solid;
}
.field--radio .field__value strong, .login-area input[type=radio] .field__value strong, .field--checkbox .field__value strong, .login-area input[type=checkbox] .field__value strong {
  font-size: 1em;
  font-weight: 400;
  font-family: "notosans-regular";
}
.field--radio--inline, .field--checkbox--inline {
  display: inline-block;
}
.field--radio:before, .login-area input[type=radio]:before {
  position: absolute;
  margin: 0 10px 0 0;
  width: 16px;
  height: 16px;
  border: 1px solid #959b9e;
  border-radius: 18px;
  background: #f3f3f3;
  content: '';
  vertical-align: middle;
}
.field--radio.field--checked:before, .login-area input.field--checked[type=radio]:before {
  border: 1px solid black;
  background: black;
  box-shadow: 0 0 0 2px inset white;
}
.field--checkbox:before, .login-area input[type=checkbox]:before {
  position: absolute;
  left: 10px;
  width: 16px;
  height: 16px;
  border: 1px solid #353535;
  background: white;
  content: '';
  vertical-align: middle;
  text-align: center;
  font-size: 0.625em;
  font-family: 'icomoon';
  line-height: 14px;
}
.field--checkbox.field--checked:before, .login-area input.field--checked[type=checkbox]:before {
  background: black;
  box-shadow: 0 0 0 2px inset white;
}
.field--qty {
  overflow: hidden;
  padding: 0;
  height: auto !important;
  border: none;
  background: none;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.field--qty .field__control {
  position: relative;
  width: 20px;
  color: inherit;
  color: #b5b5b5;
  vertical-align: top;
  text-align: center;
  font-size: 12px;
  line-height: 40px;
  cursor: pointer;
  min-width: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.field--qty .field__control--minus:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -1px;
  width: 9px;
  height: 2px;
  background: black;
  content: '';
}
.field--qty .field__control--plus:before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  margin-top: -1px;
  width: 10px;
  height: 2px;
  background: black;
  content: '';
}
.field--qty .field__control--plus:after {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  margin-top: -5px;
  margin-right: -1px;
  width: 2px;
  height: 10px;
  background: black;
  content: '';
}
.field--qty .field__control .icon {
  vertical-align: middle;
}
.field--qty .field__text, .field--qty .field[data-label]:before {
  width: 100%;
  text-align: center;
}
.field--qty .field__input, .field--qty .login-area input, .login-area .field--qty input,
.field--qty .login-area textarea,
.login-area .field--qty textarea,
.field--qty .login-area select,
.login-area .field--qty select {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #e1e1e1;
  background: white;
  color: inherit;
  vertical-align: top;
  text-align: center;
  min-width: 0;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -ms-flex: 1 1 0;
}
.field--qty .icon:before {
  font-weight: bold;
}
.field--datepicker {
  position: relative;
}
.field--datepicker:after {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  content: '\e917';
  font-family: icomoon;
  pointer-events: none;
}
.field--big .field__input, .field--big .login-area input, .login-area .field--big input,
.field--big .login-area textarea,
.login-area .field--big textarea,
.field--big .login-area select,
.login-area .field--big select {
  height: 40px;
  font-size: 1em;
  font-weight: 400;
  font-family: "notosans-regular";
}
@media only screen and (min-width: 992px) {
  .field--big .field__input, .field--big .login-area input, .login-area .field--big input,
  .field--big .login-area textarea,
  .login-area .field--big textarea,
  .field--big .login-area select,
  .login-area .field--big select {
    height: 50px;
    font-size: 2em;
    font-weight: 400;
    font-family: "notosans-regular";
  }
}
.field__alt, .field__input, .login-area input,
.login-area textarea,
.login-area select {
  box-sizing: border-box !important;
  padding: 0 10px;
  width: 100%;
  height: 30px;
  border: none;
  box-shadow: none;
  color: #353535;
  text-align: ingherit;
  line-height: 120%;
  font-size: 1em;
  font-weight: 400;
  font-family: "notosans-regular";
}
@media only screen and (min-width: 992px) {
  .field__alt, .field__input, .login-area input,
  .login-area textarea,
  .login-area select {
    height: 30px;
    transition: 0.2s 0s;
    font-size: 0.75em;
    font-weight: 400;
    font-family: "notosans-regular";
  }
}
.field__alt.visa_electron, .field__alt.visa, .field__input.visa_electron, .login-area input.visa_electron,
.login-area textarea.visa_electron,
.login-area select.visa_electron, .field__input.visa, .login-area input.visa,
.login-area textarea.visa,
.login-area select.visa {
  background-image: url(../img/ic-card-visa.png);
}
.field__alt.mastercard, .field__input.mastercard, .login-area input.mastercard,
.login-area textarea.mastercard,
.login-area select.mastercard {
  background-image: url(../img/ic-card-master.png);
}
.field__alt::-webkit-input-placeholder, .field__input::-webkit-input-placeholder, .login-area input::-webkit-input-placeholder,
.login-area textarea::-webkit-input-placeholder,
.login-area select::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
.field__alt {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: inherit;
  line-height: 30px;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .field__alt {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .field__alt {
    line-height: 30px;
  }
}
.field__text, .field[data-label]:before {
  display: block;
  padding: 5px 10px 0 10px;
  color: #222222;
  text-transform: uppercase;
  line-height: 120%;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "notosans-regular";
}
@media only screen and (max-width: 991px) {
  .field__text, .field[data-label]:before {
    letter-spacing: 0.05em;
  }
}
@media only screen and (min-width: 992px) {
  .field__text, .field[data-label]:before {
    padding-bottom: 3px;
  }
}
.field__value {
  display: block;
  color: black;
  line-height: 140%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "notosans-regular";
}
.field__value b {
  font-weight: inherit;
}
.field__after {
  position: relative;
  float: right;
  margin: 0 10px -44px 0;
  line-height: 30px;
  font-size: 1em;
  font-weight: 400;
  font-family: "notosans-regular";
}
@media only screen and (min-width: 992px) {
  .field__after {
    margin-right: 20px;
  }
}
.field__after--button {
  margin-right: 0;
  width: 50px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.field__after .icon {
  display: block;
  font-size: 1.50em;
  line-height: inherit;
}
.field__alert {
  position: absolute;
  top: 100%;
  right: -1px;
  left: -1px;
  z-index: 3;
  display: none;
  padding: 5px 10px;
  border-radius: 2px;
  background: #a40000;
  color: white;
  text-align: center;
  line-height: 120%;
  font-size: 0.625em;
  font-weight: 700;
  font-family: "Arial", Helvetica, sans-serif;
}
@media only screen and (min-width: 992px) {
  .field__alert {
    font-size: 0.688em;
    font-weight: 700;
    font-family: "Arial", Helvetica, sans-serif;
    /*padding: 5px 10px;*/
  }
}
.field__alert:before {
  position: absolute;
  top: -5px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 5px 5px 5px;
  border-style: solid;
  border-color: transparent transparent #a40000 transparent;
  content: '';
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.field .field__remove {
  float: right;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "notosans-bold";
}

.fake-field {
  padding: 0 10px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #ffffff;
  color: black;
  line-height: 30px;
  font-size: 1em;
  font-weight: 400;
  font-family: "notosans-regular";
}

.field-tabs__pane {
  margin: -20px 0 20px 0;
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .field-tabs__pane {
    margin: -40px 0 40px 0;
    padding: 30px;
  }
}
.field-tabs__img {
  float: left;
  margin: 0 15px 5px 0;
}
@media only screen and (min-width: 992px) {
  .field-tabs__img {
    margin: 0 30px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .field-tabs__content {
    overflow: hidden;
  }
}
.field-tabs__content:after {
  display: block;
  clear: both;
  content: '';
}
.field-tabs__content p {
  line-height: 140%;
}
@media only screen and (min-width: 992px) {
  .field-tabs__content p {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "notosans-regular";
  }
}

.form-wrapper {
  padding: 30px 20px;
  background: #f0f0f0;
}

.form {
  position: relative;
  z-index: 1;
}
.form__submit {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.form__submit--loading span {
  position: relative;
  display: block;
  padding-left: 30px;
  text-indent: -999em;
}
.form__submit span {
  position: relative;
}
.form__submit span .spinner {
  margin-top: -2px;
}
.form__options {
  margin: 10px 0 0 0;
  text-align: right;
}
.form__options p {
  padding: 0;
}
.form__options button {
  font-size: 1em;
  font-weight: 400;
  font-family: "notosans-regular";
}

.iframe-form {
  width: 100%;
  border: 1px solid #e1e1e1;
}

.vspace {
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .vspace {
    padding-bottom: 50px;
  }
}
.vspace--small {
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .vspace--small {
    padding-bottom: 30px;
  }
}
.vspace:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .vspace[class*='col-'] {
    padding-bottom: 0;
  }
}
.vspace > .heading:last-child {
  margin-bottom: 0;
}

.select-box {
  margin: 0 0 10px 0;
}
.select-box:after {
  display: block;
  clear: both;
  content: '';
}
.select-box__text {
  display: block;
  margin: 0 0 5px 0;
  font-size: 0.688em;
  font-weight: 400;
  font-family: "notosans-regular";
}
.select-box__item {
  position: relative;
  float: left;
  margin: 0 5px 5px 0;
  padding: 10px;
  border: 1px solid #efedea;
  background: #ffffff;
  color: #353535;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 992px) {
  .select-box__item {
    transition: 0.2s;
  }
}
.select-box__item--active {
  background: #353535;
  color: #ffffff;
}
.select-box__item--disabled {
  opacity: 0.3;
  cursor: default;
}
.select-box__title {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 140%;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "notosans-regular";
}
.select-box__info {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 140%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "notosans-bold";
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.header {
  padding: 3px 0;
  background: #2e2f2d;
  color: #ffffff;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .header {
    padding: 20px 0;
  }
}
.header__site-logo {
  position: relative;
  display: inline-block;
  margin: 3px -30px;
  max-width: 200px;
}
@media only screen and (min-width: 768px) {
  .header__site-logo {
    margin: 0 auto;
    max-width: 225px;
  }
}

.menu {
  border-bottom: 1px solid #e1e1e1;
  background: #f0f0f0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.menu.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.menu__item {
  min-width: 0;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -ms-flex: 1 1 0;
}
.menu__item--hover .menu__link, .menu__item--active .menu__link {
  color: #ffffff;
}
.menu__link {
  display: block;
  padding: 0;
  width: 100%;
  border: none;
  background: none;
  color: inherit;
  text-transform: uppercase;
  line-height: 50px;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "proximanova-bold";
}
@media only screen and (min-width: 992px) {
  .menu__link {
    letter-spacing: 0.05em;
    font-size: 1em;
    transition: 0.2s 0s;
  }
  .menu__link:hover, .menu__link:focus {
    background: #e1e1e1;
  }
}
.menu__link .icon {
  position: relative;
  top: 2px;
  padding: 0 5px 0 0;
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .menu__link .icon {
    display: none;
  }
}
.menu__back {
  display: block;
  padding: 0 15px;
  width: 100%;
  border: 1px solid #e1e1e1;
  border-width: 0 0 1px 0;
  background: white;
  color: #000000;
  text-align: left;
  text-transform: uppercase;
  line-height: 40px;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "notosans-regular";
}
.menu__back:before {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 9px;
  height: 9px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  content: '';
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.menu-nav {
  position: relative;
  z-index: 100;
  height: 50px;
  background: #f0f0f0;
  text-align: center;
}

body.menu-active {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  body.menu-active {
    padding-right: 17px;
  }
}
body.header-active {
  overflow: hidden;
}
body.header-active .menu-nav {
  left: 0;
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  body.header-active .menu-nav {
    transition: 0.3s 0s opacity;
  }
}

/*------------------------------------*\
    CONTENT
\*------------------------------------*/
.content {
  position: relative;
  padding: 40px 0;
}
@media only screen and (min-width: 992px) {
  .content {
    padding: 50px 0;
  }
}

.cart-list {
  overflow: hidden;
  margin-top: -10px;
  list-style: none;
}
.cart-list__item {
  position: relative;
  padding: 10px 0;
}
.cart-list__item:not(:first-child) {
  border-top: 1px solid #e1e1e1;
}
.cart-list__item .table__cell {
  vertical-align: middle;
}
.cart-list__item .table__cell:nth-child(1) {
  width: 80px;
}
@media only screen and (min-width: 768px) {
  .cart-list__item .table__cell:nth-child(1) {
    width: 95px;
  }
}
.cart-list__item .table__cell:nth-child(3) {
  width: 45px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .cart-list__item .table__cell:nth-child(3) {
    width: 55px;
  }
}
.cart-list__item .table__cell:nth-child(4) {
  width: 25px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .cart-list__item .table__cell:nth-child(4) {
    width: 30px;
  }
}
.cart-list__item--addon {
  margin-top: -10px;
  border: none !important;
}
.cart-list__item--addon .cart-list__photo {
  margin: 0 0 0 15px;
  max-width: 50px;
}
@media only screen and (min-width: 992px) {
  .cart-list__item--addon .cart-list__photo {
    max-width: 60px;
  }
}
.cart-list__item--addon .cart-list__title {
  font-size: 0.75em;
  font-weight: 400;
  font-family: "notosans-bold";
}
@media only screen and (min-width: 768px) {
  .cart-list__item--addon .cart-list__title {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "notosans-bold";
  }
}
.cart-list__photo {
  margin: 0;
  max-width: 65px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 992px) {
  .cart-list__photo {
    max-width: 75px;
  }
}
.cart-list__heading {
  color: inherit;
  text-transform: uppercase;
  line-height: 140%;
  font-size: 0.563em;
  font-weight: 400;
  font-family: "notosans-regular";
}
@media only screen and (min-width: 768px) {
  .cart-list__heading {
    font-size: 0.625em;
    font-weight: 400;
    font-family: "notosans-regular";
  }
}
.cart-list__title {
  color: inherit;
  line-height: 140%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "notosans-bold";
}
@media only screen and (min-width: 768px) {
  .cart-list__title {
    font-size: 1em;
    font-weight: 400;
    font-family: "notosans-bold";
  }
}
.cart-list__info {
  line-height: 140%;
  opacity: 0.7;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "notosans-regular";
}
.cart-list__price {
  line-height: 140%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "notosans-regular";
}
@media only screen and (min-width: 768px) {
  .cart-list__price {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "notosans-regular";
  }
}
.cart-list__remove {
  display: block;
  margin: 0 0 0 auto;
  padding: 0;
  border: none;
  background: none;
  color: #e12121;
  font-size: 13px;
}
.cart-list__remove .icon {
  font-weight: bold;
}
.cart-list .field {
  margin: 0 15px 0 0;
}

.shipping__item {
  margin-bottom: 10px;
  padding: 15px;
  border: 1px solid #e1e1e1;
}
.shipping .field {
  border: 1px solid transparent;
  opacity: 0.65;
}
.shipping .field--radio, .shipping .login-area input[type=radio], .login-area .shipping input[type=radio] {
  margin: -16px;
  padding: 16px;
}
.shipping .field--checked {
  border: 1px solid black;
  opacity: 1;
}

.shipping-info {
  overflow: hidden;
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  border-top: 1px solid #e1e1e1;
}

.payment-tabs-nav {
  display: table;
  margin: 0 0 10px 0;
  width: 100%;
  border-collapse: collapse;
  list-style: none;
  text-align: center;
}
.payment-tabs-nav__item {
  display: table-cell;
  padding: 0 10px;
  border: 1px solid #e1e1e1;
  border-collapse: collapse;
  vertical-align: top;
  cursor: pointer;
}
.payment-tabs-nav__item.active {
  cursor: default;
}
.payment-tabs-nav__item.active .payment-tabs-nav__link {
  opacity: 1;
}
.payment-tabs-nav__link {
  display: block;
  height: 45px;
  line-height: 45px;
  opacity: 0.2;
}
.payment-tabs-nav__icon {
  display: inline-block;
  width: 100%;
  background: center center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.payment-tabs-nav__icon--credit-card {
  max-width: 97px;
  background-image: url(../../img/checkout/ic-credit-cards.svg);
}
.payment-tabs-nav__icon--credit-card:before {
  padding-bottom: 20.4%;
}
.payment-tabs-nav__icon--afterpay {
  max-width: 97px;
  background-image: url(../../img/checkout/ic-afterpay.svg);
}
.payment-tabs-nav__icon--afterpay:before {
  padding-bottom: 20.82%;
}
.payment-tabs-nav__icon--paypal {
  max-width: 83px;
  background-image: url(../../img/checkout/ic-paypal.svg);
}
.payment-tabs-nav__icon--paypal:before {
  padding-bottom: 24%;
}
.payment-tabs-nav__icon:before {
  display: block;
  content: '';
}

.credit-card-form .row {
  margin-left: 1px;
}
.credit-card-form .row .field {
  margin-left: -1px;
}

.paypal .text-box {
  display: table;
  padding: 20px;
  width: 100%;
  height: 252px;
  border: 1px solid #e1e1e1;
}
.paypal .text-box p {
  display: table-cell;
  vertical-align: middle;
}

.afterpay .text-box {
  padding: 20px;
  border: 1px solid #e1e1e1;
}
.afterpay .text-box ul {
  padding: 0 0 5px 0;
  list-style: none;
}
.afterpay .text-box li {
  padding-left: 30px;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "notosans-regular";
}
.afterpay .text-box .icon {
  display: block;
  float: left;
  margin: 0 5px 0 -25px;
  color: #2f9ad7;
}

.coupon-form__container {
  margin: 0 0 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.coupon-form__container .field {
  margin: 0;
  min-width: 0;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -ms-flex: 1 1 0;
}
.coupon-form__container .form__submit {
  padding: 0;
  width: 110px;
  min-width: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}

.summary-list__item {
  margin: 0 0 4px 0;
  padding: 13px 10px;
  border: 0;
  background: #f0f0f0;
}
.summary-list__item .table__cell:last-child {
  text-align: right;
}
.summary-list__heading {
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "notosans-regular";
}
.summary-list__heading strong {
  font-size: 1em;
  font-weight: 400;
  font-family: "notosans-bold";
}
.summary-list__value {
  font-size: 0.875em;
  font-weight: 400;
  font-family: "notosans-regular";
}
.summary-list__value strong {
  font-size: 1em;
  font-weight: 400;
  font-family: "notosans-bold";
}

.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  opacity: 0;
  cursor: wait;
  transition: opacity ease-in-out 0.3s, z-index 0.35s 0s;
}
.loading--active {
  z-index: 1000;
  opacity: 1;
}
.loading:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  background: url(../../img/checkout/oval.svg) center center no-repeat;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.countdown-banner {
  padding: 30px 20px;
  border: 1px solid #e1e1e1;
  background: center center no-repeat;
  background-size: cover;
  box-shadow: 0.3px 5px 4.6px 0.4px rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 992px) {
  .countdown-banner {
    padding: 50px 20px;
  }
}
.countdown-banner__count {
  margin: 0 0 5px 0;
}
.countdown-banner__count strong {
  font-size: 1em;
  font-weight: 400;
  font-family: "proximanova-bold";
}
@media only screen and (min-width: 992px) {
  .countdown-banner__count strong {
    letter-spacing: 0.05em;
    font-size: 1.375em;
    font-weight: 400;
    font-family: "proximanova-bold";
  }
}
.countdown-banner__count span {
  font-size: 1em;
  font-weight: 400;
  font-family: "proximanova-regular";
}
@media only screen and (min-width: 992px) {
  .countdown-banner__count span {
    letter-spacing: 0.05em;
    font-size: 1.375em;
    font-weight: 400;
    font-family: "proximanova-regular";
  }
}
.countdown-banner__heading {
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .countdown-banner__heading {
    margin: 0 0 20px 0;
  }
}
.countdown-banner__heading strong {
  font-size: 1.25em;
  font-weight: 400;
  font-family: "proximanova-bold";
}
@media only screen and (min-width: 992px) {
  .countdown-banner__heading strong {
    letter-spacing: 0.05em;
    font-size: 1.75em;
    font-weight: 400;
    font-family: "proximanova-bold";
  }
}
.countdown-banner__heading span {
  font-size: 1.25em;
  font-weight: 400;
  font-family: "proximanova-regular";
}
@media only screen and (min-width: 992px) {
  .countdown-banner__heading span {
    letter-spacing: 0.05em;
    font-size: 1.75em;
    font-weight: 400;
    font-family: "proximanova-regular";
  }
}
.countdown-banner__text {
  color: #393939;
}
.countdown-banner__text p {
  font-size: 0.75em;
  font-weight: 400;
  font-family: "notosans-regular";
}
@media only screen and (min-width: 992px) {
  .countdown-banner__text p {
    font-size: 0.813em;
    font-weight: 400;
    font-family: "notosans-regular";
  }
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
/*------------------------------------*\
    MODAL
\*------------------------------------*/
.modal {
  padding-right: 0 !important;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .modal {
    text-align: left;
  }
}
.modal__content {
  position: relative;
  margin: 0 auto;
  padding: 20px 15px 50px 15px;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  pointer-events: all;
}
@media only screen and (max-width: 991px) {
  .modal__content {
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .modal__content {
    padding: 50px;
    max-width: 850px;
  }
}
@media only screen and (min-width: 992px) {
  .modal__content--w500 {
    max-width: 500px;
  }
}
@media only screen and (min-width: 992px) {
  .modal__content--w700 {
    max-width: 700px;
  }
}
.modal__content--no-padding {
  padding: 0;
}
.modal__close {
  position: absolute;
  top: 20px;
  left: 15px;
  padding: 0;
  border: none;
  background: none;
  color: white;
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875em;
}
@media only screen and (min-width: 992px) {
  .modal__close {
    position: absolute;
    top: 15px;
    width: 60px;
    height: 60px;
    font-size: 1.5em;
    line-height: 64px;
  }
}
@media only screen and (max-width: 991px) {
  .modal__close .icon {
    font-weight: bold;
    font-size: 1.25em;
  }
}
.modal__center {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  pointer-events: none;
}
.modal__helper {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}
.modal__text {
  display: block;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 991px) {
  .modal__text {
    text-align: center;
  }
}
.modal__text p {
  letter-spacing: 0.05em;
  line-height: 140%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "notosans-regular";
}
.modal__header {
  overflow: hidden;
  margin: -20px -15px 30px -15px;
  padding: 20px 15px;
  background: #222222;
  color: #ffffff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .modal__header {
    margin: -20px -45px 30px -45px;
  }
}
@media only screen and (min-width: 992px) {
  .modal__header {
    margin: -50px -50px 30px -50px;
    padding: 30px;
  }
}
.modal__header .heading {
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 991px) {
  .modal__header .heading {
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: 1em;
  }
}
.modal__table {
  margin: 30px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .modal__table {
    margin: 50px 0 0 0;
  }
}
.modal__total {
  position: relative;
  display: inline-block;
  margin: 50px 0;
  padding: 0 30px 0 0;
  letter-spacing: 0.05em;
  font-size: 1.5em;
  font-weight: 400;
  font-family: "notosans-bold";
}
@media only screen and (min-width: 992px) {
  .modal__total {
    font-size: 1.75em;
    font-weight: 400;
    font-family: "notosans-bold";
  }
}
.modal__total:before {
  position: absolute;
  top: -15px;
  left: 0;
  display: block;
  width: 40px;
  height: 4px;
  content: '';
}

.modal-dialog {
  width: auto;
}
@media only screen and (max-width: 991px) {
  .modal-dialog {
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .modal-dialog {
    padding: 30px 10px;
  }
}

.modal-backdrop {
  background: black;
}
.modal-backdrop.in {
  opacity: 0.7;
}

.donation-modal__logo {
  display: block;
  margin: 0 auto 30px auto;
  max-width: 200px;
}
@media only screen and (min-width: 992px) {
  .donation-modal__logo {
    margin-bottom: 70px;
    max-width: 300px;
  }
}

.afterpay-modal__logo {
  display: block;
  max-width: 100%;
}
.afterpay-modal__photo {
  display: block;
  max-width: 100%;
}
.afterpay-modal__content {
  padding: 0;
  max-width: 700px;
  background: #f3f3f3;
}
.afterpay-modal__content h4 {
  margin: 20px 0 10px;
  color: #00adeb;
  font-size: 1.375em;
}
.afterpay-modal__content p {
  color: #7a7a7a;
  line-height: 150%;
}
.afterpay-modal__content h5 {
  margin: 0 auto 10px;
  color: #525252;
  font-weight: bold;
  font-size: 13px;
  line-height: 140%;
}
@media only screen and (min-width: 768px) {
  .afterpay-modal__content h5 {
    max-width: 150px;
  }
}
.afterpay-modal__content h6 {
  margin: 0 auto 30px;
  color: #525252;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
}
.afterpay-modal__content a {
  color: #525252;
  text-decoration: underline;
}
.afterpay-modal__header {
  padding: 30px 20px 0;
  -webkit-box-shadow: inset 0px -25px 100px -20px rgba(74, 74, 74, 0.15);
  box-shadow: inset 0px -25px 100px -20px rgba(74, 74, 74, 0.15);
}
@media only screen and (min-width: 992px) {
  .afterpay-modal__header {
    padding: 35px 40px 0;
  }
}
@media only screen and (min-width: 992px) {
  .afterpay-modal__header p {
    max-width: 250px;
  }
}
.afterpay-modal__body {
  padding: 20px;
  background: white;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .afterpay-modal__body {
    padding: 30px 40px;
  }
}
.afterpay-modal__body p {
  margin: 0 auto 10px auto;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .afterpay-modal__body p {
    max-width: 150px;
  }
}
.afterpay-modal__body img {
  margin: 0 auto 15px auto;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .afterpay-modal__body img {
    max-width: 65px;
  }
}
.afterpay-modal__footer {
  padding: 20px;
  background: white;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .afterpay-modal__footer {
    padding: 0 40px 30px 40px;
  }
}
.afterpay-modal__footer hr {
  margin: 0 0 20px 0;
}
.afterpay-modal .modal__close {
  top: 0;
  right: 0;
  left: auto;
  z-index: 1;
  width: 50px;
  height: 50px;
  text-decoration: none;
  font-size: 1em;
  line-height: 54px;
}

/*------------------------------------*\
    ALERTS
\*------------------------------------*/
.website-alerts {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 9999;
}
.website-alerts.affix, .website-alerts.affix-bottom {
  position: fixed;
  top: 0;
}
@media only screen and (min-width: 992px) {
  .website-alerts.affix, .website-alerts.affix-bottom {
    top: 0 !important;
  }
}
.website-alerts__alert {
  position: relative;
  display: none;
  background: #76b180;
  color: white;
  text-align: center;
}
.website-alerts__alert .container {
  position: relative;
}
.website-alerts__alert--primary {
  background: #337ab7;
}
.website-alerts__alert--info {
  background: #5bc0de;
}
.website-alerts__alert--success {
  background: #5cb85c;
}
.website-alerts__alert--warning {
  background: #f0ad4e;
}
.website-alerts__alert--error {
  background: #a40000;
}
.website-alerts__close {
  position: absolute;
  top: 22px;
  right: 15px;
  color: white;
  font-size: 1em;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .website-alerts__close {
    transition: 0.2s 0s;
  }
  .website-alerts__close:hover, .website-alerts__close:focus {
    opacity: 0.6;
  }
}
.website-alerts__message {
  padding: 15px 40px 15px 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 140%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "notosans-bold";
}
@media only screen and (min-width: 992px) {
  .website-alerts__message {
    padding: 20px 30px;
  }
}
.website-alerts__link {
  border-bottom: 1px solid inherit;
  color: inherit;
}

/*------------------------------------*\
    ANIMATIONS
\*------------------------------------*/
/*------------------------------------*\
    SILVERSTRIPE
\*------------------------------------*/
.login-area {
  text-align: center;
}

#ForgotPassword {
  float: right;
  margin: 2px 0 0 0;
  text-decoration: underline;
  letter-spacing: 0.05em;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "notosans-regular";
}
@media only screen and (min-width: 992px) {
  #ForgotPassword {
    font-size: 1em;
    font-weight: 400;
    font-family: "notosans-regular";
  }
}
#ForgotPassword a {
  color: inherit;
}


/*# sourceMappingURL=bandmflorist.checkout.css.map */