@import url(/includes/SRR-reset.css);
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(/includes/SRR-fonts.css);
@import url(/includes/SRR-royalslider.css);
@import url(/includes/SRR-rs-default.css);
@import url(/includes/SRR-jquery.mCustomScrollbar.css);


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 {
  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;
  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; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #222222;
  text-decoration: none; }
  a:hover, a:focus {
    color: #627d77;
    text-decoration: none; }
  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.428571429;
  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 #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

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,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 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, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .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, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #627d77; }

a.text-primary:hover,
a.text-primary:focus {
  color: #4c605c; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #627d77; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #4c605c; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  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,
  ul ol,
  ol ul,
  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.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@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%; }

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.428571429;
    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-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-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-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
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 > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    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 > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .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 > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .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 > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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 > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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 > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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 > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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 > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .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 > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .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.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 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 {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }
  .form-control.input-prime {
    border-color: #627d77; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm, .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg input[type="date"],
  input[type="time"].input-lg, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg, .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 {
  position: relative;
  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="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .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: 0; }

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: 0; }
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0; }

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: 0; }
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 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,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@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;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.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;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0;
  height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.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;
    -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.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #fff; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #bfbfbf; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #bfbfbf; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #fff; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-light {
  color: #333333;
  background-color: #EFF2F1;
  border-color: #EFF2F1; }
  .btn-light:focus, .btn-light.focus {
    color: #333333;
    background-color: #d3dbd8;
    border-color: #a9b9b3; }
  .btn-light:hover {
    color: #333333;
    background-color: #d3dbd8;
    border-color: #cdd7d3; }
  .btn-light:active, .btn-light.active, .open > .btn-light.dropdown-toggle {
    color: #333333;
    background-color: #d3dbd8;
    border-color: #cdd7d3; }
    .btn-light:active:hover, .btn-light:active:focus, .btn-light:active.focus, .btn-light.active:hover, .btn-light.active:focus, .btn-light.active.focus, .open > .btn-light.dropdown-toggle:hover, .open > .btn-light.dropdown-toggle:focus, .open > .btn-light.dropdown-toggle.focus {
      color: #333333;
      background-color: #bfcbc7;
      border-color: #a9b9b3; }
  .btn-light:active, .btn-light.active, .open > .btn-light.dropdown-toggle {
    background-image: none; }
  .btn-light.disabled, .btn-light.disabled:hover, .btn-light.disabled:focus, .btn-light.disabled.focus, .btn-light.disabled:active, .btn-light.disabled.active, .btn-light[disabled], .btn-light[disabled]:hover, .btn-light[disabled]:focus, .btn-light[disabled].focus, .btn-light[disabled]:active, .btn-light[disabled].active, fieldset[disabled] .btn-light, fieldset[disabled] .btn-light:hover, fieldset[disabled] .btn-light:focus, fieldset[disabled] .btn-light.focus, fieldset[disabled] .btn-light:active, fieldset[disabled] .btn-light.active {
    background-color: #EFF2F1;
    border-color: #EFF2F1; }
  .btn-light .badge {
    color: #EFF2F1;
    background-color: #333333; }

.btn-primary {
  color: #fff;
  background-color: #627d77;
  border-color: #576f69; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #4c605c;
    border-color: #1f2725; }
  .btn-primary:hover {
    color: #fff;
    background-color: #4c605c;
    border-color: #3c4c49; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #4c605c;
    border-color: #3c4c49; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #3c4c49;
      border-color: #1f2725; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #627d77;
    border-color: #576f69; }
  .btn-primary .badge {
    color: #627d77;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success: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:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info: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:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning: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:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #222222;
  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: #627d77;
    text-decoration: none;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
  height: 46px; }

.btn-sm {
  padding: 5px 16px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
  height: 30px;
  font-weight: bold; }
  .btn-sm .icon {
    margin-right: 6px; }
    .btn-sm .icon:before {
      position: relative;
      font-size: 17px;
      line-height: 12px;
      top: 4px; }
  .btn-sm.btn-icon {
    padding-left: 10px; }

.btn-clean {
  font-weight: normal; }
  .btn-clean span:before {
    position: relative;
    top: 2px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
  height: 30px; }

.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; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-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; }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #627d77;
  border-color: #627d77; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #d0dbd8; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.float-none {
  float: none; }

.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; }

/*** TEXT
------------------------------------------------------------------------- ***/
.f10 {
  font-size: 10px;
  line-height: 1.2; }
.f11 {
  font-size: 11px;
  line-height: 1.3; }
.f12 {
  font-size: 12px;
  line-height: 1.4; }
.f13 {
  font-size: 13px;
  line-height: 1.5; }
.f14 {
  font-size: 14px;
  line-height: 1.5; }
.f16 {
  font-size: 16px;
  line-height: 1.5; }
.f18 {
  font-size: 18px;
  line-height: 1.5; }
.f20 {
  font-size: 20px;
  line-height: 1.5; }
.f22 {
  font-size: 22px;
  line-height: 1.5; }
.f24 {
  font-size: 24px;
  line-height: 1; }
.f26 {
  font-size: 26px;
  line-height: 1; }
.f28 {
  font-size: 28px;
  line-height: 1; }
.f30 {
  font-size: 30px;
  line-height: 1; }
.f32 {
  font-size: 32px;
  line-height: 1; }
.f34 {
  font-size: 34px;
  line-height: 1; }
.f36 {
  font-size: 36px;
  line-height: 1; }
.f38 {
  font-size: 38px;
  line-height: 1; }
.f40 {
  font-size: 40px;
  line-height: 1; }
.f42 {
  font-size: 42px;
  line-height: 1; }
.f50 {
  font-size: 50px;
  line-height: 1; }
.f58 {
  font-size: 58px;
  line-height: 1; }
.f64 {
  font-size: 64px;
  line-height: 1; }
.f72 {
  font-size: 75px;
  line-height: 1; }

.bold {
  font-weight: 600; }

.normal {
  font-weight: normal; }

.upper {
  text-transform: uppercase; }

.em {
  font-style: italic; }

.clickable {
  cursor: pointer; }

.un-clickable {
  cursor: default; }

.va-top {
  vertical-align: top !important; }

.va-middle {
  vertical-align: middle !important; }

.text-200 {
  font-weight: 200 !important; }

.text-300 {
  font-weight: 300 !important; }

.text-400 {
  font-weight: 400 !important; }

.text-700 {
  font-weight: 700 !important; }

.text-underline {
  display: block-inline;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: inherit;
  padding-bottom: 5px; }

/*** FADED OUT HR
------------------------------------------------------------------------- ***/
.soften {
  height: 1px;
  margin: 70px 0;
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.15), transparent);
  background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.15), transparent);
  background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.15), transparent);
  background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.15), transparent);
  border: 0; }

