@charset "UTF-8";
/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013тАУ2014 thoughtbot, inc.
 * MIT License */
/* line 21, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/susy-2.2.2/sass/susy/language/susy/_box-sizing.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1, ../../../../.html_layout/scss/base/extends/_button.scss */
button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #333;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
}
/* line 13, ../../../../.html_layout/scss/base/extends/_button.scss */
button:hover,
input[type="submit"]:hover {
  background-color: #db2a2a;
  color: white;
}
/* line 18, ../../../../.html_layout/scss/base/extends/_button.scss */
button:disabled,
input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 9, ../../../../.html_layout/scss/bourbon/addons/_clearfix.scss */
.share-buttons::after, .main-content::after, .main-content .pages-list .sub-block::after, .roadbook-nav::after, .frontpage-addlinks::after {
  clear: both;
  content: "";
  display: table;
}

/* line 1, ../../../../.html_layout/scss/base/_typography.scss */
body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333;
  font-family: "PT Serif", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.25;
}

/* line 10, ../../../../.html_layout/scss/base/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Circe, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.7586;
  letter-spacing: 0.1em;
  margin: 0;
  text-rendering: optimizeLegibility;
}

/* line 23, ../../../../.html_layout/scss/base/_typography.scss */
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
}

/* line 31, ../../../../.html_layout/scss/base/_typography.scss */
h1 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 750px) {
  /* line 31, ../../../../.html_layout/scss/base/_typography.scss */
  h1 {
    font-size: 18.0012px;
    line-height: 1.4002;
  }
}

/* line 42, ../../../../.html_layout/scss/base/_typography.scss */
h2 {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.25;
}

/* line 50, ../../../../.html_layout/scss/base/_typography.scss */
h3, h4, h5, h6 {
  letter-spacing: normal;
  line-height: 1.1724;
}

/* line 55, ../../../../.html_layout/scss/base/_typography.scss */
h3 {
  font-size: 20px;
}

/* line 59, ../../../../.html_layout/scss/base/_typography.scss */
h4 {
  font-size: 19.2px;
}

/* line 63, ../../../../.html_layout/scss/base/_typography.scss */
h5 {
  font-size: 17.6px;
}

/* line 67, ../../../../.html_layout/scss/base/_typography.scss */
h6 {
  font-size: 16px;
}

/* line 71, ../../../../.html_layout/scss/base/_typography.scss */
p {
  margin: 0 0 1.25em;
}

/* line 75, ../../../../.html_layout/scss/base/_typography.scss */
a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #333;
  text-decoration: none;
}
/* line 80, ../../../../.html_layout/scss/base/_typography.scss */
a:hover {
  color: #db2a2a;
}
/* line 84, ../../../../.html_layout/scss/base/_typography.scss */
a:active, a:focus {
  color: #db2a2a;
  outline: none;
}

/* line 90, ../../../../.html_layout/scss/base/_typography.scss */
hr {
  border-bottom: 1px solid #bcbcbc;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 2.5em 0;
}

/* line 98, ../../../../.html_layout/scss/base/_typography.scss */
img,
picture {
  margin: 0;
  max-width: 100%;
}

/* line 104, ../../../../.html_layout/scss/base/_typography.scss */
blockquote {
  border-left: 2px solid #bcbcbc;
  color: #595959;
  margin: 2.5em 0;
  padding-left: 1.25em;
}

/* line 111, ../../../../.html_layout/scss/base/_typography.scss */
cite {
  color: #737373;
  font-style: italic;
}
/* line 115, ../../../../.html_layout/scss/base/_typography.scss */
cite:before {
  content: "\2014 \00A0";
}

/* line 1, ../../../../.html_layout/scss/base/_forms.scss */
fieldset {
  background: #d6d6d6;
  border: 1px solid #bcbcbc;
  margin: 0 0 1.25em 0;
  padding: 2.5em;
}

/* line 8, ../../../../.html_layout/scss/base/_forms.scss */
input,
label,
select {
  display: block;
  font-family: "PT Serif", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 16px;
}

/* line 16, ../../../../.html_layout/scss/base/_forms.scss */
label {
  font-weight: bold;
  margin-bottom: 0.625em;
}
/* line 20, ../../../../.html_layout/scss/base/_forms.scss */
label.required:after {
  content: "*";
}
/* line 24, ../../../../.html_layout/scss/base/_forms.scss */
label abbr {
  display: none;
}

/* line 29, ../../../../.html_layout/scss/base/_forms.scss */
textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #bcbcbc;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "PT Serif", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 16px;
  margin-bottom: 1.25em;
  padding: 0.83333em 0.83333em;
  width: 100%;
}
/* line 44, ../../../../.html_layout/scss/base/_forms.scss */
textarea:hover,
input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
select[multiple=multiple]:hover {
  border-color: #a3a3a3;
}
/* line 48, ../../../../.html_layout/scss/base/_forms.scss */
textarea:focus,
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
select[multiple=multiple]:focus {
  border-color: #477DCA;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  outline: none;
}

/* line 55, ../../../../.html_layout/scss/base/_forms.scss */
textarea {
  resize: vertical;
}

/* line 59, ../../../../.html_layout/scss/base/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* line 63, ../../../../.html_layout/scss/base/_forms.scss */
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.625em;
}

/* line 69, ../../../../.html_layout/scss/base/_forms.scss */
input[type="file"] {
  padding-bottom: 1.25em;
  width: 100%;
}

/* line 74, ../../../../.html_layout/scss/base/_forms.scss */
select {
  margin-bottom: 2.5em;
  max-width: 100%;
  width: auto;
}

/* line 1, ../../../../.html_layout/scss/base/_tables.scss */
table {
  margin: 0;
  table-layout: fixed;
  width: 100%;
  background-color: #e9ecec;
  color: #848484;
  margin-bottom: 1.25em;
}
/* line 9, ../../../../.html_layout/scss/base/_tables.scss */
table .table-subheader {
  background-color: #e0e3e3;
  border-top: 0;
}
/* line 14, ../../../../.html_layout/scss/base/_tables.scss */
table th {
  font-style: italic;
}
/* line 18, ../../../../.html_layout/scss/base/_tables.scss */
table h4 {
  font-family: Circe, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-style: normal;
  margin: 0;
}
/* line 26, ../../../../.html_layout/scss/base/_tables.scss */
table tr {
  min-height: 70px;
}
/* line 29, ../../../../.html_layout/scss/base/_tables.scss */
table tr th, table tr td {
  padding: 15px 1.7855%;
}
/* line 32, ../../../../.html_layout/scss/base/_tables.scss */
table tr th:first-child, table tr td:first-child {
  padding-left: 3.4482%;
}
/* line 36, ../../../../.html_layout/scss/base/_tables.scss */
table tr th:last-child, table tr td:last-child {
  padding-right: 3.4482%;
}
/* line 41, ../../../../.html_layout/scss/base/_tables.scss */
table tr th {
  font-weight: 400;
  font-size: 12px;
  text-align: left;
}
/* line 48, ../../../../.html_layout/scss/base/_tables.scss */
table tr td {
  line-height: 1.3em;
}
/* line 52, ../../../../.html_layout/scss/base/_tables.scss */
table tr td a {
  color: #848484;
  text-decoration: underline;
}
/* line 56, ../../../../.html_layout/scss/base/_tables.scss */
table tr td a:hover {
  color: #db2a2a;
}
/* line 64, ../../../../.html_layout/scss/base/_tables.scss */
table thead tr + tr th {
  padding-top: 0;
}
/* line 71, ../../../../.html_layout/scss/base/_tables.scss */
table tbody tr {
  border-top: 1px dotted #848484;
}
/* line 74, ../../../../.html_layout/scss/base/_tables.scss */
table tbody tr:first-child {
  border-top: 0;
}
/* line 79, ../../../../.html_layout/scss/base/_tables.scss */
table tbody .table-subheader + tr {
  border-top: 0;
}

