.row {
  align-items: stretch;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1rem;
}
.row-reverse {
  flex-direction: row-reverse;
}
.row .row .row {
  margin: 0 -1rem;
}
.row .container .row {
  margin: 0;
}
.c,
.col,
.column {
  flex: calc(12 / 12 * 100%);
  flex-grow: 1;
  max-width: calc(12 / 12 * 100%);
  padding-left: 1rem;
  padding-right: 1rem;
}
.c-auto {
  flex-basis: 0;
}
.c-first {
  order: -1;
}
.c-last {
  order: 1;
}
.group {
  align-items: stretch;
  display: flex;
  flex: calc(12 / 12 * 100%);
  flex-direction: column;
  flex-grow: 1;
  max-width: calc(12 / 12 * 100%);
  padding: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}
.container {
  clear: both;
  padding-left: 4.166666666666667%;
  padding-right: 4.166666666666667%;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
.c-1 {
  flex: calc(1 / 12 * 100%);
  max-width: calc(1 / 12 * 100%);
}
.c-2 {
  flex: calc(2 / 12 * 100%);
  max-width: calc(2 / 12 * 100%);
}
.c-3 {
  flex: calc(3 / 12 * 100%);
  max-width: calc(3 / 12 * 100%);
}
.c-4 {
  flex: calc(4 / 12 * 100%);
  max-width: calc(4 / 12 * 100%);
}
.c-5 {
  flex: calc(5 / 12 * 100%);
  max-width: calc(5 / 12 * 100%);
}
.c-6 {
  flex: calc(6 / 12 * 100%);
  max-width: calc(6 / 12 * 100%);
}
.c-7 {
  flex: calc(7 / 12 * 100%);
  max-width: calc(7 / 12 * 100%);
}
.c-8 {
  flex: calc(8 / 12 * 100%);
  max-width: calc(8 / 12 * 100%);
}
.c-9 {
  flex: calc(9 / 12 * 100%);
  max-width: calc(9 / 12 * 100%);
}
.c-10 {
  flex: calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%);
}
.c-11 {
  flex: calc(11 / 12 * 100%);
  max-width: calc(11 / 12 * 100%);
}
.c-12 {
  flex: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
}
fieldset {
  border: 0;
  margin: 0rem 0rem 1.5rem;
  padding: 1.5rem;
}
label {
  cursor: pointer;
  display: inline-block;
  font-size: 95%;
  font-weight: 700;
  line-height: 1.5rem;
  margin: 0rem 0rem 0.75rem;
  width: 100%;
}
label input:not([type]),
label [type='color'],
label [type='date'],
label [type='datetime'],
label [type='datetime-local'],
label [type='email'],
label [type='month'],
label [type='number'],
label [type='password'],
label [type='range'],
label [type='search'],
label [type='tel'],
label [type='text'],
label [type='time'],
label [type='url'],
label [type='week'],
label select {
  margin-bottom: 0 !important;
}
input:not([type]),
[type='color'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='range'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
select {
  background: #fff;
  border: 1px solid #7b7b7b;
  border-radius: 3px;
  color: #343434;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  height: 2.25rem;
  line-height: 2.0625rem;
  margin: 0rem 0rem 0.75rem;
  padding: 0rem 0.75rem;
  width: 100%;
}
select[multiple] {
  font-size: inherit;
  margin: -1px;
  max-height: 6rem;
  min-height: 3rem;
}
optgroup,
option {
  height: 1.5rem;
  line-height: 1.5rem;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  height: 1rem;
  margin: 0.75rem 0.5rem 0.5rem 0rem;
  vertical-align: -0.25rem;
  width: auto;
}
input:before,input:after {
  content: '';
}
textarea {
  background: #fff;
  border: 1px solid #7b7b7b;
  border-radius: 3px;
  color: #343434;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.5rem;
  margin: 0;
  overflow: auto;
  padding: 0.1875rem 0.75rem 0;
  width: 100%;
}
input[type="file"] {
  background: transparent;
  border: 0;
  height: auto;
  outline: 0 solid #434343;
}
label.sm {
  font-size: 12px;
  margin: 0rem 0rem 1.125rem;
}
label.lg {
  font-size: 18px;
  margin: 0rem 0rem 1.5rem;
}
label.required:before {
  color: #e03131;
  content: '*';
  font-size: 80%;
  line-height: 1;
  padding: 0rem 0.3125rem 0rem 0rem;
}
label .error_mess {
  color: #ff0606;
  display: inline;
  font-size: 80%;
  font-weight: 400;
  line-height: 1;
}
.error_mess:empty {
  display: none !important;
}
input:not([type]) + .error_mess,
[type='color'] + .error_mess,
[type='date'] + .error_mess,
[type='datetime'] + .error_mess,
[type='datetime-local'] + .error_mess,
[type='email'] + .error_mess,
[type='month'] + .error_mess,
[type='number'] + .error_mess,
[type='password'] + .error_mess,
[type='range'] + .error_mess,
[type='search'] + .error_mess,
[type='tel'] + .error_mess,
[type='text'] + .error_mess,
[type='time'] + .error_mess,
[type='url'] + .error_mess,
[type='week'] + .error_mess,
select + .error_mess {
  display: block;
  line-height: 1.5rem;
}
input:not([type]):focus,
[type='color']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='email']:focus,
[type='month']:focus,
[type='number']:focus,
[type='password']:focus,
[type='range']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='text']:focus,
[type='time']:focus,
[type='url']:focus,
[type='week']:focus,
select:focus {
  border-color: #2c80b8;
  box-shadow: 0 0 0 0.125rem rgba(44,128,184,0.25);
  outline: 0 solid #434343;
}
input:not([type]):valid:not(:placeholder-shown):not(:focus),
[type='color']:valid:not(:placeholder-shown):not(:focus),
[type='date']:valid:not(:placeholder-shown):not(:focus),
[type='datetime']:valid:not(:placeholder-shown):not(:focus),
[type='datetime-local']:valid:not(:placeholder-shown):not(:focus),
[type='email']:valid:not(:placeholder-shown):not(:focus),
[type='month']:valid:not(:placeholder-shown):not(:focus),
[type='number']:valid:not(:placeholder-shown):not(:focus),
[type='password']:valid:not(:placeholder-shown):not(:focus),
[type='range']:valid:not(:placeholder-shown):not(:focus),
[type='search']:valid:not(:placeholder-shown):not(:focus),
[type='tel']:valid:not(:placeholder-shown):not(:focus),
[type='text']:valid:not(:placeholder-shown):not(:focus),
[type='time']:valid:not(:placeholder-shown):not(:focus),
[type='url']:valid:not(:placeholder-shown):not(:focus),
[type='week']:valid:not(:placeholder-shown):not(:focus),
select:valid:not(:placeholder-shown):not(:focus) {
  border: 1px solid #26a85d !important;
}
input:not([type]):valid:not(:placeholder-shown):focus,
[type='color']:valid:not(:placeholder-shown):focus,
[type='date']:valid:not(:placeholder-shown):focus,
[type='datetime']:valid:not(:placeholder-shown):focus,
[type='datetime-local']:valid:not(:placeholder-shown):focus,
[type='email']:valid:not(:placeholder-shown):focus,
[type='month']:valid:not(:placeholder-shown):focus,
[type='number']:valid:not(:placeholder-shown):focus,
[type='password']:valid:not(:placeholder-shown):focus,
[type='range']:valid:not(:placeholder-shown):focus,
[type='search']:valid:not(:placeholder-shown):focus,
[type='tel']:valid:not(:placeholder-shown):focus,
[type='text']:valid:not(:placeholder-shown):focus,
[type='time']:valid:not(:placeholder-shown):focus,
[type='url']:valid:not(:placeholder-shown):focus,
[type='week']:valid:not(:placeholder-shown):focus,
select:valid:not(:placeholder-shown):focus {
  border: 1px solid #26a85d !important;
  box-shadow: 0 0 0 0.125rem rgba(38,168,93,0.25);
}
input:not([type]):invalid:not(:placeholder-shown):not(:focus),
[type='color']:invalid:not(:placeholder-shown):not(:focus),
[type='date']:invalid:not(:placeholder-shown):not(:focus),
[type='datetime']:invalid:not(:placeholder-shown):not(:focus),
[type='datetime-local']:invalid:not(:placeholder-shown):not(:focus),
[type='email']:invalid:not(:placeholder-shown):not(:focus),
[type='month']:invalid:not(:placeholder-shown):not(:focus),
[type='number']:invalid:not(:placeholder-shown):not(:focus),
[type='password']:invalid:not(:placeholder-shown):not(:focus),
[type='range']:invalid:not(:placeholder-shown):not(:focus),
[type='search']:invalid:not(:placeholder-shown):not(:focus),
[type='tel']:invalid:not(:placeholder-shown):not(:focus),
[type='text']:invalid:not(:placeholder-shown):not(:focus),
[type='time']:invalid:not(:placeholder-shown):not(:focus),
[type='url']:invalid:not(:placeholder-shown):not(:focus),
[type='week']:invalid:not(:placeholder-shown):not(:focus),
select:invalid:not(:placeholder-shown):not(:focus) {
  border: 1px solid #ff0606 !important;
  color: #ff0606 !important;
}
input:not([type]):invalid:not(:placeholder-shown):focus,
[type='color']:invalid:not(:placeholder-shown):focus,
[type='date']:invalid:not(:placeholder-shown):focus,
[type='datetime']:invalid:not(:placeholder-shown):focus,
[type='datetime-local']:invalid:not(:placeholder-shown):focus,
[type='email']:invalid:not(:placeholder-shown):focus,
[type='month']:invalid:not(:placeholder-shown):focus,
[type='number']:invalid:not(:placeholder-shown):focus,
[type='password']:invalid:not(:placeholder-shown):focus,
[type='range']:invalid:not(:placeholder-shown):focus,
[type='search']:invalid:not(:placeholder-shown):focus,
[type='tel']:invalid:not(:placeholder-shown):focus,
[type='text']:invalid:not(:placeholder-shown):focus,
[type='time']:invalid:not(:placeholder-shown):focus,
[type='url']:invalid:not(:placeholder-shown):focus,
[type='week']:invalid:not(:placeholder-shown):focus,
select:invalid:not(:placeholder-shown):focus {
  border: 1px solid #ff0606 !important;
  box-shadow: 0 0 0 0.125rem rgba(255,6,6,0.25);
  color: #ff0606 !important;
}
input:not([type]):disabled,
[type='color']:disabled,
[type='date']:disabled,
[type='datetime']:disabled,
[type='datetime-local']:disabled,
[type='email']:disabled,
[type='month']:disabled,
[type='number']:disabled,
[type='password']:disabled,
[type='range']:disabled,
[type='search']:disabled,
[type='tel']:disabled,
[type='text']:disabled,
[type='time']:disabled,
[type='url']:disabled,
[type='week']:disabled,
select:disabled {
  background: #d9d9d9;
  border: 1px solid #d9d9d9 !important;
  color: #7b7b7b;
  text-decoration: line-through;
}
input:not([type]):-moz-read-only,
[type='color']:-moz-read-only,
[type='date']:-moz-read-only,
[type='datetime']:-moz-read-only,
[type='datetime-local']:-moz-read-only,
[type='email']:-moz-read-only,
[type='month']:-moz-read-only,
[type='number']:-moz-read-only,
[type='password']:-moz-read-only,
[type='range']:-moz-read-only,
[type='search']:-moz-read-only,
[type='tel']:-moz-read-only,
[type='text']:-moz-read-only,
[type='time']:-moz-read-only,
[type='url']:-moz-read-only,
[type='week']:-moz-read-only {
  background: #d9d9d9;
  color: #7b7b7b;
}
input:not([type]):read-only,
[type='color']:read-only,
[type='date']:read-only,
[type='datetime']:read-only,
[type='datetime-local']:read-only,
[type='email']:read-only,
[type='month']:read-only,
[type='number']:read-only,
[type='password']:read-only,
[type='range']:read-only,
[type='search']:read-only,
[type='tel']:read-only,
[type='text']:read-only,
[type='time']:read-only,
[type='url']:read-only,
[type='week']:read-only {
  background: #d9d9d9;
  color: #7b7b7b;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  background: #2c80b8;
  border: 0;
  border-radius: 0.25rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  height: 2.25rem;
  letter-spacing: 1px;
  line-height: 2.0625rem;
  margin: 0rem 0rem 0.75rem;
  padding: 0rem 0.75rem;
  padding: 0 1.25rem;
  text-align: center;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button:focus {
  background: #1d557a;
}
label input[type="button"],
label input[type="submit"],
label input[type="reset"],
label button {
  margin-bottom: 0 !important;
}
.button {
  background: #2c80b8;
  border: 0;
  border-radius: 0.25rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  height: 2.25rem;
  letter-spacing: 1px;
  line-height: 2.0625rem;
  margin: 0rem 0rem 0.75rem;
  padding: 0rem 0.75rem;
  padding: 0 1.25rem;
  text-align: center;
}
.button:hover,.button:focus {
  background: #1d557a;
}
.button-ghost {
  background: transparent;
  border: 0;
  border: 2px solid #2c80b8;
  border-radius: 0.25rem;
  color: #fff;
  color: #2c80b8;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  height: 2.25rem;
  letter-spacing: 1px;
  line-height: 2.0625rem;
  margin: 0rem 0rem 0.75rem;
  padding: 0rem 0.75rem;
  padding: 0 1.25rem;
  text-align: center;
}
.button-ghost:hover,.button-ghost:focus {
  background: #1d557a;
}
label .button,
label .button-ghost {
  margin-bottom: 0 !important;
}
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Quicksand");
html {
  box-sizing: border-box;
  font-size: 16px;
}
*,
*:after,
*:before {
  box-sizing: inherit;
}
html,
body {
  height: 100%;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #343434;
  font: 1rem/1.5rem 'Source Sans Pro', Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  min-width: 20rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Quicksand, Arial, sans-serif;
}
address {
  font-style: normal;
  margin-bottom: 1.5rem;
}
p {
  margin: 0rem 0rem 1.5rem;
}
hr {
  border: solid #434343;
  border-width: 1px 0 0;
  margin: -1px 0rem 1.5rem;
}
blockquote {
  border-left: 0.25rem solid #434343;
  padding: 0.75rem 1.5rem;
  quotes: "\201C" "\201D";
}
blockquote,figure {
  margin: 0rem 0rem 1.5rem;
}
figurecaption {
  font-size: 80%;
}
main {
  clear: both;
  padding-left: 8.333333333333334%;
  padding-right: 8.333333333333334%;
}
main:before,
main:after {
  content: "";
  display: table;
}
main:after {
  clear: both;
}
ol {
  margin: 0rem 0rem 1.5rem;
  padding: 0rem 0rem 0rem 1.5rem;
}
ol ol {
  list-style-type: lower-alpha;
}
ul {
  list-style-type: none;
  margin: 0rem 0rem 1.5rem;
  padding: 0rem;
}
ol ul,
ul ul {
  list-style-type: circle;
}
ol ul,
ul ul,
ol ol,
ul ol {
  margin: 0rem 0rem 0rem 1.5rem;
}
ul ul {
  padding: 0rem 0rem 0rem 1.5rem;
}
dl {
  margin: 0rem 0rem 1.5rem;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0rem;
}
a {
  background-color: transparent;
  color: #2c80b8;
  display: inline-block;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #60a8d9;
  outline-width: 0;
  text-decoration: underline;
}
b,
em,
strong,
small,
s,
cite,
code,
mark,
kbd,
sub,
sup,
tt,
samp {
  line-height: 1;
}
pre,
code,
mark,
kbd,
samp {
  font-family: 'PT Mono', 'Marck Script', cursive;
}
pre,
code,
mark,
samp {
  color: inherit;
}
code {
  background-color: #f9f2f4;
  font-size: 80%;
  outline: 1px solid #434343;
}
code:before,
code:after {
  content: '\00a0 \00a0';
}
kbd {
  background-color: #343434;
  color: #fff;
  font-size: 80%;
}
kbd:before,
kbd:after {
  content: '\00a0 \00a0';
}
kbd kbd {
  font-size: 100%;
}
sup,
sub {
  font-size: 65%;
}
td,
th,
tr,
table,
thead,
tbody,
tfoot {
  border: 0;
  padding-bottom: 0;
  padding-top: 0;
  vertical-align: middle;
}
td,
th {
  text-align: left;
}
table {
  border-collapse: collapse;
  width: 100%;
}
img {
  display: block;
}
video {
  height: auto;
  margin: 0;
  padding: 0;
  width: auto !important;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.line-height {
  line-height: 1.5rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.noindent {
  margin: 0;
  padding: 0;
}
.white,.white-light {
  color: #fff;
}
.white-dark {
  color: #d9d9d9;
}
.bg-white,.bg-white-light {
  background: #fff;
}
.bg-white-dark {
  background: #d9d9d9;
}
.gray {
  color: #434343;
}
.gray-light {
  color: #7b7b7b;
}
.gray-dark {
  color: #393939;
}
.bg-gray {
  background: #434343;
}
.bg-gray-light {
  background: #7b7b7b;
}
.bg-gray-dark {
  background: #393939;
}
.black {
  color: #0e0e0e;
}
.black-light {
  color: #565656;
}
.black-dark {
  color: #0c0c0c;
}
.bg-black {
  background: #0e0e0e;
}
.bg-black-light {
  background: #565656;
}
.bg-black-dark {
  background: #0c0c0c;
}
.base {
  color: #343434;
}
.base-light {
  color: #717171;
}
.base-dark {
  color: #2c2c2c;
}
.bg-base {
  background: #343434;
}
.bg-base-light {
  background: #717171;
}
.bg-base-dark {
  background: #2c2c2c;
}
.primary {
  color: #ff0202;
}
.primary-light {
  color: #ff4e4e;
}
.primary-dark {
  color: #da0000;
}
.bg-primary {
  background: #ff0202;
}
.bg-primary-light {
  background: #ff4e4e;
}
.bg-primary-dark {
  background: #da0000;
}
.secondary {
  color: #bd9455;
}
.secondary-light {
  color: #d1b488;
}
.secondary-dark {
  color: #a87f41;
}
.bg-secondary {
  background: #bd9455;
}
.bg-secondary-light {
  background: #d1b488;
}
.bg-secondary-dark {
  background: #a87f41;
}
.tertiary {
  color: #e8e6d9;
}
.tertiary-light {
  color: #efeee4;
}
.tertiary-dark {
  color: #cfcaaf;
}
.bg-tertiary {
  background: #e8e6d9;
}
.bg-tertiary-light {
  background: #efeee4;
}
.bg-tertiary-dark {
  background: #cfcaaf;
}
.success {
  color: #26a85d;
}
.success-light {
  color: #51d88a;
}
.success-dark {
  color: #208f4f;
}
.bg-success {
  background: #26a85d;
}
.bg-success-light {
  background: #51d88a;
}
.bg-success-dark {
  background: #208f4f;
}
.warning {
  color: #f03e3e;
}
.warning-light {
  color: #f57878;
}
.warning-dark {
  color: #ed1414;
}
.bg-warning {
  background: #f03e3e;
}
.bg-warning-light {
  background: #f57878;
}
.bg-warning-dark {
  background: #ed1414;
}
.alert {
  color: #e03131;
}
.alert-light {
  color: #e96f6f;
}
.alert-dark {
  color: #ca1e1e;
}
.bg-alert {
  background: #e03131;
}
.bg-alert-light {
  background: #e96f6f;
}
.bg-alert-dark {
  background: #ca1e1e;
}
.error {
  color: #ff0606;
}
.error-light {
  color: #ff5151;
}
.error-dark {
  color: #de0000;
}
.bg-error {
  background: #ff0606;
}
.bg-error-light {
  background: #ff5151;
}
.bg-error-dark {
  background: #de0000;
}
.info {
  color: #2c80b8;
}
.info-light {
  color: #60a8d9;
}
.info-dark {
  color: #256d9c;
}
.bg-info {
  background: #2c80b8;
}
.bg-info-light {
  background: #60a8d9;
}
.bg-info-dark {
  background: #256d9c;
}
.mark {
  color: #f9f2f4;
}
.mark-light {
  color: #fbf6f7;
}
.mark-dark {
  color: #e2c0c9;
}
.bg-mark {
  background: #f9f2f4;
}
.bg-mark-light {
  background: #fbf6f7;
}
.bg-mark-dark {
  background: #e2c0c9;
}
.bold {
  font-weight: 700;
}
.light {
  font-weight: 200;
}
.italic {
  font-style: italic;
}
.normal {
  font-style: normal;
  font-weight: 400;
}
.lead {
  font-size: 1.125rem;
  font-weight: 700;
}
.big {
  font-size: 110%;
}
.small {
  font-size: 80%;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.centre {
  text-align: center;
}
.justify {
  text-align: justify;
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.nowrap {
  white-space: nowrap;
}
.list,
ul.list-disc,
ul.list-circle,
ul.list-square,
ul.list-blank {
  padding-left: 1.5rem;
}
.list-group {
  padding: 0;
  text-align: left;
}
.list-group > :first-child {
  border-top: 1px solid #f00;
  margin-top: 0;
}
.list-group li {
  border-bottom: 1px solid #f00;
  max-height: 1.5rem;
  overflow: hidden;
}
.list-group li > :last-child {
  display: block;
  float: right;
}
ul.list-disc {
  list-style-type: disc;
}
ul.list-circle {
  list-style-type: circle;
}
ul.list-square {
  list-style-type: square;
}
ul.list-blank {
  list-style-type: none;
}
ul.list-inline {
  list-style: none;
}
ul.list-inline > li,
ul.list-inline display inline-block,
ul.list-inline a {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  background: inherit;
  display: inline-block;
  padding: 0 0.75rem;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
ul.list-inline > li:hover,
ul.list-inline display inline-block:hover,
ul.list-inline a:hover {
  background: rgba(255,255,255,0.3);
  text-decoration: underline;
}
ul.list-inline > li:focus,
ul.list-inline display inline-block:focus,
ul.list-inline a:focus {
  background: rgba(250,250,250,0.5);
}
ul.list-inline > li:first-child {
  margin-left: 0;
}
dl.list-inline {
  align-items: stretch;
  display: flex;
  flex: calc(12 / 12 * 100%);
  flex-direction: column;
  flex-grow: 1;
  padding: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}
dl.list-inline,dl.list-inline dt {
  max-width: calc(12 / 12 * 100%);
}
dl.list-inline dt {
  flex: calc(12 / 12 * 100%);
  flex: calc(12 / 12 * 100%);
  flex-grow: 1;
  flex-grow: 1;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-right: 1rem;
}
dl.list-inline dd {
  flex: calc(12 / 12 * 100%);
  flex: calc(12 / 12 * 100%);
  flex-grow: 1;
  flex-grow: 1;
  margin: 0rem 0rem 1.5rem;
  max-width: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
  padding-left: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-right: 1rem;
}
.radius {
  border-radius: 3px;
}
.circle {
  border-radius: 50%;
}
.outline {
  outline: 1px solid #434343;
}
.view-grid {
  background-image: linear-gradient(to bottom, rgba(0,170,255,0.3) 1px, transparent 1px);
  background-position: left -1px;
  background-repeat: repeat;
  background-size: 1.5rem 1.5rem;
  margin: 0;
  padding: 0;
}
.view-layout .c,
.view-layout .col,
.view-layout .row,
.view-layout .container {
  min-height: 1.5rem;
  outline: 1px solid #434343;
  position: relative;
}
.view-layout .row:after {
  color: #0e0e0e;
  content: attr(class);
  font-size: 80%;
  margin: 0 auto;
  position: absolute;
  top: -1.5rem;
}
.view-layout .col,
.view-layout .c {
  background: #7b7b7b;
}
.view-layout .col:after,
.view-layout .c:after {
  color: #0e0e0e;
  content: attr(class);
  font-size: 80%;
  margin: 0 auto;
  position: absolute;
  right: 0.5rem;
  top: -0.5rem;
}
.view-layout .c-auto {
  background: #f00;
}
.view-layout .row {
  background: #f9f;
  margin-bottom: 1.5rem;
}
.view-layout .group {
  background: #f99;
}
.view-layout .group .c {
  background: #99f;
}
q {
  quotes: "«" "»";
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}
abbr[title] {
  border-bottom: 1px dotted #343434;
  cursor: help;
}
blockquote cite {
  font-size: 80%;
}
blockquote cite,blockquote footer {
  display: block;
}
blockquote footer cite {
  display: inline;
  line-height: 1;
}
blockquote cite:before {
  content: '— ';
}
pre {
  margin: 0rem 0rem 1.5rem;
}
pre code {
  background: inherit;
  color: inherit;
  display: block;
  overflow: hidden;
  padding: 0rem 1.5rem;
  white-space: pre-wrap;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
pre b,
pre strong,
pre em,
pre small,
pre code,
pre mark {
  line-height: 1.5rem;
}
.header-top {
  background: url("/assets/img/bg.jpg") no-repeat;
  background-size: cover;
  clear: both;
  height: 100vh;
  margin-bottom: 6rem;
  padding-left: 8.333333333333334%;
  padding-right: 8.333333333333334%;
}
.header-top:before,
.header-top:after {
  content: "";
  display: table;
}
.header-top:after {
  clear: both;
}
.header-top .logo {
  margin-top: 1.5rem;
}
.header-top .main-navbar {
  margin-top: 1.5rem;
  text-align: right;
  text-transform: uppercase;
}
.header-top .main-navbar a {
  color: #e0b47b;
  font-weight: 700;
}
.header-top h2 {
  color: #e0b47b;
  margin: 0 auto;
  margin-top: 25vh;
  max-width: 80%;
  text-align: center;
}
.header-top h3 {
  color: #e0b47b;
  margin: 20px auto;
  max-width: 80%;
  text-align: center;
}
.prime .header-top {
  background: url("/assets/img/prime.jpg") no-repeat;
  background-size: cover;
}
.prime .main-navbar a {
  color: #ddd;
}
.prime .top-contacts {
  color: #ddd;
  font-size: 110%;
  margin-top: 1.5rem;
  text-transform: uppercase;
}
.wide-img {
  max-width: 100%;
}
.about,
.docs {
  margin-bottom: 4.5rem;
}
.icon-container {
  -moz-border-radius: 50%;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-border-radius: 50%;
  -webkit-transition: all 0.2s ease 0s;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #117dc2;
  float: left;
  height: 70px;
  margin: 0.75rem;
  transition: all 0.2s ease 0s;
  width: 70px;
}
.icon-container i {
  display: table-cell;
  font-size: 24px;
  height: 70px;
  text-align: center;
  vertical-align: middle;
  width: 70px;
}
[class^="linecons-"],
[class*=" linecons-"] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 14px/1 linecons;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}
.prime .icon-container {
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  background-color: #2c80b8;
  border: 1px solid #2c80b8;
  border-radius: 4%;
  color: #117dc2;
  float: left;
  height: 70px;
  margin: 0.75rem;
  transition: all 0.2s ease 0s;
  width: 70px;
}
.prime [class^="linecons-"],
.prime [class*=" linecons-"] {
  color: #fff;
  font-weight: 700;
}
.zoomIn {
  animation-name: zoomIn;
}
.animated {
  -webkit-animation-duration: 800ms;
  -webkit-animation-fill-mode: both;
  animation-duration: 800ms;
  animation-fill-mode: both;
}
.icon-description {
  float: left;
  font-weight: 700;
  text-transform: uppercase;
  width: 70%;
}
.dopinfo {
  background: #ddd;
  margin-top: 1.5rem;
  padding: 0.75rem;
}
.contact-info {
  background: url("/assets/img/bg.jpg") top left no-repeat;
  color: #fff;
  max-width: 100%;
  padding: 1.5rem;
}
.prime .contact-info {
  background: url("/assets/img/prime.jpg") top left;
  color: #fff;
  max-width: 100%;
  padding: 1.5rem;
}
.about-company {
  background: url("/assets/img/prime.jpg") top left;
  color: #fff;
  padding: 1.5rem;
}
.main-navbar {
  text-align: right;
}
.main-navbar ul.core-menu {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8125rem;
  padding: 0rem;
  text-transform: uppercase;
}
.main-navbar a {
  color: #434343;
}
.main-navbar .navbar-link {
  padding: 0;
}
.main-navbar .icon {
  padding: 0 0.375rem;
}
.main-navbar .icon .navbar-link {
  background: #0e0e0e;
  color: #fff;
  padding: 0 0.375rem;
}
a.target-burger {
  margin: 1.125em;
  position: absolute;
  right: 1.5rem;
  top: 0;
  z-index: 999;
}
a.target-burger:hover {
  cursor: pointer;
}
a.target-burger.toggled ul.buns li.bun {
  transform: rotate(45deg) translateZ(0);
}
a.target-burger.toggled ul.buns li.bun:last-child {
  transform: rotate(-45deg) translateZ(0);
}
ul.buns {
  -webkit-transform: translateZ(0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1);
  color: #fff;
  height: 1.625em;
  list-style: none;
  transform: translateZ(0);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1);
  width: 1.625em;
}
ul.buns li.bun {
  -webkit-transform: translateY(-3.75px) translateZ(0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
  background-color: #fff;
  height: 2px;
  margin-top: -1.5px;
  position: absolute;
  top: 50%;
  transform: translateY(-3.75px) translateZ(0);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%;
}
ul.buns li.bun:nth-child(2) {
  transform: translateY(2.75px) translateZ(0);
}
ul.buns li.bun:last-child {
  transform: translateY(9.5px) translateZ(0);
}
.main-navbar ul.core-menu.toggled li {
  background: transparent;
  display: block;
  line-height: 3rem;
  text-align: right;
}
@media screen and (min-width: 425px) {
  .xs-auto {
    flex-basis: 0;
  }
  .xs-1 {
    flex: calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }
  .xs-2 {
    flex: calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }
  .xs-3 {
    flex: calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
  .xs-4 {
    flex: calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
  .xs-5 {
    flex: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .xs-6 {
    flex: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .xs-7 {
    flex: calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }
  .xs-8 {
    flex: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .xs-9 {
    flex: calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
  .xs-10 {
    flex: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .xs-11 {
    flex: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .xs-12 {
    flex: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (min-width: 767px) {
  .s-auto {
    flex-basis: 0;
  }
  .s-1 {
    flex: calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }
  .s-2 {
    flex: calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }
  .s-3 {
    flex: calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
  .s-4 {
    flex: calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
  .s-5 {
    flex: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .s-6 {
    flex: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .s-7 {
    flex: calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }
  .s-8 {
    flex: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .s-9 {
    flex: calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
  .s-10 {
    flex: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .s-11 {
    flex: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .s-12 {
    flex: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (min-width: 1200px) {
  .m-auto {
    flex-basis: 0;
  }
  .m-1 {
    flex: calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }
  .m-2 {
    flex: calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }
  .m-3 {
    flex: calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
  .m-4 {
    flex: calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
  .m-5 {
    flex: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .m-6 {
    flex: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .m-7 {
    flex: calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }
  .m-8 {
    flex: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .m-9 {
    flex: calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
  .m-10 {
    flex: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .m-11 {
    flex: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .m-12 {
    flex: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  dl.list-inline dt {
    flex: calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
  dl.list-inline dd {
    flex: calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
  .contact-info {
    height: 550px;
    max-width: 40%;
    position: absolute;
    width: 40%;
  }
  .prime .contact-info {
    margin: 100px;
    max-width: 40%;
    position: absolute;
    width: 40%;
  }
  a.target-burger {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .l-auto {
    flex-basis: 0;
  }
  .l-1 {
    flex: calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }
  .l-2 {
    flex: calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }
  .l-3 {
    flex: calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
  .l-4 {
    flex: calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
  .l-5 {
    flex: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .l-6 {
    flex: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .l-7 {
    flex: calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }
  .l-8 {
    flex: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .l-9 {
    flex: calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
  .l-10 {
    flex: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .l-11 {
    flex: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .l-12 {
    flex: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (min-width: 1600px) {
  .xl-auto {
    flex-basis: 0;
  }
  .xl-1 {
    flex: calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }
  .xl-2 {
    flex: calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }
  .xl-3 {
    flex: calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
  .xl-4 {
    flex: calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
  .xl-5 {
    flex: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .xl-6 {
    flex: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .xl-7 {
    flex: calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }
  .xl-8 {
    flex: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .xl-9 {
    flex: calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
  .xl-10 {
    flex: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .xl-11 {
    flex: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .xl-12 {
    flex: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen {
  h1 {
    font-size: 3.3125rem;
    line-height: 4.5rem;
  }
  h1,h2 {
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
  h2 {
    font-size: 2.625rem;
  }
  h2,h3 {
    line-height: 3rem;
  }
  h3 {
    font-size: 2.0625rem;
  }
  h3,h4 {
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
  h4 {
    font-size: 1.625rem;
    line-height: 3rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h5,h6 {
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
  h6 {
    font-size: 1rem;
  }
  ruby,
  rb,
  rt,
  rtc {
    display: none;
  }
  keygen,menu,dialog {
    display: none;
  }
  .hidden {
    display: none;
  }
  .h6-like {
    font-size: 1rem;
  }
  .h6-like,.h5-like {
    line-height: 1.5rem;
  }
  .h5-like {
    font-size: 1.25rem;
  }
  .h4-like {
    font-size: 1.625rem;
    line-height: 3rem;
  }
  .h3-like {
    font-size: 2.0625rem;
    line-height: 3rem;
  }
  .h2-like {
    font-size: 2.625rem;
    line-height: 3rem;
  }
  .h1-like {
    font-size: 3.3125rem;
    line-height: 4.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .header-top h2 {
    margin-top: 5vh;
  }
  .main-navbar ul.core-menu {
    display: none;
  }
  .main-navbar ul.core-menu.toggled {
    background: rgba(0,0,0,0.9);
    display: block;
    height: 100vh;
    left: 0;
    padding: 4.5rem 3rem;
    position: absolute;
    text-align: right;
    top: 0;
    width: 100vw;
  }
}

/*# sourceMappingURL=bahamut.css.map */