.soften.light {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  border: 0; }

/*** CLEARINGING ELEMENTS
------------------------------------------------------------------------- ***/
.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.clear-both {
  clear: both; }

/*** LISTS
------------------------------------------------------------------------- ***/
ol.list-clean, ul.list-clean {
  margin: 0;
  padding: 0;
  list-style: none; }

ol.list-clean > li, ul.list-clean > li {
  margin: 0;
  padding: 0; }

ol.list-inside, ul.list-inside {
  list-style-position: inside; }

/*** DISPLAY
------------------------------------------------------------------------- ***/
.block {
  display: block !important; }

.overflow {
  overflow: visible; }

.overflow-x {
  overflow-x: visible; }

.overflow-y {
  overflow-y: visible; }

.inline-block {
  display: inline-block;
  *display: inline;
  *z-index: 1 !important; }

/*** POSITION
------------------------------------------------------------------------- ***/
.relative {
  position: relative; }

.absolute {
  position: absolute; }

.ps-table {
  display: table;
  float: left; }

.ps-table-row {
  display: table-row; }

.ps-table-cell {
  display: table-cell; }

.middle {
  vertical-align: middle; }

.fullheight {
  height: 100%; }

.fullwidth {
  width: 100%; }

/*** SHADOW
------------------------------------------------------------------------- ***/
.box-shadow {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }
  .box-shadow-light {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.01);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.01); }
  .box-shadow-inset {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0px 10px 30px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0px 10px 30px 0px rgba(255, 255, 255, 0.4); }

.no-shadow {
  box-shadow: none !important; }

/*** RADIUS
------------------------------------------------------------------------- ***/
.no-radius {
  border-radius: 0 !important; }

/*** OPACITY
------------------------------------------------------------------------- ***/
.opaci15 {
  opacity: 0.15;
  filter: alpha(opacity=15); }

.opaci25 {
  opacity: 0.25;
  filter: alpha(opacity=25); }

.opaci35 {
  opacity: 0.35;
  filter: alpha(opacity=35); }

.opaci45 {
  opacity: 0.45;
  filter: alpha(opacity=45); }

.opaci55 {
  opacity: 0.55;
  filter: alpha(opacity=55); }

.opaci65 {
  opacity: 0.65;
  filter: alpha(opacity=65); }

.opaci75 {
  opacity: 0.75;
  filter: alpha(opacity=75); }

.opaci85 {
  opacity: 0.85;
  filter: alpha(opacity=85); }

/*** REMOVING
------------------------------------------------------------------------- ***/
/* Remove Border */
.no-border {
  border: none; }

.no-border-top {
  border-top: none !important; }

.no-border-right {
  border-right: none !important; }

.no-border-bottom {
  border-bottom: none !important; }

.no-border-left {
  border-left: none !important; }

/* Remove Background */
.no-bg {
  background: none !important; }

/* No Wrap */
.no-wrap {
  white-space: nowrap; }

.wrap-normal {
  white-space: normal; }

/*** CORRECTION GAP and SPACE (2px 4px 8px 16px)
------------------------------------------------------------------------- ***/
/* Margin */
.margin-all2 {
  margin: 2px !important; }

.margin-all5 {
  margin: 5px !important; }

.margin-all10 {
  margin: 10px !important; }

.margin-all15 {
  margin: 15px !important; }

.margin-all20 {
  margin: 20px !important; }

.margin-all25 {
  margin: 25px !important; }

.margin-all30 {
  margin: 30px !important; }

.margin-all40 {
  margin: 40px !important; }

/* Margin top */
.margin-top2 {
  margin-top: 2px !important; }

.margin-top5 {
  margin-top: 5px !important; }

.margin-top10 {
  margin-top: 10px !important; }

.margin-top15 {
  margin-top: 15px !important; }

.margin-top20 {
  margin-top: 20px !important; }

.margin-top25 {
  margin-top: 25px !important; }

.margin-top30 {
  margin-top: 30px !important; }

.margin-top40 {
  margin-top: 40px !important; }

/* Margin left */
.margin-left2 {
  margin-left: 2px !important; }

.margin-left5 {
  margin-left: 5px !important; }

.margin-left10 {
  margin-left: 10px !important; }

.margin-left15 {
  margin-left: 15px !important; }

.margin-left20 {
  margin-left: 20px !important; }

.margin-left25 {
  margin-left: 25px !important; }

.margin-left30 {
  margin-left: 30px !important; }

.margin-left40 {
  margin-left: 40px !important; }

/* Margin bottom */
.margin-bottom2 {
  margin-bottom: 2px !important; }

.margin-bottom5 {
  margin-bottom: 5px !important; }

.margin-bottom10 {
  margin-bottom: 10px !important; }

.margin-bottom15 {
  margin-bottom: 15px !important; }

.margin-bottom20 {
  margin-bottom: 20px !important; }

.margin-bottom25 {
  margin-bottom: 25px !important; }

.margin-bottom30 {
  margin-bottom: 30px !important; }

.margin-bottom40 {
  margin-bottom: 40px !important; }

/* Margin right */
.margin-right2 {
  margin-right: 2px !important; }

.margin-right5 {
  margin-right: 5px !important; }

.margin-right10 {
  margin-right: 10px !important; }

.margin-right15 {
  margin-right: 15px !important; }

.margin-right20 {
  margin-right: 20px !important; }

.margin-right25 {
  margin-right: 25px !important; }

.margin-right30 {
  margin-right: 30px !important; }

.margin-right40 {
  margin-right: 40px !important; }

/* Margin Remove */
.no-margin {
  margin: 0px !important; }

.no-margin-top {
  margin-top: 0px !important; }

.no-margin-left {
  margin-left: 0px !important; }

.no-margin-bootom {
  margin-bottom: 0px !important; }

.no-margin-right {
  margin-right: 0px !important; }

.margin-side5 {
  margin-left: 5px;
  margin-right: 5px; }

.margin-side10 {
  margin-left: 10px;
  margin-right: 10px; }

.margin-side15 {
  margin-left: 15px;
  margin-right: 15px; }