/* line 85, ../../../../.html_layout/scss/base/_tables.scss */
tr,
td,
th {
  vertical-align: middle;
}

/* line 1, ../../../../.html_layout/scss/base/_lists.scss */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 7, ../../../../.html_layout/scss/base/_lists.scss */
.main-content ul {
  list-style-type: none;
  margin-bottom: 1.25em;
}
/* line 12, ../../../../.html_layout/scss/base/_lists.scss */
.main-content ul li:before {
  content: "\2014";
  position: absolute;
  left: -1.2em;
}
/* line 18, ../../../../.html_layout/scss/base/_lists.scss */
.main-content ul li {
  position: relative;
  margin-bottom: 0.41667em;
}
/* line 22, ../../../../.html_layout/scss/base/_lists.scss */
.main-content ul li ul {
  margin-top: 0.41667em;
  margin-left: 2.5em;
  margin-bottom: 0.41667em;
}
/* line 30, ../../../../.html_layout/scss/base/_lists.scss */
.main-content ol {
  list-style-type: decimal;
  margin-bottom: 1.25em;
  padding-left: 2.5em;
}

/* line 37, ../../../../.html_layout/scss/base/_lists.scss */
dl {
  margin-bottom: 1.25em;
}
/* line 40, ../../../../.html_layout/scss/base/_lists.scss */
dl dt {
  font-weight: bold;
  margin-top: 1.25em;
}
/* line 45, ../../../../.html_layout/scss/base/_lists.scss */
dl dd {
  margin: 0;
}

/* line 1, ../../../../.html_layout/scss/base/_buttons.scss */
button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

@font-face {
  font-family: 'Circe';
  src: url("../fonts/crc55__w.eot");
  src: url("../fonts/crc55__w.eot?#iefix") format("embedded-opentype"), url("../fonts/crc55__w.woff") format("woff"), url("../fonts/crc55__w.ttf") format("truetype"), url("../fonts/crc55__w.svg#CirceWeb-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Circe';
  src: url("../fonts/crc65__w.eot");
  src: url("../fonts/crc65__w.eot?#iefix") format("embedded-opentype"), url("../fonts/crc65__w.woff") format("woff"), url("../fonts/crc65__w.ttf") format("truetype"), url("../fonts/crc65__w.svg#CirceWeb-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}
/* Global styles */
/* line 24, ../../../../.html_layout/scss/styles.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 30, ../../../../.html_layout/scss/styles.scss */
.contacts {
  font: bold 12px/1.3 em Circe, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/*
 * Inner pages styles (less width and other columns dividing as in front page)
 */
/* line 42, ../../../../.html_layout/scss/styles.scss */
.site-header, .main-menu, .sub-menu, .main-wrapper, .see-also {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/susy-2.2.2/sass/susy/output/support/_clearfix.scss */
.site-header:after, .main-menu:after, .sub-menu:after, .main-wrapper:after, .see-also:after {
  content: " ";
  display: block;
  clear: both;
}
@media (max-width: 750px) {
  /* line 42, ../../../../.html_layout/scss/styles.scss */
  .site-header, .main-menu, .sub-menu, .main-wrapper, .see-also {
    max-width: 580px;
  }
}

/* line 49, ../../../../.html_layout/scss/styles.scss */
.site-header {
  position: relative;
  padding: 29px 10px 0;
  text-align: center;
}
/* line 54, ../../../../.html_layout/scss/styles.scss */
.site-header #site-name {
  text-transform: uppercase;
  font: bold 35px "PT Serif", Georgia, Cambria, "Times New Roman", Times, serif;
  letter-spacing: 0.125em;
  line-height: 1em;
  margin: 0;
}
/* line 61, ../../../../.html_layout/scss/styles.scss */
.site-header #site-name a {
  color: #000;
}
/* line 64, ../../../../.html_layout/scss/styles.scss */
.site-header #site-name .ext {
  color: #db2a2a;
}
/* line 68, ../../../../.html_layout/scss/styles.scss */
.site-header #site-slogan {
  font: 11px "PT Serif", Georgia, Cambria, "Times New Roman", Times, serif;
  letter-spacing: 0.06em;
  color: #a1a1a1;
  margin: 0;
}

/* line 77, ../../../../.html_layout/scss/styles.scss */
.main-menu {
  border-top: solid 1px #b8b8b8;
  border-bottom: solid 1px #b8b8b8;
  font-family: Circe, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin-top: 20px;
  /* Mobile view */
}
/* line 83, ../../../../.html_layout/scss/styles.scss */
.main-menu #main-menu-mobile-toggle {
  display: none;
}
/* line 86, ../../../../.html_layout/scss/styles.scss */
.main-menu .links {
  display: flex;
  justify-content: space-between;
  text-align: justify;
  /* IE10-, Firefox 12-21 */
  text-align-last: justify;
  /* IE10-, Firefox 12-21 */
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
/* line 100, ../../../../.html_layout/scss/styles.scss */
.main-menu .links li {
  display: inline-block;
  height: 88px;
  padding-top: 38px;
}
/* line 106, ../../../../.html_layout/scss/styles.scss */
.main-menu .links li > a {
  letter-spacing: 0.04em;
  color: #000;
}
/* line 109, ../../../../.html_layout/scss/styles.scss */
.main-menu .links li > a.active, .main-menu .links li > a:hover {
  color: #db2a2a;
}
@media (max-width: 750px) {
  /* line 77, ../../../../.html_layout/scss/styles.scss */
  .main-menu {
    position: relative;
  }
  /* line 120, ../../../../.html_layout/scss/styles.scss */
  .main-menu #main-menu-mobile-toggle {
    display: block;
    color: #000;
    line-height: 3em;
    text-align: right;
    padding-right: 32px;
  }
  /* line 127, ../../../../.html_layout/scss/styles.scss */
  .main-menu #main-menu-mobile-toggle.lighter {
    color: #bcbcbc;
  }
  /* line 129, ../../../../.html_layout/scss/styles.scss */
  .main-menu #main-menu-mobile-toggle.lighter:after {
    border-bottom: 3px solid #bcbcbc;
    border-top: 9px double #bcbcbc;
  }
  /* line 135, ../../../../.html_layout/scss/styles.scss */
  .main-menu #main-menu-mobile-toggle:after {
    border-bottom: 3px solid #000;
    border-top: 9px double #000;
    content: "";
    height: 15px;
    position: absolute;
    right: 10px;
    top: 1em;
    width: 15px;
  }
  /* line 147, ../../../../.html_layout/scss/styles.scss */
  .main-menu .links {
    display: none;
  }
  /* line 150, ../../../../.html_layout/scss/styles.scss */
  .main-menu .links.show {
    display: block;
  }
  /* line 154, ../../../../.html_layout/scss/styles.scss */
  .main-menu .links li {
    display: block;
    height: 3em;
    padding-top: 0;
    text-align: center;
  }
  /* line 160, ../../../../.html_layout/scss/styles.scss */
  .main-menu .links li > a {
    line-height: 3em;
  }
}

