/*! normalize.css v3.0.2 | 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,
menu,
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-color: 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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #04b6cd;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #037382;
  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;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  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;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #D6DBDE;
}
.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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #04b6cd;
}
a.text-primary:hover {
  color: #038a9b;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #04b6cd;
}
a.bg-primary:hover {
  background-color: #038a9b;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@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;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  letter-spacing: .5px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  -webkit-transition: color 300ms linear, border 300ms linear, background 300ms linear;
  -o-transition: color 300ms linear, border 300ms linear, background 300ms linear;
  transition: color 300ms linear, border 300ms linear, background 300ms linear;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #04b6cd;
  background-color: transparent;
  border-color: #04b6cd;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #04b6cd;
  background-color: rgba(0, 0, 0, 0);
  border-color: #038191;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: transparent;
  border-color: #04b6cd;
}
.btn-default .badge {
  color: transparent;
  background-color: #04b6cd;
}
.btn-default.dark {
  color: #037382;
  background-color: transparent;
  border-color: #037382;
}
.btn-default.dark:hover,
.btn-default.dark:focus,
.btn-default.dark.focus,
.btn-default.dark:active,
.btn-default.dark.active,
.open > .dropdown-toggle.btn-default.dark {
  color: #037382;
  background-color: rgba(0, 0, 0, 0);
  border-color: #013e46;
}
.btn-default.dark:active,
.btn-default.dark.active,
.open > .dropdown-toggle.btn-default.dark {
  background-image: none;
}
.btn-default.dark.disabled,
.btn-default.dark[disabled],
fieldset[disabled] .btn-default.dark,
.btn-default.dark.disabled:hover,
.btn-default.dark[disabled]:hover,
fieldset[disabled] .btn-default.dark:hover,
.btn-default.dark.disabled:focus,
.btn-default.dark[disabled]:focus,
fieldset[disabled] .btn-default.dark:focus,
.btn-default.dark.disabled.focus,
.btn-default.dark[disabled].focus,
fieldset[disabled] .btn-default.dark.focus,
.btn-default.dark.disabled:active,
.btn-default.dark[disabled]:active,
fieldset[disabled] .btn-default.dark:active,
.btn-default.dark.disabled.active,
.btn-default.dark[disabled].active,
fieldset[disabled] .btn-default.dark.active {
  background-color: transparent;
  border-color: #037382;
}
.btn-default.dark .badge {
  color: transparent;
  background-color: #037382;
}
.btn-default.gray {
  color: #324d59;
  background-color: transparent;
  border-color: #4a4a4a;
}
.btn-default.gray:hover,
.btn-default.gray:focus,
.btn-default.gray.focus,
.btn-default.gray:active,
.btn-default.gray.active,
.open > .dropdown-toggle.btn-default.gray {
  color: #324d59;
  background-color: rgba(0, 0, 0, 0);
  border-color: #2b2b2b;
}
.btn-default.gray:active,
.btn-default.gray.active,
.open > .dropdown-toggle.btn-default.gray {
  background-image: none;
}
.btn-default.gray.disabled,
.btn-default.gray[disabled],
fieldset[disabled] .btn-default.gray,
.btn-default.gray.disabled:hover,
.btn-default.gray[disabled]:hover,
fieldset[disabled] .btn-default.gray:hover,
.btn-default.gray.disabled:focus,
.btn-default.gray[disabled]:focus,
fieldset[disabled] .btn-default.gray:focus,
.btn-default.gray.disabled.focus,
.btn-default.gray[disabled].focus,
fieldset[disabled] .btn-default.gray.focus,
.btn-default.gray.disabled:active,
.btn-default.gray[disabled]:active,
fieldset[disabled] .btn-default.gray:active,
.btn-default.gray.disabled.active,
.btn-default.gray[disabled].active,
fieldset[disabled] .btn-default.gray.active {
  background-color: transparent;
  border-color: #4a4a4a;
}
.btn-default.gray .badge {
  color: transparent;
  background-color: #324d59;
}
.btn-default.white {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-default.white:hover,
.btn-default.white:focus,
.btn-default.white.focus,
.btn-default.white:active,
.btn-default.white.active,
.open > .dropdown-toggle.btn-default.white {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-default.white:active,
.btn-default.white.active,
.open > .dropdown-toggle.btn-default.white {
  background-image: none;
}
.btn-default.white.disabled,
.btn-default.white[disabled],
fieldset[disabled] .btn-default.white,
.btn-default.white.disabled:hover,
.btn-default.white[disabled]:hover,
fieldset[disabled] .btn-default.white:hover,
.btn-default.white.disabled:focus,
.btn-default.white[disabled]:focus,
fieldset[disabled] .btn-default.white:focus,
.btn-default.white.disabled.focus,
.btn-default.white[disabled].focus,
fieldset[disabled] .btn-default.white.focus,
.btn-default.white.disabled:active,
.btn-default.white[disabled]:active,
fieldset[disabled] .btn-default.white:active,
.btn-default.white.disabled.active,
.btn-default.white[disabled].active,
fieldset[disabled] .btn-default.white.active {
  background-color: transparent;
  border-color: #ffffff;
}
.btn-default.white .badge {
  color: transparent;
  background-color: #ffffff;
}
.btn-primary {
  color: #fff;
  background-color: #04b6cd;
  border-color: transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #038a9b;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #04b6cd;
  border-color: transparent;
}
.btn-primary .badge {
  color: #04b6cd;
  background-color: #fff;
}
.btn-primary.dark {
  color: #d9d9d9;
  background-color: #04b6cd;
  border-color: transparent;
}
.btn-primary.dark:hover,
.btn-primary.dark:focus,
.btn-primary.dark.focus,
.btn-primary.dark:active,
.btn-primary.dark.active,
.open > .dropdown-toggle.btn-primary.dark {
  color: #d9d9d9;
  background-color: #038a9b;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary.dark:active,
.btn-primary.dark.active,
.open > .dropdown-toggle.btn-primary.dark {
  background-image: none;
}
.btn-primary.dark.disabled,
.btn-primary.dark[disabled],
fieldset[disabled] .btn-primary.dark,
.btn-primary.dark.disabled:hover,
.btn-primary.dark[disabled]:hover,
fieldset[disabled] .btn-primary.dark:hover,
.btn-primary.dark.disabled:focus,
.btn-primary.dark[disabled]:focus,
fieldset[disabled] .btn-primary.dark:focus,
.btn-primary.dark.disabled.focus,
.btn-primary.dark[disabled].focus,
fieldset[disabled] .btn-primary.dark.focus,
.btn-primary.dark.disabled:active,
.btn-primary.dark[disabled]:active,
fieldset[disabled] .btn-primary.dark:active,
.btn-primary.dark.disabled.active,
.btn-primary.dark[disabled].active,
fieldset[disabled] .btn-primary.dark.active {
  background-color: #04b6cd;
  border-color: transparent;
}
.btn-primary.dark .badge {
  color: #04b6cd;
  background-color: #d9d9d9;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #04b6cd;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #037382;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-hg {
  padding: 18px 24px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 8px;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.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;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #04b6cd;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.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: #04b6cd;
}
.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.42857143;
  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-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.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: #04b6cd;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.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 {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 40px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 3px;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.navbar-btn.btn-sm {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-btn.btn-xs {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-text {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: 100%;
}
.modal-content {
  position: relative;
  background: transparent;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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: 100%;
    margin: auto;
  }
  .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer: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;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  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 {
  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) {
  .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) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-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) {
  .hidden-lg {
    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;
  }
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info:disabled,
.btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #04b6cd 0%, #04a0b4 100%);
  background-image: -o-linear-gradient(top, #04b6cd 0%, #04a0b4 100%);
  background-image: linear-gradient(to bottom, #04b6cd 0%, #04a0b4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04b6cd', endColorstr='#ff04a0b4', GradientType=0);
  background-color: #04a0b4;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #04b6cd 0%, #04a0b4 100%);
    background-image: -o-linear-gradient(top, #04b6cd 0%, #04a0b4 100%);
    background-image: linear-gradient(to bottom, #04b6cd 0%, #04a0b4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04b6cd', endColorstr='#ff04a0b4', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #04b6cd 0%, #038a9b 100%);
  background-image: -o-linear-gradient(top, #04b6cd 0%, #038a9b 100%);
  background-image: linear-gradient(to bottom, #04b6cd 0%, #038a9b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04b6cd', endColorstr='#ff038a9b', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #038a9b;
  background-image: -webkit-linear-gradient(top, #04b6cd 0%, #0395a7 100%);
  background-image: -o-linear-gradient(top, #04b6cd 0%, #0395a7 100%);
  background-image: linear-gradient(to bottom, #04b6cd 0%, #0395a7 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04b6cd', endColorstr='#ff0395a7', GradientType=0);
  border-color: #0395a7;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #04b6cd 0%, #04a0b4 100%);
  background-image: -o-linear-gradient(top, #04b6cd 0%, #04a0b4 100%);
  background-image: linear-gradient(to bottom, #04b6cd 0%, #04a0b4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04b6cd', endColorstr='#ff04a0b4', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body {
  font-family: Roboto, sans-serif;
  min-width: 320px;
}
@media (max-width: 767px) {
  body {
    padding-top: 70px;
  }
}
.primary-title {
  font-weight: 300;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 42px;
  color: #4A4A4A;
}
@media (max-width: 568px) {
  .primary-title {
    font-size: 28px;
    line-height: 42px;
  }
}
.secondary-title {
  font-weight: 300;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 42px;
  color: #4A4A4A;
  margin: 40px 0 30px 0;
  font-size: 36px;
  line-height: 51px;
}
@media (max-width: 568px) {
  .secondary-title {
    font-size: 28px;
    line-height: 42px;
  }
}
.thin-title {
  font-weight: 300;
  color: #4A4A4A;
}
.subtitle {
  letter-spacing: 1px;
  color: #5c5c5c;
  font-size: 32px;
}
.text {
  font-size: 16px;
  color: #9b9b9b;
}
.text-thin {
  font-weight: 300;
}
#header {
  background: #324d59;
  min-height: 70px;
  position: relative;
}
@media (max-width: 767px) {
  #header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
  }
}
.color-white {
  color: #fff;
}
.color-blue {
  color: #04b6cd;
}
.color-gray {
  color: #5c5c5c;
}
.color-text-gray {
  color: #9b9b9b;
}
.blue-background {
  background-color: #F3FAFB;
}
.static-menu {
  display: flex;
  height: 70px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
.static-menu:before,
.static-menu:after {
  display: none;
}
@media (max-width: 767px) {
  .static-menu {
    width: auto;
    margin: 0 -15px;
    padding-left: 0;
    padding-right: 0;
  }
}
.logo-container {
  flex: 0 0 128px;
}
@media (max-width: 1205px) {
  .logo-container {
    flex: 0 0 35px;
  }
}
@media (max-width: 767px) {
  .logo-container {
    margin-left: 20px;
  }
}
.static-menu-logo {
  width: 128px;
  height: 40px;
  overflow: hidden;
  background: url("images/layout/roar-logo.png") no-repeat 50% 50%;
  background-size: 128px 40px;
}
@media (max-width: 1205px) {
  .static-menu-logo {
    width: 35px;
    background: url("images/layout/roar-logo-symbol.png") no-repeat 50% 50%;
    background-size: 35px 40px;
  }
}
.static-menu-logo__img {
  width: 128px;
  height: 40px;
  opacity: 0;
}
.main-static-header-menu {
  z-index: 99;
}
.main-static-header-menu .navbar-nav {
  margin: 0;
}
.main-static-header-menu.collapse {
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .main-static-header-menu.collapsing,
  .main-static-header-menu.collapse.in {
    border: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    clear: both;
    float: none;
    background: #324d59;
    height: calc(100vh - 70px);
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    overflow-y: scroll;
    border-top: 1px solid rgba(255, 255, 255, 0.23);
  }
  .main-static-header-menu.collapsing > ul.main-static-header-menu__ul,
  .main-static-header-menu.collapse.in > ul.main-static-header-menu__ul {
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .main-static-header-menu.collapsing > ul.main-static-header-menu__ul > li,
  .main-static-header-menu.collapse.in > ul.main-static-header-menu__ul > li {
    padding: 0;
    float: none;
    text-align: center;
  }
  .main-static-header-menu.collapsing > ul.main-static-header-menu__ul > li a,
  .main-static-header-menu.collapse.in > ul.main-static-header-menu__ul > li a {
    padding: 23px 12px 26px 11px;
    letter-spacing: .5px;
    font-size: 20px;
  }
  .main-static-header-menu.collapsing > ul.main-static-header-menu__ul > li a:hover,
  .main-static-header-menu.collapse.in > ul.main-static-header-menu__ul > li a:hover {
    color: #04b6cd;
  }
  .main-static-header-menu.collapsing > ul.main-static-header-menu__ul > li.menu-group:after,
  .main-static-header-menu.collapse.in > ul.main-static-header-menu__ul > li.menu-group:after,
  .main-static-header-menu.collapsing > ul.main-static-header-menu__ul > li.menu-group:before,
  .main-static-header-menu.collapse.in > ul.main-static-header-menu__ul > li.menu-group:before {
    display: none;
  }
  .main-static-header-menu.collapsing > ul.main-static-header-menu__ul > li.menu-group > a,
  .main-static-header-menu.collapse.in > ul.main-static-header-menu__ul > li.menu-group > a {
    display: none;
  }
  .main-static-header-menu.collapsing > ul.main-static-header-menu__ul > li ul,
  .main-static-header-menu.collapse.in > ul.main-static-header-menu__ul > li ul {
    padding: 12px 0 0 0;
    display: block;
    position: static;
    text-align: center;
  }
  .main-static-header-menu.collapsing > ul.main-static-header-menu__ul > li ul li,
  .main-static-header-menu.collapse.in > ul.main-static-header-menu__ul > li ul li {
    text-align: center;
  }
  .main-static-header-menu.collapsing > ul.main-static-header-menu__ul > li.hidden,
  .main-static-header-menu.collapse.in > ul.main-static-header-menu__ul > li.hidden {
    display: block !important;
    order: -1;
  }
  .main-static-header-menu.collapsing > ul.main-static-header-menu__ul > li.hidden > *,
  .main-static-header-menu.collapse.in > ul.main-static-header-menu__ul > li.hidden > * {
    visibility: visible;
  }
  .main-static-header-menu.collapsing > ul.main-static-header-menu__ul > li.menu-group,
  .main-static-header-menu.collapse.in > ul.main-static-header-menu__ul > li.menu-group {
    border-top: 1px solid rgba(255, 255, 255, 0.23);
    padding: 12px 0 0 0;
    margin: 12px 0 0 0;
  }
  .main-static-header-menu.collapsing > ul.main-static-header-menu__ul > li a,
  .main-static-header-menu.collapse.in > ul.main-static-header-menu__ul > li a {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 17px;
    padding: 12px;
  }
  .main-static-header-menu.collapsing > ul.main-static-header-menu__ul li.temp,
  .main-static-header-menu.collapse.in > ul.main-static-header-menu__ul li.temp {
    display: none !important;
  }
  .main-static-header-menu.collapsing > ul.main-static-header-menu__ul li + li,
  .main-static-header-menu.collapse.in > ul.main-static-header-menu__ul li + li {
    padding-left: 0;
  }
}
.main-static-header-menu__ul {
  padding-left: 20px;
}
.main-static-header-menu__ul .chevron-down {
  display: inline-block;
  background: url("images/layout/icons/chevron-down.svg") no-repeat;
  width: 11px;
  height: 6px;
  margin-left: 12px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .main-static-header-menu__ul {
    padding: 20px 0;
  }
}
.main-static-header-menu__ul li.menu-group {
  position: relative;
}
.main-static-header-menu__ul li.menu-group:before,
.main-static-header-menu__ul li.menu-group:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 40px;
  top: 0;
  background: #84949b;
}
.main-static-header-menu__ul li.menu-group:before {
  left: 0;
}
.main-static-header-menu__ul li.menu-group:after {
  right: 0;
}
.main-static-header-menu__ul li.menu-group a {
  padding-left: 25px;
  padding-right: 21px;
}
.main-static-header-menu__ul li.menu-group + li {
  padding-left: 10px;
}
.main-static-header-menu__ul li + .menu-group {
  margin-left: 10px;
}
.main-static-header-menu__ul li a {
  -webkit-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .5px;
}
.main-static-header-menu__ul li a:focus,
.main-static-header-menu__ul li a:hover,
.main-static-header-menu__ul li a:active {
  background: transparent;
  color: #f2f2f2;
}
.main-static-header-menu__ul li a.active {
  border-bottom: 5px solid #04b6cd;
  color: #04b6cd;
}
.main-static-header-menu__ul li.more {
  position: relative;
}
.main-static-header-menu__ul li.more:hover ul {
  display: block;
}
@media (max-width: 980px) {
  .main-static-header-menu__ul li.more {
    margin-left: 0;
  }
  .main-static-header-menu__ul li.more:before {
    display: none;
  }
}
.main-static-header-menu__ul li.lang-switcher:after,
.main-static-header-menu__ul li.lang-switcher:before {
  display: none;
}
.main-static-header-menu__ul li.lang-switcher > a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("images/layout/lang.svg") no-repeat center;
  background-size: 15px 15px;
}
.main-static-header-menu__ul li.lang-switcher li a {
  color: white;
}
.main-static-header-menu__ul li.lang-switcher li.current-lang a {
  color: rgba(255, 255, 255, 0.4);
}
.main-static-header-menu__ul li > ul {
  display: none;
  top: 100%;
  padding: 16px 0;
  margin: 0;
  z-index: 10;
  position: absolute;
  list-style-type: none;
  background: #324d59;
  -webkit-box-shadow: 0 0 8px 0 rgba(50, 77, 89, 0.83);
  box-shadow: 0 0 8px 0 rgba(50, 77, 89, 0.83);
}
.main-static-header-menu__ul li > ul > li {
  white-space: nowrap;
}
.main-static-header-menu__ul li > ul > li a {
  text-transform: inherit;
  font-weight: 100;
  font-size: 17px;
  display: block;
  padding: 6px 22px;
  text-decoration: none;
}
.main-static-header-menu__ul li:hover > ul {
  display: block;
}
.main-static-header-menu__ul.logged-in-menu > li {
  position: relative;
}
.main-static-header-menu__ul.logged-in-menu > li:nth-child(1),
.main-static-header-menu__ul.logged-in-menu > li:nth-child(3) {
  padding-left: 10px;
}
.main-static-header-menu__ul.logged-in-menu > li:nth-child(1):before,
.main-static-header-menu__ul.logged-in-menu > li:nth-child(3):before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 40px;
  top: 0;
  left: 0;
  background: #84949b;
}
.main-static-header-menu__ul.logged-in-menu > li:nth-child(3) {
  margin-left: 10px;
}
.main-static-header-menu__ul.logged-in-menu > li li.menu-item-has-children {
  position: relative;
}
.main-static-header-menu__ul.logged-in-menu > li li.menu-item-has-children > ul {
  top: -1px;
  padding-top: 0;
  left: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.23);
}
@media (max-width: 768px) {
  .main-static-header-menu__ul.logged-in-menu li:nth-child(1),
  .main-static-header-menu__ul.logged-in-menu li:nth-child(3) {
    padding-left: 0;
  }
  .main-static-header-menu__ul.logged-in-menu li:nth-child(1):before,
  .main-static-header-menu__ul.logged-in-menu li:nth-child(3):before {
    display: none;
  }
  .main-static-header-menu__ul.logged-in-menu li:nth-child(3) {
    margin-left: 0;
  }
  .main-static-header-menu__ul.logged-in-menu li.menu-item-has-children > a {
    display: none;
  }
  .main-static-header-menu__ul.logged-in-menu li ul.sub-menu {
    padding: 0 !important;
    border-left: none !important;
  }
  .main-static-header-menu__ul.logged-in-menu li ul.sub-menu ul.sub-menu {
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.23);
    border-bottom: 1px solid rgba(255, 255, 255, 0.23);
    margin: 12px 0;
  }
}
.footer-menu .language-container {
  position: relative;
  display: block;
  height: 24px;
  margin-bottom: 35px;
}
.footer-menu .language-container > span {
  color: white;
  font-size: 17px;
  font-weight: 100;
  margin: 0;
  padding: 0;
  cursor: default;
}
.footer-menu .language-container > span .chevron-down {
  display: inline-block;
  background: url("images/layout/icons/chevron-down.svg") no-repeat;
  width: 11px;
  height: 6px;
  margin-left: 12px;
  vertical-align: middle;
}
.footer-menu .language-container > ul {
  display: none;
  position: absolute;
  border: solid 1px rgba(255, 255, 255, 0.21);
  border-top: none;
  box-shadow: 0 0 8px 0 rgba(50, 77, 89, 0.83);
  background-color: #324d59;
  margin: 0;
  padding: 21px 22px 32px;
  left: -22px;
  top: 24px;
  width: 150px;
  z-index: 1;
}
.footer-menu .language-container > ul li a {
  color: white;
  font-size: 17px;
  font-weight: 100;
  margin: 0;
  padding: 0;
}
.footer-menu .language-container > ul li a:hover {
  text-decoration: none;
}
.footer-menu .language-container > ul li.current-lang a {
  color: rgba(255, 255, 255, 0.4);
}
.footer-menu .language-container:hover > span {
  position: absolute;
  width: 150px;
  border: solid 1px rgba(255, 255, 255, 0.21);
  display: block;
  padding: 11px 21px 0;
  left: -22px;
  top: -12px;
  border-bottom: none;
}
.footer-menu .language-container:hover > ul {
  display: block;
}
.main-static-header-menu-buttons {
  flex: 0 0 auto;
}
.main-static-header-menu-buttons li {
  margin-right: 10px;
}
.main-static-header-menu-buttons li:last-child {
  margin-right: 0;
}
@media (max-width: 1140px) {
  .main-static-header-menu-buttons li:first-child {
    display: none;
  }
}
.main-static-header-menu-buttons li a {
  color: #fff;
  min-width: 123px;
  padding: 5px;
}
.main-static-header-menu-buttons li a.btn-default {
  opacity: .6;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.main-static-header-menu-buttons li a:focus {
  background: inherit;
}
.main-static-header-menu-buttons li a:focus.btn-primary {
  background: #04a2b6;
}
.main-static-header-menu-buttons li a:hover {
  background: inherit;
}
.main-static-header-menu-buttons li a:hover.btn-primary {
  background: #0399ac;
}
.main-static-header-menu-buttons li a:hover.btn-default {
  opacity: 1;
}
.logged-in-button-wrapper {
  padding-left: 10px;
}
.logged-in-button-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background: #84949b;
  top: 0;
  bottom: 0;
  width: 1px;
}
@media (max-width: 1140px) and (min-width: 900px) {
  .logged-in-button-wrapper:before {
    display: none;
  }
}
.logged-in-button-wrapper.expanded .profile-menu-btn .more-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.logged-in-button-wrapper .profile-menu {
  left: 0;
  top: 100%;
  margin-top: 18px;
}
.logged-in-button-wrapper .icon-profile {
  margin-right: 8px !important;
}
.icon-profile {
  display: inline-block;
  position: relative;
  background: url("images/layout/icons/user-avatar.svg") no-repeat 50% 50%;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.profile-menu-btn {
  width: 112px;
  height: 32px;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  outline: none;
  padding-left: 0;
  padding-right: 0;
}
.profile-menu-btn .icon-profile {
  margin-right: 8px;
}
.profile-menu-btn .user-name {
  display: inline-block;
  vertical-align: middle;
  max-width: 67px;
  white-space: nowrap;
  letter-spacing: .4px;
  text-overflow: ellipsis;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  overflow: hidden;
}
.profile-menu-btn .more-arrow {
  display: inline-block;
  float: right;
  width: 11px;
  height: 6px;
  margin-top: 9px;
  background: url("images/layout/user-menu-more-arrow.svg") no-repeat 50% 50%;
  -webkit-transition: transform 300ms linear;
  -moz-transition: transform 300ms linear;
  transition: transform 300ms linear;
}
.profile-menu-btn:hover .more-arrow {
  background-image: url("images/layout/user-menu-more-arrow-hover.svg");
}
.profile-menu {
  padding: 10px 0;
  position: absolute;
  width: 100%;
  min-width: 143px;
  background-color: #324d59;
  border: none;
  z-index: 100;
  -webkit-box-shadow: 0 2px 4px 0 rgba(50, 77, 89, 0.83);
  -moz-box-shadow: 0 2px 4px 0 rgba(50, 77, 89, 0.83);
  box-shadow: 0 2px 4px 0 rgba(50, 77, 89, 0.83);
}
.profile-menu a.item {
  display: block;
  padding: 6px 0 6px 24px !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 100;
  color: #ffffff;
}
.static-menu__button {
  margin: 0 0 0 18px;
  padding: 12px 25px;
  color: #fff;
  font-size: 16px;
  background: #04B6CD;
  position: relative;
  border-radius: 0;
  height: 70px;
  float: none;
  flex: 1;
}
.static-menu__button:after,
.static-menu__button:before {
  display: none;
  content: "";
  width: 1px;
  background: #54666E;
  position: absolute;
  top: 12px;
  bottom: 12px;
}
.static-menu__button:after {
  left: 0;
}
.static-menu__button:before {
  right: 0;
}
.static-menu__button .icon {
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.static-menu__button .icon.menu-chevron {
  background: url("images/layout/icons/icon-chevron-down.png") no-repeat 50% 50%;
  width: 11px;
  height: 6px;
  transform: rotate(180deg);
}
.static-menu__button.collapsed {
  background: transparent;
  border-color: transparent;
}
.static-menu__button.collapsed:after,
.static-menu__button.collapsed:before {
  display: block;
}
.static-menu__button.collapsed .icon.menu-chevron {
  transform: rotate(0deg);
}
.static-menu__button__login {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 16px;
  float: none;
  background: #04B6CD;
  position: static !important;
  border-radius: 0;
  height: 70px;
  width: 70px;
  flex: 0 0 70px;
  border-color: transparent;
}
.static-menu__button__login.collapsed {
  background: transparent;
}
.static-menu__button__login > a {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.static-menu__button__login.collapsed {
  background: transparent;
  border-color: transparent;
}
@media (min-width: 768px) {
  .static-menu__button__login {
    display: none;
  }
}
.static-menu__button__login .profile-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.23);
  left: 0;
  right: 0;
  top: 70px;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
}
.static-menu__button__login .profile-menu a {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 17px;
  padding: 12px !important;
}
.social-buttons {
  flex: 1;
  text-align: right;
  padding-right: 20px;
  justify-content: flex-end;
  display: flex;
}
.social-buttons .social-ratings {
  max-width: 230px;
}
@media (max-width: 1366px) {
  .social-buttons .social-ratings {
    display: none;
  }
}
.social-buttons .social-ratings > * {
  vertical-align: middle;
  display: inline-block;
  margin: 3px;
}
@media (max-width: 767px) {
  .social-buttons {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .social-buttons.es_ES {
    display: none;
  }
}
.bottom-social-ratings {
  text-align: center;
  padding-bottom: 15px;
  padding-top: 10px;
}
.bottom-social-ratings > * {
  vertical-align: middle;
}
.main-footer {
  background: #324d59;
  padding-top: 50px;
}
.main-footer .footer-spacer {
  height: 1px;
  margin: 50px 0 45px 0;
  background: rgba(255, 255, 255, 0.15);
}
.main-footer h4 {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 768px) {
  .main-footer h4 {
    font-size: 14px;
  }
}
.main-footer .images .img-item {
  display: inline-block;
  vertical-align: middle;
}
.main-footer .images .img-item + .img-item {
  margin-left: 20px;
}
.main-footer .images .img-item img {
  max-width: 100%;
}
.main-footer .credits {
  margin-top: 45px;
  text-align: center;
  background: #21343d;
  color: #8C9AA1;
  font-size: 15px;
  font-weight: 300;
  padding: 25px 15px;
}
.main-footer .container {
  width: 985px;
  max-width: none;
  white-space: nowrap;
}
.main-footer .featured-by {
  display: inline-block;
  margin-right: 20px;
}
.main-footer .participation {
  display: inline-block;
}
@media (max-width: 991px) {
}
@media (max-width: 1100px) {
  .footer-horizont-scroll {
    overflow: hidden;
    padding-bottom: 25px;
    height: 109px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .footer-partners {
    overflow-x: scroll;
    padding-bottom: 45px;
    width: 100%;
  }
  .main-footer {
    padding-top: 25px;
  }
  .main-footer .credits {
    margin-top: 0;
  }
}
.icon {
  display: inline-block;
  background: no-repeat 50% 50%;
}
.icon.huge-dots {
  background-image: url("images/layout/icons/dots-menu-gray.png");
  width: 28px;
  height: 6px;
}
.icon.burger-menu {
  background-image: url("images/layout/icons/burger-menu.png");
  width: 32px;
  height: 16px;
}
.icon.download {
  background: url("images/layout/icons/icon-download.svg") no-repeat 50% 50%;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  line-height: 10px;
  vertical-align: middle;
  position: relative;
  left: -10px;
  top: -2px;
}
.icon.left-chevron {
  background: url("images/layout/icons/left-chevron.svg") no-repeat 50% 50%;
  width: 7px;
  height: 11px;
}
.icon.login {
  background: url("images/layout/icons/mobile-login-btn.svg") no-repeat 50% 50%;
  width: 25px;
  height: 22px;
}
.icon.btn {
  width: 40px;
  height: 40px;
}
.icon.btn.linkedin {
  background-size: cover;
  background-image: url("images/layout/icons/linked-icon.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon.btn.linkedin {
    background-size: cover;
    background-image: url("images/layout/icons/linked-icon-2x.png");
  }
}
.icon.btn.twitter {
  background-size: cover;
  background-image: url("images/layout/icons/twitter-icon.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon.btn.twitter {
    background-size: cover;
    background-image: url("images/layout/icons/twitter-icon-2x.png");
  }
}
.icon.btn.facebook {
  background-size: cover;
  background-image: url("images/layout/icons/facebook-icon.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon.btn.facebook {
    background-size: cover;
    background-image: url("images/layout/icons/facebook-icon-2x.png");
  }
}
.icon.share {
  width: 34px;
  height: 34px;
}
.icon.share.mail {
  background-image: url("images/layout/icons/share-email.svg");
}
.icon.share.facebook {
  background-image: url("images/layout/icons/share-fb.svg");
}
.icon.share.twitter {
  background-image: url("images/layout/icons/share-twit.svg");
}
.table {
  display: table;
}
.table .table-row {
  display: table-row;
}
.table .table-cell {
  display: table-cell;
}
.usecase-group .section {
  height: 400px;
  position: relative;
}
@media (min-width: 1101px) {
  .usecase-group .section {
    float: left;
  }
  .usecase-group .section.wide {
    width: 60%;
  }
  .usecase-group .section.narrow {
    width: 40%;
  }
}
@media (max-width: 600px) {
  .usecase-group .section {
    height: 230px;
  }
}
.cta {
  position: relative;
  height: 100%;
}
.cta .btn {
  min-width: 152px;
  padding-top: 12px;
  padding-bottom: 10px;
}
.cta .btn + .btn {
  margin-left: 10px;
}
.cta .cta-controls {
  position: relative;
  z-index: 1;
  height: 290px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  .cta .cta-controls {
    height: 230px;
  }
}
@media (max-width: 400px) {
  .cta .cta-controls {
    height: 180px;
  }
}
.cta .img-container {
  height: 290px;
}
.cta .cta-titles {
  flex: 1;
}
.cta .cta-titles .cta-subtitle {
  font-weight: 300;
  font-size: 19px;
  letter-spacing: .5px;
}
.cta .cta-titles .cta-title {
  font-weight: 300;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 52px;
}
@media (max-width: 600px) {
  .cta .cta-titles .cta-title,
  .cta .cta-titles .cta-subtitle {
    font-size: 24px;
    line-height: 31px;
  }
  .cta .cta-titles .cta-subtitle {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 400px) {
  .cta .cta-titles .cta-title,
  .cta .cta-titles .cta-subtitle {
    font-size: 19px;
    line-height: 22px;
  }
  .cta .cta-titles .cta-title {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .cta .cta-btns .btn {
    min-width: 130px !important;
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .cta .cta-btns .btn {
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.cta.create-ar {
  background-position: 50% 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-size: cover;
  background-image: url("images/usecases/create-ar-content.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .cta.create-ar {
    background-size: cover;
    background-image: url("images/usecases/create-ar-content-2x.jpg");
  }
}
.cta.create-ar:before {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  opacity: .8;
  top: 0;
  left: 0;
  bottom: 0;
  width: 60%;
  background: -moz-linear-gradient(left, #eaeaea 20%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #eaeaea 20%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #eaeaea 20%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#00ffffff', GradientType=1);
}
@media (max-width: 600px) {
  .cta.create-ar:before {
    height: 165px;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(bottom, #eaeaea 20%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(bottom, #eaeaea 20%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(bottom top, #eaeaea 20%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#00ffffff', GradientType=1);
  }
  .cta.create-ar .cta-controls {
    padding: 15px;
  }
  .cta.create-ar .cta-titles {
    display: flex;
    align-items: flex-end;
  }
  .cta.create-ar .cta-titles .cta-title {
    flex: 1;
    padding-bottom: 10px;
  }
}
.cta.create-ar .cta-controls {
  width: 50%;
  margin-left: 90px;
  min-width: 320px;
}
.cta.create-ar .cta-title {
  color: #324D59;
  max-width: 380px;
}
@media (max-width: 400px) {
  .cta.create-ar .cta-title {
    max-width: 330px;
  }
}
.cta.create-ar .cta-btns .btn {
  min-width: 152px;
}
@media (max-width: 600px) {
  .cta.create-ar .cta-controls {
    width: 100%;
    margin-left: 0;
    min-width: inherit;
  }
}
.cta.gallery {
  background: rgba(40, 92, 99, 0.8);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cta.gallery .cta-title,
.cta.gallery .cta-subtitle {
  color: #ffffff;
  max-width: 416px;
}
.cta.gallery .cta-subtitle {
  margin-top: 10px;
}
.cta.gallery .cta-controls {
  margin-left: 90px;
}
.cta.gallery .btn {
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}
.cta.gallery .btn:hover {
  border-color: #fff;
}
.cta.posters {
  background-position: 0 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-image: -webkit-radial-gradient(circle at 13% -8%, #041016, #041117 10%, #005a78 42%, #43ccf8);
  background-image: -moz-radial-gradient(circle at 13% -8%, #041016, #041117 10%, #005a78 42%, #43ccf8);
  background-image: radial-gradient(circle at 13% -8%, #041016, #041117 10%, #005a78 42%, #43ccf8);
}
.cta.posters:before {
  content: "";
  display: block;
  background-size: cover;
  background-image: url("images/usecases/movies.png");
  width: 284px;
  height: 378px;
  position: absolute;
  bottom: 0;
  left: 3%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .cta.posters:before {
    background-size: cover;
    background-image: url("images/usecases/movies-2x.png");
  }
}
@media (min-width: 1440px) {
  .cta.posters:before {
    left: 10%;
  }
}
@media (min-width: 1600px) {
  .cta.posters:before {
    left: 15%;
  }
}
@media (min-width: 1800px) {
  .cta.posters:before {
    left: 20%;
  }
}
@media (max-width: 1101px) {
  .cta.posters:before {
    transform-origin: center center;
    left: 25%;
    margin-left: auto;
    transform: translateX(-50%);
  }
}
.cta.posters .cta-controls {
  max-width: 185px;
  color: #fff;
  margin-right: 40px;
}
@media (max-width: 1101px) {
  .cta.posters .cta-controls {
    margin-right: auto;
    margin-left: 60%;
  }
}
@media (max-width: 600px) {
  .cta.posters .cta-controls {
    padding: 15px 0;
    margin-left: 54%;
  }
  .cta.posters .cta-controls .cta-btns .btn {
    width: 147px;
  }
  .cta.posters .cta-controls .cta-btns .btn + .btn {
    margin-top: 5px;
  }
}
@media (max-width: 400px) {
  .cta.posters .cta-controls {
    padding: 15px 0;
    margin-left: 49%;
  }
}
.cta.posters .cta-subtitle {
  margin: 0 0 10px 0;
}
.cta.posters .btn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
  min-width: 180px;
}
.cta.posters .btn:hover {
  border-color: #fff;
}
.cta.posters .btn + .btn {
  margin: 15px 0 0 0;
}
@media (max-width: 600px) {
  .cta.posters:before {
    width: 181px;
    height: 230px;
    background-size: cover;
    background-image: url("images/usecases/movies.png");
    background-repeat: no-repeat;
    background-position: 0 20px;
  }
}
@media (max-width: 600px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 600px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 600px) and only screen and (-o-min-device-pixel-ratio: 2/1), (max-width: 600px) and only screen and (min-device-pixel-ratio: 2), (max-width: 600px) and only screen and (min-resolution: 192dpi), (max-width: 600px) and only screen and (min-resolution: 2dppx) {
  .cta.posters:before {
    background-size: cover;
    background-image: url("images/usecases/movies-2x.png");
  }
}
.cta.cpg {
  background-position: 0 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-size: cover;
  background-image: url("images/usecases/cpg-brands.jpg");
}
.cta.cpg .cta-controls {
  max-width: 185px;
  color: #fff;
  margin-right: 80px;
}
@media (max-width: 1101px) {
  .cta.cpg .cta-controls {
    margin-right: auto;
    margin-left: 60%;
  }
}
@media (max-width: 600px) {
  .cta.cpg .cta-controls {
    padding: 15px 0;
    margin-left: 54%;
  }
  .cta.cpg .cta-controls .cta-btns .btn {
    width: 147px;
  }
  .cta.cpg .cta-controls .cta-btns .btn + .btn {
    margin-top: 5px;
  }
}
@media (max-width: 400px) {
  .cta.cpg .cta-controls {
    padding: 15px 0;
    margin-left: 49%;
  }
}
.cta.cpg .cta-subtitle {
  margin: 0 0 10px 0;
}
.cta.cpg .btn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
  min-width: 180px;
}
.cta.cpg .btn:hover {
  border-color: #fff;
}
.cta.cpg .btn + .btn {
  margin: 15px 0 0 0;
}
.cta.cpg:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  z-index: 0;
  right: 0;
  width: 80%;
  opacity: .8;
  background: -moz-linear-gradient(right, #008BB7 20%, rgba(0, 139, 183, 0) 100%);
  background: -webkit-linear-gradient(right, #008BB7 20%, rgba(0, 139, 183, 0) 100%);
  background: linear-gradient(to left, #008BB7 20%, rgba(0, 139, 183, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008BB7', endColorstr='#00008BB7', GradientType=1);
}
.cta.retailers {
  background-position: 0 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-size: cover;
  background-image: url("images/usecases/for-retailers.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .cta.retailers {
    background-size: cover;
    background-image: url("images/usecases/for-retailers-2x.jpg");
  }
}
@media (max-width: 600px) {
  .cta.retailers:after {
    display: block;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    width: 80%;
    opacity: .8;
    background: red;
    background: -moz-linear-gradient(right, #008BB7 20%, rgba(0, 139, 183, 0) 100%);
    background: -webkit-linear-gradient(right, #008BB7 20%, rgba(0, 139, 183, 0) 100%);
    background: linear-gradient(to left, #008BB7 20%, rgba(0, 139, 183, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008BB7', endColorstr='#00008BB7', GradientType=1);
  }
}
.cta.retailers .cta-controls {
  max-width: 230px;
  color: #fff;
  margin-right: 110px;
}
@media (max-width: 1101px) {
  .cta.retailers .cta-controls {
    margin-right: auto;
    margin-left: 60%;
  }
}
@media (max-width: 600px) {
  .cta.retailers .cta-controls {
    padding: 15px 0;
    margin-left: 54%;
  }
  .cta.retailers .cta-controls .cta-btns .btn {
    width: 147px;
  }
  .cta.retailers .cta-controls .cta-btns .btn + .btn {
    margin-top: 5px;
  }
}
@media (max-width: 400px) {
  .cta.retailers .cta-controls {
    padding: 15px 0;
    margin-left: 49%;
  }
}
.cta.retailers:before {
  content: "";
  display: block;
  background-position: 0 50%;
  background-size: cover;
  background-image: url("images/usecases/for-retailers-graphic.png");
  width: 324px;
  height: 302px;
  position: absolute;
  top: 50%;
  margin-top: -136px;
  left: 3%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .cta.retailers:before {
    background-size: cover;
    background-image: url("images/usecases/for-retailers-graphic-2x.png");
  }
}
@media (min-width: 1440px) {
  .cta.retailers:before {
    left: 10%;
  }
}
@media (min-width: 1600px) {
  .cta.retailers:before {
    left: 15%;
  }
}
@media (min-width: 1800px) {
  .cta.retailers:before {
    left: 20%;
  }
}
@media (max-width: 1101px) {
  .cta.retailers:before {
    transform-origin: center center;
    left: 25%;
    margin-left: auto;
    transform: translateX(-50%);
  }
}
@media (max-width: 600px) {
  .cta.retailers:before {
    width: 179px;
    height: 167px;
    margin-top: -76px;
  }
}
@media (max-width: 400px) {
  .cta.retailers:before {
    width: 160px;
    height: 150px;
    left: 20%;
  }
}
.cta.retailers .btn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
  min-width: 180px;
}
.cta.retailers .btn:hover {
  border-color: #fff;
}
.cta.retailers .btn + .btn {
  margin: 15px 0 0 0;
}
.cta.ar-tech {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-size: cover;
  background: -moz-linear-gradient(right, #3BCBDE, #1A92A2);
  background: -webkit-linear-gradient(right, #3BCBDE, #1A92A2);
  background: linear-gradient(to left, #3BCBDE, #1A92A2);
}
.cta.ar-tech .cta-controls {
  max-width: 260px;
  color: #fff;
  margin-right: 80px;
}
.cta.ar-tech .cta-controls .cta-titles {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 1101px) {
  .cta.ar-tech .cta-controls {
    margin-right: auto;
    margin-left: 60%;
  }
}
@media (max-width: 600px) {
  .cta.ar-tech .cta-controls {
    padding: 15px 0;
    margin-left: 54%;
  }
  .cta.ar-tech .cta-controls .cta-btns .btn {
    width: 147px;
  }
  .cta.ar-tech .cta-controls .cta-btns .btn + .btn {
    margin-top: 5px;
  }
}
@media (max-width: 400px) {
  .cta.ar-tech .cta-controls {
    padding: 15px 0;
    margin-left: 49%;
  }
}
.cta.ar-tech:before {
  content: "";
  display: block;
  background: url("images/usecases/ARKit-ARCore-SLAM-the-ROAR-io-Augmented-Reality-Platform-Create-AR-App.svg") 0 50%;
  width: 90%;
  height: 100%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
}
@media (min-width: 2350px) {
  .cta.ar-tech:before {
    left: 20%;
  }
}
.cta.ar-tech .btn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
  min-width: 180px;
}
.cta.ar-tech .btn:hover {
  border-color: #fff;
}
.cta.ar-tech .btn + .btn {
  margin: 15px 0 0 0;
}
.cta.dooh {
  background-position: 50% 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-size: cover;
  background-image: url("images/usecases/for-roar-dooh.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .cta.dooh {
    background-size: cover;
    background-image: url("images/usecases/for-roar-dooh-2x.jpg");
  }
}
.cta.dooh:before {
  content: "";
  display: block;
  background-size: cover;
  background-image: url("images/usecases/for-roar-dooh-graphic.png");
  width: 215px;
  height: 326px;
  position: absolute;
  top: 50%;
  margin-top: -153px;
  left: 3%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .cta.dooh:before {
    background-size: cover;
    background-image: url("images/usecases/for-roar-dooh-graphic-2x.png");
  }
}
@media (min-width: 1440px) {
  .cta.dooh:before {
    left: 10%;
  }
}
@media (min-width: 1600px) {
  .cta.dooh:before {
    left: 15%;
  }
}
@media (min-width: 1800px) {
  .cta.dooh:before {
    left: 20%;
  }
}
@media (max-width: 1101px) {
  .cta.dooh:before {
    transform-origin: center center;
    left: 25%;
    margin-left: auto;
    transform: translateX(-50%);
  }
}
@media (max-width: 600px) {
  .cta.dooh:before {
    width: 123px;
    height: 188px;
    margin-top: -80px;
  }
}
.cta.dooh .cta-controls {
  max-width: 260px;
  color: #fff;
  margin-right: 10px;
}
@media (max-width: 1101px) {
  .cta.dooh .cta-controls {
    margin-right: auto;
    margin-left: 60%;
  }
}
@media (max-width: 600px) {
  .cta.dooh .cta-controls {
    padding: 15px 0;
    margin-left: 54%;
  }
  .cta.dooh .cta-controls .cta-btns .btn {
    width: 147px;
  }
  .cta.dooh .cta-controls .cta-btns .btn + .btn {
    margin-top: 5px;
  }
}
@media (max-width: 400px) {
  .cta.dooh .cta-controls {
    padding: 15px 0;
    margin-left: 49%;
  }
}
.cta.dooh .cta-subtitle {
  margin: 15px 0 0 0;
}
.cta.dooh .btn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
  min-width: 180px;
}
.cta.dooh .btn:hover {
  border-color: #fff;
}
.cta.dooh .btn + .btn {
  margin: 15px 0 0 0;
}
.cta.more-useceses {
  background-position: 0 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-size: cover;
  background-image: url("images/usecases/more-usecases-bg.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .cta.more-useceses {
    background-size: cover;
    background-image: url("images/usecases/more-usecases-bg-2x.jpg");
  }
}
.cta.more-useceses .cta-controls {
  max-width: 245px;
  color: #324d59;
  margin-right: 40px;
}
.cta.more-useceses .cta-controls .cta-btns-mobile {
  display: none;
}
@media (max-width: 600px) {
  .cta.more-useceses .cta-controls .cta-btns {
    display: none;
  }
  .cta.more-useceses .cta-controls .cta-btns-mobile {
    display: block;
  }
  .cta.more-useceses .cta-controls .cta-btns-mobile .btn {
    min-width: 152px;
  }
}
@media (max-width: 1450px) {
  .cta.more-useceses .cta-controls {
    margin-right: 0px;
  }
}
@media (max-width: 1101px) {
  .cta.more-useceses .cta-controls {
    margin-right: auto;
    margin-left: 60%;
  }
}
@media (max-width: 600px) {
  .cta.more-useceses .cta-controls {
    padding: 15px 0;
    margin-left: 54%;
  }
  .cta.more-useceses .cta-controls .cta-btns .btn {
    width: 147px;
  }
  .cta.more-useceses .cta-controls .cta-btns .btn + .btn {
    margin-top: 5px;
  }
}
@media (max-width: 400px) {
  .cta.more-useceses .cta-controls {
    padding: 15px 0;
    margin-left: 49%;
  }
}
.cta.more-useceses .cta-subtitle {
  margin: 15px 0 0 0;
}
.cta.more-useceses .btn {
  min-width: 180px;
}
.cta.more-useceses .btn + .btn {
  margin: 15px 0 0 0;
}
.cta.more-useceses:before {
  content: "";
  display: block;
  background-size: cover;
  background-image: url("images/usecases/more-usecases-graphic.png");
  width: 347px;
  height: 329px;
  position: absolute;
  top: 50%;
  margin-top: -153px;
  left: 50%;
  margin-left: -300px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .cta.more-useceses:before {
    background-size: cover;
    background-image: url("images/usecases/more-usecases-graphic-2x.png");
  }
}
@media (max-width: 1799px) {
  .cta.more-useceses:before {
    width: 262px;
    height: 250px;
    margin-top: -135px;
    margin-left: -260px;
    background-size: cover;
    background-image: url("images/usecases/more-usecases-graphic-small.png");
  }
}
@media (max-width: 1799px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 1799px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 1799px) and only screen and (-o-min-device-pixel-ratio: 2/1), (max-width: 1799px) and only screen and (min-device-pixel-ratio: 2), (max-width: 1799px) and only screen and (min-resolution: 192dpi), (max-width: 1799px) and only screen and (min-resolution: 2dppx) {
  .cta.more-useceses:before {
    background-size: cover;
    background-image: url("images/usecases/more-usecases-graphic-small-2x.png");
  }
}
@media (max-width: 1599px) {
  .cta.more-useceses:before {
    margin-left: -280px;
  }
}
@media (max-width: 1450px) {
  .cta.more-useceses:before {
    width: 218px;
    height: 216px;
    background-size: cover;
    background-image: url("images/usecases/more-usecases-graphic-smallest.png");
    margin-left: -220px;
  }
}
@media (max-width: 1450px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 1450px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 1450px) and only screen and (-o-min-device-pixel-ratio: 2/1), (max-width: 1450px) and only screen and (min-device-pixel-ratio: 2), (max-width: 1450px) and only screen and (min-resolution: 192dpi), (max-width: 1450px) and only screen and (min-resolution: 2dppx) {
  .cta.more-useceses:before {
    background-size: cover;
    background-image: url("images/usecases/more-usecases-graphic-smallest-2x.png");
  }
}
@media (max-width: 1320px) {
  .cta.more-useceses:before {
    margin-left: -230px;
  }
}
@media (max-width: 1280px) {
  .cta.more-useceses:before {
    margin-left: -240px;
  }
}
@media (max-width: 1220px) {
  .cta.more-useceses:before {
    margin-left: -235px;
  }
}
@media (max-width: 900px) {
  .cta.more-useceses:before {
    background-size: cover;
    background-image: url("images/usecases/more-usecases-graphic.png");
    width: 347px;
    height: 329px;
  }
}
@media (max-width: 900px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 900px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 900px) and only screen and (-o-min-device-pixel-ratio: 2/1), (max-width: 900px) and only screen and (min-device-pixel-ratio: 2), (max-width: 900px) and only screen and (min-resolution: 192dpi), (max-width: 900px) and only screen and (min-resolution: 2dppx) {
  .cta.more-useceses:before {
    background-size: cover;
    background-image: url("images/usecases/more-usecases-graphic-2x.png");
  }
}
@media (max-width: 1101px) {
  .cta.more-useceses:before {
    transform-origin: center center;
    left: 25%;
    margin-left: auto;
    transform: translateX(-50%);
  }
}
@media (max-width: 600px) {
  .cta.more-useceses:before {
    width: 165px;
    height: 157px;
    margin-top: -70px;
  }
}
.cta.white-label {
  background-position: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  background-size: cover;
  background-image: url("images/usecases/white-label-bg.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .cta.white-label {
    background-size: cover;
    background-image: url("images/usecases/white-label-bg-2x.jpg");
  }
}
.cta.white-label .cta-controls {
  max-width: 260px;
  color: #fff;
  margin-left: 80px;
}
@media (max-width: 600px) {
  .cta.white-label .cta-controls {
    margin-left: 49%;
    padding: 15px 0;
  }
}
.cta.white-label .btn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
  min-width: 180px;
}
.cta.white-label .btn:hover {
  border-color: #fff;
}
.cta.white-label .btn + .btn {
  margin: 15px 0 0 0;
}
.cta.white-label:after {
  content: "";
  display: block;
  background-size: cover;
  background-image: url("images/usecases/white-label-graphics.png");
  width: 337px;
  height: 320px;
  position: absolute;
  top: 50%;
  margin-top: -160px;
  left: 50%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .cta.white-label:after {
    background-size: cover;
    background-image: url("images/usecases/white-label-graphics-2x.png");
  }
}
@media (max-width: 600px) {
  .cta.white-label:after {
    width: 158px;
    height: 152px;
    margin-top: -70px;
    left: 3%;
  }
}
.cta-gallery-thumbs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: #000;
}
.thumb-wall {
  margin: 0;
  position: relative;
  height: auto;
  width: 100%;
}
.thumb-wall ul {
  z-index: 0;
  position: absolute;
  list-style: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  zoom: 1;
}
.thumb-wall ul:before,
.thumb-wall ul:after {
  content: '';
  display: table;
}
.thumb-wall ul:after {
  clear: both;
}
.thumb-wall ul li {
  -webkit-perspective: 400px;
  -moz-perspective: 400px;
  -o-perspective: 400px;
  -ms-perspective: 400px;
  perspective: 400px;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}
.thumb-wall ul li a {
  display: block;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #333;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.thumb-wall.ri-grid-loading ul {
  background: url("images/layout/pattern.png") repeat 0 0;
  min-height: 400px;
}
#gallery-preview {
  position: absolute;
}
.small-title {
  font-weight: 300;
  color: #324D59;
  font-size: 20px;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.gallery-slider {
  margin-top: 20px;
}
.gallery-slider .small-title {
  margin-left: 115px;
}
.ar-gallery-preview {
  height: 414px;
  margin: 0;
  padding: 0;
}
.ar-gallery-preview.is-dirty li:first-child:after {
  display: none;
}
.ar-gallery-preview li {
  padding: 12px;
  position: relative;
  height: 414px;
  width: 414px;
}
.ar-gallery-preview li:first-child {
  padding-left: 30px;
  width: 434px;
}
@media (max-width: 768px) {
  .ar-gallery-preview li:first-child {
    padding-left: 25px;
    width: 429px;
  }
}
.ar-gallery-preview li:first-child:after {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 140px;
  height: 55px;
  z-index: 10;
  top: 35px;
  right: -180px;
  opacity: 1;
  -webkit-transition: opacity 1000ms ease;
  -o-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
  background-size: cover;
  background-image: url("images/usecases/scan-badge.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ar-gallery-preview li:first-child:after {
    background-size: cover;
    background-image: url("images/usecases/scan-badge-2x.png");
  }
}
.ar-gallery-preview li .caption {
  pointer-events: none;
  height: 135px;
  bottom: 12px;
  left: 12px;
  right: 12px;
  padding: 50px 27px 0 27px;
  position: absolute;
}
.ar-gallery-preview li .caption .author {
  font-size: 16px;
  opacity: .8;
}
.ar-gallery-preview li .caption .name {
  font-weight: 500;
  font-size: 26px;
}
.ar-gallery-preview li .caption .author,
.ar-gallery-preview li .caption .name {
  z-index: 2;
  position: relative;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.ar-gallery-preview li .caption:before {
  content: "";
  opacity: .85;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.ar-gallery-preview li.placeholder a {
  cursor: default;
  background: #dbdbdb;
  width: 390px;
  height: 390px;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.23);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ar-gallery-preview li.placeholder a img {
  box-shadow: none;
  width: 80px;
  height: 80px;
}
.ar-gallery-preview li.placeholder .author {
  width: 111px;
  height: 6px;
  opacity: 0.33;
  background-color: #ffffff;
}
.ar-gallery-preview li.placeholder .name {
  margin-top: 20px;
  width: 320px;
  height: 9px;
  opacity: 0.33;
  background-color: #ffffff;
}
.ar-gallery-preview img {
  max-width: 390px;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.23);
}
.ar-gallery-preview a {
  outline: none;
  cursor: pointer;
}
.ar-gallery-preview li {
  outline: none;
}
.ar-gallery-preview .slick-arrow {
  width: 50px;
  height: 134px;
  top: 50%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ar-gallery-preview .slick-arrow:focus {
  background: rgba(0, 0, 0, 0.2);
}
.ar-gallery-preview .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.4);
}
.ar-gallery-preview .slick-arrow:active {
  background: rgba(0, 0, 0, 0.7);
}
.ar-gallery-preview .slick-arrow.slick-prev {
  left: 0;
}
.ar-gallery-preview .slick-arrow.slick-prev:before {
  content: "";
  display: block;
  background: url("images/layout/icons/icon-arrow-left.svg") no-repeat 50% 50%;
  width: 19px;
  height: 59px;
  margin-left: auto;
  margin-right: auto;
}
.ar-gallery-preview .slick-arrow.slick-next {
  right: 0;
}
.ar-gallery-preview .slick-arrow.slick-next:before {
  content: "";
  display: block;
  background: url("images/layout/icons/icon-arrow-right.svg") no-repeat 50% 50%;
  width: 19px;
  height: 59px;
  margin-left: auto;
  margin-right: auto;
}
.ar-gallery-preview .slick-arrow.slick-disabled {
  display: none !important;
}
.placeholder-slide {
  width: 390px;
  height: 390px;
  background: #008fa1;
  background: -moz-linear-gradient(45deg, #008fa1, #008fa1 33%, #33c7d9);
  background: -webkit-linear-gradient(45deg, #008fa1, #008fa1 33%, #33c7d9);
  background: linear-gradient(45deg, #008fa1, #008fa1 33%, #33c7d9);
  display: flex;
  align-items: center;
}
.placeholder-slide .container-wrapper {
  position: relative;
  z-index: 1;
  height: 290px;
  display: flex;
  flex-direction: column;
}
.placeholder-gallery-slide {
  width: 390px;
  height: 390px;
  position: relative;
  display: flex;
  align-items: center;
}
.placeholder-gallery-slide .link-holder {
  z-index: 2;
  position: relative;
  background: rgba(0, 61, 69, 0.8);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.placeholder-gallery-slide .link-holder .btn {
  color: #fff;
  font-weight: 300;
  letter-spacing: .5px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  min-width: 180px;
}
.placeholder-gallery-slide .link-holder .btn:hover {
  border-color: #fff;
}
.placeholder-gallery-slide ul {
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.placeholder-gallery-slide .ri-grid-loading ul {
  opacity: 0;
}
.container-wrapper {
  width: 260px;
  margin-left: 55px;
}
.container-wrapper .title-holder {
  flex: 1;
}
.container-wrapper .btns-holder {
  height: 42px;
}
.container-wrapper .title-holder {
  font-weight: 100;
  color: #fff;
  font-size: 30px;
}
.container-wrapper .title-holder span {
  display: block;
  font-size: 30px;
  letter-spacing: 1px;
}
.container-wrapper .title-holder span:first-child {
  font-size: 40px;
}
.app {
  display: inline-block;
  width: 121px;
  height: 42px;
}
.app.appstore {
  background-size: cover;
  background-image: url("images/layout/appstore.png");
  margin-right: 10px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .app.appstore {
    background-size: cover;
    background-image: url("images/layout/appstore-2x.png");
  }
}
.app.googleplay {
  background-size: cover;
  background-image: url("images/layout/googleplay.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .app.googleplay {
    background-size: cover;
    background-image: url("images/layout/googleplay-2x.png");
  }
}
.new-section {
  margin-top: 30px;
  margin-bottom: 30px;
}
.new-section .img-placeholder {
  float: left;
}
.new-section .img-placeholder.empty {
  background: #d8d8d8;
  width: 250px;
  height: 230px;
  opacity: 0.4;
}
.new-section .post {
  position: relative;
}
.new-section .post .small-title {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .new-section .post + .post {
    position: relative;
    margin-top: 40px;
  }
  .new-section .post + .post:after {
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
    height: 1px;
    background: #d8d8d8;
    top: -20px;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .new-section .post + .post {
    position: relative;
  }
  .new-section .post + .post:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 1px;
    background: #d8d8d8;
    top: -10px;
    bottom: -10px;
  }
}
.empty-placeholder .img-placeholder.empty {
  background: #d8d8d8;
  width: 210px;
  height: 220px;
  opacity: 0.4;
  margin-right: 30px;
}
.empty-placeholder .primary-title {
  margin-top: 0;
  margin-bottom: 25px;
}
.empty-placeholder .descr-placeholder {
  float: left;
}
.empty-placeholder .place-line {
  width: 90%;
  max-width: 337px;
  height: 5px;
  opacity: 0.4;
  background-color: #d8d8d8;
  margin-top: 15px;
}
.empty-placeholder .place-line.short {
  width: 70%;
  max-width: 300px;
}
.author-placeholder {
  margin-top: 32px;
  width: 125px;
}
.author-placeholder .avatar-placeholder {
  float: left;
  margin-right: 10px;
  overflow: hidden;
  -moz-border-radius: 36px;
  border-radius: 36px;
  width: 36px;
  height: 36px;
  background: #d8d8d8;
  opacity: 0.4;
}
.author-placeholder .user-name {
  float: left;
  height: 4px;
  width: 78px;
  opacity: 0.4;
  margin-top: 5px;
  background-color: #d8d8d8;
}
.author-placeholder .placeholder-date {
  float: left;
  height: 3px;
  width: 38px;
  opacity: 0.4;
  margin-top: 10px;
  background-color: #d8d8d8;
}
.news-item {
  padding-right: 5%;
}
@media (min-width: 600px) {
  .news-item {
    padding-right: 5%;
  }
}
.news-item .img-placeholder {
  width: 40%;
  height: 220px;
  text-align: center;
  overflow: hidden;
  position: relative;
  border: 1px solid #D2D2D2;
}
@media (max-width: 600px) {
  .news-item .img-placeholder {
    width: 93px;
    height: 79px;
  }
}
.news-item .img-placeholder img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.news-item .descr-placeholder {
  max-width: 60%;
  padding-left: 30px;
  float: left;
}
@media (max-width: 600px) {
  .news-item .descr-placeholder {
    padding-left: 20px;
  }
}
.news-item .descr-placeholder a.news-name {
  font-weight: 300;
  color: #324D59;
  font-size: 26px;
  letter-spacing: .5px;
  text-decoration: none;
}
@media (max-width: 600px) {
  .news-item .descr-placeholder a.news-name {
    font-size: 16px;
  }
}
.news-item .descr-placeholder .author {
  margin-top: 32px;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .news-item .descr-placeholder .author {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.news-item .descr-placeholder .author .avatar {
  display: block;
  float: left;
  margin-right: 10px;
  overflow: hidden;
  -moz-border-radius: 36px;
  border-radius: 36px;
  width: 36px;
  height: 36px;
}
.news-item .descr-placeholder .author .avatar img {
  width: 36px;
  display: block;
}
@media (max-width: 600px) {
  .news-item .descr-placeholder .author .avatar {
    display: none;
  }
}
.news-item .descr-placeholder .author .name {
  font-weight: 300;
  font-size: 14px;
  color: #0092A5;
}
.news-item .descr-placeholder .author .date {
  display: block;
  font-weight: 300;
  font-size: 12px;
}
@media (max-width: 600px) {
  .news-item .descr-placeholder .author .date {
    display: inline;
    font-size: 14px;
    margin-left: 10px;
  }
}
@media (max-width: 600px) {
  .news-item .descr-placeholder .btn {
    margin-left: -124px;
  }
}
.custom-projects .img-placeholder {
  text-align: center;
  width: 40%;
}
@media (max-width: 991px) {
  .custom-projects .img-placeholder {
    width: 140px;
    text-align: left;
  }
}
@media (max-width: 600px) {
  .custom-projects .img-placeholder {
    text-align: right;
  }
}
@media (max-width: 399px) {
  .custom-projects .img-placeholder {
    display: none;
  }
}
.custom-projects .descr-placeholder {
  float: left;
  padding-left: 15px;
  width: 60%;
}
@media (min-width: 992px) {
  .custom-projects .descr-placeholder {
    max-width: 276px;
  }
}
@media (max-width: 991px) {
  .custom-projects .descr-placeholder {
    float: left;
    width: auto;
  }
  .custom-projects .descr-placeholder .primary-title {
    float: left;
  }
  .custom-projects .descr-placeholder p {
    float: left;
    max-width: 390px;
  }
  .custom-projects .descr-placeholder .btn {
    float: right;
  }
}
@media (max-width: 600px) {
  .custom-projects .descr-placeholder {
    padding-left: 0;
  }
  .custom-projects .descr-placeholder p {
    margin-top: 0;
  }
  .custom-projects .descr-placeholder .btn {
    float: none;
  }
}
.custom-projects p {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 35px;
  font-weight: 300;
  color: #324d59;
}
@media (max-width: 991px) {
  .custom-projects {
    display: flex;
    align-items: center;
  }
  .custom-projects .img-placeholder {
    flex: 0 0 140px;
  }
  .custom-projects .descr-placeholder {
    flex: 1;
  }
}
@media (max-width: 600px) {
  .custom-projects {
    flex-direction: row-reverse;
  }
}
@media (max-width: 900px) {
  .hide900 {
    display: none !important;
  }
}
@media (max-width: 1100px) {
  .hide1100 {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .hide600 {
    display: none !important;
  }
}
.show900 {
  display: none;
}
@media (max-width: 900px) {
  .show900 {
    display: block !important;
  }
}
.footer-menu h5 {
  font-size: 17px;
  font-weight: 100;
  opacity: .5;
  margin-bottom: 15px;
  color: #fff;
}
.footer-menu ul {
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
}
.footer-menu ul li {
  line-height: 32px;
}
.footer-menu ul a {
  color: #fff;
  font-size: 17px;
  font-weight: 100;
}
.cta-button {
  display: inline-block;
  background-color: #04b6cd;
  color: #fff;
  min-width: 148px;
  max-width: inherit;
  width: auto;
  border-color: transparent;
  text-decoration: none;
  letter-spacing: .5px;
  padding: 6px 12px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  user-select: none;
  -webkit-transition: color 300ms linear, border 300ms linear, background 300ms linear;
  -o-transition: color 300ms linear, border 300ms linear, background 300ms linear;
  transition: color 300ms linear, border 300ms linear, background 300ms linear;
}
.cta-button:hover {
  background-color: #038a9b;
  border-color: rgba(0, 0, 0, 0);
  color: #fff;
  text-decoration: none;
}
article.page,
article.post {
  margin-bottom: 60px;
  color: #324D59;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: .4px;
  vertical-align: baseline;
  /**
   * 3.0 - Elements
   */
  /**
   * 4.0 - Alignment
   */
  /**
   * 5.0 - Caption
   */
  /**
   * 6.0 - Galleries
   */
  /**
   * 7.0 - Audio / Video
   */
}
article.page .post-preview-header,
article.post .post-preview-header {
  height: 600px;
  margin-bottom: 50px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
article.page .post-preview-header:before,
article.post .post-preview-header:before {
  display: block;
  z-index: 0;
  height: 178px;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .8;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.53) 87%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.53) 87%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.53) 87%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#87000000', GradientType=0);
}
@media (max-width: 425px) {
  article.page .post-preview-header,
  article.post .post-preview-header {
    height: auto;
    display: block;
  }
  article.page .post-preview-header:before,
  article.post .post-preview-header:before {
    display: none;
  }
}
article.page .post-thumb-preview,
article.post .post-thumb-preview {
  background: no-repeat 50% 50%;
  background-size: cover;
  height: 600px;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}