.margin-side20 {
  margin-left: 20px;
  margin-right: 20px; }

.margin-btn .btn {
  margin-bottom: 5px; }

.margin-00 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.margin-ss {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.margin-0s {
  margin-top: 0 !important;
  margin-bottom: 5px !important; }

.margin-s0 {
  margin-top: 5px !important;
  margin-bottom: 0 !important; }

.margin-mm {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.margin-0m {
  margin-top: 0 !important;
  margin-bottom: 10px !important; }

.margin-m0 {
  margin-top: 10px !important;
  margin-bottom: 0 !important; }

.margin-ll {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.margin-0l {
  margin-top: 0 !important;
  margin-bottom: 15px !important; }

.margin-l0 {
  margin-top: 15px !important;
  margin-bottom: 0 !important; }

.margin-xx {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.margin-0x {
  margin-top: 0 !important;
  margin-bottom: 20px !important; }

.margin-x0 {
  margin-top: 20px !important;
  margin-bottom: 0 !important; }

.margin-ms {
  margin-top: 10px !important;
  margin-bottom: 5px !important; }

.margin-sm {
  margin-top: 5px !important;
  margin-bottom: 10px !important; }

.margin-xm {
  margin-top: 20px !important;
  margin-bottom: 10px !important; }

.margin-mx {
  margin-top: 10px !important;
  margin-bottom: 20px !important; }

.margin-xs {
  margin-top: 20px !important;
  margin-bottom: 5px !important; }

.margin-sx {
  margin-top: 5px !important;
  margin-bottom: 20px !important; }

.margin-xxx {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.margin-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

/* Padding */
.padding2 {
  padding: 2px !important; }

.padding4 {
  padding: 4px !important; }

.padding5 {
  padding: 5px !important; }

.padding6 {
  padding: 6px !important; }

.padding8 {
  padding: 8px !important; }

.padding10 {
  padding: 10px !important; }

.padding15 {
  padding: 15px !important; }

.padding20 {
  padding: 20px !important; }

.padding25 {
  padding: 25px !important; }

.padding30 {
  padding: 30px !important; }

.padding35 {
  padding: 35px !important; }

.padding40 {
  padding: 40px !important; }

.padding45 {
  padding: 45px !important; }

/* Padding top */
.padding-top2 {
  padding-top: 2px !important; }

.padding-top3 {
  padding-top: 3px !important; }

.padding-top5 {
  padding-top: 5px !important; }

.padding-top10 {
  padding-top: 10px !important; }

.padding-top15 {
  padding-top: 15px !important; }

.padding-top20 {
  padding-top: 20px !important; }

.padding-top25 {
  padding-top: 25px !important; }

.padding-top30 {
  padding-top: 30px !important; }

/* Padding right */
.padding-right2 {
  padding-right: 2px !important; }

.padding-right5 {
  padding-right: 5px !important; }

.padding-right10 {
  padding-right: 10px !important; }

.padding-right15 {
  padding-right: 15px !important; }

.padding-right20 {
  padding-right: 20px !important; }

.padding-right25 {
  padding-right: 25px !important; }

.padding-right30 {
  padding-right: 30px !important; }

/* Padding bottom */
.padding-bottom2 {
  padding-bottom: 2px !important; }

.padding-bottom5 {
  padding-bottom: 5px !important; }

.padding-bottom10 {
  padding-bottom: 10px !important; }

.padding-bottom15 {
  padding-bottom: 15px !important; }

.padding-bottom20 {
  padding-bottom: 20px !important; }

.padding-bottom25 {
  padding-bottom: 25px !important; }

.padding-bottom30 {
  padding-bottom: 30px !important; }

.padding-bottom40 {
  padding-bottom: 40px !important; }

.padding-bottom50 {
  padding-bottom: 50px !important; }

.padding-bottom60 {
  padding-bottom: 60px !important; }

/* Padding left */
.padding-left2 {
  padding-left: 2px !important; }

.padding-left5 {
  padding-left: 5px !important; }

.padding-left10 {
  padding-left: 10px !important; }

.padding-left15 {
  padding-left: 15px !important; }

.padding-left20 {
  padding-left: 20px !important; }

.padding-left25 {
  padding-left: 25px !important; }

.padding-left30 {
  padding-left: 30px !important; }

/* Padding side */
.padding-side5 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.padding-side10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.padding-side15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.padding-side20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.padding-side25 {
  padding-left: 25px !important;
  padding-right: 25px !important; }

/* Padding all */
.padding-all5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.padding-all10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.padding-all15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

/* Padding Remove */
.no-padding {
  padding: 0px !important; }

.no-padding-top {
  padding-top: 0px !important; }

.no-padding-left {
  padding-left: 0px !important; }

.no-padding-bottom {
  padding-bottom: 0px !important; }

.no-padding-right {
  padding-right: 0px !important; }

/* width element */
.width75 {
  width: 75px; }

.width100 {
  width: 100px; }

.width125 {
  width: 125px; }

.width150 {
  width: 150px; }

.width175 {
  width: 175px; }

.width200 {
  width: 200px; }

.width225 {
  width: 225px; }

.width250 {
  width: 250px; }

.width260 {
  width: 260px; }

.width275 {
  width: 275px; }

.width300 {
  width: 300px; }

/* max-width element */
.max-width75 {
  max-width: 75px; }

.max-width100 {
  max-width: 100px; }

.max-width125 {
  max-width: 125px; }

.max-width150 {
  max-width: 150px; }

.max-width175 {
  max-width: 175px; }

.max-width200 {
  max-width: 200px; }

.max-width225 {
  max-width: 225px; }

.max-width250 {
  max-width: 250px; }

.max-width260 {
  max-width: 260px; }

.max-width275 {
  max-width: 275px; }

.max-width300 {
  max-width: 300px; }

/* simple no gatter grid, add row-col to float the grid */
.row-col {
  position: relative; }
  .row-col:after, .row-col:before {
    display: block;
    content: "";
    clear: both; }
  .row-col div[class*="col-"] {
    float: left; }

.col-2 {
  width: 2%; }
.col-5 {
  width: 5%; }
.col-10 {
  width: 10%; }
.col-15 {
  width: 15%; }
.col-20 {
  width: 20%; }
.col-25 {
  width: 25%; }
.col-30 {
  width: 30%; }
.col-35 {
  width: 35%; }
.col-40 {
  width: 40%; }
.col-45 {
  width: 45%; }
.col-50 {
  width: 50%; }
.col-55 {
  width: 55%; }
.col-60 {
  width: 60%; }
.col-65 {
  width: 65%; }
.col-70 {
  width: 70%; }
.col-75 {
  width: 75%; }
.col-80 {
  width: 80%; }
.col-85 {
  width: 85%; }
.col-90 {
  width: 90%; }
.col-95 {
  width: 95%; }
.col-100 {
  width: 100%; }
.col-half {
  width: 50%; }
.col-third {
  width: 33.3333%; }
.col-fourth {
  width: 25%; }

.vr-row-10 {
  height: 10px; }
.vr-row-15 {
  height: 15px; }
.vr-row-20 {
  height: 20px; }
.vr-row-25 {
  height: 25px; }
.vr-row-30 {
  height: 30px; }
.vr-row-35 {
  height: 35px; }
.vr-row-40 {
  height: 40px; }
.vr-row-45 {
  height: 45px; }
.vr-row-50 {
  height: 50px; }
.vr-row-55 {
  height: 55px; }
.vr-row-60 {
  height: 60px; }
.vr-row-65 {
  height: 65px; }
.vr-row-70 {
  height: 70px; }
.vr-row-75 {
  height: 75px; }
.vr-row-80 {
  height: 80px; }
.vr-row-85 {
  height: 85px; }
.vr-row-90 {
  height: 90px; }
.vr-row-95 {
  height: 95px; }
.vr-row-100 {
  height: 100px; }
.vr-row-half {
  height: 50%; }
.vr-row-third {
  height: 33.3333%; }
.vr-row-fourth {
  height: 25%; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.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 !important; }

  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 !important; }

  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 !important; }

  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 !important; }

  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 !important; }

  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; } }