/* line 168, ../../../../.html_layout/scss/styles.scss */
.sub-menu {
  border-bottom: solid 1px #b8b8b8;
  font-family: Circe, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-align: left;
}
/* line 174, ../../../../.html_layout/scss/styles.scss */
.sub-menu .links {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
/* line 179, ../../../../.html_layout/scss/styles.scss */
.sub-menu .links li {
  display: inline-block;
  height: 88px;
  padding-top: 38px;
  margin-right: 30px;
}
/* line 187, ../../../../.html_layout/scss/styles.scss */
.sub-menu .links li > a {
  letter-spacing: 0.04em;
  color: #b2b2b2;
}
/* line 191, ../../../../.html_layout/scss/styles.scss */
.sub-menu .links li > a.active, .sub-menu .links li > a:hover {
  color: #db2a2a;
}
/* line 200, ../../../../.html_layout/scss/styles.scss */
.sub-menu.roadbook li {
  padding-top: 27.5px;
  line-height: 15px;
  max-width: 250px;
}
/* line 207, ../../../../.html_layout/scss/styles.scss */
.sub-menu.roadbook img {
  margin-right: 10px;
}
/* line 211, ../../../../.html_layout/scss/styles.scss */
.sub-menu.roadbook a {
  text-decoration: none;
}
/* line 213, ../../../../.html_layout/scss/styles.scss */
.sub-menu.roadbook a.active, .sub-menu.roadbook a:hover {
  color: #db2a2a;
}
/* line 218, ../../../../.html_layout/scss/styles.scss */
.sub-menu.roadbook table {
  table-layout: auto;
  color: #b2b2b2;
  background-color: transparent;
  margin: 0;
}
/* line 223, ../../../../.html_layout/scss/styles.scss */
.sub-menu.roadbook table td {
  border-bottom: 0;
  padding: 0;
}
/* line 232, ../../../../.html_layout/scss/styles.scss */
.sub-menu.section h1 {
  display: inline;
  color: #db2a2a;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
/* line 240, ../../../../.html_layout/scss/styles.scss */
.sub-menu.section li {
  margin-right: 0;
}
/* line 244, ../../../../.html_layout/scss/styles.scss */
.sub-menu.section .delimiter {
  color: #b2b2b2;
  margin: 0 10px;
}
@media (max-width: 750px) {
  /* line 251, ../../../../.html_layout/scss/styles.scss */
  .sub-menu.section li {
    height: auto;
    padding: 0;
    margin: 1em 0;
  }
}

/* line 261, ../../../../.html_layout/scss/styles.scss */
.main-wrapper {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 270, ../../../../.html_layout/scss/styles.scss */
.share-block *, .main-content *, .point-address *, .bx-yandex-view-layout * {
  margin-right: 35.63218%;
}
/* line 273, ../../../../.html_layout/scss/styles.scss */
.share-block * *, .main-content * *, .point-address * *, .bx-yandex-view-layout * * {
  margin-right: 0;
}
@media (max-width: 750px) {
  /* line 270, ../../../../.html_layout/scss/styles.scss */
  .share-block *, .main-content *, .point-address *, .bx-yandex-view-layout * {
    margin-right: 0;
  }
}

/* line 283, ../../../../.html_layout/scss/styles.scss */
.share-block {
  border-top: solid 1px #b8b8b8;
}

/* line 290, ../../../../.html_layout/scss/styles.scss */
.share-buttons {
  margin-bottom: 20px;
  font-size: 0;
}
/* line 297, ../../../../.html_layout/scss/styles.scss */
.share-buttons a {
  width: 32.14286%;
  float: left;
  margin-right: 1.78571%;
  font: 600 12px Circe, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  text-align: center;
  padding: 12px;
  color: #fff;
  text-decoration: none !important;
  -moz-transition: background-color 300ms ease-out 0s;
  -o-transition: background-color 300ms ease-out 0s;
  -webkit-transition: background-color 300ms ease-out;
  -webkit-transition-delay: 0s;
  transition: background-color 300ms ease-out 0s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 309, ../../../../.html_layout/scss/styles.scss */
.share-buttons a button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@media (max-width: 450px) {
  /* line 297, ../../../../.html_layout/scss/styles.scss */
  .share-buttons a {
    word-spacing: 222.5px;
  }
}
@media (max-width: 750px) {
  /* line 297, ../../../../.html_layout/scss/styles.scss */
  .share-buttons a {
    font-size: 10px;
  }
}
/* line 322, ../../../../.html_layout/scss/styles.scss */
.share-buttons a.vk {
  background-color: #436c98;
}
/* line 139, ../../../../.html_layout/scss/base/_base.scss */
.share-buttons a.vk:hover {
  background-color: #335375;
}
/* line 326, ../../../../.html_layout/scss/styles.scss */
.share-buttons a.twitter {
  background-color: #1aacea;
}
/* line 139, ../../../../.html_layout/scss/base/_base.scss */
.share-buttons a.twitter:hover {
  background-color: #128cbf;
}
/* line 330, ../../../../.html_layout/scss/styles.scss */
.share-buttons a.fb {
  background-color: #4e6ab1;
  margin-right: 0;
}
/* line 139, ../../../../.html_layout/scss/base/_base.scss */
.share-buttons a.fb:hover {
  background-color: #3e558e;
}
/* line 335, ../../../../.html_layout/scss/styles.scss */
.share-buttons a img {
  vertical-align: baseline;
}

/* line 342, ../../../../.html_layout/scss/styles.scss */
.main-content {
  padding-top: 30px;
  margin-bottom: 38px;
}
/* line 357, ../../../../.html_layout/scss/styles.scss */
.main-content a {
  text-decoration: underline;
}
/* line 361, ../../../../.html_layout/scss/styles.scss */
.main-content .article-header, .main-content .descr, .main-content .map {
  margin-right: 0;
}
/* line 365, ../../../../.html_layout/scss/styles.scss */
.main-content .no-gap {
  margin-bottom: 0;
}
/* line 369, ../../../../.html_layout/scss/styles.scss */
.main-content .bigger-sans, .main-content .article-header p {
  font: 600 12px Circe, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
/* line 375, ../../../../.html_layout/scss/styles.scss */
.main-content .larger, .main-content .on-page-gallery .rsGCaption {
  font-size: 1.25em;
}
/* line 379, ../../../../.html_layout/scss/styles.scss */
.main-content .insert {
  padding-left: 1.68539%;
  color: gray;
}
/* line 384, ../../../../.html_layout/scss/styles.scss */
.main-content .testimonial {
  font: 30px/1.2em Circe, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin-left: 7.86517%;
  position: relative;
}
@media (max-width: 480px) {
  /* line 384, ../../../../.html_layout/scss/styles.scss */
  .main-content .testimonial {
    font-size: 24px;
  }
}
/* line 393, ../../../../.html_layout/scss/styles.scss */
.main-content .testimonial:before {
  font-size: 48px;
  font-weight: 600;
  content: "\00ab";
  color: #990033;
  position: absolute;
  left: -40px;
}
@media (max-width: 480px) {
  /* line 393, ../../../../.html_layout/scss/styles.scss */
  .main-content .testimonial:before {
    font-size: 38px;
    left: -25px;
  }
}
/* line 408, ../../../../.html_layout/scss/styles.scss */
.main-content table.min-width-limited {
  min-width: 480px;
}
@media (max-width: 480px) {
  /* line 412, ../../../../.html_layout/scss/styles.scss */
  .main-content table.adaptive-no-header {
    min-width: 0;
  }
  /* line 417, ../../../../.html_layout/scss/styles.scss */
  .main-content table.adaptive-no-header, .main-content table.adaptive-no-header thead, .main-content table.adaptive-no-header tbody, .main-content table.adaptive-no-header th, .main-content table.adaptive-no-header td, .main-content table.adaptive-no-header tr {
    display: block;
    width: 100%;
  }
  /* line 422, ../../../../.html_layout/scss/styles.scss */
  .main-content table.adaptive-no-header thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 428, ../../../../.html_layout/scss/styles.scss */
  .main-content table.adaptive-no-header td {
    /* Behave  like a "row" */
    position: relative;
    padding-left: 3.4482%;
  }
  /* line 434, ../../../../.html_layout/scss/styles.scss */
  .main-content table.adaptive-no-header .main {
    font-size: 1.25em;
  }
}
/* line 440, ../../../../.html_layout/scss/styles.scss */
.main-content .sh-inset {
  border-top: none;
  width: 100%;
}
/* line 444, ../../../../.html_layout/scss/styles.scss */
.main-content .sh-inset img {
  max-width: 100%;
}
/* line 449, ../../../../.html_layout/scss/styles.scss */
.main-content .toggle_row {
  border-top: none;
  min-height: 0;
}
/* line 453, ../../../../.html_layout/scss/styles.scss */
.main-content .toggle_row td {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 460, ../../../../.html_layout/scss/styles.scss */
.main-content .toggle_row .inset_toggl::after {
  content: " \25B8";
}
/* line 464, ../../../../.html_layout/scss/styles.scss */
.main-content .toggle_row .inset_toggl.active::after {
  content: " \25BE";
}
/* line 472, ../../../../.html_layout/scss/styles.scss */
.main-content .go-dipper {
  font-family: Circe, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  float: right;
  background-color: #b2b2b2;
  padding: 5px 10px;
  margin-left: 5px;
  margin-bottom: 5px;
  color: #fff;
  border-radius: 3px;
}
/* line 485, ../../../../.html_layout/scss/styles.scss */
.main-content .go-dipper:hover {
  background-color: gray;
}
/* line 490, ../../../../.html_layout/scss/styles.scss */
.main-content .video {
  margin-bottom: 1.25em;
}
/* line 494, ../../../../.html_layout/scss/styles.scss */
.main-content .video-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
/* line 501, ../../../../.html_layout/scss/styles.scss */
.main-content .video-wrapper embed,
.main-content .video-wrapper object,
.main-content .video-wrapper iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
/* line 510, ../../../../.html_layout/scss/styles.scss */
.main-content .article-header {
  padding-bottom: 17px;
}
/* line 513, ../../../../.html_layout/scss/styles.scss */
.main-content .article-header h1, .main-content .article-header p {
  text-align: center;
}
@media (max-width: 750px) {
  /* line 516, ../../../../.html_layout/scss/styles.scss */
  .main-content .article-header p {
    margin-top: 10px;
    font-size: 11px;
  }
}
/* line 525, ../../../../.html_layout/scss/styles.scss */
.main-content .title-image {
  position: relative;
  margin-bottom: 50px;
}
/* line 529, ../../../../.html_layout/scss/styles.scss */
.main-content .title-image .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0   3%;
}
/* line 537, ../../../../.html_layout/scss/styles.scss */
.main-content .title-image .caption h1 {
  margin-bottom: 12px;
  line-height: 1.25em;
}
@media (max-width: 480px) {
  /* line 537, ../../../../.html_layout/scss/styles.scss */
  .main-content .title-image .caption h1 {
    font-size: 21px;
  }
}
/* line 546, ../../../../.html_layout/scss/styles.scss */
.main-content .title-image .caption p {
  margin-bottom: 15px;
  line-height: 17px;
}
/* line 551, ../../../../.html_layout/scss/styles.scss */
.main-content .title-image:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: " ";
  /* default background colour, for all layout engines that don't implement gradients */
  /*background: scale-color($color, $lightness: 25%);
  background-color: rgba(0, 0, 0, .35);*/
  background: url(../img/overlay_grd.png) left bottom repeat-x;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, transparent 50%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(50%, transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, transparent 50%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, transparent 50%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, transparent 50%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 50%);
}
@media (max-width: 480px) {
  /* line 551, ../../../../.html_layout/scss/styles.scss */
  .main-content .title-image:before {
    /* default background colour, for all layout engines that don't implement gradients */
    /*background: scale-color($color, $lightness: 25%);
    background-color: rgba(0, 0, 0, .35);*/
    background: url(../img/overlay_grd.png) left bottom repeat-x;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, transparent 75%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(75%, transparent));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, transparent 75%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, transparent 75%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, transparent 75%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 75%);
  }
}
/* line 567, ../../../../.html_layout/scss/styles.scss */
.main-content .map {
  margin-bottom: 3.4483%;
}
/* line 572, ../../../../.html_layout/scss/styles.scss */
.main-content .pages-list .sub-block {
  position: relative;
  margin-bottom: 5.495%;
}
@media (min-width: 480px) {
  /* line 577, ../../../../.html_layout/scss/styles.scss */
  .main-content .pages-list .sub-block .text-hider {
    height: 140px;
    overflow: hidden;
  }
}
/* line 582, ../../../../.html_layout/scss/styles.scss */
.main-content .pages-list .sub-block img {
  float: left;
  margin-right: 20px;
}
/* line 586, ../../../../.html_layout/scss/styles.scss */
.main-content .pages-list .sub-block h2 {
  font-family: "PT Serif", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0 0 5px;
  text-transform: none;
  letter-spacing: normal;
}
/* line 595, ../../../../.html_layout/scss/styles.scss */
.main-content .pages-list .sub-block a {
  text-decoration: none;
}
/* line 598, ../../../../.html_layout/scss/styles.scss */
.main-content .pages-list .sub-block .order-num {
  position: absolute;
  font: 600 20px Circe, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  background-color: #b2b2b2;
  color: #fff;
  width: 40px;
  height: 40px;
  left: 3px;
  top: 3px;
  text-align: center;
  line-height: 40px;
  padding-right: 1px;
  padding-top: 1px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  /* line 598, ../../../../.html_layout/scss/styles.scss */
  .main-content .pages-list .sub-block .order-num {
    left: -60px;
    top: 50px;
  }
}
/* line 617, ../../../../.html_layout/scss/styles.scss */
.main-content .pages-list .sub-block a:link,
.main-content .pages-list .sub-block a:visited {
  color: black;
}
/* line 621, ../../../../.html_layout/scss/styles.scss */
.main-content .pages-list .sub-block a:hover,
.main-content .pages-list .sub-block a:active {
  color: #db2a2a;
}
/* line 624, ../../../../.html_layout/scss/styles.scss */
.main-content .pages-list .sub-block a:hover h2,
.main-content .pages-list .sub-block a:active h2 {
  color: #db2a2a;
}
/* line 627, ../../../../.html_layout/scss/styles.scss */
.main-content .pages-list .sub-block a:hover .order-num,
.main-content .pages-list .sub-block a:active .order-num {
  background-color: #db2a2a;
}
/* line 633, ../../../../.html_layout/scss/styles.scss */
.main-content .quote-author {
  position: relative;
}
/* line 635, ../../../../.html_layout/scss/styles.scss */
.main-content .quote-author .quote-face {
  position: absolute;
  left: -60px;
}
@media (max-width: 1024px) {
  /* line 635, ../../../../.html_layout/scss/styles.scss */
  .main-content .quote-author .quote-face {
    position: static;
    float: left;
    margin-right: 10px;
  }
}
/* line 644, ../../../../.html_layout/scss/styles.scss */
.main-content .quote-author h4 {
  font-family: Circe, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.125em;
  margin-bottom: 0;
  margin-top: 0;
}
/* line 652, ../../../../.html_layout/scss/styles.scss */
.main-content .quote-author p {
  color: #bfbfbf;
  font-size: 14px;
}
/* line 657, ../../../../.html_layout/scss/styles.scss */
.main-content h3.list-header {
  font-size: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 15px 2.24719%;
  background-color: #e0e3e3;
  border-top: 1px dotted #848484;
  border-bottom: 1px dotted #848484;
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 670, ../../../../.html_layout/scss/styles.scss */
.main-content .multi-column-list, .main-content .flat-list {
  list-style: none;
  background-color: #e9ecec;
  color: #848484;
  padding: 0 2.24719%;
}
/* line 680, ../../../../.html_layout/scss/styles.scss */
.main-content .multi-column-list.no-gap, .main-content .no-gap.flat-list {
  margin-bottom: 0;
}
/* line 684, ../../../../.html_layout/scss/styles.scss */
.main-content .multi-column-list .column, .main-content .flat-list .column {
  padding: 0;
  padding-right: 15px;
}
/* line 687, ../../../../.html_layout/scss/styles.scss */
.main-content .multi-column-list .column.last, .main-content .flat-list .column.last {
  padding-right: 0;
}
/* line 692, ../../../../.html_layout/scss/styles.scss */
.main-content .multi-column-list li, .main-content .flat-list li {
  font-family: "PT Serif", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 20px;
  color: #848484;
  padding: 15px 0;
  border-bottom: 1px dotted #848484;
}
/* line 708, ../../../../.html_layout/scss/styles.scss */
.main-content .multi-column-list li:last-child, .main-content .flat-list li:last-child {
  border-bottom: none;
}
/* line 712, ../../../../.html_layout/scss/styles.scss */
.main-content .multi-column-list li:before, .main-content .flat-list li:before {
  content: none;
}
/* line 716, ../../../../.html_layout/scss/styles.scss */
.main-content .multi-column-list li .descr, .main-content .flat-list li .descr {
  font-size: 12px;
  font-style: italic;
  text-align: right;
}
/* line 722, ../../../../.html_layout/scss/styles.scss */
.main-content .multi-column-list li .price, .main-content .flat-list li .price {
  font-family: "PT Serif", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
/* line 735, ../../../../.html_layout/scss/styles.scss */
.main-content .on-page-gallery {
  width: 100%;
  border-top: solid 1px #b8b8b8;
  margin-top: 40px;
}
/* line 745, ../../../../.html_layout/scss/styles.scss */
.main-content .on-page-gallery .rsThumbsHor .rsThumbsContainer .rsNavItem {
  transition: border 0.1s linear;
}
/* line 748, ../../../../.html_layout/scss/styles.scss */
.main-content .on-page-gallery .rsThumbsHor .rsThumbsContainer .rsNavItem:hover {
  border: 2px solid black;
  transition: border 0.1s linear;
}
/* line 752, ../../../../.html_layout/scss/styles.scss */
.main-content .on-page-gallery .rsThumbsHor .rsThumbsContainer .rsNavItem:hover img {
  opacity: 1;
  transition: opacity 0.1s linear;
}
/* line 758, ../../../../.html_layout/scss/styles.scss */
.main-content .on-page-gallery .rsThumbsHor .rsThumbsContainer .rsNavItem img {
  opacity: 0.5;
  transition: opacity 0.1s linear;
}
/* line 764, ../../../../.html_layout/scss/styles.scss */
.main-content .on-page-gallery .rsThumbsHor .rsThumbsContainer .rsNavSelected {
  border: 2px solid red;
}
/* line 767, ../../../../.html_layout/scss/styles.scss */
.main-content .on-page-gallery .rsThumbsHor .rsThumbsContainer .rsNavSelected img {
  opacity: 1;
}
/* line 773, ../../../../.html_layout/scss/styles.scss */
.main-content .on-page-gallery .rsThumbsHor .rsThumbsArrow {
  background-color: #fff;
  width: 45px;
}
/* line 777, ../../../../.html_layout/scss/styles.scss */
.main-content .on-page-gallery .rsThumbsHor .rsThumbsArrow .rsThumbsArrowIcn {
  background: #b2b2b2 url("../img/on-page-gallery.png") no-repeat;
  width: 40px;
  height: 40px;
  left: 0;
  margin-left: 0;
  margin-top: -20px;
  border-radius: 20px;
}
/* line 786, ../../../../.html_layout/scss/styles.scss */
.main-content .on-page-gallery .rsThumbsHor .rsThumbsArrow .rsThumbsArrowIcn:hover {
  background-color: #c82e2e;
}
/* line 792, ../../../../.html_layout/scss/styles.scss */
.main-content .on-page-gallery .rsThumbsHor .rsThumbsArrow.rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: 0 0;
}
/* line 798, ../../../../.html_layout/scss/styles.scss */
.main-content .on-page-gallery .rsThumbsHor .rsThumbsArrow.rsThumbsArrowRight .rsThumbsArrowIcn {
  right: 0;
  left: auto;
  background-position: -40px 0;
}
/* line 807, ../../../../.html_layout/scss/styles.scss */
.main-content .on-page-gallery .rsOverflow {
  border: 1px solid #ccc;
  background-color: #f5f5f5;
}
/* line 811, ../../../../.html_layout/scss/styles.scss */
.main-content .on-page-gallery .rsOverflow .rsArrow {
  width: 80px;
  height: 80px;
  top: 50%;
  margin-top: -40px;
}
/* line 817, ../../../../.html_layout/scss/styles.scss */
.main-content .on-page-gallery .rsOverflow .rsArrow .rsArrowIcn {
  width: 100%;
  height: 100%;
  margin: 0;
  left: auto;
  top: auto;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.7) url("../img/on-page-gallery.png") no-repeat;
}
/* line 829, ../../../../.html_layout/scss/styles.scss */
.main-content .on-page-gallery .rsOverflow .rsArrowLeft .rsArrowIcn {
  background-position: 0 -40px;
}
/* line 835, ../../../../.html_layout/scss/styles.scss */
.main-content .on-page-gallery .rsOverflow .rsArrowRight .rsArrowIcn {
  background-position: -80px -40px;
}
/* line 841, ../../../../.html_layout/scss/styles.scss */
.main-content .on-page-gallery .rsSlideCount {
  font-family: Circe, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  color: #999;
  font-size: 13px;
  float: right;
  margin-top: 20px;
  letter-spacing: 0.05em;
}
/* line 852, ../../../../.html_layout/scss/styles.scss */
.main-content .on-page-gallery .rsGCaption {
  text-align: left;
  float: left;
  width: 64.36782%;
  margin-top: 20px;
}
@media (max-width: 750px) {
  /* line 852, ../../../../.html_layout/scss/styles.scss */
  .main-content .on-page-gallery .rsGCaption {
    font-size: 16px;
    width: 90%;
  }
}
/* line 869, ../../../../.html_layout/scss/styles.scss */
.main-content .on-page-gallery.rsFullscreen .rsThumbsHor .rsThumbsArrow {
  background-color: #f5f5f5;
}
/* line 874, ../../../../.html_layout/scss/styles.scss */
.main-content .on-page-gallery.rsFullscreen .rsGCaption {
  position: absolute;
  float: none;
  bottom: 0;
  left: 6px;
  bottom: 6px;
  background: #FFF;
  background: rgba(255, 255, 255, 0.75);
  padding: 2px 8px;
  width: auto;
  font-size: 14px;
  border-radius: 2px;
}

/* line 894, ../../../../.html_layout/scss/styles.scss */
.point-address {
  margin-top: -13px;
  font: 30px Circe, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.2em;
  text-align: center;
}
/* line 902, ../../../../.html_layout/scss/styles.scss */
.point-address p {
  padding-top: 65px;
  background: url("../img/loc_pin.png") top center no-repeat;
}
/* line 907, ../../../../.html_layout/scss/styles.scss */
.point-address a {
  text-decoration: none;
}
@media (max-width: 480px) {
  /* line 894, ../../../../.html_layout/scss/styles.scss */
  .point-address {
    font-size: 24px;
  }
}

/* line 916, ../../../../.html_layout/scss/styles.scss */
.bx-yandex-view-layout {
  margin-bottom: 70px;
}

/* line 921, ../../../../.html_layout/scss/styles.scss */
.roadbook-nav {
  font-size: 20px;
  margin-bottom: 50px;
}
/* line 926, ../../../../.html_layout/scss/styles.scss */
.roadbook-nav a {
  display: block;
  min-height: 40px;
  font-size: 16px;
}
/* line 933, ../../../../.html_layout/scss/styles.scss */
.roadbook-nav a h6 {
  font-size: 30px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 750px) {
  /* line 933, ../../../../.html_layout/scss/styles.scss */
  .roadbook-nav a h6 {
    display: none;
  }
}
/* line 943, ../../../../.html_layout/scss/styles.scss */
.roadbook-nav a p {
  margin: 0;
}
@media (max-width: 480px) {
  /* line 943, ../../../../.html_layout/scss/styles.scss */
  .roadbook-nav a p {
    display: none;
  }
}
/* line 953, ../../../../.html_layout/scss/styles.scss */
.roadbook-nav .to-left {
  float: left;
  max-width: 45%;
  padding-left: 70px;
  background: url('../img/rb_prv.png?1458545599') left no-repeat;
}
/* line 960, ../../../../.html_layout/scss/styles.scss */
.roadbook-nav .to-left:hover {
  background-image: url('../img/rb_prv_hover.png?1458545599');
}
/* line 966, ../../../../.html_layout/scss/styles.scss */
.roadbook-nav .to-right {
  float: right;
  max-width: 45%;
  padding-right: 70px;
  background: url('../img/rb_next.png?1458545599') right no-repeat;
  text-align: right;
}
/* line 974, ../../../../.html_layout/scss/styles.scss */
.roadbook-nav .to-right:hover {
  background-image: url('../img/rb_next_hover.png?1458545599');
}

/* line 980, ../../../../.html_layout/scss/styles.scss */
aside h1 {
  font-size: 12px;
  padding: 25px 0 15px;
}

/* line 985, ../../../../.html_layout/scss/styles.scss */
.see-also {
  margin-bottom: 25px;
  border-top: solid 1px #b8b8b8;
}
/* line 991, ../../../../.html_layout/scss/styles.scss */
.see-also ul {
  float: left;
  width: 100%;
}
/* line 995, ../../../../.html_layout/scss/styles.scss */
.see-also li {
  width: 29.88506%;
  float: left;
  margin-right: 5.17241%;
}
/* line 63, ../../../../.html_layout/scss/base/_base.scss */
.see-also li {
  position: relative;
}
/* line 71, ../../../../.html_layout/scss/base/_base.scss */
.see-also li a {
  letter-spacing: 0.125em;
  color: #fff;
}
/* line 76, ../../../../.html_layout/scss/base/_base.scss */
.see-also li .page-link {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  /* default background colour, for all layout engines that don't implement gradients */
  /*background: scale-color($color, $lightness: 25%);
  background-color: rgba(0, 0, 0, .35);*/
  background: url(../img/overlay_grd.png) left bottom repeat-x;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, transparent 50%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(50%, transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, transparent 50%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, transparent 50%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, transparent 50%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 50%);
}
/* line 86, ../../../../.html_layout/scss/base/_base.scss */
.see-also li .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
/* line 92, ../../../../.html_layout/scss/base/_base.scss */
.see-also li .caption .title {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid transparent;
}
/* line 97, ../../../../.html_layout/scss/base/_base.scss */
.see-also li .caption .title *:last-child {
  margin-bottom: 0;
}
/* line 102, ../../../../.html_layout/scss/base/_base.scss */
.see-also li .caption h2 {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.15em;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
/* line 111, ../../../../.html_layout/scss/base/_base.scss */
.see-also li .caption p {
  letter-spacing: normal;
  margin-bottom: 10px;
  font-size: 14px;
}
/* line 119, ../../../../.html_layout/scss/base/_base.scss */
.see-also li .sect-link {
  font: 400 12px Tahoma, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid white;
  padding: 6px 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
}
/* line 129, ../../../../.html_layout/scss/base/_base.scss */
.see-also li .sect-link:hover {
  color: #db2a2a;
  border-color: #db2a2a;
}
/* line 998, ../../../../.html_layout/scss/styles.scss */
.see-also li:last-child {
  margin-right: 0;
}
@media (max-width: 480px) {
  /* line 1002, ../../../../.html_layout/scss/styles.scss */
  .see-also li .caption h2 {
    font-size: 9px;
  }
}

/* line 1010, ../../../../.html_layout/scss/styles.scss */
.sidebar-ad {
  position: absolute;
  top: 30px;
  right: 10px;
  max-width: 29.8851%;
}
/* line 1016, ../../../../.html_layout/scss/styles.scss */
.sidebar-ad.wth-slider {
  top: 610px;
}
/* line 1020, ../../../../.html_layout/scss/styles.scss */
.sidebar-ad .sub-block {
  position: static;
}
@media (max-width: 750px) {
  /* line 1010, ../../../../.html_layout/scss/styles.scss */
  .sidebar-ad {
    display: none;
  }
}

/* line 1029, ../../../../.html_layout/scss/styles.scss */
#footer {
  background-color: #414141;
  color: #fff;
  padding: 30px 10px 0;
}
/* line 1033, ../../../../.html_layout/scss/styles.scss */
#footer .footer-about, #footer .footer-links {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/susy-2.2.2/sass/susy/output/support/_clearfix.scss */
#footer .footer-about:after, #footer .footer-links:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 1035, ../../../../.html_layout/scss/styles.scss */
#footer .footer-about h6, #footer .footer-links h6 {
  font: 600 12px Circe, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 7px;
}
/* line 1042, ../../../../.html_layout/scss/styles.scss */
#footer .footer-about p, #footer .footer-links p {
  font-size: 14px;
  line-height: 1.3;
  margin-right: 400px;
}
@media (max-width: 750px) {
  /* line 1042, ../../../../.html_layout/scss/styles.scss */
  #footer .footer-about p, #footer .footer-links p {
    margin-right: 0;
  }
}
/* line 1050, ../../../../.html_layout/scss/styles.scss */
#footer .footer-about hr, #footer .footer-links hr {
  border-color: #676767;
}
/* line 1055, ../../../../.html_layout/scss/styles.scss */
#footer .socials {
  float: right;
  margin-top: 20px;
  margin-bottom: 35px;
}
/* line 1060, ../../../../.html_layout/scss/styles.scss */
#footer .socials a {
  margin: 0 17px;
}
/* line 1064, ../../../../.html_layout/scss/styles.scss */
#footer .socials a:last-child {
  margin-right: 0;
}
@media (max-width: 750px) {
  /* line 1055, ../../../../.html_layout/scss/styles.scss */
  #footer .socials {
    float: none;
    margin-top: 0;
  }
  /* line 1072, ../../../../.html_layout/scss/styles.scss */
  #footer .socials a {
    margin: 0 5px;
  }
  /* line 1076, ../../../../.html_layout/scss/styles.scss */
  #footer .socials a:first-child {
    margin-left: 0;
  }
}
/* line 1085, ../../../../.html_layout/scss/styles.scss */
#footer .bottom-menu-main,
#footer .bottom-menu-side {
  list-style: none;
  text-transform: uppercase;
  margin: 0 150px 3px 0;
}
@media (max-width: 750px) {
  /* line 1085, ../../../../.html_layout/scss/styles.scss */
  #footer .bottom-menu-main,
  #footer .bottom-menu-side {
    margin-right: 0;
  }
}
/* line 1093, ../../../../.html_layout/scss/styles.scss */
#footer .bottom-menu-main li,
#footer .bottom-menu-side li {
  font: 600 12px Circe, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  letter-spacing: 0.04em;
  line-height: 2em;
  display: inline-block;
}
@media (max-width: 750px) {
  /* line 1093, ../../../../.html_layout/scss/styles.scss */
  #footer .bottom-menu-main li,
  #footer .bottom-menu-side li {
    display: block;
  }
}
/* line 1101, ../../../../.html_layout/scss/styles.scss */
#footer .bottom-menu-main li a,
#footer .bottom-menu-side li a {
  color: #fff;
  padding-left: 0px;
  padding-right: 12px;
}
/* line 1108, ../../../../.html_layout/scss/styles.scss */
#footer .bottom-menu-side {
  margin-bottom: 25px;
}
/* line 1110, ../../../../.html_layout/scss/styles.scss */
#footer .bottom-menu-side li a {
  color: #b0b0b0;
}
/* line 1114, ../../../../.html_layout/scss/styles.scss */
#footer .pv-link {
  float: right;
  margin-top: -23px;
}
@media (max-width: 750px) {
  /* line 1118, ../../../../.html_layout/scss/styles.scss */
  #footer .pv-link img {
    width: 70px;
    height: 41px;
  }
}