@media (max-width: 425px) {
  article.page .post-thumb-preview,
  article.post .post-thumb-preview {
    height: auto;
    position: static;
  }
  article.page .post-thumb-preview:after,
  article.post .post-thumb-preview:after {
    display: block;
    content: "";
    padding-bottom: 56.25%;
  }
}
article.page .post-preview-title-container,
article.post .post-preview-title-container {
  width: 100%;
  position: relative;
}
article.page .header-content,
article.post .header-content {
  max-width: 990px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 178px;
  padding: 0 20px;
}
@media (max-width: 425px) {
  article.page .header-content,
  article.post .header-content {
    display: block;
    margin-top: 20px;
    height: auto;
    margin-bottom: 23px;
  }
}
article.page .header-content .link-container,
article.post .header-content .link-container {
  flex: 1 1 70%;
}
@media (max-width: 425px) {
  article.page .header-content .link-container,
  article.post .header-content .link-container {
    width: 100%;
    display: block;
    flex: auto;
  }
}
article.page .header-content .cta-wrapper,
article.post .header-content .cta-wrapper {
  flex: 1 1 30%;
  min-width: 150px;
  max-width: 230px;
  text-align: right;
  padding-top: 34px;
}
@media (max-width: 425px) {
  article.page .header-content .cta-wrapper,
  article.post .header-content .cta-wrapper {
    width: 100%;
    padding-top: 0;
    display: block;
    flex: auto;
    text-align: left;
    margin-top: 21px;
  }
}
article.page .post-title,
article.post .post-title {
  margin: 0;
  font-size: 39px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 425px) {
  article.page .post-title,
  article.post .post-title {
    color: #324D59;
    font-size: 29px;
  }
}
article.page .post-content,
article.post .post-content {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
article.page .back-link,
article.post .back-link {
  margin-bottom: 6px;
}
article.page .back-link a,
article.post .back-link a {
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}
article.page .back-link a .icon,
article.post .back-link a .icon {
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
@media (max-width: 425px) {
  article.page .back-link a .icon,
  article.post .back-link a .icon {
    background-image: url("images/layout/icons/left-chevron-blue.svg");
  }
}
@media (max-width: 425px) {
  article.page .back-link a,
  article.post .back-link a {
    color: #324D59;
  }
}
article.page .entry-footer,
article.post .entry-footer {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}
article.page h1,
article.post h1,
article.page h2,
article.post h2,
article.page h3,
article.post h3,
article.page h4,
article.post h4,
article.page h5,
article.post h5,
article.page h6,
article.post h6 {
  clear: both;
  /*font-weight: 900;*/
  margin: 56px 0 28px;
  font-weight: 100;
  color: #6F6F6F;
  column-span: 1;
}
article.page h1,
article.post h1 {
  font-size: 36px;
  line-height: 1.2727272727;
}
article.page h2,
article.post h2 {
  font-size: 28px;
  line-height: 1.25;
}
article.page h3,
article.post h3 {
  font-size: 23px;
  line-height: 1.2173913043;
}
article.page h4,
article.post h4,
article.page h5,
article.post h5,
article.page h6,
article.post h6 {
  font-size: 19px;
  line-height: 1.1052631579;
}
article.page h4,
article.post h4 {
  letter-spacing: 0.13333em;
  text-transform: uppercase;
}
article.page h6,
article.post h6 {
  font-style: italic;
}
article.page h1:first-child,
article.post h1:first-child,
article.page h2:first-child,
article.post h2:first-child,
article.page h3:first-child,
article.post h3:first-child,
article.page h4:first-child,
article.post h4:first-child,
article.page h5:first-child,
article.post h5:first-child,
article.page h6:first-child,
article.post h6:first-child {
  margin-top: 0;
}
article.page p,
article.post p {
  margin: 0 0 28px;
}
article.page b,
article.post b,
article.page strong,
article.post strong {
  font-weight: 700;
}
article.page dfn,
article.post dfn,
article.page cite,
article.post cite,
article.page em,
article.post em,
article.page i,
article.post i {
  font-style: italic;
}
article.page blockquote,
article.post blockquote {
  border-left: 4px solid #1a1a1a;
  color: #686868;
  font-size: 19px;
  font-style: italic;
  line-height: 1.4736842105;
  margin-bottom: 28px;
  overflow: hidden;
  padding: 0 0 0 24px;
}
article.page blockquote:not(.alignleft):not(.alignright),
article.post blockquote:not(.alignleft):not(.alignright) {
  margin-left: -28px;
}
article.page blockquote blockquote:not(.alignleft):not(.alignright),
article.post blockquote blockquote:not(.alignleft):not(.alignright) {
  margin-left: 0;
}
article.page blockquote:before,
article.post blockquote:before,
article.page blockquote:after,
article.post blockquote:after {
  content: "";
  display: table;
}
article.page blockquote:after,
article.post blockquote:after {
  clear: both;
}
article.page blockquote > :last-child,
article.post blockquote > :last-child {
  margin-bottom: 0;
}
article.page blockquote cite,
article.post blockquote cite,
article.page blockquote small,
article.post blockquote small {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.75;
}
article.page blockquote em,
article.post blockquote em,
article.page blockquote i,
article.post blockquote i,
article.page blockquote cite,
article.post blockquote cite {
  font-style: normal;
}
article.page blockquote strong,
article.post blockquote strong,
article.page blockquote b,
article.post blockquote b {
  font-weight: 400;
}
article.page blockquote.alignleft,
article.post blockquote.alignleft,
article.page blockquote.alignright,
article.post blockquote.alignright {
  border: 0 solid #1a1a1a;
  border-top-width: 4px;
  padding: 18px 0 0;
  width: -webkit-calc(36%);
  width: calc(36%);
}
article.page address,
article.post address {
  font-style: italic;
  margin: 0 0 28px;
}
article.page code,
article.post code,
article.page kbd,
article.post kbd,
article.page tt,
article.post tt,
article.page var,
article.post var,
article.page samp,
article.post samp,
article.page pre,
article.post pre {
  font-family: Inconsolata, monospace;
}
article.page pre,
article.post pre {
  border: 1px solid #d1d1d1;
  font-size: 16px;
  line-height: 1.3125;
  margin: 0 0 28px;
  max-width: 100%;
  overflow: auto;
  padding: 14px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
article.page code,
article.post code {
  background-color: #d1d1d1;
  padding: 2px 4px;
}
article.page abbr[title],
article.post abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
article.page mark,
article.post mark,
article.page ins,
article.post ins {
  background: #007acc;
  color: #fff;
  padding: 2px 4px;
  text-decoration: none;
}
article.page sup,
article.post sup,
article.page sub,
article.post sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
article.page sub,
article.post sub {
  top: -6px;
}
article.page sup,
article.post sup {
  bottom: -3px;
}
article.page small,
article.post small {
  font-size: 80%;
}
article.page big,
article.post big {
  font-size: 125%;
}
article.page hr,
article.post hr {
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin-bottom: 28px;
}
article.page ul,
article.post ul,
article.page ol,
article.post ol {
  margin: 0 0 28px 20px;
  padding: 0;
}
article.page ul,
article.post ul {
  list-style: disc;
}
article.page ol,
article.post ol {
  list-style: decimal;
}
article.page li > ul,
article.post li > ul,
article.page li > ol,
article.post li > ol {
  margin-bottom: 0;
}
article.page li > ul,
article.post li > ul,
article.page blockquote > ul,
article.post blockquote > ul {
  margin-left: 20px;
}
article.page li > ol,
article.post li > ol,
article.page blockquote > ol,
article.post blockquote > ol {
  margin-left: 24px;
}
article.page dl,
article.post dl {
  margin: 0 0 28px;
}
article.page dt,
article.post dt {
  font-weight: bold;
}
article.page dd,
article.post dd {
  margin: 0 0 28px;
}
article.page table,
article.post table,
article.page th,
article.post th,
article.page td,
article.post td,
article.page .mce-item-table,
article.post .mce-item-table,
article.page .mce-item-table th,
article.post .mce-item-table th,
article.page .mce-item-table td,
article.post .mce-item-table td {
  border: 1px solid #d1d1d1;
}
article.page table a,
article.post table a {
  color: #007acc;
}
article.page table,
article.post table,
article.page .mce-item-table,
article.post .mce-item-table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 28px;
  width: 100%;
}
article.page table th,
article.post table th,
article.page .mce-item-table th,
article.post .mce-item-table th,
article.page table caption,
article.post table caption {
  border-width: 0 1px 1px 0;
  font-size: 16px;
  font-weight: 700;
  padding: 7px;
  text-align: left;
  vertical-align: baseline;
}
article.page table td,
article.post table td,
article.page .mce-item-table td,
article.post .mce-item-table td {
  border-width: 0 1px 1px 0;
  font-size: 16px;
  padding: 7px;
  vertical-align: baseline;
}
article.page img,
article.post img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  margin-bottom: 23px;
}
article.page a img,
article.post a img {
  display: block;
}
article.page figure,
article.post figure {
  margin: 0;
}
article.page del,
article.post del {
  opacity: 0.8;
}
article.page fieldset,
article.post fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 28px;
  padding: 14px;
}
article.page .alignleft,
article.post .alignleft {
  float: left;
  margin: 6px 28px 28px 0;
}
article.page .alignright,
article.post .alignright {
  float: right;
  margin: 6px 0 28px 28px;
}
article.page .aligncenter,
article.post .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 28px;
}
article.page .wp-caption,
article.post .wp-caption {
  background: transparent;
  border: none;
  margin-bottom: 28px;
  max-width: 100%;
  padding: 0;
  text-align: inherit;
}
article.page .wp-caption-text,
article.post .wp-caption-text,
article.page .wp-caption-dd,
article.post .wp-caption-dd {
  color: #686868;
  font-size: 13px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 7px;
}
article.page .mce-content-body .wpview-wrap,
article.post .mce-content-body .wpview-wrap {
  margin-bottom: 28px;
}
article.page .gallery,
article.post .gallery {
  margin: 0 -1.1666667%;
  padding: 0;
}
article.page .gallery .gallery-item,
article.post .gallery .gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
article.page .gallery-columns-1 .gallery-item,
article.post .gallery-columns-1 .gallery-item {
  max-width: 100%;
}
article.page .gallery-columns-2 .gallery-item,
article.post .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
article.page .gallery-columns-4 .gallery-item,
article.post .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
article.page .gallery-columns-5 .gallery-item,
article.post .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
article.page .gallery-columns-6 .gallery-item,
article.post .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
article.page .gallery-columns-7 .gallery-item,
article.post .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
article.page .gallery-columns-8 .gallery-item,
article.post .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
article.page .gallery-columns-9 .gallery-item,
article.post .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
article.page .gallery .gallery-caption,
article.post .gallery .gallery-caption {
  font-size: 13px;
  margin: 0;
}
article.page .gallery-columns-6 .gallery-caption,
article.post .gallery-columns-6 .gallery-caption,
article.page .gallery-columns-7 .gallery-caption,
article.post .gallery-columns-7 .gallery-caption,
article.page .gallery-columns-8 .gallery-caption,
article.post .gallery-columns-8 .gallery-caption,
article.page .gallery-columns-9 .gallery-caption,
article.post .gallery-columns-9 .gallery-caption {
  display: none;
}
article.page .wp-audio-shortcode a,
article.post .wp-audio-shortcode a,
article.page .wp-playlist a,
article.post .wp-playlist a {
  box-shadow: none;
}
article.page .mce-content-body .wp-audio-playlist,
article.post .mce-content-body .wp-audio-playlist {
  margin: 0;
  padding-bottom: 0;
}
article.page .mce-content-body .wp-playlist-tracks,
article.post .mce-content-body .wp-playlist-tracks {
  margin-top: 0;
}
article.page .mce-content-body .wp-playlist-item,
article.post .mce-content-body .wp-playlist-item {
  padding: 10px 0;
}
article.page .mce-content-body .wp-playlist-item-length,
article.post .mce-content-body .wp-playlist-item-length {
  top: 10px;
}
article.page .secondary-text,
article.post .secondary-text {
  font-size: 15px;
  letter-spacing: 0.38px;
  line-height: 23px;
}
article.page .two-columns-content,
article.post .two-columns-content,
article.page .three-columns-content,
article.post .three-columns-content {
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  -webkit-column-rule: none;
  -moz-column-rule: none;
  column-rule: none;
}
article.page .two-columns-content,
article.post .two-columns-content {
  column-count: 2;
}
article.page .three-columns-content,
article.post .three-columns-content {
  column-count: 3;
}
article.page .first-paragraph,
article.post .first-paragraph {
  font-size: 20px;
  line-height: 1.7;
}
@media (max-width: 1000px) {
  article.page .two-columns-content,
  article.post .two-columns-content,
  article.page .three-columns-content,
  article.post .three-columns-content {
    -webkit-column-gap: initial;
    -moz-column-gap: initial;
    column-gap: initial;
    -webkit-column-rule: none;
    -moz-column-rule: none;
    column-rule: none;
    column-count: auto;
  }
}
.text-page {
  padding-top: 40px !important;
}
.cta-footer-zone {
  background: #28bacd;
  background: -moz-linear-gradient(top, #28bacd 0%, #1b99a8 100%);
  background: -webkit-linear-gradient(top, #28bacd 0%, #1b99a8 100%);
  background: linear-gradient(to bottom, #28bacd 0%, #1b99a8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28bacd', endColorstr='#1b99a8', GradientType=0);
  padding: 65px 0;
}
.cta-footer-content {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  text-align: center;
}
.cta-footer-content .cta-footer-title {
  font-weight: 300;
  color: #fff;
  letter-spacing: .7px;
  font-size: 29px;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
.cta-footer-content .cta-button {
  background: #fff;
  color: #324D59;
  padding: 8px 20px;
  font-size: 18px;
}
.cta-footer-content .cta-button:hover {
  background: rgba(255, 255, 255, 0.9);
}
.page-not-found {
  padding: 150px 20px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.page-not-found .img-holder {
  float: left;
  margin-right: 100px;
}
.page-not-found .img-holder img {
  width: 200px;
}
@media (max-width: 900px) {
  .page-not-found .img-holder {
    float: none;
    text-align: center;
    margin-right: 0;
  }
}
.page-not-found .buttons-holder {
  margin-top: 20px;
}
.page-not-found .descr {
  margin-left: 300px;
}
@media (max-width: 900px) {
  .page-not-found .descr {
    width: auto;
    margin-left: 0;
    padding: 30px 20px 0;
    text-align: center;
  }
}
.page-not-found .descr h1 {
  text-transform: uppercase;
  font-size: 40px;
  color: #323232;
  font-weight: 200;
  margin-top: 0;
}
.page-not-found .descr p {
  font-size: 21px;
  font-weight: 200;
  color: #323232;
  margin: 30px 0 40px;
}
@media (max-width: 320px) {
  .page-not-found .descr .btn {
    margin: 0 0 20px 0 !important;
  }
}
.contact-us-header {
  height: 540px;
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #505359 url("images/layout/contact-header-bg.jpg") no-repeat 50% 50%;
  background-size: cover;
}
@media (max-width: 425px) {
  .contact-us-header {
    height: auto;
    display: block;
    padding: 30px 20px;
    background: #505359 url("images/layout/contact-header-bg-mobile.jpg") no-repeat 50% 50%;
    background-size: cover;
  }
}
.contact-us-header .contact-us-header-content {
  color: #fff;
  font-weight: 100;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1px;
}
@media (max-width: 425px) {
  .contact-us-header .contact-us-header-content {
    font-size: 16px;
    letter-spacing: .67px;
    line-height: 24px;
  }
}
.contact-us-header .contact-us-header-content h1 {
  font-size: 68px;
  letter-spacing: 1.77px;
  color: #fff;
  line-height: normal;
  font-weight: 100;
  margin-bottom: 30px;
}
@media (max-width: 425px) {
  .contact-us-header .contact-us-header-content h1 {
    font-size: 28px;
    letter-spacing: .74px;
  }
}
@media (max-width: 425px) {
  .contact-us-header .contact-us-header-content p + p {
    margin-top: 20px;
  }
}
.contact-us-header .contact-us-header-content a {
  color: #fff;
}
.contact-us-header .contact-us-header-content a:hover {
  color: #60DBEB;
  text-decoration: none;
}
.contact-us-header .contact-us-header-content .social-groups {
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 425px) {
  .contact-us-header .contact-us-header-content .social-groups {
    margin-top: 20px;
  }
}
.contact-us-header .contact-us-header-content .social-groups a {
  display: inline-block;
  text-align: center;
  width: 110px;
}
@media (max-width: 425px) {
  .contact-us-header .contact-us-header-content .social-groups a {
    width: 60px;
  }
}
.contact-us-header .contact-us-header-content .social-groups a .icon {
  margin-bottom: 14px;
}
.contact-us-header .contact-us-header-content .social-groups a + a {
  margin-left: 10px;
}
.contact-us-header .contact-us-header-content .social-groups .link-label {
  display: block;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  letter-spacing: .8px;
}
@media (max-width: 425px) {
  .contact-us-header .contact-us-header-content .social-groups .link-label {
    display: none;
  }
}
.form-content {
  max-width: 640px;
  padding: 0 20px;
  margin: 0 auto;
}
.form-content form h4 {
  text-transform: inherit;
  font-size: 24px;
  font-weight: 100;
  letter-spacing: 0.6px;
  color: #324d59;
  margin: 0 0 40px 0;
  line-height: 1.3;
}
.form-content form label {
  display: block;
  position: relative;
}
.form-content form label > span {
  display: block;
}
.form-content form label.input-form:after {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  background: #E0E0E0;
  width: 100%;
  content: "";
}
.form-content form label input {
  border: none;
}
.form-content form label input.wpcf7-not-valid {
  color: #ff0606;
}
.form-content form label textarea {
  background-color: #effafc;
  border: solid 1px #e0e0e0;
  height: 130px;
  padding: 10px;
}
.form-content form label input,
.form-content form label textarea {
  width: 100%;
  outline: none;
  font-size: 18px;
  color: #5e6869;
  font-weight: 300;
}
.form-content form label span[role="alert"] {
  font-size: 12px;
}
.form-content form .wpcf7-submit {
  background: #00BCD6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  width: 225px;
  border-width: 0;
  border-color: transparent;
  outline: none;
  height: 48px;
}
.user-report iframe {
  width: 100%;
  height: 552px;
  border: 1px solid #D6DBDE;
}
.twitter-widget iframe {
  width: 100%;
  height: 552px;
  border-right: 1px solid #D6DBDE !important;
  border-left: 1px solid #D6DBDE !important;
}
.news-section {
  margin-top: 35px;
}
.news-section .read-more-container {
  margin-top: 40px;
  margin-bottom: 30px;
}
.news-section .read-more {
  display: block;
  background: #F7F7F7;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  color: #04b6cd;
  padding: 20px 20px;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
}
.blog-item .news-thumb-container {
  height: 275px;
  width: 100%;
  border: 1px solid #979797;
  position: relative;
  overflow: hidden;
}
.blog-item .news-thumb-container img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: inherit;
}
.blog-item .news-title {
  margin-top: 18px;
}
.blog-item .news-title a {
  font-size: 19px;
  font-weight: 300;
  color: #324d59;
  letter-spacing: .5px;
  line-height: 25px;
}
.blog-item .author {
  margin-top: 16px;
}
@media (max-width: 425px) {
  .blog-item .author {
    display: none;
  }
}
.blog-item .author .avatar {
  display: block;
  float: left;
  margin-right: 10px;
  overflow: hidden;
  -moz-border-radius: 36px;
  border-radius: 36px;
  width: 36px;
  height: 36px;
}
.blog-item .author .avatar img {
  width: 36px;
  display: block;
}
@media (max-width: 600px) {
  .blog-item .author .avatar {
    display: none;
  }
}
.blog-item .author .name {
  font-weight: 300;
  font-size: 14px;
  color: #0092A5;
}
.blog-item .author .date {
  display: block;
  font-weight: 300;
  font-size: 12px;
}
.blog-item.placeholder .news-thumb-container {
  background: #d8d8d8;
  border-color: #d8d8d8;
}
.blog-item.placeholder .news-title .place-line {
  width: 90%;
  max-width: 337px;
  height: 5px;
  opacity: 0.4;
  background-color: #d8d8d8;
  margin-top: 15px;
}
.blog-item.placeholder .news-title .place-line.short {
  width: 70%;
  max-width: 300px;
}
#smartbanner,
#smartbanner.android {
  border: none;
  background: #EEEEEE;
  min-width: 100%;
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}
#smartbanner .sb-container,
#smartbanner.android .sb-container {
  font-family: Roboto;
}
#smartbanner .sb-container .sb-close,
#smartbanner.android .sb-container .sb-close {
  border: none !important;
  background: transparent;
  font-family: Roboto;
  font-weight: 300;
  box-shadow: none;
  text-shadow: none;
  color: #000;
  opacity: .6;
}
#smartbanner .sb-container .sb-info,
#smartbanner.android .sb-container .sb-info {
  text-shadow: none;
  color: #324D59;
  top: 12px;
}
#smartbanner .sb-container .sb-info strong,
#smartbanner.android .sb-container .sb-info strong {
  color: #324D59;
  font-size: 13px;
  letter-spacing: -0.3px;
}
#smartbanner .sb-container .sb-info span,
#smartbanner.android .sb-container .sb-info span {
  font-weight: 400;
}
#smartbanner .sb-container .sb-button,
#smartbanner.android .sb-container .sb-button {
  border: none;
  background: transparent;
}
#smartbanner .sb-container .sb-button:active,
#smartbanner.android .sb-container .sb-button:active,
#smartbanner .sb-container .sb-button:hover,
#smartbanner.android .sb-container .sb-button:hover {
  border: none;
  background: transparent;
}
#smartbanner .sb-container .sb-button span,
#smartbanner.android .sb-container .sb-button span {
  border: none;
  background: transparent;
  color: #3187FF;
  text-transform: uppercase;
  font-weight: 400;
}
.grid-area {
  background: #f2f2f2;
}
.roar-list-header {
  background: #fff;
  -webkit-box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.25);
}
.roar-list-header .grid-container {
  padding-top: 0;
  padding-bottom: 0;
}
.roar-list-header .grid-header-container {
  display: flex;
  height: 90px;
  align-items: center;
}
.roar-list-header .grid-header-container h3 {
  font-size: 34px;
  color: #4A4A4A;
  font-weight: 300;
  margin: -5px 0 0 0;
  flex: 0 1 130px;
}
.roar-list-header .grid-header-container .nav-gallery {
  flex: 0 0 310px;
}
.roar-list-header .grid-header-container .nav-gallery a {
  padding: 8px 23px;
  color: #4d5859;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 40px;
  text-decoration: none;
}
.roar-list-header .grid-header-container .nav-gallery a.current {
  background: #04b6cd;
  color: #ffffff;
}
.roar-list-header .grid-header-container .nav-gallery select.mobile-nav {
  display: none;
  background: transparent;
  width: 140px;
  cursor: pointer;
  border-radius: 3px;
  border: solid 1px #27a0b0;
  box-shadow: 1px 1px 1px #888888;
  padding: 8px;
  text-transform: uppercase;
  color: #27a0b0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("images/layout/drop.svg") no-repeat 91% 50%;
}
.roar-list-header .grid-header-container .nav-gallery select.mobile-nav::-ms-expand {
  display: none;
}
@media (max-width: 768px) {
  .roar-list-header .grid-header-container .nav-gallery {
    flex: 0 0 160px;
  }
  .roar-list-header .grid-header-container .nav-gallery select.mobile-nav {
    display: inline-block;
  }
  .roar-list-header .grid-header-container .nav-gallery a {
    display: none;
  }
}
.roar-list-header .grid-header-container .search-wrapper {
  flex: 1;
}
.roar-list-header .grid-header-container .search-wrapper input {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  padding: 15px 30px 15px 60px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  background: #f8f8f8;
  border: 1px solid #E0E0E0;
  outline: none;
  width: 100%;
  font-weight: 400;
}
.roar-list-header .grid-header-container .search-wrapper input.processing {
  background-image: -webkit-linear-gradient(-45deg, rgba(4, 182, 205, 0.3) 25%, transparent 25%, transparent 50%, rgba(4, 182, 205, 0.3) 50%, rgba(4, 182, 205, 0.3) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(4, 182, 205, 0.3) 25%, transparent 25%, transparent 50%, rgba(4, 182, 205, 0.3) 50%, rgba(4, 182, 205, 0.3) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(4, 182, 205, 0.3) 25%, transparent 25%, transparent 50%, rgba(4, 182, 205, 0.3) 50%, rgba(4, 182, 205, 0.3) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(4, 182, 205, 0.3) 25%, transparent 25%, transparent 50%, rgba(4, 182, 205, 0.3) 50%, rgba(4, 182, 205, 0.3) 75%, transparent 75%, transparent);
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -ms-background-size: 50px 50px;
  background-size: 50px 50px;
  -webkit-animation: bg-move 2s linear infinite;
  -moz-animation: bg-move 2s linear infinite;
  -ms-animation: bg-move 2s linear infinite;
  animation: bg-move 2s linear infinite;
}
.roar-list-header .grid-header-container .search-wrapper .field-container {
  position: relative;
  display: block;
}
.roar-list-header .grid-header-container .search-wrapper .field-container:before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  margin: -9px;
  left: 31px;
  pointer-events: none;
  background: url("images/layout/icons/search.svg") no-repeat 50% 50%;
  background-size: 18px 18px;
}
@media (max-width: 425px) {
  .roar-list-header .grid-header-container .search-wrapper {
    display: none;
  }
}
.grid-container {
  margin: 0 auto;
  max-width: 990px;
  padding: 20px;
}
.grid-container:after,
.grid-container:before {
  content: " ";
  display: table;
  clear: both;
}
.roar-item {
  position: relative;
  border: 1px solid #fff;
}
.roar-item:nth-child(1) {
  border-top: none;
}
@media (min-width: 768px) {
  .roar-item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .roar-item {
    float: left;
    width: calc(100% / 3);
  }
}
.roar-item a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 4;
}
.roar-item:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: -webkit-linear-gradient(top, transparent 40%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
.roar-item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  z-index: 2;
  background: -webkit-linear-gradient(top, rgba(4, 182, 205, 0) 0%, rgba(4, 182, 205, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(4, 182, 205, 0) 0%, rgba(4, 182, 205, 0.65) 100%);
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
.roar-item:hover:after {
  opacity: .5;
}
.roar-item:hover:before {
  opacity: 1;
}
.roar-item .content {
  overflow: hidden;
  position: relative;
}
.roar-item .content:after {
  padding-top: 100%;
  display: block;
  content: '';
}
.roar-item .content .image,
.roar-item .content .image-thumb {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: opacity 300ms ease-in;
  -o-transition: opacity 300ms ease-in;
}
.roar-item .content .image img,
.roar-item .content .image-thumb img {
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
.roar-item .content .image.loaded,
.roar-item .content .image-thumb.loaded {
  opacity: 1;
}
.roar-item .content .image {
  opacity: 0;
}
.roar-item .content .image.loaded {
  opacity: 1;
}
.roar-item .content .image-thumb {
  opacity: 1;
}
.roar-item .content .image-thumb img {
  top: -5%;
  left: -5%;
  height: 110%;
  width: 110%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.roar-item .content .image-thumb.loaded {
  opacity: 0;
}
.roar-item .content .details {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 3;
  padding: 0 15px 15px 15px;
  color: #ffffff;
}
.roar-item .content .details p.author {
  font-weight: 400;
  font-size: 1em;
  margin: 0 30px 4px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.roar-item .content .details p.itemName {
  font-weight: 500;
  font-size: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 10% 0 0;
}
.roar-item:not(.TARGET_IMAGE) .content {
  background-image: url("images/roar-card-background.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
}
.grid-footer-nav {
  margin: 10px 0;
}
.wide-btn,
.narrow-btn {
  background: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  color: #04b6cd;
  cursor: pointer;
  padding: 15px;
  text-align: center;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-decoration: none !important;
  height: 52px;
  position: relative;
}
.wide-btn em,
.narrow-btn em {
  font-style: normal;
}
.wide-btn.loading:after,
.narrow-btn.loading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border: 4px solid #f2f2f2;
  border-top: 4px solid #04b6cd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 1500ms linear infinite;
  animation: spin 1500ms linear infinite;
  margin: -20px 0 0 -20px;
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.narrow-btn {
  display: inline-block;
  padding: 15px 25px;
}
.narrow-btn.disabled {
  opacity: .5;
  cursor: pointer;
  pointer-events: none;
}
.narrow-btn.left {
  float: left;
}
.narrow-btn.right {
  float: right;
}
.roar-layout {
  background: #f2f2f2;
  position: relative;
  padding-left: 190px;
  min-height: calc(100vh - 70px);
  display: flex;
}
.roar-layout .instructions-holder {
  width: 190px;
  padding: 20px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
@media (max-height: 580px) {
  .roar-layout .instructions-holder {
    overflow-y: scroll;
  }
}
.roar-layout .instructions-holder .description {
  text-align: center;
  color: #5a5a5a;
  font-weight: 400;
  position: relative;
}
.roar-layout .instructions-holder .description .roar-author {
  font-size: 15px;
  margin-bottom: 12px;
}
.roar-layout .instructions-holder .description .roar-name {
  font-weight: 500;
  letter-spacing: 0.7px;
}
.roar-layout .instructions-holder .description:after {
  content: '';
  background: #D0D0D0;
  display: block;
  height: 1px;
  margin: 19px auto 0 auto;
  width: 100%;
  max-width: 140px;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.roar-layout .instructions-holder .instructions-steps .step {
  text-align: center;
  position: relative;
  padding: 20px 0;
}
.roar-layout .instructions-holder .instructions-steps .step h3 {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-align: center;
  color: #5a5a5a;
  margin: 0;
}
.roar-layout .instructions-holder .instructions-steps .step p {
  font-size: 13px;
  line-height: 1.23;
  color: #969696;
}
.roar-layout .instructions-holder .instructions-steps .step > img {
  display: block;
  margin: 10px auto;
}
@media (max-height: 800px) {
  .roar-layout .instructions-holder .instructions-steps .step > img {
    display: none;
  }
}
.roar-layout .instructions-holder .instructions-steps .spacer-arrow-down {
  background: url("images/layout/divider.svg") no-repeat center;
  display: block;
  height: 11px;
}
.roar-layout .img-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  position: relative;
  margin: 30px;
}
.roar-layout .img-holder img {
  max-width: 100%;
  max-height: calc(100vh - 130px);
}
.roar-layout .reviews-holder {
  flex: 0 1 600px;
  position: relative;
  background: #fff;
  -webkit-transition: flex-basis 300ms ease;
  transition: flex-basis 300ms ease;
  overflow: hidden;
}
.roar-layout .reviews-holder .expand-comments {
  outline: none;
  border: none;
  background: transparent url('images/layout/icons/big-x-icon-copy.svg') no-repeat 50% 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60px;
}
.roar-layout .reviews-holder .expand-comments:after {
  content: "";
  display: block;
  width: 1px;
  background: rgba(216, 216, 216, 0.5);
  position: absolute;
  right: -1px;
  top: 15px;
  bottom: 15px;
}
.roar-layout .reviews-holder .social-share {
  position: relative;
  width: 600px;
  padding: 15px 20px 20px 86px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.5);
}
.roar-layout .reviews-holder .social-share h3 {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.7px;
  color: #5a5a5a;
  margin: 0 0 15px 0;
}
.roar-layout .share-links {
  display: block;
}
.roar-layout .share-links a {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin: 3px;
  background: #04b6cd;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.roar-layout .comment-widget {
  padding: 0 15px;
}
.roar-layout .commentsToggler {
  display: none;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 10;
  border: none;
  background: #04b6cd url("images/layout/coment.svg") no-repeat 50% 50%;
  outline: none;
}
.roar-layout .appstore-img,
.roar-layout .googleplay-img {
  width: 121px;
  height: 42px;
  display: inline-block;
  background: no-repeat 50% 50%;
}
.roar-layout .appstore-img {
  background-size: cover;
  background-image: url("images/layout/appstore.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .roar-layout .appstore-img {
    background-size: cover;
    background-image: url("images/layout/appstore-2x.png");
  }
}
@media (max-height: 630px) {
  .roar-layout .appstore-img {
    width: 32px;
    height: 32px;
    margin: 3px;
    background-size: cover;
    background-image: url("images/layout/appstore-small.png");
  }
}
@media (max-height: 630px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-height: 630px) and only screen and (min--moz-device-pixel-ratio: 2), (max-height: 630px) and only screen and (-o-min-device-pixel-ratio: 2/1), (max-height: 630px) and only screen and (min-device-pixel-ratio: 2), (max-height: 630px) and only screen and (min-resolution: 192dpi), (max-height: 630px) and only screen and (min-resolution: 2dppx) {
  .roar-layout .appstore-img {
    background-size: cover;
    background-image: url("images/layout/appstore-small-2x.png");
  }
}
.roar-layout .googleplay-img {
  background-size: cover;
  background-image: url("images/layout/googleplay.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .roar-layout .googleplay-img {
    background-size: cover;
    background-image: url("images/layout/googleplay-2x.png");
  }
}
@media (max-height: 630px) {
  .roar-layout .googleplay-img {
    width: 32px;
    height: 32px;
    margin: 3px;
    background-size: cover;
    background-image: url("images/layout/googleplay-small.png");
  }
}
@media (max-height: 630px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-height: 630px) and only screen and (min--moz-device-pixel-ratio: 2), (max-height: 630px) and only screen and (-o-min-device-pixel-ratio: 2/1), (max-height: 630px) and only screen and (min-device-pixel-ratio: 2), (max-height: 630px) and only screen and (min-resolution: 192dpi), (max-height: 630px) and only screen and (min-resolution: 2dppx) {
  .roar-layout .googleplay-img {
    background-size: cover;
    background-image: url("images/layout/googleplay-small-2x.png");
  }
}
.roar-layout.collapsedReviews .reviews-holder {
  flex-basis: 1px;
}
.roar-layout.collapsedReviews .commentsToggler {
  display: block;
}
@media (min-width: 568px) and (max-width: 1024px) {
  .roar-layout {
    flex-wrap: wrap;
    padding-left: 0;
  }
  .roar-layout .instructions-holder {
    width: 150px;
    flex: 0 0 150px;
    position: static;
  }
  .roar-layout .instructions-holder .instructions-steps .description .roar-author {
    font-size: 11px;
    margin-bottom: 3px;
  }
  .roar-layout .instructions-holder .instructions-steps .description .roar-name {
    font-size: 11px;
  }
  .roar-layout .instructions-holder .instructions-steps .description:after {
    margin-top: 8px;
  }
  .roar-layout .instructions-holder .instructions-steps .step {
    padding: 10px 0;
  }
  .roar-layout .instructions-holder .instructions-steps .step h3 {
    font-size: 11px;
    letter-spacing: .5px;
    margin-bottom: 3px;
  }
  .roar-layout .instructions-holder .instructions-steps .step p {
    font-size: 12px;
  }
  .roar-layout .instructions-holder .instructions-steps .step > img {
    display: none;
  }
  .roar-layout .instructions-holder .instructions-steps .googleplay-img,
  .roar-layout .instructions-holder .instructions-steps .appstore-img {
    width: 32px;
    height: 32px;
    margin: 3px;
  }
  .roar-layout .instructions-holder .instructions-steps .appstore-img {
    background-size: cover;
    background-image: url("images/layout/appstore-small.png");
  }
  .roar-layout .instructions-holder .instructions-steps .googleplay-img {
    background-size: cover;
    background-image: url("images/layout/googleplay-small.png");
  }
  .roar-layout .reviews-holder {
    flex-basis: 100%;
  }
  .roar-layout .reviews-holder .social-share {
    width: 100%;
    border-top: 1px solid rgba(216, 216, 216, 0.5);
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .roar-layout .reviews-holder .social-share .expand-comments {
    display: none;
  }
  .roar-layout .reviews-holder .social-share h3 {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
  }
  .roar-layout .reviews-holder .social-share .share-links {
    display: inline-block;
    vertical-align: middle;
    height: 34px;
  }
  .roar-layout.collapsedReviews .reviews-holder {
    flex-basis: 100%;
  }
  .roar-layout.collapsedReviews .commentsToggler {
    display: none;
  }
}
@media (min-width: 568px) and (max-width: 1024px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 568px) and (max-width: 1024px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 568px) and (max-width: 1024px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 568px) and (max-width: 1024px) and only screen and (min-device-pixel-ratio: 2), (min-width: 568px) and (max-width: 1024px) and only screen and (min-resolution: 192dpi), (min-width: 568px) and (max-width: 1024px) and only screen and (min-resolution: 2dppx) {
  .roar-layout .instructions-holder .instructions-steps .appstore-img {
    background-size: cover;
    background-image: url("images/layout/appstore-small-2x.png");
  }
}
@media (min-width: 568px) and (max-width: 1024px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 568px) and (max-width: 1024px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 568px) and (max-width: 1024px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 568px) and (max-width: 1024px) and only screen and (min-device-pixel-ratio: 2), (min-width: 568px) and (max-width: 1024px) and only screen and (min-resolution: 192dpi), (min-width: 568px) and (max-width: 1024px) and only screen and (min-resolution: 2dppx) {
  .roar-layout .instructions-holder .instructions-steps .googleplay-img {
    background-size: cover;
    background-image: url("images/layout/googleplay-small-2x.png");
  }
}
@media (max-width: 568px) {
  .roar-layout {
    flex-wrap: wrap;
    padding-left: 0;
  }
  .roar-layout .img-holder {
    order: 1;
    flex: 1 1 100%;
    margin: 10px;
    min-height: 400px;
  }
  .roar-layout .img-holder img {
    max-width: 100%;
    max-height: calc(100vh - 90px);
  }
  .roar-layout .img-holder:after {
    pointer-events: none;
    display: block;
    content: "";
    width: 219px;
    height: 321px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -160px;
    margin-left: -109px;
    z-index: 4;
    opacity: 1;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    background: url("images/layout/image-instruction.svg") no-repeat 50% 50%;
  }
  .roar-layout .instructions-holder {
    width: 100%;
    order: 2;
    flex: 0 0 100%;
    position: static;
  }
  .roar-layout .instructions-holder .instructions-steps .spacer-arrow-down {
    background: url("images/layout/wide-arrow.svg") no-repeat center;
    height: 16px;
  }
  .roar-layout .instructions-holder .instructions-steps .step:last-child {
    display: none;
  }
  .roar-layout .reviews-holder {
    order: 3;
    flex-basis: 100%;
  }
  .roar-layout .reviews-holder .social-share {
    width: 100%;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .roar-layout .reviews-holder .social-share .expand-comments {
    display: none;
  }
  .roar-layout .reviews-holder .social-share h3 {
    display: block;
    margin: 0 0 10px 0;
    text-align: center;
  }
  .roar-layout .reviews-holder .social-share .share-links {
    display: block;
    text-align: center;
    height: 34px;
  }
  .roar-layout .reviews-holder .social-share .share-links a {
    margin: 0 10px;
  }
  .roar-layout.collapsedReviews .reviews-holder {
    flex-basis: 100%;
  }
  .roar-layout.collapsedReviews .commentsToggler {
    display: none;
  }
}
.roar-layout.WEBAR .instructions-holder .instructions-steps {
  display: none;
}
@media (max-width: 1024px) {
  .roar-layout.WEBAR .img-holder:after {
    pointer-events: none;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    opacity: 1;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    background: url("images/layout/all-in-one-svg-2x.png") no-repeat 50% 50%;
    background-size: contain;
    width: 264px;
    height: 328px;
    margin: 0;
    transform: translate(-50%, -50%);
  }
}
.roar-layout.WEBAR.ios-safari .img-holder:after {
  display: none;
}
.roar-layout.WEBAR.ios-safari .img-holder a {
  position: relative;
}
.roar-layout.WEBAR.ios-safari .img-holder a:after {
  content: "Click to this button to discover Augmented Reality";
  width: 177px;
  height: 32px;
  font-family: Roboto;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 33px;
  right: 104px;
  border-radius: 7px;
  padding: 5px 16px 5px 12px;
  box-sizing: content-box;
  background-image: url("images/ios-safari-web-ar-popup.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
}
.roar-layout:not(.TARGET_IMAGE) .img-holder a {
  background-image: url("images/roar-card-background.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
}
.dirty .roar-layout .img-holder:after {
  opacity: 0;
}
.modal-dialog button.close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.4) url("images/layout/big-x-icon.svg") no-repeat 50% 50%;
  outline: none;
  border: none;
}
.modal-dialog button.close:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-dialog .roar-layout {
  min-height: 100vh;
  background: transparent;
}
.modal-backdrop.loading {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999999999;
}
.modal-backdrop.loading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border: 6px solid #f2f2f2;
  border-top: 6px solid #04b6cd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 1500ms linear infinite;
  animation: spin 1500ms linear infinite;
  margin: -30px 0 0 -30px;
}
.r-nav {
  display: block;
  z-index: 9;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: -25px 0 0 0;
  border: none;
  position: absolute;
  top: 50%;
  opacity: .5;
  outline: none;
}
.r-nav.prev-roar {
  left: 20px;
  background: url("images/layout/arrow-prev.svg") no-repeat;
}
.r-nav.next-roar {
  right: 20px;
  background: url("images/layout/arrow-next.svg") no-repeat;
}
.r-nav:hover,
.r-nav:active {
  opacity: 1;
}
.nothingFound {
  min-height: calc(100vh - 390px);
}
.nothingFound h3 {
  font-size: 22px;
  font-weight: 300;
}
.nothingFound hr {
  border-color: #5e6869;
  max-width: 240px;
}
.nothingFound p {
  font-size: 12px;
  font-weight: 300;
}
.nothingFound .btn-wrapper {
  margin-top: 50px;
}
@-webkit-keyframes bg-move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@-moz-keyframes bg-move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@-ms-keyframes bg-move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@keyframes bg-move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}