/* -------------------------------- 
Primary style
-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box; }

.hero-wrapper {
  position: relative;
  margin: 0 -20px;
  background: #b0bebb; }
  @media (min-width: 992px) {
    .hero-wrapper {
      min-height: 80px; } }
  @media (min-width: 992px) {
    .hero-wrapper.lev2 {
      padding-top: 80px; } }
  .hero-wrapper.lev2 .royalSlider {
    height: 300px; }
    @media (min-width: 768px) {
      .hero-wrapper.lev2 .royalSlider {
        height: 350px; } }
  .hero-wrapper.lev2 .rsContent {
    background-position: center center; }
    .hero-wrapper.lev2 .rsContent .rsText h2 {
      font-size: 24px; }
      @media (min-width: 768px) {
        .hero-wrapper.lev2 .rsContent .rsText h2 {
          font-size: 40px; } }

.content-wrap {
  background: #fff;
  padding: 0 20px 30px 20px; }

body {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.blocked-body {
    overflow: hidden; }

.logo-wrap {
  display: block;
  float: left;
  width: 180px;
  margin-top: 5px; }
  .logo-wrap img {
    width: 100%; }
  @media (min-width: 768px) {
    .logo-wrap {
      margin-top: -6px;
      width: auto; } }

/* -------------------------------- 

TOP NAV

-------------------------------- */
.top-header {
  position: relative;
  padding: 10px 0 10px 0; }
  @media (max-width: 480px) {
    .top-header {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .top-header {
      padding: 25px 0 12px 0; } }

@media (max-width: 768px) {
  .top-nav-wrap.region-top-nav ul.top-nav {
    display: block;
    width: 100%;
    text-align: center; }
    .top-nav-wrap.region-top-nav ul.top-nav:before {
      display: block;
      content: '';
      clear: both; }
    .top-nav-wrap.region-top-nav ul.top-nav li {
      margin: 0 10px; } }
@media (max-width: 992px) {
  .top-nav-wrap.region-top-nav ul.top-nav {
    display: block; } }
@media (min-width: 768px) {
  .top-nav-wrap {
    float: right; } }

ul.top-nav {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media only screen and (min-width: 992px) {
    ul.top-nav {
      display: block; } }
  ul.top-nav > li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    font-size: 11px;
    line-height: 25px; }
    ul.top-nav > li a {
      color: #627d77; }
      ul.top-nav > li a:hover {
        color: #4c605c; }
    ul.top-nav > li .top-navSub {
      position: absolute;
      display: none;
      top: 22px;
      left: 0;
      width: 150px;
      background: #e0e5e5;
      z-index: 99; }
      ul.top-nav > li .top-navSub a {
        display: block;
        white-space: nowrap;
        padding: 0 15px; }
        ul.top-nav > li .top-navSub a:hover {
          color: #000; }
    ul.top-nav > li:hover .top-navSub {
      display: block; }

.search-form {
  display: none;
  float: right;
  position: relative;
  width: 250px; }
  @media only screen and (min-width: 992px) {
    .search-form {
      display: block; } }
  .search-form input {
    height: 25px;
    line-height: 14px; }
    .search-form input:focus, .search-form input:active {
      outline: none;
      box-shadow: none;
      border-color: #b0bebb; }
  .search-form .search-submit {
    width: 28px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #627d77;
    border: none; }
    .search-form .search-submit:before {
      display: block;
      position: absolute;
      font-family: 'swissree';
      content: 'd';
      font-size: 18px;
      width: 18px;
      height: 18px;
      top: 2px;
      right: 50%;
      margin-right: -10px;
      color: #fff; }

.mobile-search {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 46px;
  background: #000;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .mobile-search.is-visible {
    visibility: visible;
    opacity: 1; }
  @media (min-width: 992px) {
    .mobile-search {
      display: none; } }
  .mobile-search .form-control {
    border: none;
    height: 46px;
    padding-left: 56px;
    padding-right: 56px; }
  .mobile-search .mobile-btn {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    border: none;
    color: #fff;
    background: #627d77;
    width: 46px;
    height: 46px; }
    .mobile-search .mobile-btn.mobile-btn-right {
      left: auto;
      right: 0;
      background: #000; }
    .mobile-search .mobile-btn span {
      display: block;
      width: 46px;
      height: 46px; }
      .mobile-search .mobile-btn span:before {
        display: block;
        width: 46px;
        height: 46px;
        text-align: center;
        line-height: 50px;
        font-size: 30px; }

/* -------------------------------- 

SLIDER STYLES

-------------------------------- */
.royalSlider {
  width: 100%;
  height: 320px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .royalSlider {
      height: 532px; } }

.rsContent {
  background-size: cover;
  backgruond-repeat: no-repaet;
  background-position: center 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .rsContent .rsText {
    margin: 0 20px;
    resize: vertical; }
    .rsContent .rsText h2 {
      font-size: 24px;
      font-weight: bold;
      margin-top: 0;
      text-shadow: 1px 1.5px 0 rgba(0, 0, 0, 0.6);
      text-transform: none; }
      .rsContent .rsText h2 a {
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        color: #fff; }
        .rsContent .rsText h2 a:hover {
          text-shadow: 1px 2px 0 black; }
    .rsContent .rsText p {
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
      font-size: 14px; }
    @media (min-width: 768px) {
      .rsContent .rsText {
        margin: 0 80px; }
        .rsContent .rsText h2 {
          font-size: 55px; }
        .rsContent .rsText p {
          font-size: 20px; } }

/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  z-index: 30;
  left: 10px;
  bottom: 5px;
  height: auto;
  text-align: left; }
  @media (min-width: 768px) {
    .rsDefault .rsBullets {
      left: 20px;
      bottom: 10px; } }
.rsDefault .rsBullet {
  margin-right: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1; }
  .rsDefault .rsBullet span {
    display: block;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    position: relative; }
  .rsDefault .rsBullet.rsNavSelected span:before {
    display: block;
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff; }

/* -------------------------------- 

CONTACTS STYLES

-------------------------------- */
.contacts-wrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 40;
  height: 65px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .contacts-wrap {
      height: 85px; } }
  @media (min-width: 992px) {
    .contacts-wrap {
      top: 90px; } }

.contacts-btn {
  display: block;
  width: 65px;
  height: 65px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 11px;
  text-align: center;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background .5s ease-in-out;
  -moz-transition: background .5s ease-in-out;
  -o-transition: background .5s ease-in-out;
  -ms-transition: background .5s ease-in-out;
  transition: background .5s ease-in-out; }
  @media (min-width: 768px) {
    .contacts-btn {
      width: 85px;
      height: 85px; } }
  .contacts-btn:hover, .contacts-btn:focus {
    background: rgba(0, 0, 0, 0.6);
    color: #fff; }
  .contacts-btn:visited {
    color: #fff; }
  .contacts-btn span {
    display: block;
    text-align: center;
    font-size: 36px;
    line-height: 28px; }
    .contacts-btn span:before {
      position: relative;
      top: 2px;
      font-size: 36px; }
  @media (min-width: 768px) {
    .contacts-btn span {
      font-size: 48px;
      line-height: 40px; }
      .contacts-btn span:before {
        font-size: 48px; } }
  .contacts-btn.contacts-btn-small {
    background: none;
    position: relative; }
    .contacts-btn.contacts-btn-small:after {
      display: block;
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      height: 60px;
      margin-top: -30px;
      width: 1px;
      background: rgba(255, 255, 255, 0.2); }
    .contacts-btn.contacts-btn-small span {
      font-size: 35px;
      line-height: 35px; }
      .contacts-btn.contacts-btn-small span:before {
        font-size: 35px; }

.contacts-results {
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  width: 260px;
  overflow: hidden; }
  @media (max-width: 992px) {
    .contacts-results {
      position: fixed;
      top: 0;
      right: 0;
      height: 100%;
      z-index: 1;
      visibility: hidden; } }
  .contacts-results.nav-is-visible {
    visibility: visible;
    overflow: auto !important; }
  @media (min-width: 992px) {
    .contacts-results {
      float: right;
      width: 0;
      overflow: hidden; } }
  .contacts-results .results-inner {
    /* panel expanded with. js to match.*/ }
    @media (min-width: 992px) {
      .contacts-results .results-inner {
        width: 650px; } }
  .contacts-results .search-filter {
    height: 85px;
    background: #000; }
    @media (min-width: 992px) {
      .contacts-results .search-filter {
        -webkit-transition: background .5s ease-in-out;
        -moz-transition: background .5s ease-in-out;
        -o-transition: background .5s ease-in-out;
        -ms-transition: background .5s ease-in-out;
        transition: background .5s ease-in-out;
        background: rgba(0, 0, 0, 0.3); } }
    .contacts-results .search-filter .filters {
      padding: 0 15px;
      height: 85px;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6, BB7 */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .contacts-results .search-filter .filters p {
        color: #627d77;
        font-size: 12px;
        margin: 0 0 4px 0; }
    @media (max-width: 992px) {
      .contacts-results .search-filter .contacts-btn {
        display: none; } }
  .contacts-results .filter-select {
    color: #fff;
    border: solid 1px rgba(255, 255, 255, 0.8);
    position: relative; }
    .contacts-results .filter-select.non-active {
      border-color: rgba(255, 255, 255, 0.3); }
    @media (min-width: 992px) {
      .contacts-results .filter-select:after {
        display: block;
        position: absolute;
        font-family: 'swissree';
        content: 'i';
        font-size: 18px;
        width: 18px;
        height: 18px;
        top: 50%;
        margin-top: -9px;
        right: 5px;
        color: #fff; } }
    .contacts-results .filter-select select {
      color: #a6a6a6;
      padding: 3px 10px;
      font-size: 12px;
      line-height: 12px;
      border: none;
      background-color: transparent;
      box-shadow: none;
      background-image: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      appearance: none; }
      .contacts-results .filter-select select:focus {
        outline: none; }
    .contacts-results .filter-select select::-ms-expand {
      display: none; }
  .contacts-results .results-content {
    background: #fff;
    padding: 15px;
    border: solid 4px #EFF2F1; }
    @media (min-width: 992px) {
      .contacts-results .results-content {
        padding: 10px 0; } }
    @media (min-width: 992px) {
      .contacts-results .results-content .location-inner {
        padding: 0 0 0 15px; } }
    .contacts-results .results-content h2 {
      font-size: 13px;
      font-weight: bold;
      text-transform: uppercase;
      margin: 15px 0;
      color: #627d77; }
    .contacts-results .results-content h3 {
      font-size: 12px;
      padding-bottom: 5px;
      text-transform: none;
      margin: 10px 0;
      border-bottom: solid 1px #b0bebb; }
    .contacts-results .results-content .address-info {
      margin: 10px 0;
      font-size: 12px; }
    .contacts-results .results-content .list-group-item {
      padding: 10px 0;
      border-right: 0;
      border-left: 0;
      text-transform: uppercase;
      font-size: 12px; }
      .contacts-results .results-content .list-group-item:after {
        display: block;
        content: '';
        clear: both; }
      .contacts-results .results-content .list-group-item strong {
        float: right; }
      .contacts-results .results-content .list-group-item:first-child, .contacts-results .results-content .list-group-item:last-child {
        border-radius: 0; }
    .contacts-results .results-content img.fullwidth {
      width: 100%; }
    @media (min-width: 992px) {
      .contacts-results .results-content .contacts-list {
        height: 600px; } }
    .contacts-results .results-content .contacts-list .group-inner {
      padding: 0 5px 10px 20px; }
    .contacts-results .results-content .contacts-list h4 {
      font-size: 14px;
      text-transform: none;
      font-weight: bold; }
    .contacts-results .results-content .contacts-list p {
      font-size: 12px;
      text-transform: uppercase;
      margin: 0 0 4px 0; }
    .contacts-results .results-content .contacts-list .small-link {
      color: #0e91ed;
      font-size: 12px; }
    .contacts-results .results-content .contacts-list .placeholder {
      display: block;
      width: 65px;
      height: 65px; }
      .contacts-results .results-content .contacts-list .placeholder:before {
        display: block;
        font-family: 'swissree';
        content: 'j';
        height: 65px;
        font-size: 65px;
        line-height: 75px;
        color: #d0dad7; }
    .contacts-results .results-content .contacts-list .media img.media-object {
      width: 65px;
      height: 65px; }

.toggle-contacts {
  display: none;
  margin-top: 15px; }

.mCSB_scrollTools {
  width: 8px; }

.mCSB_inside > .mCSB_container,
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 15px; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 3px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 3px;
  background: #627d77;
  border-radius: 0; }

.contacts-active {
  height: auto; }
  .contacts-active.contacts-wrap {
    z-index: 45; }
  .contacts-active .contacts-results .search-filter {
    background: rgba(0, 0, 0, 0.6); }

.rs-overlayContacts {
  /* shadow layer visible when navigation is active */
  position: absolute;
  z-index: 44;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s; }
  .rs-overlayContacts.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
    -o-transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s; }
  @media only screen and (min-width: 992px) {
    .rs-overlayContacts {
      background-color: rgba(0, 0, 0, 0.4); } }

.canvas-close-wrap {
  width: 50px;
  height: 50px;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 55; }
  .canvas-close-wrap .canvas-close {
    display: block;
    width: 50px;
    height: 50px;
    background: #627d77;
    color: #fff;
    font-size: 11px;
    text-align: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    margin-left: 50px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
    .canvas-close-wrap .canvas-close:hover, .canvas-close-wrap .canvas-close:focus {
      background: rgba(0, 0, 0, 0.6);
      color: #fff; }
    .canvas-close-wrap .canvas-close span {
      display: block;
      text-align: center;
      font-size: 26px;
      line-height: 18px; }
      .canvas-close-wrap .canvas-close span:before {
        position: relative;
        top: 2px;
        font-size: 26px; }
  .canvas-close-wrap.is-visible {
    visibility: visible; }
    .canvas-close-wrap.is-visible .canvas-close {
      margin: 0; }

/* -------------------------------- 

FOOTER STYLES

-------------------------------- */
.footer {
  background: #e0e5e5;
  padding: 0 20px;
  margin-bottom: 80px;
  font-size: 12px;
  line-height: 40px;
  color: #627d77;
  text-align: center;
  position: relative; }
  .footer a {
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    color: #627d77; }
    .footer a:hover {
      color: #000; }
  @media (min-width: 992px) {
    .footer .footer-left {
      position: relative;
      float: left;
      z-index: 2; }
    .footer .footer-right {
      position: relative;
      float: right;
      text-align: right;
      z-index: 2; }
    .footer .footer-center {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; } }
  .footer ul {
    text-align: center;
    margin: 0; }
    .footer ul a {
      display: inline-block;
      padding-top: 5px;
      color: #b0bebb;
      font-size: 24px;
      line-height: 30px; }
      .footer ul a span:before {
        position: relative;
        top: 4px; }

/* -------------------------------- 

DROPDOWN MENU

-------------------------------- */
.cd-maincontent, .cd-main-header {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform; }

.cd-main-content {
  position: relative;
  -webkit-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s; }
  @media only screen and (max-width: 1199px) {
    .cd-main-content.nav-is-visible {
      -webkit-transform: translateX(-260px);
      -moz-transform: translateX(-260px);
      -ms-transform: translateX(-260px);
      -o-transform: translateX(-260px);
      transform: translateX(-260px); }
    .nav-on-left .cd-main-content.nav-is-visible {
      -webkit-transform: translateX(260px);
      -moz-transform: translateX(260px);
      -ms-transform: translateX(260px);
      -o-transform: translateX(260px);
      transform: translateX(260px); } }
  @media (max-width: 480px) {
    .cd-main-content .container {
      padding: 0; } }

.cd-main-content {
  min-height: 100vh;
  background: #EFF2F1 url("http://media.swissre.com/designimages/bg_body.png") scroll repeat-x 0 0;
  z-index: 18; }

.cd-main-header {
  position: relative;
  display: none;
  z-index: 42; }
  @media only screen and (min-width: 992px) {
    .cd-main-header {
      display: block;
      height: 80px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding: 15px; }
      .cd-main-header:before, .cd-main-header:after {
        content: " ";
        display: table; }
      .cd-main-header:after {
        clear: both; } }

.cd-header-buttons {
  display: block;
  float: right; }
  @media only screen and (min-width: 992px) {
    .cd-header-buttons {
      display: none; } }
  .cd-header-buttons li {
    display: inline-block; }

.cd-search-trigger, .cd-nav-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  z-index: 20;
  text-align: center; }
  .cd-search-trigger span, .cd-nav-trigger span {
    display: block; }

.cd-nav-trigger {
  font-size: 32px; }
  .cd-nav-trigger.nav-is-visible {
    visibility: hidden; }

.cd-search-trigger.search-is-visible {
  visibility: hidden; }

.cd-primary-nav, .cd-primary-nav ul {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: visible;
  font-size: 14px;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s; }
  @media only screen and (min-width: 992px) {
    .cd-primary-nav, .cd-primary-nav ul {
      height: auto; } }
  .cd-primary-nav a, .cd-primary-nav span, .cd-primary-nav ul a, .cd-primary-nav ul span {
    display: block;
    height: 50px;
    padding: 0 20px;
    color: #222222;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-bottom: 1px solid #dadada;
    text-transform: uppercase;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, opacity;
    -webkit-transition: transform 0.3s, opacity 0.3s;
    -o-transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s; }
    .cd-primary-nav a.cd-link, .cd-primary-nav span.cd-link, .cd-primary-nav ul a.cd-link, .cd-primary-nav ul span.cd-link {
      padding-left: 40px;
      font-size: 12px;
      position: relative; }
      .cd-primary-nav a.cd-link:before, .cd-primary-nav span.cd-link:before, .cd-primary-nav ul a.cd-link:before, .cd-primary-nav ul span.cd-link:before {
        display: block;
        font-family: 'swissree';
        content: 'a';
        color: #627d77;
        font-weight: normal;
        position: absolute;
        top: 50%;
        left: 18px;
        text-transform: none;
        font-size: 16px;
        height: 16px;
        width: 16px;
        margin-top: -8px;
        line-height: 18px; }
    .cd-primary-nav a.head-link, .cd-primary-nav span.head-link, .cd-primary-nav ul a.head-link, .cd-primary-nav ul span.head-link {
      color: #333;
      font-size: 14px; }
  .cd-primary-nav.is-hidden, .cd-primary-nav ul.is-hidden {
    /* secondary navigations hidden by default */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  .cd-primary-nav.moves-out > li > a, .cd-primary-nav ul.moves-out > li > a {
    /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }

@media only screen and (max-width: 1199px) {
  .nav-on-left .cd-primary-nav, .nav-on-left .cd-primary-nav ul {
    right: auto;
    left: 0; } }
.cd-primary-nav {
  /* by default .cd-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s;
  -o-transition: visibility 0s 0.3s;
  transition: visibility 0s 0.3s; }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item {
    padding-left: 90px; }
    .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
      position: absolute;
      display: block;
      height: 40px;
      width: auto;
      left: 20px;
      top: 50%;
      margin-top: -20px; }
  .cd-primary-nav.nav-is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -o-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
    overflow-x: hidden;
    overflow-y: auto; }
  .cd-primary-nav .mb-only-nav > a {
    background: #EFF2F1; }
    .cd-primary-nav .mb-only-nav > a.nav-section {
      border-top: solid 2px #d3dbd8; }
    @media only screen and (min-width: 992px) {
      .cd-primary-nav .mb-only-nav > a {
        display: none; } }

.cd-secondary-nav > li a.head-link {
  background: #EFF2F1;
  font-weight: bold; }

.cd-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 260px;
  height: 100%;
  overflow: hidden; }

@media only screen and (min-width: 992px) {
  .cd-nav {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
    overflow: visible; }

  .cd-primary-nav {
    visibility: visible;
    position: static;
    padding: 0;
    font-size: 0;
    /* removing whitesapces */
    width: 100%;
    overflow: visible;
    background: transparent;
    background: white;
    background: -moz-linear-gradient(top, white 0%, rgba(215, 215, 215, 0.47) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, rgba(215, 215, 215, 0.47)));
    background: -webkit-linear-gradient(top, white 0%, rgba(215, 215, 215, 0.47) 100%);
    background: -o-linear-gradient(top, white 0%, rgba(215, 215, 215, 0.47) 100%);
    background: -ms-linear-gradient(top, white 0%, rgba(215, 215, 215, 0.47) 100%);
    background: linear-gradient(to bottom, white 0%, rgba(215, 215, 215, 0.47) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7', GradientType=0 );
    text-align: center; }
    .cd-primary-nav:before, .cd-primary-nav:after {
      content: " ";
      display: table; }
    .cd-primary-nav:after {
      clear: both; }
    .cd-primary-nav.moves-out > li > a {
      /* reset mobile style */
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; }
    .cd-primary-nav ul {
      position: static;
      height: auto;
      width: auto;
      background: transparent;
      overflow: visible;
      z-index: 20;
      text-align: left; }
      .cd-primary-nav ul.is-hidden {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); }
      .cd-primary-nav ul.moves-out > li > a {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1; }
    .cd-primary-nav > li {
      display: inline-block; }
    .cd-primary-nav > li > a {
      /* main navigation buttons style */
      position: relative;
      display: inline-block;
      height: 50px;
      line-height: 50px;
      padding: 0 10px; /* was 16px */
      color: #222222;
      font-weight: bold;
      font-size: 11px;
      overflow: visible;
      border-bottom: none;
      text-transform: uppercase;
      background: none;
      -webkit-transition: color 0.3s, box-shadow 0.3s;
      -o-transition: color 0.3s, box-shadow 0.3s;
      transition: color 0.3s, box-shadow 0.3s;
      text-decoration: none; }
      .cd-primary-nav > li > a:hover {
        color: #627d77;
        text-decoration: none; }
      .cd-primary-nav > li > a.selected, .cd-primary-nav > li > a.current {
        color: #627d77;
        box-shadow: inset 0 4px 0 #627d77;
        text-decoration: none; }
    .cd-primary-nav .go-back, .cd-primary-nav .see-all {
      display: none; }
    .cd-primary-nav .cd-secondary-nav {
      /* dropdown menu style */
      position: absolute;
      top: 50px;
      width: 100%;
      background: #b0bebb;
      padding: 30px 30px 40px 30px;
      box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.2);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition: opacity .3s 0s, visibility 0s 0s;
      -moz-transition: opacity .3s 0s, visibility 0s 0s;
      -o-transition: opacity .3s 0s, visibility 0s 0s;
      -ms-transition: opacity .3s 0s, visibility 0s 0s;
      transition: opacity .3s 0s, visibility 0s 0s; }
      .cd-primary-nav .cd-secondary-nav:before, .cd-primary-nav .cd-secondary-nav:after {
        content: " ";
        display: table; }
      .cd-primary-nav .cd-secondary-nav:after {
        clear: both; }
      .cd-primary-nav .cd-secondary-nav.is-hidden {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s 0s, visibility 0s .3s;
        -moz-transition: opacity .3s 0s, visibility 0s .3s;
        -o-transition: opacity .3s 0s, visibility 0s .3s;
        -ms-transition: opacity .3s 0s, visibility 0s .3s;
        transition: opacity .3s 0s, visibility 0s .3s; }
    .cd-primary-nav .cd-secondary-nav > li {
      /* change the height according to your needs - you can even set height: auto */
      height: auto;
      min-height: 50px;
      padding: 0 20px;
      /* default columns - use width percentage */
      width: 25%;
      float: left;
      overflow: hidden;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
      .cd-primary-nav .cd-secondary-nav > li > a, .cd-primary-nav .cd-secondary-nav > li > span {
        display: block;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 8px;
        padding-left: 22px;
        font-size: 12px;
        position: relative; }
    .cd-primary-nav .cd-secondary-nav li {
      /* here you set the number of columns - use width percentage */ }
      .cd-primary-nav .cd-secondary-nav li.double-column {
        width: 50%;
        float: left; }
      .cd-primary-nav .cd-secondary-nav li.single-column {
        width: 25%;
        float: left; }
    .cd-primary-nav .cd-secondary-nav a {
      height: auto;
      padding: 3px 0;
      color: #222222;
      border-bottom: none;
      font-size: 14px;
      line-height: 18px;
      text-transform: none; }
      .cd-primary-nav .cd-secondary-nav a.cd-link {
        background: none;
        font-weight: normal;
        padding-left: 22px; }
        .cd-primary-nav .cd-secondary-nav a.cd-link:before {
          left: 0; }
      .cd-primary-nav .cd-secondary-nav a:hover {
        color: #627d77;
        text-decoration: none; }
    .cd-primary-nav .cd-secondary-nav ul {
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0); }
    .cd-primary-nav .cd-secondary-nav ul ul {
      /* tertiary navigation */
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
      .cd-primary-nav .cd-secondary-nav ul ul.is-hidden {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%); }
      .cd-primary-nav .cd-secondary-nav ul ul .go-back {
        display: block; }
        .cd-primary-nav .cd-secondary-nav ul ul .go-back a {
          color: transparent; }
      .cd-primary-nav .cd-secondary-nav ul ul .see-all {
        display: block; }
    .cd-primary-nav .cd-secondary-nav .moves-out > li > a {
      /* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%); } }
@media only screen and (min-width: 1200px) {
  .cd-primary-nav > li > a {
    /* main navigation buttons style */
    padding: 0 20px; /*was 24*/
    font-weight: bold;
    font-size: 12px; } }
.has-children > a, .go-back a {
  position: relative; }
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    height: 1px;
    width: 10px;
    background: #848484;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .has-children > a::before, .go-back a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .has-children > a::after, .go-back a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  @media only screen and (min-width: 1200px) {
    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
      background: #d6d7d1; }
    .has-children > a:hover::before, .has-children > a:hover::after, .go-back a:hover::before, .go-back a:hover::after {
      background: #69aa6f; } }

.cd-secondary-nav .go-back {
  background: #000; }
  .cd-secondary-nav .go-back a {
    color: #fff;
    border: none; }
    .cd-secondary-nav .go-back a::before, .cd-secondary-nav .go-back a::after {
      top: 48%;
      background: #fff; }

.has-children > a {
  padding-right: 40px;
  text-transform: uppercase; }
  .has-children > a::before, .has-children > a::after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transform-origin: 9.5px 50%;
    -moz-transform-origin: 9.5px 50%;
    -ms-transform-origin: 9.5px 50%;
    transform-origin: 9.5px 50%; }

.cd-primary-nav .go-back a {
  padding-left: 40px; }
  .cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
    /* arrow goes on the left side - go back button */
    left: 20px;
    -webkit-transform-origin: 0.5px 50%;
    -moz-transform-origin: 0.5px 50%;
    -ms-transform-origin: 0.5px 50%;
    transform-origin: 0.5px 50%; }

@media only screen and (min-width: 992px) {
  .has-children > a::before, .has-children > a::after {
    display: none; }

  .cd-secondary-nav > .has-children > a::before, .cd-secondary-nav > .has-children > a::after {
    /* remove arrows on secondary nav titles */
    display: none; }

  .cd-primary-nav .go-back a {
    padding-left: 20px; }
    .cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
      left: 1px; } }
.cd-overlay {
  /* shadow layer visible when navigation is active */
  position: absolute;
  z-index: 40;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s; }
  .cd-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
    -o-transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s; }
  @media only screen and (min-width: 992px) {
    .cd-overlay {
      background-color: rgba(0, 0, 0, 0.4); } }

/* -------------------------------- 

support for no js 

-------------------------------- */
.no-js .cd-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 18; }

.no-js .cd-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible; }

@media only screen and (min-width: 1200px) {
  .no-js .cd-primary-nav {
    position: absolute;
    z-index: 20;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0; }

  .no-js .nav-is-fixed .cd-primary-nav {
    position: fixed; } }
/* -------------------------------- 

//END DROPDOWN MENU

-------------------------------- */
@-moz-keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes spinner-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* :not(:required) hides this rule from IE9 and below */
.spinner-loader:not(:required) {
  -moz-animation: spinner-loader 1500ms infinite linear;
  -webkit-animation: spinner-loader 1500ms infinite linear;
  animation: spinner-loader 1500ms infinite linear;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: rgba(255, 255, 255, 0.8) 1.5em 0 0 0, rgba(255, 255, 255, 0.8) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.8) 0 1.5em 0 0, rgba(255, 255, 255, 0.8) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.8) -1.5em 0 0 0, rgba(255, 255, 255, 0.8) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.8) 0 -1.5em 0 0, rgba(255, 255, 255, 0.8) 1.1em -1.1em 0 0;
  -webkit-box-shadow: rgba(255, 255, 255, 0.8) 1.5em 0 0 0, rgba(255, 255, 255, 0.8) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.8) 0 1.5em 0 0, rgba(255, 255, 255, 0.8) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.8) -1.5em 0 0 0, rgba(255, 255, 255, 0.8) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.8) 0 -1.5em 0 0, rgba(255, 255, 255, 0.8) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.8) 1.5em 0 0 0, rgba(255, 255, 255, 0.8) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.8) 0 1.5em 0 0, rgba(255, 255, 255, 0.8) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.8) -1.5em 0 0 0, rgba(255, 255, 255, 0.8) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.8) 0 -1.5em 0 0, rgba(255, 255, 255, 0.8) 1.1em -1.1em 0 0;
  display: block;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  margin: -3px 0 0 -1px;
  overflow: hidden;
  text-indent: 100%; }

/* -------------------------------- 

NO FLEXBOX STYLES, IE9

-------------------------------- */
.no-flexbox .rsContent .rsText {
  padding-top: 120px; }
.no-flexbox .contacts-btn span {
  padding-top: 10px; }
.no-flexbox .contacts-results .search-filter .filters {
  float: left;
  width: 556px; }
  .no-flexbox .contacts-results .search-filter .filters p {
    padding-top: 10px; }