/*
 * Section page layout
 */
/* line 1129, ../../../../.html_layout/scss/styles.scss */
.tiles-block {
  margin-bottom: 2.24719%;
}
/* line 63, ../../../../.html_layout/scss/base/_base.scss */
.tiles-block {
  position: relative;
}
/* line 71, ../../../../.html_layout/scss/base/_base.scss */
.tiles-block a {
  letter-spacing: 0.125em;
  color: #fff;
}
/* line 76, ../../../../.html_layout/scss/base/_base.scss */
.tiles-block .page-link {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  /* default background colour, for all layout engines that don't implement gradients */
  /*background: scale-color($color, $lightness: 25%);
  background-color: rgba(0, 0, 0, .35);*/
  background: url(../img/overlay_grd.png) left bottom repeat-x;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, transparent 50%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(50%, transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, transparent 50%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, transparent 50%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, transparent 50%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 50%);
}
/* line 86, ../../../../.html_layout/scss/base/_base.scss */
.tiles-block .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
/* line 92, ../../../../.html_layout/scss/base/_base.scss */
.tiles-block .caption .title {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid transparent;
}
/* line 97, ../../../../.html_layout/scss/base/_base.scss */
.tiles-block .caption .title *:last-child {
  margin-bottom: 0;
}
/* line 102, ../../../../.html_layout/scss/base/_base.scss */
.tiles-block .caption h2 {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.15em;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
/* line 111, ../../../../.html_layout/scss/base/_base.scss */
.tiles-block .caption p {
  letter-spacing: normal;
  margin-bottom: 10px;
  font-size: 14px;
}
/* line 119, ../../../../.html_layout/scss/base/_base.scss */
.tiles-block .sect-link {
  font: 400 12px Tahoma, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid white;
  padding: 6px 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
}
/* line 129, ../../../../.html_layout/scss/base/_base.scss */
.tiles-block .sect-link:hover {
  color: #db2a2a;
  border-color: #db2a2a;
}
/* line 1133, ../../../../.html_layout/scss/styles.scss */
.tiles-block.desaturated {
  /* Disable grayscale on hover  */
}
/* line 1134, ../../../../.html_layout/scss/styles.scss */
.tiles-block.desaturated img {
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* Firefox 35+ */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
}
/* line 1142, ../../../../.html_layout/scss/styles.scss */
.tiles-block.desaturated img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}
/* line 1148, ../../../../.html_layout/scss/styles.scss */
.tiles-block a {
  text-decoration: none;
}
/* line 1152, ../../../../.html_layout/scss/styles.scss */
.tiles-block .photo-album {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.7) url("../img/foto-ico.png") no-repeat;
}
@media (max-width: 480px) {
  /* line 1152, ../../../../.html_layout/scss/styles.scss */
  .tiles-block .photo-album {
    width: 25px;
    height: 25px;
    background-size: 100%;
  }
}

