@charset "UTF-8";
@font-face {
  font-family: "Awesome";
  font-display: swap;
  src: url("/g/tpl/all/font/fontawesome-webfont.eot");
  src: url("/g/tpl/all/font/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("/g/tpl/all/font/fontawesome-webfont.woff2") format("woff2"), url("/g/tpl/all/font/fontawesome-webfont.woff") format("woff"), url("/g/tpl/all/font/fontawesome-webfont.ttf") format("truetype"), url("/g/tpl/all/font/fontawesome-webfont.svg#Awesome") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Awesome";
    src: url("/g/tpl/all/font/fontawesome-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
  }
}
.s3_button_small, .s3_button_large, .s3_pagelist_item_active {
  display: inline-block;
  text-decoration: none;
  color: #333;
  border: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0.2307692308em;
  -moz-border-radius: 0.2307692308em;
  -ms-border-radius: 0.2307692308em;
  -o-border-radius: 0.2307692308em;
  border-radius: 0.2307692308em;
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.4);
  background-color: #dedede;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #dedede));
  background-image: -o-linear-gradient(top, #f8f8f8 0%, #dedede 100%);
  background-image: -moz-linear-gradient(top, #f8f8f8 0%, #dedede 100%);
  background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #dedede 100%);
  background-image: -ms-linear-gradient(top, #f8f8f8 0%, #dedede 100%);
  background-image: linear-gradient(to bottom, #f8f8f8 0%, #dedede 100%);
  -pie-background: linear-gradient(to bottom, #f8f8f8 0%, #dedede 100%);
}
.s3_button_small:hover, .s3_button_large:hover, .s3_pagelist_item_active:hover {
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #eee));
  background-image: -o-linear-gradient(top, #fcfcfc 0%, #eee 100%);
  background-image: -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%);
  background-image: -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%);
  background-image: -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%);
  background-image: linear-gradient(to bottom, #fcfcfc 0%, #eee 100%);
  -pie-background: linear-gradient(to bottom, #fcfcfc 0%, #eee 100%);
}
.s3_button_small:active, .s3_button_large:active, .s3_pagelist_item_active:active {
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dedede), color-stop(100%, #f2f2f2));
  background-image: -o-linear-gradient(top, #dedede 0%, #f2f2f2 100%);
  background-image: -moz-linear-gradient(top, #dedede 0%, #f2f2f2 100%);
  background-image: -webkit-linear-gradient(top, #dedede 0%, #f2f2f2 100%);
  background-image: -ms-linear-gradient(top, #dedede 0%, #f2f2f2 100%);
  background-image: linear-gradient(to bottom, #dedede 0%, #f2f2f2 100%);
  -pie-background: linear-gradient(to bottom, #dedede 0%, #f2f2f2 100%);
}
.s3_button_small:disabled, .s3_button_small[disabled], .s3_button_large:disabled, .s3_button_large[disabled], .s3_pagelist_item_active:disabled, .s3_pagelist_item_active[disabled] {
  opacity: 0.5;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #dedede;
  background-image: none;
  -pie-background: #dedede;
}
.s3_button_small {
  padding: 0.3846153846em 0.9230769231em;
}
.s3_button_large {
  padding: 0.5333333333em 1.0666666667em;
  font-size: 1.1538461538em;
  font-weight: bold;
}
.s3_icon {
  display: inline-block;
  text-decoration: none;
  font-family: "Awesome";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}
.s3_table {
  display: table;
}
.s3_table .s3_table_row, .s3_table .s3_table_head {
  display: table-row;
}
.s3_table .s3_table_row .s3_table_ceil, .s3_table .s3_table_head .s3_table_ceil {
  display: table-cell;
}
.s3_message {
  display: table;
  padding: 1em;
  margin: 1em 0;
  background-color: #f0e4c9;
  border: 1px solid #e1c893;
  color: #333;
  -moz-box-shadow: 0 2px 6px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.75);
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.75);
  box-shadow: 0 2px 6px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.75);
}
.s3_message.s3_message_success {
  background-color: #80c080;
  border: 1px solid green;
  color: #fff;
}
.s3_message.s3_message_warning {
  background-color: #f0e4c9;
  border: 1px solid #e1c893;
  color: #333;
}
.s3_message.s3_message_error {
  background-color: #ff8080;
  border: 1px solid red;
  color: #fff;
}
.s3_moderation_note {
  font-size: 0.8461538462em;
  color: red;
  margin: 1.6363636364em 0;
}
.s3_comments_user {
  margin: 1.3846153846em 0;
}
.s3_image_format_1 {
  min-width: 90px;
}
.s3_image_format_2 {
  min-width: 150px;
}
.s3_image_format_3 {
  min-width: 120px;
}
.s3_image_format_4 {
  min-width: 120px;
}
.s3_image_format_5 {
  min-width: 180px;
}
.s3_post_date {
  color: #656565;
  font-size: 0.9230769231em;
}
.s3_post_head {
  margin-bottom: 1.3846153846em;
}
.s3_post_content {
  margin: 1.3846153846em 0;
}
.s3_post_content:after {
  clear: both;
  content: "";
  display: block;
}
.s3_post_content .s3_post_image {
  margin-right: 1.3846153846em;
  float: left;
  text-align: center;
}
.s3_post_content .s3_post_image img {
  border: 1px solid #999;
  visibility: visible;
  vertical-align: top;
}
.s3_post .s3_post_image {
  margin-bottom: 1.3846153846em;
}
.s3_post .s3_post_tags {
  margin-bottom: 0.4615384615em;
}
.s3_post .s3_post_tags .s3_icon:before {
  content: "";
  font-size: 0.8461538462em;
  margin-right: 0.7692307692em;
}
.s3_post .s3_post_folders {
  margin-bottom: 0.4615384615em;
}
.s3_post .s3_post_folders .s3_icon:before {
  content: "";
  font-size: 0.8461538462em;
  margin-right: 0.7692307692em;
}
.s3_posts_folders_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.s3_posts_folders_list > li {
  display: inline-block;
  padding: 0;
  margin: 0 3% 1.3846153846em 0;
  max-width: 30%;
  vertical-align: top;
}
.s3_posts_folders_list > li > a {
  font-weight: bold;
}
.s3_posts_folders_list > li ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.s3_posts_folders_list > li ul li {
  margin: 0.6153846154em 0;
}
.s3_posts_folders_list > li ul li ul {
  margin-left: 1.3846153846em;
}
.s3_posts_list_item .s3_post_title {
  margin: 0.3529411765em 0 1.0588235294em;
  font-size: 1.3076923077em;
}
.s3_posts_list_item .s3_post_text {
  overflow: hidden;
}
.s3_posts_list_item .s3_post_text p:first-child {
  margin-top: 0;
}
.s3_comments_item {
  margin: 0;
}
.s3_comments_item .s3_anchor {
  float: right;
}
.s3_comments_item .s3_anchor .s3_icon:before {
  margin-left: 0.7692307692em;
  content: "";
  font-size: 0.8461538462em;
}
.s3_comments_item .s3_comment_date {
  font-size: 0.8461538462em;
  opacity: 0.8;
}
.s3_comments_item .s3_comment_author {
  font-size: 1.0769230769em;
}
.s3_comments_item .s3_comment_head {
  padding: 0.9230769231em 1.0769230769em;
  background-color: rgba(0, 0, 0, 0.2);
}
.s3_comments_item .s3_comment_head:after {
  display: block;
  clear: both;
  content: "";
}
.s3_comments_item .s3_comment_content {
  margin: 0;
  padding: 1.1538461538em;
}
.s3_comments_item .s3_comment_reply {
  position: relative;
  margin-top: 1.3846153846em;
  padding: 1em;
  border: 1px solid rgba(119, 119, 119, 0.2);
  background-color: rgba(119, 119, 119, 0.2);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.s3_comments_item .s3_comment_reply:before, .s3_comments_item .s3_comment_reply:after {
  position: absolute;
  left: 20px;
  content: "";
}
.s3_comments_item .s3_comment_reply:before {
  top: -8px;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 0 6px 7px 6px;
  border-bottom-color: rgba(119, 119, 119, 0.2);
}
.s3_comments_item .s3_comment_reply:after {
  top: -6px;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 0 6px 7px 6px;
  border-bottom-color: rgba(119, 119, 119, 0.2);
}
.s3_comments_item .s3_comment_reply .s3_comment_reply_head {
  padding-bottom: 0.6153846154em;
  border-bottom: 1px solid #7f7f7f;
}
.s3_comments_item .s3_comment_reply .s3_comment_reply_head:after {
  content: "";
  clear: both;
}
.s3_comments_item .s3_comment_reply .s3_comment_reply_content {
  margin: 0;
  padding-top: 0.6153846154em;
}
.s3_files_list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.s3_files_list .s3_table_ceil {
  padding: 0.7692307692em;
  vertical-align: middle;
}
.s3_files_list .s3_files_list_title {
  background: #dedede;
  font-size: 0.9230769231em;
  white-space: pre;
}
.s3_files_list .s3_files_list_item .s3_file_head {
  width: 100%;
  color: #999;
  font-size: 0.9230769231em;
}
.s3_files_list .s3_files_list_item .s3_file_head .s3_file_alternate_name {
  font-size: 1.2307692308em;
}
.s3_files_list .s3_files_list_item .s3_file_head .s3_file_name {
  display: block;
}
.s3_files_list .s3_files_list_item .s3_table_ceil {
  border-bottom: 1px solid #ccc;
}
.s3_files_list .s3_files_list_item .s3_file_size {
  text-align: right;
  white-space: pre;
  font-size: 1.0769230769em;
  font-weight: bold;
}
.s3_files_list .s3_files_list_item .s3_file_download {
  white-space: pre;
}
.s3_search_result_total {
  margin: 1.9230769231em 0;
  padding: 0.3846153846em 0;
  border-bottom: 1px solid #cecece;
}
.s3_search_result_list {
  margin: 0 0 0 1.5384615385em;
  padding: 0;
  list-style: none;
}
.s3_search_result_list .s3_search_result_list_item .s3_search_result_name {
  margin: 0.375em 0;
  font-size: 1.2307692308em;
}
.s3_search_result_list .s3_search_result_list_item .s3_search_result_name a {
  text-indent: -1.5em;
}
.s3_search_result_list .s3_search_result_list_item .s3_search_result_name .s3_icon:before {
  margin-right: 0.7692307692em;
  content: "";
  font-size: 0.8461538462em;
}
.s3_search_result_list .s3_search_result_list_item .s3_search_result_url {
  color: #999;
  font-size: 0.9230769231em;
}
.s3_search_result_list .s3_search_result_list_item .s3_search_result_text {
  margin: 1.3846153846em 0;
}
.s3_pagelist {
  margin: 1.3846153846em 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.s3_pagelist .s3_pagelist_item {
  display: inline-block;
  min-width: 2.1333333333em;
  min-height: 1.8666666667em;
  margin: 0 0.2em;
  vertical-align: middle;
  background-color: #fff;
  font-size: 1.1538461538em;
  line-height: 1.1538461538em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0.2307692308em;
  -moz-border-radius: 0.2307692308em;
  -ms-border-radius: 0.2307692308em;
  -o-border-radius: 0.2307692308em;
  border-radius: 0.2307692308em;
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.4);
}
.s3_pagelist .s3_pagelist_item a, .s3_pagelist .s3_pagelist_item span {
  display: block;
  padding: 0.3333333333em;
  text-decoration: none;
  color: #333;
}
.s3_pagelist .s3_pagelist_item .s3_icon {
  font-size: 1.3333333333em;
  line-height: 1.3333333333em;
}
.s3_pagelist .s3_pagelist_item.s3_pagelist_item_prev a, .s3_pagelist .s3_pagelist_item.s3_pagelist_item_next a, .s3_pagelist .s3_pagelist_item.s3_pagelist_item_first a, .s3_pagelist .s3_pagelist_item.s3_pagelist_item_last a {
  padding: 0;
}
.s3_pagelist .s3_pagelist_item.s3_pagelist_item_prev .s3_icon:before {
  content: "";
}
.s3_pagelist .s3_pagelist_item.s3_pagelist_item_next .s3_icon:before {
  content: "";
}
.s3_pagelist .s3_pagelist_item.s3_pagelist_item_first .s3_icon:before {
  content: "";
}
.s3_pagelist .s3_pagelist_item.s3_pagelist_item_last .s3_icon:before {
  content: "";
}
/* [+] s3_text_block */
.s3_text_block {
  margin: 2.3076923077em 0;
}
/* [-] s3_text_block */
/* [+] s3_form */
.s3_tpl_anketa .s3_form {
  margin-top: 2.3076923077em;
}
.s3_form .anketa-flash-upload div.flash {
  max-width: 100%;
  border: 1px solid #ccc;
  -webkit-border-radius: 0.2307692308em;
  -moz-border-radius: 0.2307692308em;
  -ms-border-radius: 0.2307692308em;
  -o-border-radius: 0.2307692308em;
  border-radius: 0.2307692308em;
}
.s3_form_item {
  margin: 0.7692307692em 0;
}
.s3_required {
  color: red;
}
.s3_form_field_title {
  margin-bottom: 0.3846153846em;
}
.s3_form_field_type_text, .s3_form_field_type_password, .s3_form_field_type_textarea, .s3_form_field_type_select, .s3_form_item_type_captcha input[type=text] {
  max-width: 100%;
  padding: 0.3076923077em 0.7692307692em;
  border: 1px solid #ccc;
  -webkit-border-radius: 0.2307692308em;
  -moz-border-radius: 0.2307692308em;
  -ms-border-radius: 0.2307692308em;
  -o-border-radius: 0.2307692308em;
  border-radius: 0.2307692308em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.s3_form_field_type_text.s3_form_field_error, .s3_form_field_type_password.s3_form_field_error, .s3_form_field_type_textarea.s3_form_field_error, .s3_form_field_type_select.s3_form_field_error, .s3_form_item_type_captcha input[type=text].s3_form_field_error {
  border-color: red;
}
.s3_form_field_type_text[disabled], .s3_form_field_type_password[disabled], .s3_form_field_type_textarea[disabled], .s3_form_field_type_select[disabled], .s3_form_item_type_captcha input[type=text][disabled] {
  background-color: #dedede;
  border-color: #dedede;
  resize: none;
}
.s3_form_field_type_text, .s3_form_field_type_password, .s3_form_field_type_textarea {
  width: 32.3076923077em;
}
.s3_form_field_type_select {
  min-width: 15.3846153846em;
}
.s3_form_field_type_radio, .s3_form_field_type_checkbox {
  width: 1em;
  height: 1em;
  margin: 0 0.3846153846em 0 0;
  vertical-align: middle;
}
.s3_form_field_type_radio[disabled] + .s3_form_subitem_title, .s3_form_field_type_checkbox[disabled] + .s3_form_subitem_title {
  color: #dedede;
}
.s3_form_item_type_calendar .s3_icon:before, .s3_form_item_type_calendar_interval .s3_icon:before {
  margin-left: 0.3846153846em;
  content: "";
}
.s3_form_item_type_calendar .s3_form_field_type_text {
  width: 7em;
}
.s3_form_item_type_calendar_interval .s3_form_subitem {
  display: inline-block;
  margin-right: 0.7692307692em;
}
.s3_form_item_type_calendar_interval .s3_form_field_type_text {
  width: 7em;
  margin-left: 0.3846153846em;
}
.s3_form_item_type_captcha .mgCaptcha-block {
  display: inline-block;
  margin: 0 1em 0 0;
  vertical-align: middle;
}
.s3_form_item_type_captcha img:first-child {
  border: 1px solid #ccc;
}
.s3_form_item_type_captcha img + img {
  padding-left: 0.2307692308em;
  vertical-align: bottom;
}
.s3_form_item_type_captcha input[type=text] {
  width: 6.9230769231em;
}
.s3_form_item_type_captcha.s3_form_item_error input[type=text] {
  border-color: red;
}
.s3_form_subitem {
  margin: 0.3846153846em 0;
}
.s3_form_note {
  padding: 0.2307692308em 0.7692307692em 0;
}
.s3_form_error {
  padding: 0 0.7692307692em;
  color: red;
}
/* [-] s3_form */
/* [+] s3_tpl_authorization */
.s3_form_field_alias_birthday {
  width: 6em;
  min-width: 0;
}
/* [-] s3_tpl_authorization */
/* [+] s3_tpl_login */
.s3_login_form {
  float: left;
  width: 15.3846153846em;
  margin-top: 0.3846153846em;
}
.s3_login_form .s3_form_item {
  margin: 0.4615384615em 0;
}
.s3_login_form .s3_form_field_type_text {
  width: 15.3846153846em;
}
.s3_login_form .s3_form_item_type_email {
  margin-top: 0;
}
.s3_login_form .s3_form_item_type_password:after {
  display: block;
  clear: both;
  content: "";
}
.s3_login_form .s3_form_item_type_password .s3_form_field_content {
  display: inline-block;
  vertical-align: top;
}
.s3_login_form .s3_form_item_type_password .s3_form_field_type_text {
  width: 10em;
}
.s3_login_form .s3_form_item_button {
  float: right;
  margin: 0;
  vertical-align: top;
}
.s3_registration_link {
  margin: 0.7692307692em 0;
}
.s3_password_forgot {
  display: table;
  padding: 0.3846153846em 0 0 2.3076923077em;
  vertical-align: top;
}
.s3_password_forgot p {
  margin-top: 0;
}
.s3_tpl_forgot_password .s3_form_item_type_button {
  margin-top: 1.5384615385em;
}
/* [-] s3_tpl_login */
/* [+] s3_vote */
.s3_tpl_vote .s3_form_item_type_text {
  margin-top: 0.7692307692em;
}
.s3_tpl_vote .s3_form_field_type_text {
  width: 15.3846153846em;
}
.s3_tpl_vote .s3_form_item_type_button {
  margin-top: 1.5384615385em;
}
.s3_votes_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.s3_votes_list_item {
  margin: 1em 0;
  padding-left: 1.6153846154em;
  font-size: 1.0769230769em;
  font-weight: bold;
}
.s3_votes_list_item:before {
  position: absolute;
  margin-left: -1.6153846154em;
  content: "—";
  color: #0088cc;
  font-weight: normal;
}
.s3_vote_variant_list {
  margin: 0;
  padding: 0 0 0 0.7692307692em;
  list-style: none;
}
.s3_vote_results {
  margin: 0;
  padding: 0;
  list-style: none;
}
.s3_vote_results_item {
  margin: 1.1538461538em 0;
  font-size: 1.0769230769em;
}
.s3_vote_answer {
  margin-bottom: 0.3846153846em;
}
.s3_vote_answer_progress {
  display: inline-block;
  height: 1.5384615385em;
  vertical-align: middle;
  background-color: #0089cd;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00bee4), color-stop(100%, #0089cd));
  background-image: -o-linear-gradient(top, #00bee4 0%, #0089cd 100%);
  background-image: -moz-linear-gradient(top, #00bee4 0%, #0089cd 100%);
  background-image: -webkit-linear-gradient(top, #00bee4 0%, #0089cd 100%);
  background-image: -ms-linear-gradient(top, #00bee4 0%, #0089cd 100%);
  background-image: linear-gradient(to bottom, #00bee4 0%, #0089cd 100%);
  -pie-background: linear-gradient(to bottom, #00bee4 0%, #0089cd 100%);
}
.s3_vote_answer_count {
  margin-left: 0.7692307692em;
}
.s3_vote_answer_count[data-count="0"] {
  margin-left: 0;
}
/* [-] s3_vote */
/* [+] s3_sitemap */
.s3_sitemap_list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  /* &:before {
        position: absolute;
        top: em(5px,$baseFontSize);
        bottom: em(5px,$baseFontSize);
        left: 0;
        content: '';
        border-left: 1px dotted $tplColor11;
    } */
}
.s3_sitemap_list > .s3_sitemap_list_item {
  margin: 0.9230769231em 0;
}
.s3_sitemap_list > .s3_sitemap_list_item > a {
  font-size: 1.0769230769em;
}
.s3_sitemap_list > .s3_sitemap_list_item.s3_sitemap_list_item_last {
  /* &:before {
                margin-top: em(3px,$baseFontSize);
            }*/
}
.s3_sitemap_list_item {
  position: relative;
  margin: 0.6153846154em 0;
  padding-left: 1.3846153846em;
  /* &:before {
        position: absolute;
        top: em(5px,$baseFontSize);
        left: 0;
        width: em(8px,$baseFontSize);
        margin-top: -1px;
        border-top: 1px dotted $tplColor11;
        content: '';
    }
    &:after {
        position: absolute;
        top: em(18px,$baseFontSize);
        bottom: em(8px,$baseFontSize);
        left: em(18px,$baseFontSize);
        border-left: 1px dotted $tplColor11;
        content: '';
    } */
}
.s3_sitemap_sublist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.s3_sitemap_list_item_empty {
  padding-left: 1.3846153846em;
}
.s3_sitemap_sublist_not_parent {
  position: relative;
  /* &:after {
        position: absolute;
        top: em(4px,$baseFontSize)*-1;
        left: 0;
        height: em(8px,$baseFontSize);
        border-left: 1px dotted $tplColor11;
        content: '';
    } */
}
/* [-] s3_sitemap */
/* [+] s3_gallery_list */
.s3_gallery_list {
  margin-bottom: 3.0769230769em;
}
.s3_gallery_list_item {
  display: inline-block;
  margin: 1.1538461538em 1.3846153846em 0 0;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.s3_gallery_list_item:hover .s3_gallery_list_image {
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.s3_gallery_list_image {
  display: block;
  padding: 0.7692307692em;
  text-align: center;
  border: 1px solid #ccc;
}
.s3_gallery_list_image img {
  display: inline-block;
  vertical-align: middle;
  border: 0 none !important;
}
.s3_gallery_list_image:after {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}
.s3_gallery_list_title {
  margin-top: 0.5384615385em;
  font-size: 0.9230769231em;
}
/* [-] s3_gallery_list */
/* [+] s3_gallery_view */
.s3_gallery_view_image {
  padding: 0.7692307692em;
  border: 1px solid #ccc;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.s3_gallery_view_image img {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* [-] s3_gallery_view */
#link-top {
  position: fixed;
  bottom: 3%;
  left: 20px;
  z-index: 4;
  display: none;
  width: 50px;
  height: 60px;
  background: rgba(183, 4, 44, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 3px #fff;
}
#top-link {
  display: block;
  width: 50px;
  height: 60px;
  background: url(../go-top.png) 50% 50% no-repeat;
  -webkit-background-size: 30px 36px;
  background-size: 30px 36px;
}
/*****************/
#bookmarkme {
  position: absolute;
  top: 0;
  z-index: 50;
  left: 50%;
  margin: 110px 0 0 500px;
  z-index: 10000;
}
#bookmarkme img {
  display: block;
}
.noscroll #bookmarkme {
  z-index: 500;
}
@media (max-width: 960px) {
  #bookmarkme {
    bottom: auto;
    top: 10px;
    right: 10px;
    margin: 0;
    left: auto;
  }
}
