.t3-header {
  position: relative;
}

@media (max-width: 320px) {
  #t3-mainnav {
    padding-left: 0;
  }
}
.logo {
  padding-top: 12px;
  padding-bottom: 25px;
  text-align: right;
}
@media (min-width: 1280px) {
  .logo {
    padding-bottom: 0;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text {
  white-space: nowrap;
}
.logo-text a {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 11px;
  margin-top: 5px;
}
.logom {
  padding-top: 10px;
}
@media (max-width: 500px) {
  .logom {
    margin-left: 20px;
  }
}
@media (min-width: 501px) and (max-width: 1299px) {
  .logo {
    text-align: center;
  }
}
.nav-search {
  padding: 0;
}
.nav-search > a {
  color: #246c36;
  border-bottom: 2px solid transparent;
  padding: 18px 12px;
  display: block;
}
.nav-search > a:hover {
  color: #12b36a;
}
.nav-search.open > a {
  color: #12b36a;
  border-bottom-color: #12b36a;
}
.nav-search .dropdown-menu {
  background: #cfcfcf;
  margin-top: 0;
  right: 0;
  left: auto;
  padding: 12px;
  border: 0;
}
@media (max-width: 479px) {
  .nav-search .dropdown-menu {
    right: -54px;
  }
}
.nav-search .dropdown-menu .t3-module {
  margin-bottom: 0;
}
.nav-search .dropdown-menu .t3-module .search input {
  background: #cfcfcf;
  border-color: #246c36;
  color: #5d6f57;
  font-size: 13px;
  width: 200px;
}
.nav-search .dropdown-menu .t3-module .search input:hover,
.nav-search .dropdown-menu .t3-module .search input:active,
.nav-search .dropdown-menu .t3-module .search input:focus {
  background: #c2c2c2;
}
.head-search {
  margin-top: 12px;
}
.head-search:before,
.head-search:after {
  content: " ";
  display: table;
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}
.t3-sl .t3-sl-title {
  display: none;
}
.t3-sl {
  padding-bottom: 12px;
  padding-top: 12px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 12px;
    padding-top: 12px;
  }
}
.t3-sl .t3-sl-title {
  color: #246c36;
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 36px;
  text-align: center;
}
@media (min-width: 768px) {
  .t3-sl .t3-sl-title {
    font-size: 36px;
  }
}
.t3-mainbody {
  padding-top: 12px;
  padding-bottom: 12px;
}
.t3-content {
  padding-top: 12px;
  padding-bottom: 12px;
}
.t3-sidebar {
  padding-top: 12px;
  padding-bottom: 12px;
}
.t3-footer {
  background: none;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus {
  text-decoration: none;
  color: #000;
}
#back-to-top {
  position: fixed;
  right: 12px;
  top: auto;
  z-index: 999;
  display: none;
}
@media (min-width: 768px) {
  #back-to-top {
    display: block;
  }
}
#back-to-top .btn {
  background: #363d42;
  border-color: #12b36a;
  color: #12b36a;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  line-height: 60px;
  opacity: 0.5;
  padding: 0;
  text-align: center;
  transition: 0.2s;
}
#back-to-top .btn:hover,
#back-to-top .btn:active,
#back-to-top .btn:focus {
  background: #2c3236;
  opacity: 1;
}
#back-to-top.affix {
  bottom: 24px;
}
#back-to-top a {
  outline: none;
}
#back-to-top i {
  font-size: 30px;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 24px 0;
  }
}
@media screen and (min-width: 1280px) {
  .t3-footnav {
    padding: 20px 0;
  }
}
.t3-footnav .t3-module {
  padding: 10px;
  background: none;
  margin-top: 6px;
  margin-bottom: 6px;
}
.t3-footnav .t3-module .module-title {
  color: #346b1b;
  font-size: 16px;
  margin-bottom: 12px;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 14px;
}
.t3-footnav .t3-module ul > li {
  border-bottom: none;
  line-height: 12px;
}
.t3-footnav .t3-module ul > li > a {
  color: #e3e3e3;
  padding: 3px 0;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  background: none;
  color: #ffffff;
}
.t3-footnav .t3-module ul.contact-info {
  margin-bottom: 20px;
}
.t3-footnav .t3-module ul.contact-info li {
  line-height: 18px;
  margin-bottom: 10px;
  padding-left: 12px;
}
.t3-footnav .t3-module ul.contact-info li > i[class^="fa"] {
  float: left;
  font-size: 16px;
  margin: 1px 0 0 -12px;
}
.t3-footnav .t3-module ul.contact-info + a {
  color: #246c36;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.t3-footnav .t3-module ul.contact-info + a:hover,
.t3-footnav .t3-module ul.contact-info + a:active,
.t3-footnav .t3-module ul.contact-info + a:focus {
  color: #12b36a;
  text-decoration: none;
}
.t3-footnav .addthis_toolbox > a {
  background: none;
  border: none;
  border-radius: 50%;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  margin: 0 5px 8px 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  transition: 0.3s;
  width: 36px !important;
}
.t3-footnav .addthis_toolbox > a i {
  color: #ffffff;
  font-size: 16px;
  line-height: 36px;
  display: block;
  position: relative;
}
.t3-footnav .addthis_toolbox > a:hover,
.t3-footnav .addthis_toolbox > a:focus,
.t3-footnav .addthis_toolbox > a:active {
  opacity: 0.6;
}
.t3-footnav .addthis_toolbox > a.addthis_button_facebook_follow {
  background: #3B5998;
}
.t3-footnav .addthis_toolbox > a.addthis_button_twitter_follow {
  background: #00ACED;
}
.t3-footnav .addthis_toolbox > a.addthis_button_linkedin_follow {
  background: #007BB6;
}
.t3-footnav .addthis_toolbox > a.addthis_button_google_follow {
  background: #DD4B39;
}
.footer-logo .footer-logo-container {
  text-align: center;
  padding-bottom: 12px;
  padding-top: 12px;
}
@media screen and (min-width: 768px) {
  .footer-logo .footer-logo-container {
    border-top: none;
  }
}
@media screen and (min-width: 1280px) {
  .footer-logo .footer-logo-container {
    padding-bottom: 12px;
    padding-top: 0;
    border: none;
    min-width: 177px;
  }
}
.footer-logo .footer-logo-container > a {
  display: inline-block;
  width: 64px;
  height: 75px;
  background: url("../../../templates/ja_nuevo/images/logo/footer-logo.png");
  overflow: hidden;
  text-indent: -999em;
}
@media screen and (min-width: 1280px) {
  .footer-logo .footer-logo-container > a {
    margin-top: 3px;
  }
}
.t3-copyright {
  background: #fff;
  font-size: 13px;
  padding: 10px 0;
  text-align: center;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 0px;
}
.copyright {
  margin-bottom: 12px;
  font-size: 14px;
  color: #000;
}
@media screen and (min-width: 939px) {
  .copyright {
    margin-bottom: 0;
    text-align: left;
  }
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 938px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
.t3-content-top {
  padding-top: 12px;
  padding-bottom: 12px;
}
.jamasshead {
  text-align: center;
  padding: 70px;
  background: url('/images/background/masthead/bg-masthead-autumn.jpg') no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  background-attachment: fixed;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/background/masthead/bg-masthead-autumn.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/background/masthead/bg-masthead-autumn.jpg', sizingMethod='scale')";
}
@media screen and (max-width: 938px) {
  .jamasshead {
    padding: 12px;
    background-position: top !important;
    background-attachment: inherit !important;
    background-size: cover;
  }
}
.jamasshead .jamasshead-title {
  color: #ffffff;
  font-weight: 300;
  font-size: 60px;
  margin: 0;
}
@media screen and (max-width: 938px) {
  .jamasshead .jamasshead-title {
    font-size: 36px;
  }
}
.jamasshead .jamasshead-description {
  color: #3c7423;
  margin-top: 12px;
  line-height: 1.8;
  width: 500px;
  margin: 12px auto auto;
}
@media screen and (max-width: 938px) {
  .jamasshead .jamasshead-description {
    font-size: 14px;
    margin: 6px auto auto;
    width: auto;
  }
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  
  padding-top: 0;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper .video-thumb {
  width: 100%;
}
.video-wrapper .mask {
  top: 0;
  left: 0;
  background: #000000;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.video-wrapper .btn {
  position: absolute;
  background: none;
  color: #ffffff;
  width: 60px;
  height: 60px;
  border: 2px solid #ffffff;
  text-align: center;
  line-height: 60px;
  padding: 0;
  z-index: 3;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  cursor: pointer;
  border-radius: 60px;
}
.video-wrapper .btn .fa {
  font-size: 16px;
}
.video-wrapper .btn:hover,
.video-wrapper .btn:focus,
.video-wrapper .btn:active {
  outline: none;
}
.bonus-page {
  text-align: center;
}
.bonus-page .bn-item {
  border-bottom: 1px solid #e1e4e6;
  padding-bottom: 24px;
  padding-top: 24px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .bonus-page .bn-item {
    border-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .bonus-page .bn-item {
    min-height: 440px;
    padding-bottom: 12px;
    padding-top: 12px;
  }
}
@media (min-width: 1280px) {
  .bonus-page .bn-item:hover .circle-icon {
    -webkit-transform: translate(0, -360px);
    -moz-transform: translate(0, -360px);
    -o-transform: translate(0, -360px);
    -ms-transform: translate(0, -360px);
    transform: translate(0, -360px);
    display: none\9;
  }
  .bonus-page .bn-item:hover h4 {
    margin-top: -150px;
    margin-top: 50px\9;
  }
  .bonus-page .bn-item:hover .btn {
    display: inline-block;
  }
}
.bonus-page .circle-icon {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.bonus-page h4 {
  color: #246c36;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  margin-bottom: 6px;
  margin-top: 0;
  line-height: 1.5;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.bonus-page h4 a {
  color: #246c36;
}
.bonus-page h4 a:hover {
  color: #12b36a;
  text-decoration: none;
}
.bonus-page p {
  font-size: 15px;
  line-height: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.bonus-page .btn {
  margin-top: 12px;
}
@media (min-width: 1280px) {
  .bonus-page .btn {
    display: none;
  }
}
.layout-ja_nuevoservices .item {
  text-align: center;
}
.layout-ja_nuevoservices .item article {
  font-size: 15px;
  color: #999999;
  border: 2px solid transparent;
  padding: 0;
  height: 260px;
  overflow: hidden;
}
.layout-ja_nuevoservices .item article .article-header {
  margin: 12px 0;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.layout-ja_nuevoservices .item article .article-header .article-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layout-ja_nuevoservices .item article .article-title a {
  font-size: 18px;
  text-transform: uppercase;
}
.layout-ja_nuevoservices .item article .service-intro {
  -webkit-transition: all 0.3s ease-in-out 0.05s;
  -o-transition: all 0.3s ease-in-out 0.05s;
  transition: all 0.3s ease-in-out 0.05s;
}
.layout-ja_nuevoservices .item article .fa {
  width: 150px;
  height: 150px;
  background: #246c36;
  text-align: center;
  line-height: 150px;
  font-size: 40px;
  border-radius: 150px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.layout-ja_nuevoservices .item article .btn-link {
  display: inline-block;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.layout-ja_nuevoservices .item article .bg-icon-darker {
  background: #1e592c;
}
.layout-ja_nuevoservices .item article .bg-icon-dark {
  background: #246c36;
}
.layout-ja_nuevoservices .item article .bg-icon-primary {
  background: #12b36a;
}
.layout-ja_nuevoservices .item article .bg-icon-light {
  background: #17e185;
}
.layout-ja_nuevoservices .item article:hover {
  border-color: transparent;
}
.layout-ja_nuevoservices .item article:hover .fa {
  background: #2c3236;
  color: #999999;
}
.layout-ja_nuevoservices .item article:hover .article-title a {
  color: #12b36a;
}
.layout-ja_nuevoservices .item article:hover .article-header,
.layout-ja_nuevoservices .item article:hover .service-intro,
.layout-ja_nuevoservices .item article:hover .btn {
  -webkit-transform: translate(0px, -150px);
  -moz-transform: translate(0px, -150px);
  -o-transform: translate(0px, -150px);
  -ms-transform: translate(0px, -150px);
  transform: translate(0px, -150px);
  margin-top: 50px\9;
}
.layout-ja_nuevoservices .item article:hover .fa {
  -webkit-transform: translate(0px, -300px);
  -moz-transform: translate(0px, -300px);
  -o-transform: translate(0px, -300px);
  -ms-transform: translate(0px, -300px);
  transform: translate(0px, -300px);
  display: none\9;
}
.layout-ja_nuevoservices .item article:hover .service-intro,
.layout-ja_nuevoservices .item article:hover .btn {
  margin-top: 10px\9;
}
.about-us .text-center > h1 {
  font-weight: 100;
}
@media screen and (min-width: 939px) {
  .about-us .text-center > p {
    font-size: 16px;
  }
}
.about-us .text-center:first-child {
  margin-bottom: 36px;
}
.about-us .well {
  font-size: 20px;
  font-weight: 100;
  padding: 12px;
  margin-top: 36px;
}
@media screen and (min-width: 939px) {
  .about-us .well {
    font-size: 24px;
    padding: 24px 48px;
  }
}
.about-us .section {
  margin-top: 12px;
  margin-bottom: 12px;
}
@media screen and (min-width: 939px) {
  .about-us .section {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 939px) {
  .about-us .section.member > .col-md-3:nth-child(2n+1) {
    clear: both;
  }
}
.about-us h3 {
  color: #363d42;
  font-size: 28px;
  line-height: 28px;
}
.about-us .social > span {
  color: #12b36a;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
}
.about-us .addthis_toolbox > a {
  background: none;
  border: none;
  border-radius: 50%;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 36px;
}
.about-us .addthis_toolbox > a i {
  color: #ffffff;
  font-size: 16px;
  line-height: 36px;
  display: block;
  position: relative;
}
.about-us .addthis_toolbox > a:hover,
.about-us .addthis_toolbox > a:focus,
.about-us .addthis_toolbox > a:active {
  opacity: 0.8;
}
.about-us .addthis_toolbox > a.addthis_button_facebook_follow {
  background: #3B5998;
}
.about-us .addthis_toolbox > a.addthis_button_twitter_follow {
  background: #00ACED;
}
.about-us .addthis_toolbox > a.addthis_button_linkedin_follow {
  background: #007BB6;
}
.about-us .addthis_toolbox > a.addthis_button_google_follow {
  background: #DD4B39;
}
.about-us .thumbnail {
  border: none;
  background: none;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  position: relative;
  padding: 0;
  text-align: center;
  z-index: 1;
}
.about-us .thumbnail .caption {
  padding: 10px 0;
}
.about-us .thumbnail .caption h5 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 5px;
}
.about-us .thumbnail .caption p {
  color: #12b36a;
  font-size: 14px;
  text-transform: uppercase;
}
.about-us .thumbnail .caption .member-detail {
  color: #5d6f57;
  font-size: 16px;
  text-transform: none;
}
.about-us .member .thumbnail {
  margin: 12px 0;
}
.about-us .member .thumbnail img {
  width: 100%;
}
.about-us .member .thumbnail .member-follow {
  background: #12b36a;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.about-us .member .thumbnail .member-follow > .mask {
  background: #363d42;
  bottom: -100%;
  opacity: 0.75;
  filter: alpha(opacity=75);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 8;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.6s, opacity 0.1s 0.2s;
  transition: transform 0.6s, opacity 0.1s 0.2s;
}
.about-us .member .thumbnail .member-follow > .social {
  bottom: -50%;
  margin: 0;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
  z-index: 10;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.6s, opacity 0.1s 0.2s;
  transition: transform 0.6s, opacity 0.1s 0.2s;
}
.about-us .member .thumbnail .member-follow:hover > .mask,
.about-us .member .thumbnail .member-follow:focus > .mask,
.about-us .member .thumbnail .member-follow:active > .mask {
  bottom: 0;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
.about-us .member .thumbnail .member-follow:hover > .social,
.about-us .member .thumbnail .member-follow:focus > .social,
.about-us .member .thumbnail .member-follow:active > .social {
  bottom: 35%;
  opacity: 1;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
.about-us .show-team {
  border: solid 1px #ecf0f1;
  border-left: 3px solid #12b36a;
  padding: 12px;
}
@media screen and (min-width: 768px) {
  .about-us .show-team .info-team {
    float: left;
    width: 65%;
  }
}
.about-us .show-team a.btn-block {
  display: inline-block;
  margin-top: 6px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .about-us .show-team a.btn-block {
    margin-top: 7px;
    float: right;
  }
}
.page-services article .article-content h1,
.page-services article .article-content h2,
.page-services article .article-content h3,
.page-services article .article-content h4,
.page-services article .article-content h5,
.page-services article .article-content h6 {
  font-family: 'Montserrat', sans-serif;
}
.page-services article .article-content img {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}
.image.first,
.image.second {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
  background: #fff;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
}
.image.first,
.image.second {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
  background: #fff;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
}
.image.first {
  opacity: 1;
  position: absolute;
  z-index: 100;
  transition-duration: 0.08s;
  -webkit-transition-duration: 0.08s;
  -moz-transition-duration: 0.08s;
  -o-transition-duration: 0.08s;
  -ms-transition-duration: 0.08s;
}
.image.first:hover {
  opacity: 0.00;
}
div.ImgField {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}
.main_promo {
  width: 80%;
  margin: 0 auto;
  border: 1px Solid;
  border-color: #000;
  text-align: center;
}
.main_promo_one {
  width: 33%;
  float: left;
}
.wrapper1 {
  padding: 10px;
  border: 1px solid blue;
  text-align: center;
}
.container1 {
  border: 1px solid red;
  display: inline-block;
  position: relative;
}
.children1 {
  float: left;
  margin-left: 30px;
  background: green;
  width: 28%;
  min-width: 300px;
  height: 200px;
  border: 1px solid yellow;
}
.container1 div:first-child {
  margin-left: 0px;
}
#parent {
  position: relative;
}
#child {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 30%;
  width: 50%;
  margin: -15% 0 0 -25%;
}
.calendar_main {
  width: 255px;
  margin: 0 auto;
}
.calendar_main_1 {
  position: relative;
  
}
.calendar_main_2 {
  width: 254px;
  position: absolute;
  left: 50%;
  margin-left: -127px;
  
}
.middleanounce {
  height: 175px;
}
.for_anounce {
  width: 50%;
  float: left;
}
.for_anounce img {
  padding: 0 20px 20px 0;
  width: 100%;
}
.for_anounce_small {
  width: 200px;
  float: left;
}
.for_anounce_small img {
  padding: 0 20px 20px 0;
  width: 200px;
}
.for_anounce .for_anounce_small p {
  padding-right: 20px;
}
@media (max-width: 900px) {
  .for_anounce {
    width: 100%;
    padding: 0 !important;
  }
  .for_anounce img {
    padding-bottom: 20px;
    width: 100%;
  }
}
.for_anounce_left {
  width: 50%;
  float: left;
  margin-bottom: 20px;
  padding-right: 20px;
}
.for_anounce_right {
  width: 50%;
  float: left;
  text-align: right;
  padding-top: 12px;
}
.for_anounce_right .fa-rub {
  font-size: 15px;
}
.for_anounce_right img {
  padding: 0 0 20px 0;
  width: 350px;
  float: right;
}
.for_anounce_right p {
  clear: both;
}
.for_anounce_left h4 {
  line-height: 1.3;
}
@media (max-width: 900px) {
  .for_anounce_left,
  .for_anounce_right {
    width: 100%;
  }
  .for_anounce_left p,
  .for_anounce_right p {
    text-align: left;
  }
  .for_anounce_right img {
    padding-bottom: 20px;
    width: 100%;
  }
}
.links-contact {
  display: none;
}
a.ochki img {
  height: 10px;
}
.contact-form {
  max-width: 550px;
}
@media (max-width: 900px) {
  .contact-form {
    width: 100%;
  }
}
#jform_captcha-lbl {
  display: none;
}
.contact-miscinfo {
  min-width: 500px;
}
@media (max-width: 900px) {
  .contact-miscinfo {
    width: 100%;
  }
}
@media (min-width: 939px) {
  .col-md-8 {
    width: 50% !important;
  }
}
@media (min-width: 939px) {
  .col-md-4 {
    margin-top: 30px;
  }
}
.contact-table-2017 td {
  padding: 5px 5px 5px 0;
}
.contact-table-2017 tr:first-child {
  vertical-align: top;
}
.contact-form .control-btn {
  padding-top: 17px;
}
.contact-left-map {
  margin: 20px 0;
}
.contact-right-text {
  margin: 20px 0;
}
#main_anounce_17_wrap {
  width: 500px;
  margin: 0 auto;
}
.main_anounce_17 {
  display: inline-block;
  position: relative;
  margin: 0 10px 50px 0;
  width: 500px;
  text-align: center;
}
.main_anounce_17 img {
  width: 500px;
  text-align: center;
}
.main_anounce_17 h3 {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px 15px;
  color: white;
  font-size: 110%;
  text-align: center;
  margin: 0 0 0 0;
  width: 500px;
}
.main_anounce_17 div {
  display: table-cell;
  position: absolute;
  bottom: -15px;
  left: 0;
  padding: 5px 10px;
  height: 20px;
  line-height: 40px;
  text-align: center;
  width: 500px;
  color: #000;
}
.main_anounce_17 h3 a {
  color: white;
}
.main_anounce_17 div a {
  color: #000;
}
@media (max-width: 900px) {
  #main_anounce_17_wrap {
    width: 100%;
    margin: 0 auto;
  }
  .main_anounce_17 {
    display: inline-block;
    position: relative;
    margin: 0 10px 50px 0;
    width: 100%;
    text-align: center;
  }
  .main_anounce_17 img {
    width: 100%;
    text-align: center;
  }
  .main_anounce_17 h3 {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 30px 15px;
    color: white;
    font-size: 24pt;
    text-align: center;
    margin: 0 0 0 0;
    width: 100%;
  }
  .main_anounce_17 div {
    display: table-cell;
    position: absolute;
    bottom: -15px;
    left: 0;
    padding: 5px 10px;
    height: 20px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    color: #000;
  }
  .main_anounce_17 h3 a {
    color: white;
  }
  .main_anounce_17 div a {
    color: #000;
  }
}
@media (max-width: 350px) {
  .main_anounce_17 h3 {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 30px 15px;
    color: white;
    font-size: 16pt;
    text-align: center;
    margin: 0 0 0 0;
    width: 100%;
  }
}
.spoiler2017-wrapper {
  margin-top: 20px;
}
.spoiler2017-wrapper h4 {
  color: #5d6f57;
  font-weight: bold;
}
.spoiler2017 a {
  color: #12b36a;
  border-bottom: 1px Solid #12b36a ;
  text-decoration: none;
}
.spoiler2017:hover {
  cursor: pointer;
}
.spoiler2017:hover a {
  color: green;
}
.spoiler2017-text {
  margin: 15px 25px;
}
.main_anounce_wrapper {
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 21px Solid #13a89e;
}
.main_anounce_wrapper2 {
  width: 100%;
  height: 100%;
  padding: 40px;
  border: 2px Solid #13a89e;
}
.main_anounce_header {
  clear: both;
  width: 100%;
  padding: 110px 50px 70px;
  text-align: center;
  background: url('/images/main_anounde/header_background.png') no-repeat;
  background-size: 100%;
  display: block;
}
.main_anounce_header div:first-child {
  clear: both;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  padding: 3px 0;
}
.main_anounce_header div:nth-child(2) {
  display: inline-block;
}
.main_anounce_header div:nth-child(2) div:nth-child(1) {
  font-size: 30px;
  font-weight: 800;
  clear: both;
  text-align: center;
  padding: 3px 0;
  float: left;
}
.main_anounce_header div:nth-child(2) div:nth-child(2) {
  font-size: 30px;
  font-weight: 100;
  margin-left: 5px;
  float: left;
  text-align: left;
  padding: 3px 0;
}
.main_anounce_body {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  padding: 20px 0;
}
@media (max-width: 1300px) {
  .main_anounce_header div:nth-child(2) div:nth-child(1) {
    text-align: center;
    float: none;
    width: 100%;
  }
  .main_anounce_header div:nth-child(2) div:nth-child(2) {
    text-align: center;
    float: none;
    width: 100%;
  }
}
.main_anounce_left_1 {
  display: table-cell;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 16%;
  height: 100%;
  float: left;
  background: url('/images/main_anounde/main_anounce_left_1.png') no-repeat space;
  background-size: contain;
}
.main_anounce_left_2 {
  display: table-cell;
  width: 26%;
  height: auto;
  float: left;
  margin-left: 16%;
}
.main_anounce_center {
  display: table-cell;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-left: 42%;
  padding: 0 5px;
  width: 16%;
  height: 100%;
  float: left;
  background: url('/images/main_anounde/main_anounce_center.png') no-repeat space;
  background-size: contain;
}
.main_anounce_right_1 {
  display: table-cell;
  width: 26%;
  height: auto;
  float: left;
  margin-left: 16%;
}
.main_anounce_right_2 {
  display: table-cell;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-left: 84%;
  width: 16%;
  height: 100%;
  float: left;
  background: url('/images/main_anounde/main_anounce_right_2.png') no-repeat space;
  background-size: contain;
}
.main_anounce_block_text:first-child {
  width: 100%;
  clear: both;
  min-width: 100px;
  text-align: center;
}
.main_anounce_block_text {
  width: 100%;
  clear: both;
  min-width: 100px;
  text-align: center;
  margin-top: 40px;
  
}
.main_anounce_block_text p:first-child {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 15px;
}
.main_anounce_block_text:hover {
  background: #e5f4f3;
}
@media (max-width: 895px) {
  .main_anounce_wrapper {
    width: 100%;
    height: 100%;
    padding: 10px;
    border: 10px Solid #13a89e;
  }
  .main_anounce_wrapper2 {
    width: 100%;
    height: 100%;
    padding: 5px;
    border: 1px Solid #13a89e;
  }
  .main_anounce_header {
    clear: both;
    width: 100%;
    padding: 75px 20px 15px;
    text-align: center;
    background: url('/images/main_anounde/header_background.png') no-repeat;
    background-size: 100%;
    display: block;
  }
  .main_anounce_header div:first-child {
    clear: both;
    font-size: 19px;
    font-weight: 800;
    padding: 3px 0;
  }
  .main_anounce_header div:nth-child(2) {
    display: inline-block;
  }
  .main_anounce_header div:nth-child(2) div:nth-child(1) {
    font-size: 19px;
    font-weight: 800;
    text-align: center;
    padding: 3px 0;
  }
  .main_anounce_header div:nth-child(2) div:nth-child(2) {
    font-size: 19px;
    font-weight: 100;
    text-align: center;
    padding: 3px 0;
    margin: 0;
    float: none;
  }
  .main_anounce_body {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
    padding: 0 0 20px;
  }
  .main_anounce_left_1 {
    display: none;
    width: 0;
  }
  .main_anounce_left_2 {
    display: table-cell;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .main_anounce_center {
    display: none;
  }
  .main_anounce_right_1 {
    display: table-cell;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .main_anounce_right_2 {
    display: none;
    width: 0;
  }
  .main_anounce_block_text {
    width: 100%;
    min-width: 100px;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 5px;
  }
}
@media (min-width: 896px) and (max-width: 940px) {
  .main_anounce_header div:first-child {
    clear: both;
    font-size: 30px;
    font-weight: 800;
    padding: 3px 0;
  }
  .main_anounce_header div:nth-child(2) {
    display: inline-block;
  }
  .main_anounce_header div:nth-child(2) div:nth-child(1) {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    padding: 3px 0;
  }
  .main_anounce_header div:nth-child(2) div:nth-child(2) {
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    padding: 3px 0;
    margin: 0;
    float: none;
  }
}
#main_anounce_white_wrap {
  width: 100%;
}
.main_anounce_white {
  display: inline-block;
  position: relative;
  margin: 0 10px 50px 0;
  width: 100%;
  text-align: center;
}
.main_anounce_white img {
  width: 100%;
  text-align: center;
}
.main_anounce_white h3 {
  display: inline-block;
  position: absolute;
  top: 5%;
  left: 3%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 25px;
  color: white;
  font-size: 250%;
  text-align: left;
  margin: 0 0 0 0;
  width: 35%;
}
.main_anounce_white h3:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #e1e1e1;
}
.main_anounce_white div {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  color: white;
  font-size: 170%;
  text-align: left;
  margin: 0 0 0 0;
  width: 60%;
}
.main_anounce_white h3 a {
  color: white;
  text-decoration: none;
}
.main_anounce_white h3 a:hover {
  color: #e1e1e1;
  text-decoration: none;
}
.main_anounce_white div a {
  color: white;
}
@media (min-width: 501px) and (max-width: 950px) {
  .main_anounce_white h3 {
    display: inline-block;
    position: absolute;
    top: 5%;
    left: 3%;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 25px;
    color: white;
    font-size: 160%;
    text-align: left;
    margin: 0 0 0 0;
    width: 35%;
  }
  .main_anounce_white h3:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #e1e1e1;
  }
  .main_anounce_white div {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    color: white;
    font-size: 100%;
    text-align: left;
    margin: 0 0 0 0;
    width: 40%;
  }
}
@media (min-width: 400px) and (max-width: 500px) {
  .main_anounce_white h3 {
    display: inline-block;
    position: absolute;
    top: 5%;
    left: 3%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 25px;
    color: white;
    font-size: 160%;
    text-align: center;
    width: 94%;
  }
  .main_anounce_white h3:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #e1e1e1;
  }
  .main_anounce_white div {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 0 10px;
    color: white;
    font-size: 100%;
    text-align: center;
    margin: 0 0 0 0;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .main_anounce_white h3 {
    display: inline-block;
    position: absolute;
    top: 5%;
    left: 3%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 25px;
    color: white;
    font-size: 130%;
    text-align: center;
    width: 94%;
  }
  .main_anounce_white h3:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #e1e1e1;
  }
  .main_anounce_white div {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 0 10px;
    color: white;
    font-size: 90%;
    text-align: center;
    margin: 0 0 0 0;
    width: 100%;
  }
}
#main_anounce_white_2_wrap {
  width: 100%;
}
.main_anounce_white_2 {
  display: inline-block;
  position: relative;
  margin: 0 10px 50px 0;
  width: 100%;
  text-align: center;
}
.main_anounce_white_2 img {
  width: 100%;
  text-align: center;
}
.main_anounce_white_2 h3 {
  display: inline-block;
  position: absolute;
  top: 5%;
  left: 3%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 25px;
  color: white;
  font-size: 300%;
  text-align: left;
  margin: 0 0 0 0;
  width: 35%;
}
.main_anounce_white_2 h3:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #e1e1e1;
}
.main_anounce_white_2 div {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 30px;
  color: white;
  font-size: 140%;
  text-align: left;
  margin: 0 0 0 0;
  width: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.main_anounce_white_2 h3 a {
  color: white;
  text-decoration: none;
}
.main_anounce_white_2 h3 a:hover {
  color: #e1e1e1;
  text-decoration: none;
}
.main_anounce_white_2 div a {
  color: white;
}
@media (min-width: 501px) and (max-width: 950px) {
  .main_anounce_white_2 h3 {
    display: inline-block;
    position: absolute;
    top: 5%;
    left: 3%;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 25px;
    color: white;
    font-size: 160%;
    text-align: left;
    margin: 0 0 0 0;
    width: 35%;
  }
  .main_anounce_white_2 h3:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #e1e1e1;
  }
  .main_anounce_white_2 div {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    color: white;
    font-size: 100%;
    text-align: left;
    margin: 0 0 0 0;
    width: 40%;
  }
}
@media (min-width: 400px) and (max-width: 500px) {
  .main_anounce_white_2 h3 {
    display: inline-block;
    position: absolute;
    top: 5%;
    left: 3%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 25px;
    color: white;
    font-size: 160%;
    text-align: center;
    width: 94%;
  }
  .main_anounce_white_2 h3:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #e1e1e1;
  }
  .main_anounce_white_2 div {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 0 10px;
    color: white;
    font-size: 100%;
    text-align: center;
    margin: 0 0 0 0;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .main_anounce_white_2 h3 {
    display: inline-block;
    position: absolute;
    top: 5%;
    left: 3%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 25px;
    color: white;
    font-size: 130%;
    text-align: center;
    width: 94%;
  }
  .main_anounce_white_2 h3:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #e1e1e1;
  }
  .main_anounce_white_2 div {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 0 10px;
    color: white;
    font-size: 90%;
    text-align: center;
    margin: 0 0 0 0;
    width: 100%;
  }
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
  height: auto !important;
}
@media (max-width: 900px) {
  .banner-snp {
    clear: both;
    float: none;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .banner-snp img {
    clear: both;
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
  }
}
.anounce-17-07 h4 {
  height: 52px;
}
.anounce-17-07 p.nspInfo {
  padding-top: 10px;
}
.anounce-17-07 div.tcenter {
  height: auto;
}
@media (max-width: 940px) {
  .anounce-17-07 h4 {
    height: 78px;
  }
}
@media screen and (min-width: 1150px) and (max-width: 1281px) {
  .anounce-17-07 h4 {
    height: 78px;
  }
}
.anounce-17-left-small {
  display: inline-block;
  position: relative;
  width: 48%;
  float: left;
  min-width: 350px;
}
.anounce-17-left-small img {
  width: 100%;
  height: auto;
}
.anounce-17-right-small {
  display: inline-block;
  position: relative;
  width: 48%;
  float: right;
  min-width: 350px;
}
.anounce-17-right-small img {
  width: 100%;
  height: auto;
}
.anounce-17-left-small p:first-child {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: left;
  padding: 15px;
}
.anounce-17-left-small p:first-child:hover {
  background-color: rgba(0, 0, 0, 0.6);
  transition: 1.5s;
  width: 100%;
  height: 100%;
}
.anounce-17-left-small p:last-child:hover {
  background-color: rgba(0, 0, 0, 0.6);
  transition: 1.5s;
}
.anounce-17-left-small p:first-child a {
  color: white;
  font-size: 250%;
  height: 100%;
  display: block;
  padding: 0 20px;
}
.anounce-17-left-small p:last-child {
  display: inline-block;
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
}
.anounce-17-left-small p:last-child a {
  color: white;
}
.anounce-17-right-small p:first-child {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  padding: 15px;
}
.anounce-17-right-small p:first-child:hover {
  background-color: rgba(0, 0, 0, 0.6);
  transition: 1.5s;
  width: 100%;
  height: 100%;
}
.anounce-17-right-small p:last-child:hover {
  background-color: rgba(0, 0, 0, 0.6);
  transition: 1.5s;
}
.anounce-17-right-small p:first-child a {
  color: white;
  font-size: 250%;
  height: 100%;
  display: block;
  padding: 0 20px;
}
.anounce-17-right-small p:last-child {
  display: inline-block;
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
}
.anounce-17-right-small p:last-child a {
  color: white;
}
@media (max-width: 950px) {
  .anounce-17-left-small {
    width: 100%;
    float: none;
    clear: both;
    margin-bottom: 40px;
  }
  .anounce-17-right-small {
    width: 100%;
    float: none;
    clear: both;
  }
  .anounce-17-left-small p:first-child {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 15px 10px 15px;
  }
  .anounce-17-left-small p:last-child {
    display: inline-block;
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 15px 10px 15px;
  }
  .anounce-17-right-small p:first-child {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 15px 10px 15px;
  }
  .anounce-17-right-small p:last-child {
    display: inline-block;
    position: absolute;
    top: 66px;
    left: 0;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 15px 10px 15px;
  }
  .anounce-17-left-small p:first-child:hover,
  .anounce-17-left-small p:last-child:hover,
  .anounce-17-right-small p:first-child:hover,
  .anounce-17-right-small p:last-child:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.photo-17 h4.nspHeader {
  height: 65px;
}
.tizer-block {
  margin: 30px auto 0;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  background-color: #F3F5F7;
}
.tizer-block__row {
  margin-right: -15px;
  margin-left: -15px;
}
.tizer-block__col {
  padding: 16px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tizer-block__banner {
  display: inline-block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 380px;
  height: 365px;
  margin: 8px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.tizer-block__banner:empty {
  display: none;
}
@media screen and (max-width: 1280px) {
  .tizer-block__banner {
    height: 321px;
  }
}
@media screen and (max-width: 1180px) {
  .tizer-block__banner {
    height: 304px;
  }
}
@media screen and (max-width: 1134px) {
  .tizer-block__banner {
    height: 310px;
  }
}
@media screen and (max-width: 1024px) {
  .tizer-block__banner {
    height: 332px;
  }
  .tizer-block__banner:last-child {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .tizer-block__banner {
    height: 315px;
  }
}
@media screen and (max-width: 768px) {
  .tizer-block__banner {
    height: 284px;
  }
}
@media screen and (max-width: 759px) {
  .tizer-block__banner {
    min-width: 235px;
    height: 355px;
  }
  .tizer-block__banner:last-child {
    display: block;
  }
}
@media screen and (max-width: 630px) {
  .tizer-block__banner {
    height: 320px;
  }
}
@media screen and (max-width: 540px) {
  .tizer-block__banner {
    height: 294px;
  }
}
@media screen and (max-width: 534px) {
  .tizer-block__col {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tizer-block__banner:last-child {
    display: none;
  }
  .tizer-block__banner {
    height: 340px;
    min-width: 245px;
  }
}
@media screen and (max-width: 517px) {
  .tizer-block__banner {
    height: 350px;
  }
}
@media screen and (max-width: 320px) {
  .tizer-block__col {
    padding: 16px 8px;
  }
  .tizer-block__banner {
    height: 314px;
  }
}
.jamasshead-description {
  display: none;
}
.jamasshead {
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (min-width: 1800px) {
  body {
    background: url('/images/background/autumn_big_left.jpg') no-repeat space, url('/images/background/autumn_big_right.jpg') no-repeat space;
    background-attachment: fixed, fixed;
    background-position: left center, right center;
    z-index: 5000;
  }
  .gogo17go .jamasshead {
    display: none;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1280px !important;
  }
}
@media screen and (min-width: 1150px) and (max-width: 1281px) {
  figure h2 {
    font-size: 25px;
  }
  .container {
    width: 900px !important;
  }
  .logo-image {
    clear: both;
    float: none;
  }
  body {
    background: url('/images/background/autumn_one_left.jpg') no-repeat space, url('/images/background/autumn_one_right.jpg') no-repeat space;
    background-attachment: fixed, fixed;
    background-position: left center, right center;
    z-index: 5000;
  }
  figure.effect-lily,
  div.effect-lily2 {
    height: 303px !important;
  }
  figure.effect-lily figcaption {
    height: 70% !important;
  }
  .newscalendar span.nc-day {
    padding: 2px;
  }
  .gogo17go .jamasshead {
    display: none;
  }
}
ol.breadcrumb {
  border-bottom: 2px solid #CFCFCF;
}
@media screen and (max-width: 900px) {
  .col-xs-6 {
    width: 100%;
  }
}
@media screen and (min-width: 1150px) and (max-width: 1281px) {
  .jamasshead {
    max-width: 910px !important;
  }
  .contact-miscinfo {
    min-width: 400px !important;
  }
  .col-sm-7 {
    width: auto;
  }
}
.no-margin {
  margin: 0 auto;
}
.mos-kult-17 {
  height: 30px;
  line-height: 30px;
}
.mos-kult-17 img {
  margin-right: 15px;
  float: left;
  width: auto;
  height: 30px;
}
.mos-kult-17 span {
  height: 30px;
  line-height: 30px;
  display: inline-block;
}
.for_anounce_right .icon {
  margin-right: 3px;
}
.wrap-acti {
  border-top: 5px Solid #12b36a;
  width: 100%;
  max-width: 1174px;
  margin: 0 auto;
  padding: 20px 10px 10px 10px;
  clear: both;
  display: table;
}
.actiyak {
  display: block;
  width: Calc(16.66666667%);
  float: left;
  min-height: 215px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 7px;
}
.wrap-acti-main .actiyak {
  width: Calc(20%);
}
.wrap-acti-main2 .actiyak {
  width: Calc(20%);
}
@media screen and (min-width: 1286px) {
  .wrap-acti-main4 .actiyak {
    min-height: 200px;
  }
}
.wrap-acti-main4 .actiyak {
  width: Calc(33.33333333%);
}

.actiyak div {
  display: block;
  min-height: 73px;
  width: 100%;
  margin: 0 auto;
  font-size: 15px !important;
}
@media screen and (min-width: 800px) and (max-width: 1200px) {
  .actiyak {
    width: 24%;
  }
}
@media screen and (min-width: 400px) and (max-width: 799px) {
  .actiyak {
    width: 33%;
  }
}
@media screen and (min-width: 1px) and (max-width: 399px) {
  .actiyak {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 1px) and (max-width: 945px) {
  .logo-img {
    display: none !important;
  }
  .logo-img2 {
    display: inline-block !important;
    height: 39px !important;
    margin: 0px 0 -12px 0px;
    text-indent: -999em !important;
  }
}
@media screen and (min-width: 946px) and (max-width: 1284px) {
  .logo-img {
    display: block !important;
  }
  .logo-img2 {
    display: none !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 410px) {
  .logo-img2 {
    display: none !important;
  }
  .logom {
    display: none;
  }
  .logom2 {
    display: table;
    max-height: 35px;
    padding-top: 10px;
  }
  .logo-img {
    display: block !important;
    max-height: 35px;
    height: auto;
    width: 100%;
  }
  .col-lg-4 {
    min-width: 100% !important;
  }
  .pull-right {
    float: left !important;
  }
}
@media screen and (min-width: 411px) and (max-width: 1285px) {
  .logo {
    margin-right: 236px;
  }
  .logom {
    display: none;
  }
  .logom2 {
    display: table;
    max-height: 35px;
    padding-top: 10px;
  }
  .pull-right {
    float: left !important;
  }
  .col-lg-4 {
    min-width: 1px !important;
  }
}
@media screen and (min-width: 1286px) {
  .logo-img {
    display: block !important;
  }
  .logo-img2 {
    display: none !important;
  }
  .logom2 {
    display: none;
  }
  .logo {
    padding-bottom: 0;
    width: 39% !important;
  }
  .actiyak {
    min-height: 232px;
  }
}
.nspLinks ul li h4 {
  height: auto !important;
}
.vksd img {
  width: 54%;
  margin: -12px 0 0 12px;
}
.logo-img {
  max-height: 35px;
}
.col-lg-4 {
  min-width: 32%;
}
#t3-footer hr {
  margin-top: 6px;
  margin-bottom: 6px;
}
figure.effect-lily img {
  width: -webkit-calc(100%) !important;
  width: Calc(100%) !important;
}
.nspArt h4.nspHeader {
  margin: 0 0 16px 0!important;
}
@media screen and (min-width: 1280px) {
  .footer-logo .footer-logo-container {
    min-width: 50px !important;
  }
}
.t3-footer small {
  text-align: center !important;
}
@media (min-width: 1280px) {
  .col-lg-10 {
    width: 100%;
  }
}
@media (max-width: 1279px) {
  .has-navbar-header #t3-mainnav .t3-nav-btn {
    width: 211px;
  }
  .has-navbar-header .t3-mainnav .t3-navbar-collapse {
    max-width: 261px;
  }
}
.gkTabsWrap.vertical ol li:hover,
.gkTabsWrap.vertical ol li.active,
.gkTabsWrap.horizontal ol li:hover,
.gkTabsWrap.horizontal ol li.active {
  color: #fff !important;
  text-shadow: 0 -1px 0 #12b36a !important;
  background: #12b36a !important;
}
.gkTabsWrap.vertical ol li,
.gkTabsWrap.horizontal ol li {
  margin: 5px 4px 0 0!important;
}
.gkTabsWrap.vertical ol {
  border-bottom: none !important;
}
@media screen and (min-width: 1150px) and (max-width: 1281px) {
  .wrap-acti {
    max-width: 922px;
  }
  .actiyak {
    width: Calc(14%);
  }
}
.actiyak.nonactive {
  -webkit-filter: grayscale(1);
  
  filter: gray;
  
  filter: grayscale(1);
  
}
.item-image img {
  margin-bottom: 20px;
}

.fotoright {
  display: block;
}
.fotorightwrap {
  display: table;
  width: 100%;
  clear: both;
  padding-bottom: 50px;
  border-bottom: 10px Solid #8e8e8e;
  margin-bottom: 50px;
}
.fotorightleft {
  display: block;
  width: 50%;
  float: left;
  padding-right: 20px;
}
.fotorightright {
  display: block;
  width: 50%;
  float: right;
}
.fotorightright a img {
  width: 100%;
  height: auto;
}
.fotoleft div {
  margin-bottom: 20px;
}
.fotovistavka2 img {
  display: block;
  float: right;
  padding: 0 0 10px 10px;
}
@media screen and (min-width: 0) and (max-width: 1281px) {
  .fotovistavka2 img {
    display: block;
    float: none;
    padding: 0 0 10px 0;
    width: 100%;
  }
}
.table-frameyoutube {
  width: 100%;
  height: 350px;
}
@media screen and (min-width: 0) and (max-width: 770px) {
  .table-frameyoutube {
    height: auto;
  }
}
.zakuptabl {
  border-top: none !important;
}
.zakuptabl tr {
  border-top: none !important;
}
.zakuptabl tr td {
  border-top: none !important;
  padding: 9px 0!important;
  border-bottom: 2px Solid #ececec;
}
.zakuptablh4 h4 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
form.uk-form-stacked {
  width: 400px;
  padding: 10px;
  border: 1px solid #e1e1e1;
}
.uk-margin p {
  text-align: center;
}
.uk-form-stacked .uk-margin {
  margin: 20px 0;
}
input.uk-input {
  border: none;
  border-bottom: 1px solid #e1e1e1;
}
.uk-form-stacked button {
  width: 100%;
  padding: 10px 5px;
  background: #44e89e;
  color: white;
  border: none;
}
.uk-form-stacked .tm-error {
  margin-left: 12px;
}
.contact-page h3 {
  margin-bottom: 50px;
}
.contact-table td {
  padding: 10px 0;
  vertical-align: middle;
}
.contact-table {
  margin: 50px 0;
}
.quesanswewrap .spoiler2017 {
  margin-top: 25px;
}
.quesanswewrap .spoiler2017-text {
  margin: 0 0 20px !important;
  border-bottom: 9px solid #12b36a;
  padding: 0 0 20px !important;
}
.quesanswewrap h4 a {
  border-bottom: none;
}
.ice-rink-blocks {
  display: table;
  min-height: 300px;
  clear: both;
}
.ice-rink-blocks .for_anounce img {
  padding: 0 0 20px 0 !important;
  width: 100%;
}
.ice-rink-blocks a {
  text-decoration: underline !important;
  color: #1e538a !important;
}
.ice-rink-blocks a:hover {
  color: #446990 !important;
  text-decoration: none !important;
}
.ice-rink-blocks img {
  width: 100%;
}
.buy-ice {
  margin: 20px 0 40px;
}
.buy-ice img {
  margin: 0 auto;
}
.ice-rink-blocks .for_anounce:nth-child(2) {
  padding-right: 40px;
}
.ice-rink-blocks .for_anounce:last-child {
  padding-left: 40px;
}
.small-size-ice {
  font-size: 13px;
  line-height: 20px;
  margin-top: 30px;
  border-top: 1px solid;
  padding-top: 10px;
}
.ph3icebig {
  font-weight: bold;
  font-size: 25px;
  line-height: 39px;
  color: #1e538a !important;
}
.ph3icebig2 {
  font-weight: bold;
  font-size: 25px;
  line-height: 39px;
  color: #1e538a !important;
}
.ph3ice {
  font-weight: bold;
}
.buy-ice2 a img,
.ice-rink-blocks a img {
  opacity: 1;
  transition: opacity 124ms linear, transform 124ms linear;
  
  width: 100%;
  height: auto;
  display: block;
  
}
.buy-ice2 a:hover img,
.ice-rink-blocks a:hover img {
  opacity: 1;
  
  transform: scale(0.97);
  
}
.buy-ice2 {
  margin: 20px 0 0;
}
.buy-ice2 img {
  margin: 0 auto;
}
.kupit-bilet {
  width: 100%;
  min-width: 300px;
}
.pervaya-ssilka a,
.vtoraya-ssilka a {
  display: block;
  text-align: center;
  padding: 30px;
  border: 1px Solid #e1e1e1;
  transition: opacity 124ms linear, transform 124ms linear;
  color: #1e538a;
}
.pervaya-ssilka a:hover,
.vtoraya-ssilka a:hover {
  background: #e1e1e1;
}
.vtoraya-ssilka a {
  border-top: none;
}
.vozvrat {
  font-weight: bold;
  color: red;
  text-decoration: underline;
}
.vozvrat:hover {
  text-decoration: none;
}
.vozvrat-bilet {
  width: 100%;
  max-width: 400px;
}
.kupitnavistavku {
  display: block;
  font-size: 24px;
  padding: 10px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  transition: opacity 124ms linear, transform 124ms linear;
}
.kupitnavistavku:hover {
  background: #f5f5f5;
}
.ice-page-jo .for_anounce:last-child {
  padding-left: 60px;
}
.ice-page-jo .for_anounce:last-child p {
  text-align: center;
}
.ice-page-jo .for_anounce:last-child p a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #e1e1e1;
  color: #fff;
  text-decoration: none;
  background: #1e5389;
  padding: 5px;
}
.ice-page-jo .for_anounce:last-child p a:hover {
  background: #68aaa6;
}
.ice-page-jo {
  margin-top: 25px;
}
.ice-page-jo h2 {
  font-size: 20px;
  margin: 0px 0 10px;
  font-weight: bold;
}
@media (max-width: 900px) {
  .for_anounce {
    margin-top: 30px;
  }
}

.acm-gallery.style-none .item-details div {
  font-size: 20px;
  font-weight: 700;
  color: #363d42;
  margin: 12px auto 0;
}
.acm-gallery.style-none .item-details div a {
  color: #363d42;
}
.acm-gallery.style-none .item-details div a:hover,
.acm-gallery.style-none .item-details div a:focus,
.acm-gallery.style-none .item-details div a:active {
  color: #246c36;
  text-decoration: none;
}
.acm-gallery.style-swiper .item-details div {
  font-size: 20px;
  font-weight: 700;
  color: #363d42;
  margin: 12px auto 0;
}
.acm-gallery.style-swiper .item-details div a {
  color: #363d42;
}
.acm-gallery.style-swiper .item-details div a:hover,
.acm-gallery.style-swiper .item-details div a:focus,
.acm-gallery.style-swiper .item-details div a:active {
  color: #246c36;
  text-decoration: none;
}
.acm-gallery.style-scale .item-details div a,
.acm-gallery.style-scale .item-details div a:hover,
.acm-gallery.style-scale .item-details div a:focus,
.acm-gallery.style-scale .item-details div a:active {
  color: #ffffff;
}
@media (min-width: 939px) {
  .acm-gallery.style-scale .item:hover .item-details div {
    font-size: 24px;
  }
}
.acm-gallery.style-lily .item .item-details div {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0;
  -webkit-transform: translate3d(0px, 40px, 0px);
  transform: translate3d(0px, 40px, 0px);
  -webkit-transition: transform 0.35s ease 0s;
  -o-transition: transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s;
}
.acm-gallery.style-lily .item .item-details div a,
.acm-gallery.style-lily .item .item-details div a:hover,
.acm-gallery.style-lily .item .item-details div a:focus,
.acm-gallery.style-lily .item .item-details div a:active {
  color: #ffffff;
}
@media (max-width: 1279px) {
  .acm-gallery.style-lily .item .item-details div {
    font-size: 16px;
    -webkit-transform: translate3d(0px, 0, 0px);
    transform: translate3d(0px, 0, 0px);
  }
}
@media screen and (min-width: 768px) {
  .acm-gallery.style-lily .item img {
    width: calc(150%);
    width: -moz-calc(150%);
    -webkit-transform: translate3d(-40px, 0px, 0px);
    transform: translate3d(-40px, 0px, 0px);
  }
}
.acm-gallery.style-lily .item .item-details {
  bottom: 0;
  height: 50%;
  text-align: left;
  top: auto;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 12px;
  backface-visibility: hidden;
}
.acm-gallery.style-lily .item .item-details div {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0;
  -webkit-transform: translate3d(0px, 40px, 0px);
  transform: translate3d(0px, 40px, 0px);
  -webkit-transition: transform 0.35s ease 0s;
  -o-transition: transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s;
}
.acm-gallery.style-lily .item .item-details div a,
.acm-gallery.style-lily .item .item-details div a:hover,
.acm-gallery.style-lily .item .item-details div a:focus,
.acm-gallery.style-lily .item .item-details div a:active {
  color: #ffffff;
}
.acm-gallery.style-lily .item .item-details span {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transform: translate3d(0px, 40px, 0px);
  transform: translate3d(0px, 40px, 0px);
  transition: opacity 0.2s ease 0s, transform 0.35s ease 0s;
  -webkik-transition: opacity 0.2s ease 0s, -webkit-transform 0.35s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media (max-width: 1279px) {
  .acm-gallery.style-lily .item .item-details {
    height: auto;
  }
  .acm-gallery.style-lily .item .item-details div {
    font-size: 16px;
    -webkit-transform: translate3d(0px, 0, 0px);
    transform: translate3d(0px, 0, 0px);
  }
}
@media (min-width: 939px) {
  .acm-gallery.style-lily .item:hover .item-details div {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
.acm-gallery.style-lily .item .item-details div a,
.acm-gallery.style-lily .item .item-details div a:hover,
.acm-gallery.style-lily .item .item-details div a:focus,
.acm-gallery.style-lily .item .item-details div a:active {
  color: #ffffff;
}
@media (max-width: 1279px) {
  .acm-gallery.style-lily .item .item-details div {
    font-size: 16px;
    -webkit-transform: translate3d(0px, 0, 0px);
    transform: translate3d(0px, 0, 0px);
  }
}
@media (min-width: 939px) {
  .acm-gallery.style-lily .item:hover .item-details div {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
.acm-gallery.style-sadie .item .item-details div {
  font-size: 24px;
  font-weight: 300;
  position: absolute;
  margin-top: 0;
  left: 0;
  right: 0;
  top: 50%;
  color: #ffffff;
  z-index: 2;
  transition: transform 0.35s ease 0s, color 0.35s ease 0s;
  -webkit-transition: -webkit-transform 0.35s ease 0s, color 0.35s ease 0s;
  -webkit-transform: translate3d(0px, -50%, 0px);
  transform: translate3d(0px, -50%, 0px);
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.acm-gallery.style-sadie .item .item-details div a,
.acm-gallery.style-sadie .item .item-details div a:hover,
.acm-gallery.style-sadie .item .item-details div a:focus,
.acm-gallery.style-sadie .item .item-details div a:active {
  color: #ffffff;
}
@media (max-width: 1279px) {
  .acm-gallery.style-sadie .item .item-details div {
    font-size: 16px;
  }
}
@media (min-width: 939px) {
  .acm-gallery.style-sadie .item:hover .item-details div {
    color: #ffffff;
    transform: translate3d(0px, -50%, 0px) translate3d(0px, -40px, 0px);
    -webkit-transform: translate3d(0px, -50%, 0px) translate3d(0px, -40px, 0px);
  }
  .acm-gallery.style-sadie .item:hover .item-details div a,
  .acm-gallery.style-sadie .item:hover .item-details div a:hover,
  .acm-gallery.style-sadie .item:hover .item-details div a:focus,
  .acm-gallery.style-sadie .item:hover .item-details div a:active {
    color: #ffffff;
  }
}
.acm-gallery.style-zoe .item .item-details div {
  -webkit-transform: translate3d(0px, 200%, 0px);
  transform: translate3d(0px, 200%, 0px);
  -webkit-transition: transform 0.35s ease 0s;
  -o-transition: transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s;
}
.acm-gallery.style-zoe .item .item-details div {
  margin: 0;
}
@media (min-width: 939px) {
  .acm-gallery.style-zoe .item:hover .item-details div {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
.acm-gallery.style-flip .item .item-details div {
  display: block;
  margin-bottom: 12px;
}
.acm-gallery.style-flip .item .item-details div a,
.acm-gallery.style-flip .item .item-details div a:hover,
.acm-gallery.style-flip .item .item-details div a:focus,
.acm-gallery.style-flip .item .item-details div a:active {
  color: #ffffff;
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 2px solid #ffffff;
}
.style-dark .acm-gallery.style-swiper .item-details div a {
  color: #ffffff;
}
.style-dark .acm-gallery.style-swiper .item-details div span {
  color: #ffffff;
}
.ssilka-online-acti {
  display: block;
  width: 100%;
  max-width: 1180px;
  margin: 20px auto 0;
}
.ssilka-online-acti a {
  padding: 5px 10px 5px 0;
  display: block;
  text-align: right;
  border-bottom: 1px solid #e1e1e1;
  font-size: 23px;
  line-height: 23px;
  
}
.ssilka-online-acti a:hover {
  background: #b1ffc23b;
  text-decoration: none;
}
@media screen and (max-width: 1281px) {
  .ssilka-online-acti {
    max-width: 910px !important;
  }
  .ssilka-online-acti a {
    text-align: center;
  }
  .wrap_acti3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 928px;
  }
  .wrap_acti3 img {
    max-width: 80px;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: flex !important;
    justify-content: center;
    width: 100%;
  }
  .module-ct .custom p,
  .module-ct .custom p a {
    display: block;
    text-align: center;
    padding: 0 20px;
  }
  .module-ct .custom {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .footer-social {
    display: flex;
    justify-content: space-evenly;
  }
}
.newsflash-vertsmarttuesdays img {
  max-width: 300px;
  height: 200px;
  object-fit: cover;
  object-position: center;
}
.newsflash-vertsmarttuesdays li {
  display: table;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  
}
.newsflash-vertsmarttuesdays .for_anounce_left {
  width: 100%;
  padding: 20px 30px;
  margin: 0 0 -50px !important;
}
.newsflash-vertsmarttuesdays .newsflash-image {
  display: none;
}
.newsflash-vertsmarttuesdays p {
  padding-top: 10px;
}
.newsflash-titlesmarttuesdays {
  padding: 0 0 10px 0;
}
.newsflash-vertsmarttuesdays {
  display: table;
  height: auto;
  margin-left: 0;
  padding-left: 0;
}
.newsflash-vertsmarttuesdays .modnews-date {
  display: block;
  
  
  
  width: 100%;
  padding: 20px 30px 20px;
  border-bottom: 1px Solid #bdbdbd;
  font-weight: bold;
  color: white;
  background: #c7c7c7;
}
.newsflash-titlesmarttuesdays {
  display: block;
  padding: 0;
  margin: 0;
  border-bottom: 1px Solid #bdbdbd;
}
.newsflash-vertsmarttuesdays li {
  border: 1px Solid #bdbdbd;
  margin-bottom: 30px;
  width: 100%;
}
.newsflash-titlesmarttuesdays a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  text-decoration: none;
  font-size: 39px;
  line-height: 44px;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.8s;
}
.newsflash-titlesmarttuesdays a:hover {
  color: white;
  background: #5eb36a;
}
.smarttuesdayheader {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin: 20px 0;
  padding-top: 25px;
  border-top: 1px Solid #e1e1e1;
}
.smarttuesdayheader div:first-child {
  width: 48%;
  text-align: center;
  font-size: 23px;
  line-height: 33px;
}
.smarttuesdayheader div:last-child {
  text-align: center;
  width: 48%;
}
.slideleftjo {
  transform: translateX(-150%);
  animation: ani 1s forwards;
  z-index: 4999;
}
@keyframes ani {
  0% {
    transform: translateX(-150%);
  }
  100% {
    transform: translateY(0);
  }
}
.element-animation {
  margin: 2rem 0;
  font-size: 3rem;
  
  opacity: 0;
}
.element-animation.element-show {
  opacity: 1;
  transition: all 1s;
  transform: translateY(0%);
}
.skyrink_price {
  display: block;
}
.skyrink_price_sp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 15px;
}
.skyrink_price_sp div {
  display: flex;
  justify-content: space-between;
  margin: 5px 0 0;
}
.skyrink_time_sp div {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.skyrink_price_zag {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 5px;
  background: #03a79c;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.skyrink_time_zag {
  display: flex;
  justify-content: center;
}
.ice-page-jo h3 {
  margin-top: 0;
}
.skyrink_price_sp div p:first-child {
  width: 138px;
  text-align: left !important;
}
.skyrink_price_sp div p:last-child {
  display: flex !important;
  width: 106px;
  text-align: left;
  flex-direction: row;
  font-weight: bold;
}
.skyrink_price_sp div span {
  display: block !important;
  width: 24px;
  font-weight: bold;
}
.skyrink_price_sp div i {
  display: block !important;
  padding-left: 10px;
}
.skyrink_price_sp i {
  margin-top: 9px;
  font-weight: normal;
}
.skyrink_time_zag {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px;
  background: #ff5738;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
}
.skyrink_time_zag i {
  
  display: block;
  
}
.skyrink_time_zag span {
  padding-left: 10px;
}
.skyrink_time_zag span {
  display: block !important;
  width: 100%;
  font-weight: bold;
}
.time .skyrink_price_sp {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}
.time .skyrink_time_zag {
  display: flex;
  justify-content: center;
}
.time .ice-page-jo h3 {
  margin-top: 0;
}
.time .skyrink_price_sp div p:first-child {
  width: 161px;
  text-align: left;
}
.time .skyrink_price_sp div p:last-child {
  display: flex !important;
  width: 132px;
  text-align: left;
  flex-direction: row;
  font-weight: bold;
}
.time .skyrink_price_sp div span {
  display: block !important;
  width: 24px;
  font-weight: bold;
}
.time .skyrink_price_sp div i {
  display: block !important;
  padding-left: 10px;
}
.time .skyrink_price_sp i {
  margin-top: 9px;
  font-weight: normal;
}
.time .skyrink_time_zag {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 5px;
  background: #03a79c;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 10px;
}
.time .skyrink_time_zag i {
  
  display: block;
  
}
.time .skyrink_time_zag span {
  padding-left: 10px;
}
.time .skyrink_time_zag span {
  display: block !important;
  width: 100%;
  font-weight: bold;
}
.skyrinkfooter {
  clear: both;
}
.skyrinkfooter {
  display: table;
  width: 100%;
  height: auto;
}
.skyrinkfooter .for_anounce {
  margin: 0;
  padding-left: 0 !important;
  display: flex;
  flex-direction: column;
  width: 100% !important;
  margin-top: -10px;
  justify-content: flex-start;
}
.skyrinkfooter .for_anounce p {
  padding: 0;
}
.skyrinkwidjet_main .vtoraya-ssilka a {
  padding: 0;
  margin: 30px 0;
}
.skyrinkwidjet_main .vtoraya-ssilka a:hover img {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}
.skyrinkwidjet .vtoraya-ssilka a {
  padding: 0;
}
.skyrinkwidjet .vtoraya-ssilka a:hover {
  padding: 0;
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}
.skyinghre_big {
  display: none !important;
}
.skyinghre_small {
  display: block !important;
}
@media (max-width: 600px) {
  .skyinghre_small {
    display: none !important;
  }
  .skyinghre_big {
    display: block !important;
  }
  .ice-page-jo .for_anounce {
    margin-top: -5px;
  }
}
.modal_form .uk-margin {
  font-weight: bold;
  padding: 0 20px;
}
.modal_form .tm-error {
  font-weight: normal;
  
}
.modal_form input.uk-input {
  font-weight: normal;
}
.modal_form {
  margin: 20px 0 0;
}
.nspLinks .nspLinkScroll1 ul li {
  padding: 10px 5px;
}
.mainfooter1 {
  display: flex;
  flex-direction: column;
  align-content: stretch;
  width: 100%;
  max-width: 243px;
}
@media (max-width: 600px) {
  .mainfooter1 {
    max-width: 100%;
  }
}
.mainfooter_top {
  display: flex;
  flex-direction: row;
}
.mainfooter_top div {
  width: 50%;
}
.mainfooter_top div:first-child {
  display: flex;
  flex-direction: column;
  align-content: center;
}
.mainfooter_top div:first-child a {
  text-align: center;
  padding-top: 8px;
}
.mainfooter_top .footer-logo {
  margin: 0;
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.mainfooter_top .footer-logo-container {
  min-width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.mainfooter_top .footer-logo-container a {
  background-repeat: no-repeat;
  display: block;
  height: 128px;
  margin: 0;
  background-position-x: 100%;
}
.mainfooter_top div:first-child img {
  height: auto;
  width: 92px;
  margin: 0 auto;
}
.mainfooter_bottom img {
  margin: 0 auto;
}
.mainfooter_bottom div a {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.youtubehref {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 200px;
  border: 2px Solid #e1e1e1;
  background: #f3f3f3;
  color: #e1e1e1;
}
.youtubehref a {
  display: flex;
  color: #707070;
  width: 100%;
  min-height: 200px;
  height: 100%;
  text-align: center;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.youtubehref a:hover {
  background: #9fdabf;
  text-decoration: none;
}
.mini-golf-wrap {
  display: flex;
  flex-direction: row;
}
.mingolf-wrap-left {
  height: 100%;
  background-image: url(/images/live%20in%20the%20park/regular-training/mini-golf/mini-golf-page3.jpg);
  background-size: cover;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-blend-mode: saturation;
  margin-right: 30px;
  background-position: right;
}
.mingolf-wrap-left p {
  color: #fff;
  font-size: 30px;
  font-size: 2vw;
  line-height: 2vw;
  margin-bottom: 10px;
}
.mingolf-wrap-left span {
  color: #fff;
  font-size: 30px;
  font-size: 1.5vw;
}
.mini-golf-wrap table {
  margin-top: 60px;
  width: 100%;
}
.mini-golf-wrap table thead td {
  text-align: center;
  font-weight: bold;
}
.mini-golf-wrap table td {
  padding: 10px;
  text-align: center;
}
.mini-golf-wrap thead tr td:first-child {
  text-align: left;
}
.mini-golf-wrap tbody tr td:first-child {
  text-align: left;
}
.mega-inner ul li:nth-child(6) {
  display: list-item !important;
}
@media (max-width: 1050px) {
  .mini-golf-wrap {
    display: flex;
    flex-direction: column;
  }
  .mini-golf-wrap .for_anounce {
    width: 100%;
  }
  .mingolf-wrap-left {
    min-height: 500px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .mingolf-wrap-left p {
    color: #fff;
    font-size: 6vw;
    line-height: 6vw;
    margin-bottom: 10px;
  }
  .mingolf-wrap-left span {
    color: #fff;
    font-size: 4.5vw;
    line-height: 4.5vw;
  }
  .scrolltable {
    overflow-x: scroll;
  }
}
@media (max-width: 400px) {
  .mingolf-wrap-left {
    min-height: 300px;
    margin-right: 0;
    margin-bottom: 0px;
  }
}

.mini-golf-wrap-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px -10px;
}
.mini-golf-wrap-gallery a {
  display: inline-block;
  overflow: hidden;
  width: 50%;
  padding: 10px;
}
.mini-golf-wrap-gallery a img {
  width: 100%;
  height: auto;
  transition: 0.5s;
  filter: brightness(80%);
}
.mini-golf-wrap-gallery a img:hover {
  opacity: 1;
  outline: 3px dashed #ffffff;
  
  outline-offset: -20px;
  
  display: block;
  filter: brightness(100%);
}
@media screen and (max-width: 600px) {
  .smarttuesdayheader {
    display: flex;
    flex-direction: column;
  }
  .smarttuesdayheader div {
    width: 100% !important;
  }
  .moduletablesmarttuesdays ul {
    display: flex;
    flex-direction: column;
  }
  .moduletablesmarttuesdays ul li a {
    font-size: 15px;
    line-height: 1.2;
    padding: 10px;
  }
  .moduletablesmarttuesdays ul li div div h3 {
    font-size: 15px;
    line-height: 1.2;
  }
  .moduletablesmarttuesdays ul li div:first-child {
    padding: 10px;
  }
  .wrap_acti3 {
    display: flex;
    justify-content: flex-start;
  }
}
.yoga-wrap-side {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.yoga-left-side {
  width: 300px;
  margin-right: 30px;
}
@media screen and (max-width: 700px) {
  .yoga-wrap-side {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .yoga-left-side {
    width: 100%;
    margin-right: 0;
  }
  .yoga-left-side img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
    margin-bottom: 15px;
  }
}
.yoga-right-side p {
  max-width: 600px;
}
.wrap-acti-zag {
  max-width: 1174px;
  margin: 0 auto;
}
.wrap-acti-zag h2 {
  text-align: left;
  color: #12b36a;
  
  font-weight: bold;
}
.for_anouncejojo_wrap .for_anouncejojo {
  float: none;
}
.for_anouncejojo_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.for_anouncejojo_wrap img {
  padding: 20px;
}
.t3-copyright {
  background: none;
}
.button_den_jo a {
  border: 1px solid #37cb88;
  padding: 10px;
  display: block;
  width: auto;
  max-width: 264px;
  min-width: 249px;
  text-align: center;
  border-radius: 30px;
  line-height: 1.3;
  font-weight: bold;
  text-decoration: none;
}
.button_den_jo {
  display: block;
  margin-bottom: 15px;
  margin-right: 15px;
}
.button_den_jo a:hover {
  background: #37cb88;
  color: white;
  text-decoration: none;
}
.button_den_wrap_jo {
  margin-top: 25px;
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 900px) {
  .button_den_jo a {
    border: 1px solid #37cb88;
    padding: 10px;
    display: block;
    width: auto;
    max-width: 264px;
    min-width: 249px;
    text-align: center;
    border-radius: 30px;
    line-height: 1.3;
    font-weight: bold;
    text-decoration: none;
  }
  .button_den_jo {
    display: block;
    margin-bottom: 15px;
    margin-right: 15px;
  }
  .button_den_jo a:hover {
    background: #37cb88;
    color: white;
    text-decoration: none;
  }
  .button_den_wrap_jo {
    margin-top: 25px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (max-width: 570px) {
  .button_den_jo a {
    border: 1px solid #37cb88;
    padding: 10px;
    display: block;
    width: 10)%;
    max-width: 100%;
    min-width: 249px;
    text-align: center;
    border-radius: 30px;
    line-height: 1.3;
    font-weight: bold;
    text-decoration: none;
  }
  .button_den_jo {
    display: block;
    margin-bottom: 15px;
    margin-right: 0;
    width: 100%;
  }
  .button_den_jo a:hover {
    background: #37cb88;
    color: white;
    text-decoration: none;
  }
  .button_den_wrap_jo {
    margin-top: 25px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.fa {
  font: normal normal normal 14px/1 FontAwesome !important;
}
.skyrink_price_bd {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  padding-left: 15px !important;
}
.skyrink_price_bd div {
  display: flex !important;
  flex-direction: row !important;
}
.skyrink_price_bd div p:first-child {
  width: 138px !important;
  text-align: left !important;
}
.skyrink_price_bd div p:last-child {
  display: flex !important;
  width: 200px !important;
  text-align: left !important;
  flex-direction: row !important;
  font-weight: bold !important;
  align-items: center !important;
}
.gallery-jo-2022 .newgalleryjo-el {
  max-height: 200px;
}
.gallery-jo-2022 .newgalleryjo-el img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-banner {
  margin: 50px auto 0px;
  max-width: 1280px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  padding-left: 50px;
  padding-right: 50px;
}
.main-banner div {
  display: block;
  margin: 10px;
  width: 300px;
}
.main-banner div a {
  display: block;
}
.main-banner div img {
  height: 137px;
  width: auto;
}
.main-banner div:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1050px) {
  .main-banner {
    margin: 50px auto 0px;
    max-width: 1280px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-banner div {
    display: block;
    margin: 10px;
    width: 300px;
  }
  .main-banner div a {
    display: block;
  }
  .main-banner div img {
    height: 137px;
    width: auto;
  }
  .main-banner div:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 850px) {
  .main-banner {
    margin: 50px auto 0px;
    max-width: 1280px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    align-items: center;
  }
  .main-banner div {
    display: block;
    margin: 10px;
    width: Calc(100%);
    display: flex;
    justify-content: center;
  }
  .main-banner div a {
    display: block;
    width: 100%;
  }
  .main-banner div img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .main-banner div:last-child {
    margin-right: 0;
  }
}
.main-banner2 {
  margin: 15px auto 0px !important;
  display: table;
}
.main-banner2 div {
  display: inner-block;
  float: left;
}
.main-banner2 div img {
  max-height: 130px;
  width: auto;
}
.wrap_acti_main3 {
  margin: -30px auto -40px;
  max-width: 1180px;
  display: flex;
  border-bottom: 2px solid #CFCFCF;
  padding: 10px 0;
}
.wrap_acti3 {
  display: flex;
}
.wrap_acti3 img {
  width: 100%;
}
.wrap_acti_main3 .wrap_acti .actiyak3 {
  display: flex;
  width: 100%;
  max-width: 226px;
  margin: 0 10px 5px;
}
.wrap_acti_main3 .wrap_acti .actiyak3 img {
  width: 100%;
  max-width: 130px;
  height: auto;
  margin-bottom: 5px;
}
.wrap_acti_main3 .wrap_acti .actiyak3 p {
  display: block;
  text-align: center;
  max-width: 150px;
  font-size: 18px;
}
.wraptopacti .wrap_acti_main3 {
  margin: 0 auto -20px;
  border: none;
  padding: 10px 0 0 0;
}
.wraptopacti .wrap_acti {
  display: flex;
}
@media screen and (min-width: 1px) and (max-width: 679px) {
  .wrap_acti {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .actiyak3 {
    max-width: 151px;
    flex-direction: column;
    align-items: center;
  }
  .actiyak3 p {
    font-size: 15px;
  }
  .wraptopacti .wrap_acti {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .wraptopacti .wrap_acti .actiyak3 {
    max-width: 50px !important;
  }
}
@media screen and (min-width: 680px) and (max-width: 1280px) {
  .wrap_acti {
    display: flex;
    justify-content: flex-start;
    max-width: 933px;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .wrap_acti_main3 {
    justify-content: center;
  }
  .actiyak3 {
    flex-direction: column;
    align-items: center;
    max-width: 193px !important;
  }
}
@media screen and (min-width: 1281px) {
  .wrap_acti_main3 {
    justify-content: center;
  }
  .wrap_acti {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .actiyak3 {
    flex-direction: column;
    align-items: center;
  }
  .wrap_acti3 {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .wraptopacti {
    margin: 10px 0 20px;
  }
}
.moduletable777_title .gkResponsive {
  width: 100%;
  height: 100%;
  min-height: 430px;
  max-height: 430px;
}
.moduletable777_title .gkResponsive a {
  width: 100%;
  height: 100%;
}
.moduletable777_title .gkResponsive a img {
  width: 100% !important;
  height: 100% !important;
  min-height: 430px;
  object-fit: cover;
}
.no_display_jo {
  display: none !important;
}
.t3-mainnav .t3-navbar .navbar-nav > li {
  margin: 0 10px;
}
.radius_acti {
  max-width: 100%;
  height: auto;
  margin: 0px auto;
  display: block;
  border-radius: 150px;
  padding: 10px;
}
@media screen and (max-width: 1230px) {
  .wrap-acti-zag {
    padding: 0 15px;
  }
  .wrap-acti {
    margin: 0 15px;
    width: 96%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .wrap-acti-zag {
    padding: 0 15px;
  }
  .wrap-acti {
    margin: 0 15px;
    width: 94%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 450px) {
  .wrap-acti-zag {
    padding: 0 15px;
  }
  .wrap-acti {
    margin: 0 15px;
    width: 91%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}