/* line 1168, ../../../../.html_layout/scss/styles.scss */
.secondary-container {
  max-width: 560px;
  margin-left: 0;
  margin-right: auto;
  clear: both;
}
/* line 12, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/susy-2.2.2/sass/susy/output/support/_clearfix.scss */
.secondary-container:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 1172, ../../../../.html_layout/scss/styles.scss */
.secondary-container .tiles-block {
  margin-bottom: 3.57143%;
  width: 48.21429%;
  float: left;
  margin-right: 3.57143%;
}
/* line 1177, ../../../../.html_layout/scss/styles.scss */
.secondary-container .tiles-block:nth-child(even) {
  float: right;
  margin-right: 0;
}

/*
 * Front page layout
 */
/* line 1190, ../../../../.html_layout/scss/styles.scss */
.frontpage-slider {
  width: 100%;
  margin-bottom: 1.69492%;
}
/* line 1196, ../../../../.html_layout/scss/styles.scss */
.frontpage-slider .rsContent .caption {
  position: absolute;
  bottom: 0;
  /*right: 10%;*/
  height: 100%;
  width: 25%;
  left:2%;
}
/* line 1203, ../../../../.html_layout/scss/styles.scss */
.frontpage-slider .rsContent .caption.left-align {
  right: auto;
  left: 10%;
}
/* line 1208, ../../../../.html_layout/scss/styles.scss */
.frontpage-slider .rsContent .caption div h2 {
  /*position: absolute;*/
  /*top: 50%;*/
  /*margin-top: -25%;*/
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-shadow: 0 0 5px #000;
  display: block;
}
.frontpage-slider .rsContent .caption div div {
  /*position: absolute;*/
  /*top: 50%;*/
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-shadow: 0 0 5px #000;
  font-family: Circe, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  line-height: 1.25;
}

@media (max-width: 750px) {
  /* line 1225, ../../../../.html_layout/scss/styles.scss */
  .frontpage-slider {
    ssheight: 300px !important;
  }
  /* line 1230, ../../../../.html_layout/scss/styles.scss */
  .frontpage-slider .rsContent .caption h2 {
    font-size: 18px;
  }
  .main-menu .links
  {
	 text-align: left !important; 
	 text-align-last: left !important;
  }
}
@media (max-width: 480px) {
  /* line 1242, ../../../../.html_layout/scss/styles.scss */
  .frontpage-slider .rsContent .caption {
    width: 100%;
    height: auto;
	bottom: 20px;
	left: 0;
  }
  .frontpage-slider .rsContent .caption div
  {
	position: static !important;
	transform: translateY(0) !important;
	top: 0 !important;
  }
  /* line 1246, ../../../../.html_layout/scss/styles.scss */
  .frontpage-slider .rsContent .caption h2 {
    position: static !important;
	margin: 0 auto 0px;
    text-align: center;
	font-size: 12px !important;
	text-align: center;
	width: 100% !important;
  }
  /* line 1255, ../../../../.html_layout/scss/styles.scss */
  .frontpage-slider .rsArrow {
    display: none !important;
  }
  /* line 1259, ../../../../.html_layout/scss/styles.scss */
  .frontpage-slider .rsBullets {
    bottom: 5px;
  }
  .rsMinW .rsBtnCenterer
  {
	  top: 30%;
	  
  }
  .rsMinW .rsPlayBtn
  {
	  width: 40px !important;
	  height: 40px !important;
	  margin-left: -20px !important;
	  margin-top: -20px !important;
  }
  .rsMinW .rsPlayBtnIcon
  {
	  width: 40px !important;
	  height: 40px !important; 
	  background-position: -12px -44px;
  }
  
}
/* line 1269, ../../../../.html_layout/scss/styles.scss */
.front .main-wrapper, .front .row, .front .row-50-50, .front .row-25-50-25, .front .row-25-25-25-25, .front .site-header, .front .main-menu {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/susy-2.2.2/sass/susy/output/support/_clearfix.scss */
.front .main-wrapper:after, .front .row:after, .front .row-50-50:after, .front .row-25-50-25:after, .front .row-25-25-25-25:after, .front .site-header:after, .front .main-menu:after {
  content: " ";
  display: block;
  clear: both;
}
@media (max-width: 750px) {
  /* line 1269, ../../../../.html_layout/scss/styles.scss */
  .front .main-wrapper, .front .row, .front .row-50-50, .front .row-25-50-25, .front .row-25-25-25-25, .front .site-header, .front .main-menu {
    max-width: 540px;
  }
}
/* line 1276, ../../../../.html_layout/scss/styles.scss */
.front .tile-grid {
  padding-top: 30px;
}
/* line 1280, ../../../../.html_layout/scss/styles.scss */
.front .img-block {
  margin-bottom: 1.81818%;
}
/* line 63, ../../../../.html_layout/scss/base/_base.scss */
.front .img-block {
  position: relative;
}
/* line 71, ../../../../.html_layout/scss/base/_base.scss */
.front .img-block a {
  letter-spacing: 0.125em;
  color: #fff;
}
/* line 76, ../../../../.html_layout/scss/base/_base.scss */
.front .img-block .page-link {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  /* default background colour, for all layout engines that don't implement gradients */
  /*background: scale-color($color, $lightness: 25%);
  background-color: rgba(0, 0, 0, .35);*/
  background: url(../img/overlay_grd.png) left bottom repeat-x;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, transparent 50%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(50%, transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, transparent 50%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, transparent 50%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, transparent 50%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 50%);
}
/* line 86, ../../../../.html_layout/scss/base/_base.scss */
.front .img-block .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
/* line 92, ../../../../.html_layout/scss/base/_base.scss */
.front .img-block .caption .title {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid transparent;
}
/* line 97, ../../../../.html_layout/scss/base/_base.scss */
.front .img-block .caption .title *:last-child {
  margin-bottom: 0;
}
/* line 102, ../../../../.html_layout/scss/base/_base.scss */
.front .img-block .caption h2 {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.15em;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
/* line 111, ../../../../.html_layout/scss/base/_base.scss */
.front .img-block .caption p {
  letter-spacing: normal;
  margin-bottom: 10px;
  font-size: 14px;
}
/* line 119, ../../../../.html_layout/scss/base/_base.scss */
.front .img-block .sect-link {
  font: 400 12px Tahoma, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid white;
  padding: 6px 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
}
/* line 129, ../../../../.html_layout/scss/base/_base.scss */
.front .img-block .sect-link:hover {
  color: #db2a2a;
  border-color: #db2a2a;
}
/* line 1284, ../../../../.html_layout/scss/styles.scss */
.front .img-block:last-child, .front .img-block.last {
  margin-right: 0 !important;
}
@media (max-width: 750px) {
  /* line 1280, ../../../../.html_layout/scss/styles.scss */
  .front .img-block {
    margin-bottom: 3.7037%;
  }
}
/* line 1296, ../../../../.html_layout/scss/styles.scss */
.front .row-50-50 .img-block {
  width: 49.09091%;
  float: left;
  margin-right: 1.81818%;
}
@media (max-width: 750px) {
  /* line 1301, ../../../../.html_layout/scss/styles.scss */
  .front .row-50-50 .img-block {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 1311, ../../../../.html_layout/scss/styles.scss */
.front .row-25-50-25 .img-block.main {
  width: 49.09091%;
  float: left;
  margin-right: 1.81818%;
  margin-left: 25.45455%;
}
/* line 1315, ../../../../.html_layout/scss/styles.scss */
.front .row-25-50-25 .img-block.first, .front .row-25-50-25 .img-block.last {
  width: 23.63636%;
  float: left;
  margin-right: 1.81818%;
}
/* line 1319, ../../../../.html_layout/scss/styles.scss */
.front .row-25-50-25 .img-block.first {
  margin-left: -76.36364%;
}
@media (max-width: 750px) {
  /* line 1326, ../../../../.html_layout/scss/styles.scss */
  .front .row-25-50-25 .img-block.main {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-left: 0%;
  }
  /* line 1330, ../../../../.html_layout/scss/styles.scss */
  .front .row-25-50-25 .img-block.first, .front .row-25-50-25 .img-block.last {
    width: 48.14815%;
    float: left;
    margin-right: 3.7037%;
    margin-left: 0%;
  }
}
/* line 1342, ../../../../.html_layout/scss/styles.scss */
.front .row-25-25-25-25 .img-block {
  width: 23.63636%;
  float: left;
  margin-right: 1.81818%;
}
@media (max-width: 750px) {
  /* line 1350, ../../../../.html_layout/scss/styles.scss */
  .front .row-25-25-25-25 .img-block {
    width: 48.14815%;
    float: left;
    margin-right: 3.7037%;
  }
  /* line 1353, ../../../../.html_layout/scss/styles.scss */
  .front .row-25-25-25-25 .img-block:nth-child(even) {
    margin-right: 0;
  }
}

/*
 * Frontpage secondary menu
 */
/* line 1366, ../../../../.html_layout/scss/styles.scss */
.frontpage-addlinks {
  margin: 0.56497% 0 2.54237%;
}
/* line 1370, ../../../../.html_layout/scss/styles.scss */
.frontpage-addlinks li {
  display: block;
  width: 25%;
  height: 90px;
  float: left;
  background-position: center;
}
/* line 1377, ../../../../.html_layout/scss/styles.scss */
.frontpage-addlinks li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  font: bold 12px Circe, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
/* line 1390, ../../../../.html_layout/scss/styles.scss */
.frontpage-addlinks li a::before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 1%;
  vertical-align: middle;
}
/* line 1407, ../../../../.html_layout/scss/styles.scss */
.frontpage-addlinks li a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 5%;
  text-align: center;
}
@media (max-width: 750px) {
  /* line 1420, ../../../../.html_layout/scss/styles.scss */
  .frontpage-addlinks li {
    width: 50%;
  }
}

/*
 * Off-canvas menu
 */
/* line 1430, ../../../../.html_layout/scss/styles.scss */
.off-canvas-menu {
  position: fixed;
  width: 290px;
  left: -290px;
  height: 100%;
  top: 0;
  padding-top: 35px;
  font: 600 17px Circe, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  background-color: #1c1c1c;
}
/* line 1443, ../../../../.html_layout/scss/styles.scss */
.off-canvas-menu * {
  z-index: 0;
}
/* line 1447, ../../../../.html_layout/scss/styles.scss */
.off-canvas-menu li {
  padding: 0 40px 20px;
}
/* line 1450, ../../../../.html_layout/scss/styles.scss */
.off-canvas-menu li .active {
  color: #db2a2a;
}
/* line 1455, ../../../../.html_layout/scss/styles.scss */
.off-canvas-menu a {
  color: #b1b1b1;
}
/* line 1458, ../../../../.html_layout/scss/styles.scss */
.off-canvas-menu a:hover {
  color: #db2a2a;
}

/* line 1464, ../../../../.html_layout/scss/styles.scss */
.off-canvas-wrap {
  position: relative;
}

/* line 1468, ../../../../.html_layout/scss/styles.scss */
.off-canvas-menu,
.off-canvas-wrap {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* line 1474, ../../../../.html_layout/scss/styles.scss */
.openNav .off-canvas-menu {
  left: 0;
}
/* line 1478, ../../../../.html_layout/scss/styles.scss */
.openNav .off-canvas-wrap {
  -webkit-transform: translate3d(290px, 0, 0);
  -moz-transform: translate3d(290px, 0, 0);
  -ms-transform: translate3d(290px, 0, 0);
  -o-transform: translate3d(290px, 0, 0);
  transform: translate3d(290px, 0, 0);
}
/* line 1482, ../../../../.html_layout/scss/styles.scss */
.openNav .open-panel {
  background-position: left bottom;
}
@media (max-width: 480px) {
  /* line 1482, ../../../../.html_layout/scss/styles.scss */
  .openNav .open-panel {
    display: none;
  }
}

/* Reveal open/close buttons */
/* line 1493, ../../../../.html_layout/scss/styles.scss */
.open-panel {
  position: absolute;
  cursor: pointer;
  font: 600 17px Circe, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  color: #b8b8b8;
  letter-spacing: 0.04em;
  padding-left: 55px;
  background: url("../img/side_menu.png") left top no-repeat;
  background-size: 33px 66px;
  line-height: 33px;
}
@media (max-width: 750px) {
  /* line 1493, ../../../../.html_layout/scss/styles.scss */
  .open-panel {
    width: 33px;
    padding-left: 33px;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  /* line 1493, ../../../../.html_layout/scss/styles.scss */
  .open-panel {
    top: 3px;
    left: 6px;
  }
}

@media (max-width: 480px) {
  /* line 1519, ../../../../.html_layout/scss/styles.scss */
  .close-panel {
    position: absolute;
    width: 33px;
    height: 33px;
    background: #999 url("../img/side_menu.png") left bottom no-repeat;
    background-size: 33px 66px;
    border-radius: 3px;
    top: 7px;
    left: 250px;
  }
}

/********************************************
 * Fix admin pop-up dialogs layout
 * Overwrites common setting table-layout: fixed;
 *******************************************/
/* line 1536, ../../../../.html_layout/scss/styles.scss */
.bx-core-adm-dialog table {
  table-layout: auto;
}


#scrollUp
{
	width: 42px;
	height: 42px;
    border-radius: 50%;
	background: #000 url(../img/up.png) no-repeat 50% 48%;
	opacity: 0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 50);
	color: #fff;
	font-size: 0px;
	text-indent: -9999px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: block;
    transition: all .5s;
}
	#scrollUp:hover
	{
		opacity: 0.999;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 99,9);
	}