.font-r {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
}
html body#body {
  font-family: Arial;
  border: 0;
  padding: 0;
  background: #555;
}
html body#body >#sh_button .sh_logo {
  display: none;
}
html body#body >#sh_button .sh_title_text .shc {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
}
html body#body >#sh_button .sh_operator_help {
  min-height: 0;
  padding: 15px;
  right: 62px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #373737;
  border-color: #2f2f2f;
}
html body#body >#sh_button .sh_operator_help .sh_operator_close {
  border: none;
}
html body#body >#sh_button .sh_operator_help .sh_operator_logo {
  margin: 0px 10px 5px 0;
}
html body#body >#sh_button .sh_operator_help .sh_operator_title {
  display: none;
}
html body#body >#sh_button .sh_operator_help .sh_operator_description {
  float: left;
  max-width: 60%;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-size: 1.4em;
  margin-top: 5px;
  color: #eee;
}
html body#body >#sh_button .sh_operator_help .sh_operator_button_no,
html body#body >#sh_button .sh_operator_help .sh_operator_button_save {
  padding: 10px 0%;
  width: 47%;
  min-width: 0;
  text-align: center;
  margin: 5px 0% 0;
  text-decoration: none;
  height: auto;
  line-height: normal;
}
html body#body >#sh_button .sh_operator_help .sh_operator_button_no {
  color: #fff;
  text-shadow: 1px 1px 2px #555;
  margin-right: 4%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
html body#body >#sh_button .sh_operator_help .sh_operator_button_save {
  background: #c14926;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#c14926),color-stop(1,#d96341));
  background: -ms-linear-gradient(bottom,#c14926,#d96341);
  background: -moz-linear-gradient(center bottom,#c14926 0%,#d96341 100%);
  background: -o-linear-gradient(#d96341,#c14926);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d96341', endColorstr='#c14926', GradientType=0);
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  border: 1px solid #c14926;
  font-weight: normal;
  outline: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: none;
}
html body#body >#sh_button .sh_operator_help .sh_operator_button_save:hover {
  background: #c14926;
  color: #fff;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-decoration: none;
}
html body#body >#sh_button .sh_operator_help .sh_operator_button_save.cyan {
  background: #69b465;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#509b4b),color-stop(1,#69b465));
  background: -ms-linear-gradient(bottom,#509b4b,#69b465);
  background: -moz-linear-gradient(center bottom,#509b4b 0%,#69b465 100%);
  background: -o-linear-gradient(#69b465,#509b4b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69b465', endColorstr='#509b4b', GradientType=0);
  border: 1px solid #509b4b;
}
html body#body >#sh_button .sh_operator_help .sh_operator_button_save.cyan:hover {
  background: #00615d;
  color: #fff;
}
html body#body >#sh_button .sh_operator_help .sh_operator_button_save.grey {
  background: #bbb;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#999),color-stop(1,#bbb));
  background: -ms-linear-gradient(bottom,#999,#bbb);
  background: -moz-linear-gradient(center bottom,#999 0%,#bbb 100%);
  background: -o-linear-gradient(#bbb,#999);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbbbb', endColorstr='#999999', GradientType=0);
  border: 1px solid #999;
}
html body#body >#sh_button .sh_operator_help .sh_operator_button_save.grey:hover {
  background: #999;
}
html body#body >#sh_button .sh_operator_help .sh_operator_triangle {
  border-left-color: #373737;
  left: 245px;
}
html body#body >#sh_button .sh_operator_help .sh_operator_triangle_white {
  border-left-color: #373737;
  display: none;
}
html body#body a {
  color: #00847f;
}
html body#body h1,
html body#body h2,
html body#body h3,
html body#body h4,
html body#body h5,
html body#body h6,
html body#body .h1,
html body#body .h2,
html body#body .h3,
html body#body .h4,
html body#body .h5,
html body#body .h6,
html body#body .title1,
html body#body .title2,
html body#body .title3,
html body#body .title4,
html body#body .title5,
html body#body .title6 {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  text-shadow: none;
  margin: 0;
  line-height: normal;
  font-weight: 400;
}
html body#body h1,
html body#body .h1,
html body#body .title1 {
  font-size: 2rem;
}
html body#body h2,
html body#body .h2,
html body#body .title2 {
  font-size: 1.75rem;
}
html body#body h3,
html body#body .h3,
html body#body .title3 {
  font-size: 1.5rem;
}
html body#body h4,
html body#body .h4,
html body#body .title4 {
  font-size: 1.4rem;
}
html body#body h5,
html body#body .h5,
html body#body .title5 {
  font-size: 1.125rem;
}
html body#body h6,
html body#body .h6,
html body#body .title6 {
  font-size: 1rem;
}
html body#body small,
html body#body middle,
html body#body large {
  line-height: normal;
}
html body#body input[type="text"],
html body#body input[type="email"],
html body#body input[type="password"],
html body#body textarea {
  -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
  height: auto;
  background: #fff;
  border: 0;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  color: #555;
  border: 1px solid #ccc;
}
html body#body button,
html body#body input[type="submit"],
html body#body input#id_submitbutton,
html body#body .button {
  background: #c14926;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#c14926),color-stop(1,#d96341));
  background: -ms-linear-gradient(bottom,#c14926,#d96341);
  background: -moz-linear-gradient(center bottom,#c14926 0%,#d96341 100%);
  background: -o-linear-gradient(#d96341,#c14926);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d96341', endColorstr='#c14926', GradientType=0);
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  border: 1px solid #c14926;
  font-weight: normal;
  outline: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
html body#body button:hover,
html body#body input[type="submit"]:hover,
html body#body input#id_submitbutton:hover,
html body#body .button:hover {
  background: #c14926;
  color: #fff;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-decoration: none;
}
html body#body button.cyan,
html body#body input[type="submit"].cyan,
html body#body input#id_submitbutton.cyan,
html body#body .button.cyan {
  background: #69b465;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#509b4b),color-stop(1,#69b465));
  background: -ms-linear-gradient(bottom,#509b4b,#69b465);
  background: -moz-linear-gradient(center bottom,#509b4b 0%,#69b465 100%);
  background: -o-linear-gradient(#69b465,#509b4b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69b465', endColorstr='#509b4b', GradientType=0);
  border: 1px solid #509b4b;
}
html body#body button.cyan:hover,
html body#body input[type="submit"].cyan:hover,
html body#body input#id_submitbutton.cyan:hover,
html body#body .button.cyan:hover {
  background: #00615d;
  color: #fff;
}
html body#body button.grey,
html body#body input[type="submit"].grey,
html body#body input#id_submitbutton.grey,
html body#body .button.grey {
  background: #bbb;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#999),color-stop(1,#bbb));
  background: -ms-linear-gradient(bottom,#999,#bbb);
  background: -moz-linear-gradient(center bottom,#999 0%,#bbb 100%);
  background: -o-linear-gradient(#bbb,#999);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbbbb', endColorstr='#999999', GradientType=0);
  border: 1px solid #999;
}
html body#body button.grey:hover,
html body#body input[type="submit"].grey:hover,
html body#body input#id_submitbutton.grey:hover,
html body#body .button.grey:hover {
  background: #999;
}
html body#body .readmore {
  text-align: right;
}
html body#body .readmore a {
  background: #c14926;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#c14926),color-stop(1,#d96341));
  background: -ms-linear-gradient(bottom,#c14926,#d96341);
  background: -moz-linear-gradient(center bottom,#c14926 0%,#d96341 100%);
  background: -o-linear-gradient(#d96341,#c14926);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d96341', endColorstr='#c14926', GradientType=0);
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  border: 1px solid #c14926;
  font-weight: normal;
  outline: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
html body#body .readmore a:hover {
  background: #c14926;
  color: #fff;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-decoration: none;
}
html body#body .readmore a.cyan {
  background: #69b465;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#509b4b),color-stop(1,#69b465));
  background: -ms-linear-gradient(bottom,#509b4b,#69b465);
  background: -moz-linear-gradient(center bottom,#509b4b 0%,#69b465 100%);
  background: -o-linear-gradient(#69b465,#509b4b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69b465', endColorstr='#509b4b', GradientType=0);
  border: 1px solid #509b4b;
}
html body#body .readmore a.cyan:hover {
  background: #00615d;
  color: #fff;
}
html body#body .readmore a.grey {
  background: #bbb;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#999),color-stop(1,#bbb));
  background: -ms-linear-gradient(bottom,#999,#bbb);
  background: -moz-linear-gradient(center bottom,#999 0%,#bbb 100%);
  background: -o-linear-gradient(#bbb,#999);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbbbb', endColorstr='#999999', GradientType=0);
  border: 1px solid #999;
}
html body#body .readmore a.grey:hover {
  background: #999;
}
html body#body .readmore a span {
  display: none;
}
html body#body .readmore span.fa-caret-right {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  margin-left: 5px;
  background: #999;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 20;
}
html body#body .readmore span.fa-caret-right:hover {
  background: #c14926;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
html body#body form {
  margin: 0;
}
html body#body form[action="/component/search/"],
html body#body form[action="/error-404"] {
  position: relative;
}
html body#body form[action="/component/search/"] input#mod-search-searchword,
html body#body form[action="/error-404"] input#mod-search-searchword {
  width: 130px;
}
html body#body form[action="/component/search/"] .fa-search,
html body#body form[action="/error-404"] .fa-search {
  font-family: 'FontAwesome';
  background: none;
  border: 0;
  box-shadow: none;
  color: #555;
  text-shadow: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px;
}
html body#body table.table {
  font-size: 1em;
  max-width: none;
}
html body#body table.table tr td img {
  max-width: none;
}
html body#body table.table thead {
  background: #ccc;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#ccc),color-stop(1,#e5e5e5));
  background: -ms-linear-gradient(bottom,#ccc,#e5e5e5);
  background: -moz-linear-gradient(center bottom,#ccc 0%,#e5e5e5 100%);
  background: -o-linear-gradient(#e5e5e5,#ccc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#cccccc', GradientType=0);
}
html body#body table.table thead th {
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}
html body#body table.table thead.error,
html body#body table.table tr.error td {
  background: #c14926;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#c14926),color-stop(1,#d96341));
  background: -ms-linear-gradient(bottom,#c14926,#d96341);
  background: -moz-linear-gradient(center bottom,#c14926 0%,#d96341 100%);
  background: -o-linear-gradient(#d96341,#c14926);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d96341', endColorstr='#c14926', GradientType=0);
  color: #fff;
}
html body#body table.table thead.success,
html body#body table.table tr.success td {
  background: #00c7be;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#00ada6),color-stop(1,#00c7be));
  background: -ms-linear-gradient(bottom,#00ada6,#00c7be);
  background: -moz-linear-gradient(center bottom,#00ada6 0%,#00c7be 100%);
  background: -o-linear-gradient(#00c7be,#00ada6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c7be', endColorstr='#00ada6', GradientType=0);
  color: #fff;
}
html body#body ul.nav-tabs li.active a {
  color: #555;
}
html body#body ul.nav-tabs li a {
  font-size: 1.25rem;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
}
html body#body ul.none {
  list-style-type: none;
  margin: 0;
}
html body#body #back-top {
  font-size: 2.5em;
  position: absolute;
  right: 6px;
  bottom: 6px;
  color: #fff;
}
html body#body #back-top:hover {
  color: #d96341;
  text-decoration: none;
}
html body#body .eb-brand,
html body#body .logininfo,
html body#body .navicon {
  display: none;
}
html body#body .title,
html body#body .blog-title {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  min-height: 32px;
  line-height: 32px;
}
html body#body .fa-warning:before {
  margin-right: 0.5em;
  color: #ff6633;
}
html body#body .dib {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
html body#body .bald {
  background: none;
  border: 0;
  box-shadow: none;
}
html body#body .wrapper {
  max-width: 960px;
  margin: 0 auto;
}
html body#body .box {
  background: #f5f5f5;
  border: 1px solid #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
html body#body .box table {
  background: #fff;
}
html body#body .add-buttons {
  float: right;
}
html body#body .add-buttons a {
  margin: 5px;
  padding: 8px 12px;
}
html body#body .film {
  padding: 0 0px;
}
html body#body .padding {
  padding: 0.5em 1em;
}
html body#body .margin {
  margin: 10px;
}
html body#body .photo-dots-top {
  background: url('../images/photo-dots.png') 10px 96% repeat-x;
}
html body#body .photo-dots-bottom {
  background: url('../images/photo-dots.png') 10px 4% repeat-x;
}
html body#body a.rotate-buttons_button {
  position: absolute;
  left: -40px;
  font-size: 3em;
  top: 40%;
}
html body#body a.rotate-buttons_button.next {
  right: -40px;
  left: auto;
}
html body#body ul.social-film {
  margin: 0;
  display: inline-block;
  background: url('../images/film-small.jpg');
}
html body#body ul.social-film li {
  display: inline-block;
  vertical-align: middle;
}
html body#body ul.social-film li:last-of-type a {
  border-right: 0;
}
html body#body ul.social-film li a {
  padding: 7px 7px;
  margin: 8px 0;
  border-right: 1px solid #777;
  border-right: 1px solid #555;
  color: #fff;
  font-size: 1.4em;
  width: 26px;
  text-align: center;
}
html body#body ul.social-film li a:hover {
  color: #dc5a44;
  text-decoration: none;
}
html body#body i.fa-spinner {
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-moz-keyframes spin {
  html body#body i.fa-spinner 100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  html body#body i.fa-spinner 100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  html body#body i.fa-spinner 100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
html body#body .kmt-mod .mod-item {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DDD;
}
html body#body .kmt-mod .mod-item .mod-comment-head {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}
html body#body .kmt-mod .mod-item .mod-comment-body {
  float: none;
  display: inline-block;
  vertical-align: top;
  padding-left: 8px;
  max-width: 615px;
}
html body#body .kmt-mod .mod-item .mod-comment-body .kmt-author {
  font-weight: bold;
  color: #333;
}
html body#body .kmt-mod .mod-item .mod-comment-body .kmt-author a {
  color: #333;
}
html body#body .kmt-mod .mod-item .mod-comment-body .mod-comment-time {
  margin-left: 5px;
  font-size: 0.9em;
}
html body#body .kmt-mod .mod-item .mod-comment-body .mod-comment-time a {
  color: #007a75;
}
html body#body .kmt-mod .mod-item .mod-comment-body .mod-comment-time a:hover {
  color: #c14926;
}
html body#body .kmt-mod .mod-item .mod-comment-body .mod-comment-text {
  color: #777;
  margin-top: 3px;
  line-height: normal;
}
html body#body .bt-cs {
  margin-top: 5px;
}
html body#body .bt-cs ul.pagination-list {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  box-shadow: none;
}
html body#body .bt-cs ul.pagination-list:before {
  content: " ";
  border-bottom: 1px solid #ddd;
  display: block;
  width: 80%;
  margin: 14px auto -15px;
  position: relative;
  z-index: 0;
}
html body#body .bt-cs ul.pagination-list li {
  display: inline-block;
  vertical-align: middle;
  float: none;
  z-index: 1;
  position: relative;
}
html body#body .bt-cs ul.pagination-list li.current a {
  background: #eee;
  color: #555;
  border-color: #ddd;
}
html body#body .bt-cs ul.pagination-list li a {
  border-color: #00c7be;
  background: #00ada6;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#00ada6),color-stop(1,#00e0d7));
  background: -ms-linear-gradient(bottom,#00ada6,#00e0d7);
  background: -moz-linear-gradient(center bottom,#00ada6 0%,#00e0d7 100%);
  background: -o-linear-gradient(#00e0d7,#00ada6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e0d7', endColorstr='#00ada6', GradientType=0);
  color: #fff;
}
html body#body .bt-cs #rotate-buttons a.rotate-buttons_button {
  position: absolute;
  left: -40px;
  font-size: 3em;
  top: 50%;
  margin: 0;
  padding: 10px 15px;
}
html body#body .bt-cs #rotate-buttons a.rotate-buttons_button.next {
  right: -40px;
  left: auto;
}
html body#body .bt-cs #rotate-buttons >ul.bt_handles {
  display: none;
}
html body#body .bt-cs .slides_container .slides_control .slide {
  margin-left: 0;
}
html body#body .bt-cs .slides_container .slides_control .slide .bt-row {
  display: inline-block;
  vertical-align: top;
  padding: 0 25px 0 0;
}
html body#body .bt-cs .slides_container .slides_control .slide .bt-row.bt-row-last {
  padding-right: 0;
}
html body#body .bt-cs .slides_container .slides_control .slide .bt-row.orange {
  background: orange;
  padding-right: 0;
}
html body#body .bt-cs .slides_container .slides_control .slide .bt-row.orange .bt-inner {
  background: none;
  padding: 15px;
  min-height: 296px;
}
html body#body .bt-cs .slides_container .slides_control .slide .bt-row.orange .bt-inner .bt-extra {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-size: 3em;
  color: #fff;
  left: 0;
  position: relative;
  padding: 0px 50px 0 0;
  line-height: 1.1;
}
html body#body .bt-cs .slides_container .slides_control .slide .bt-row.orange .bt-inner .bt-center {
  border: 0;
}
html body#body .bt-cs .slides_container .slides_control .slide .bt-row.orange .bt-inner .bt-title {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-size: 3em;
  color: #fff;
  left: 0;
  position: relative;
  padding: 0px 50px 0 0;
  line-height: 1.1;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html body#body .bt-cs .slides_container .slides_control .slide .bt-row.orange .bt-inner .bt-introtext {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-size: 1.5em;
  line-height: normal;
  padding: 0;
  margin: 23px 0 20px;
}
html body#body .bt-cs .slides_container .slides_control .slide .bt-row.orange .bt-inner p.readmore {
  margin: -15px;
}
html body#body .bt-cs .slides_container .slides_control .slide .bt-row.orange .bt-inner p.readmore a {
  background: none;
  border: 0;
  box-shadow: none;
}
html body#body .bt-cs .slides_container .slides_control .slide .bt-row .bt-inner {
  border: 1px solid #ddd;
  margin: -1px;
  position: relative;
  background: #fff;
}
html body#body .bt-cs .slides_container .slides_control .slide .bt-row .bt-inner .bt-center {
  border-top: 3px solid #c14926;
  border-bottom: 1px solid #ddd;
}
html body#body .bt-cs .slides_container .slides_control .slide .bt-row .bt-inner .bt-title {
  font-size: 1.4em;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  padding: 5px 10px;
  display: block;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  color: #333;
}
html body#body .bt-cs .slides_container .slides_control .slide .bt-row .bt-inner .bt-introtext {
  margin: 0 10px 10px 10px;
  max-height: 7em;
  overflow: hidden;
  font-size: 0.8rem;
  line-height: 1.3em;
}
html body#body .bt-cs .slides_container .slides_control .slide .bt-row .bt-inner .bt-introtext i.date,
html body#body .bt-cs .slides_container .slides_control .slide .bt-row .bt-inner .bt-introtext em.date {
  position: absolute;
  bottom: 2px;
  left: 10px;
  text-transform: uppercase;
  font-style: normal;
  color: #777;
}
html body#body .bt-cs .slides_container .slides_control .slide .bt-row .bt-inner .bt-extra {
  position: absolute;
  left: 10px;
  color: #999;
  text-transform: uppercase;
}
html body#body .bt-cs .slides_container .slides_control .slide .bt-row .bt-inner p.readmore {
  margin: 0;
}
html body#body .bt-cs .slides_container .slides_control .slide .bt-row .bt-inner p.readmore a {
  background: none;
  border: 0;
  box-shadow: none;
}
html body#body .bt-cs .slides_container .slides_control .slide .bt-row .bt-inner div.readmore {
  border-top: 1px solid #ccc;
  line-height: 0;
  margin: 15px auto 20px;
}
html body#body .bt-cs .slides_container .slides_control .slide .bt-row .bt-inner div.readmore a {
  padding: 6px 12px;
  background: #c14926;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#c14926),color-stop(1,#d96341));
  background: -ms-linear-gradient(bottom,#c14926,#d96341);
  background: -moz-linear-gradient(center bottom,#c14926 0%,#d96341 100%);
  background: -o-linear-gradient(#d96341,#c14926);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d96341', endColorstr='#c14926', GradientType=0);
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  border: 1px solid #c14926;
  font-weight: normal;
  outline: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
html body#body .bt-cs .slides_container .slides_control .slide .bt-row .bt-inner div.readmore a:hover {
  background: #c14926;
  color: #fff;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-decoration: none;
}
html body#body .bt-cs .slides_container .slides_control .slide .bt-row .bt-inner div.readmore a.cyan {
  background: #69b465;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#509b4b),color-stop(1,#69b465));
  background: -ms-linear-gradient(bottom,#509b4b,#69b465);
  background: -moz-linear-gradient(center bottom,#509b4b 0%,#69b465 100%);
  background: -o-linear-gradient(#69b465,#509b4b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69b465', endColorstr='#509b4b', GradientType=0);
  border: 1px solid #509b4b;
}
html body#body .bt-cs .slides_container .slides_control .slide .bt-row .bt-inner div.readmore a.cyan:hover {
  background: #00615d;
  color: #fff;
}
html body#body .bt-cs .slides_container .slides_control .slide .bt-row .bt-inner div.readmore a.grey {
  background: #bbb;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#999),color-stop(1,#bbb));
  background: -ms-linear-gradient(bottom,#999,#bbb);
  background: -moz-linear-gradient(center bottom,#999 0%,#bbb 100%);
  background: -o-linear-gradient(#bbb,#999);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbbbb', endColorstr='#999999', GradientType=0);
  border: 1px solid #999;
}
html body#body .bt-cs .slides_container .slides_control .slide .bt-row .bt-inner div.readmore a.grey:hover {
  background: #999;
}
html body#body .bt-cs .slides_container.clean .slides_control .slide .bt-row {
  padding: 0;
  margin: 0 3px 10px;
}
html body#body .bt-cs .slides_container.clean .slides_control .slide .bt-row .bt-inner {
  background: #f5f5f5;
  min-height: 286px;
}
html body#body .bt-cs .slides_container.clean .slides_control .slide .bt-row .bt-inner .bt-title {
  height: 46px !important;
}
html body#body .bt-cs .slides_container.clean .slides_control .slide .bt-row .bt-inner .bt-introtext {
  max-height: 4em;
}
html body#body.news {
  padding-top: 0;
}
html body#body.news .add-buttons {
  display: none;
}
html body#body .moduletablecomments >h3 {
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  float: none;
}
html body#body .moduletablecomments .kmt-mod .mod-item {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DDD;
}
html body#body .moduletablecomments .kmt-mod .mod-item .mod-comment-head {
  float: left;
  margin-top: 3px;
  display: block;
  margin-right: 10px;
}
html body#body .moduletablecomments .kmt-mod .mod-item .mod-comment-body {
  display: block;
  min-height: 80px;
  padding-left: 8px;
}
html body#body .moduletablecomments .kmt-mod .mod-item .mod-comment-body .kmt-author {
  font-weight: bold;
  color: #111;
}
html body#body .moduletablecomments .kmt-mod .mod-item .mod-comment-body .kmt-author:before {
  content: "\f007";
  font-family: 'FontAwesome';
  color: #ffa500;
  margin-right: 4px;
}
html body#body .moduletablecomments .kmt-mod .mod-item .mod-comment-body .kmt-author a {
  color: #333;
}
html body#body .moduletablecomments .kmt-mod .mod-item .mod-comment-body .mod-comment-time {
  margin-left: 5px;
  font-size: 0.9em;
}
html body#body .moduletablecomments .kmt-mod .mod-item .mod-comment-body .mod-comment-time a {
  color: #007a75;
}
html body#body .moduletablecomments .kmt-mod .mod-item .mod-comment-body .mod-comment-time a:hover {
  color: #c14926;
}
html body#body .moduletablecomments .kmt-mod .mod-item .mod-comment-body .mod-comment-text {
  color: #777;
  margin-top: 3px;
  line-height: 1.4;
}
html body#body .moduletablecomments .kmt-mod .mod-item .mod-comment-body .mod-comment-text .mod-comment-page {
  margin-top: 5px;
}
html body#body .moduletablecomments .all-reviews {
  display: inline-block;
  color: #c14926;
  background: #c14926;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#c14926),color-stop(1,#d96341));
  background: -ms-linear-gradient(bottom,#c14926,#d96341);
  background: -moz-linear-gradient(center bottom,#c14926 0%,#d96341 100%);
  background: -o-linear-gradient(#d96341,#c14926);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d96341', endColorstr='#c14926', GradientType=0);
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  border: 1px solid #c14926;
  font-weight: normal;
  outline: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 10px;
  float: right;
}
html body#body .moduletablecomments .all-reviews:hover {
  background: #c14926;
  color: #fff;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-decoration: none;
}
html body#body .moduletablecomments .all-reviews.cyan {
  background: #69b465;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#509b4b),color-stop(1,#69b465));
  background: -ms-linear-gradient(bottom,#509b4b,#69b465);
  background: -moz-linear-gradient(center bottom,#509b4b 0%,#69b465 100%);
  background: -o-linear-gradient(#69b465,#509b4b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69b465', endColorstr='#509b4b', GradientType=0);
  border: 1px solid #509b4b;
}
html body#body .moduletablecomments .all-reviews.cyan:hover {
  background: #00615d;
  color: #fff;
}
html body#body .moduletablecomments .all-reviews.grey {
  background: #bbb;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#999),color-stop(1,#bbb));
  background: -ms-linear-gradient(bottom,#999,#bbb);
  background: -moz-linear-gradient(center bottom,#999 0%,#bbb 100%);
  background: -o-linear-gradient(#bbb,#999);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbbbb', endColorstr='#999999', GradientType=0);
  border: 1px solid #999;
}
html body#body .moduletablecomments .all-reviews.grey:hover {
  background: #999;
}
html body#body .moduletablecomments >a.btn {
  display: inline-block;
  vertical-align: middle;
  float: none;
  background: #c14926;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#c14926),color-stop(1,#d96341));
  background: -ms-linear-gradient(bottom,#c14926,#d96341);
  background: -moz-linear-gradient(center bottom,#c14926 0%,#d96341 100%);
  background: -o-linear-gradient(#d96341,#c14926);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d96341', endColorstr='#c14926', GradientType=0);
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  border: 1px solid #c14926;
  font-weight: normal;
  outline: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
html body#body .moduletablecomments >a.btn:hover {
  background: #c14926;
  color: #fff;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-decoration: none;
}
html body#body .moduletablecomments >a.btn.cyan {
  background: #69b465;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#509b4b),color-stop(1,#69b465));
  background: -ms-linear-gradient(bottom,#509b4b,#69b465);
  background: -moz-linear-gradient(center bottom,#509b4b 0%,#69b465 100%);
  background: -o-linear-gradient(#69b465,#509b4b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69b465', endColorstr='#509b4b', GradientType=0);
  border: 1px solid #509b4b;
}
html body#body .moduletablecomments >a.btn.cyan:hover {
  background: #00615d;
  color: #fff;
}
html body#body .moduletablecomments >a.btn.grey {
  background: #bbb;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#999),color-stop(1,#bbb));
  background: -ms-linear-gradient(bottom,#999,#bbb);
  background: -moz-linear-gradient(center bottom,#999 0%,#bbb 100%);
  background: -o-linear-gradient(#bbb,#999);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbbbb', endColorstr='#999999', GradientType=0);
  border: 1px solid #999;
}
html body#body .moduletablecomments >a.btn.grey:hover {
  background: #999;
}
html body#body .moduletablecomments .facebook {
  text-decoration: none !important;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  text-shadow: none;
  margin: 0;
  line-height: normal;
  font-weight: 400;
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin: 0 10px;
}
html body#body .moduletablecomments hr {
  margin: 10px 0;
}
html body#body .fancybox-overlay {
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  z-index: 100 !important;
}
html body#body .fancybox-overlay >.fancybox-nav {
  opacity: 0;
  height: 100%;
  width: 50%;
  position: absolute;
  z-index: 10;
}
html body#body .fancybox-overlay >.fancybox-nav:hover i {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
html body#body .fancybox-overlay >.fancybox-nav.fancybox-prev {
  left: 0;
  right: auto;
}
html body#body .fancybox-overlay >.fancybox-nav.fancybox-prev i {
  left: 20px;
  right: auto;
}
html body#body .fancybox-overlay >.fancybox-nav.fancybox-next {
  right: 0;
  left: auto;
}
html body#body .fancybox-overlay >.fancybox-nav.fancybox-next i {
  right: 20px;
  left: auto;
}
html body#body .fancybox-overlay >.fancybox-nav i {
  top: 50%;
  font-size: 3em;
  color: #eee;
  position: absolute;
  display: inline-block;
  opacity: 0;
}
html body#body .fancybox-overlay >.fancybox-close {
  padding: 20px;
  margin: -10px 0px 0;
  top: 0px;
  right: 0px;
  position: absolute;
  z-index: 20;
  background: none !important;
  font-size: 2.5em;
  color: #eee;
  text-align: right;
}
html body#body .fancybox-overlay >.fancybox-close:hover {
  color: #ff6633;
}
html body#body .fancybox-overlay >.fancybox-close >i.fa-angle-right {
  margin-right: -4px;
}
html body#body .fancybox-overlay >.share {
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 11;
}
html body#body .fancybox-overlay >.share:before {
  content: "Поделиться: ";
  color: #888;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  display: block;
  vertical-align: bottom;
  margin-bottom: 4px;
  font-size: 1.1em;
}
html body#body .fancybox-overlay >.share a {
  display: inline-block;
  vertical-align: middle;
  float: none;
  color: #fff;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  text-align: center;
  line-height: 28px;
  border: 1px dashed #888;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0.9;
}
html body#body .fancybox-overlay >.share a:hover {
  text-decoration: none;
  background: #eee;
  color: #333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
html body#body .fancybox-overlay >.fancybox-wrap {
  z-index: auto;
  text-align: center;
  width: auto !important;
  background: none !important;
  border: 0;
  padding: 0;
  box-shadow: none;
}
html body#body .fancybox-overlay >.fancybox-wrap >.fancybox-title {
  text-align: left;
  display: block;
  float: none;
  visibility: visible;
}
html body#body .fancybox-overlay >.fancybox-wrap >.fancybox-title p {
  text-shadow: 1px 1px 2px #000;
  margin: 0;
  color: #aaa;
}
html body#body .fancybox-overlay >.fancybox-wrap >.fancybox-title p >* {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
}
html body#body .fancybox-overlay >.fancybox-wrap >.fancybox-title p:first-of-type {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-size: 1.25em;
  color: #fff;
  height: auto;
  margin-bottom: 4px;
}
html body#body .fancybox-overlay >.fancybox-wrap >.fancybox-title p:nth-child(2) {
  height: 4.9em;
  overflow-y: scroll;
  line-height: 1.3;
  cursor: all-scroll;
}
html body#body .fancybox-overlay >.fancybox-wrap .fancybox-skin {
  padding: 0px !important;
  position: relative;
  z-index: 5;
  width: auto !important;
  display: inline-block;
  box-shadow: none;
  border: 0;
  background: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html body#body .fancybox-overlay >.fancybox-wrap .fancybox-skin .fancybox-outer {
  border: 2px solid #fff;
  background: none !important;
  padding: 0;
  box-shadow: none;
}
html body#body .fancybox-overlay >.fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner {
  background: none !important;
  border: 0;
  padding: 0;
  box-shadow: none;
}
html body#body .fancybox-overlay >.fancybox-wrap .fancybox-skin img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
}
html body#body >.fancybox-wrap {
  margin-left: -10px;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  position: fixed !important;
  top: 10% !important;
  z-index: 101;
}
html body#body >.fancybox-wrap .fancybox-skin {
  padding: 0px !important;
  background: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #ddd;
}
html body#body >.fancybox-wrap .fancybox-skin .fancybox-inner {
  width: auto !important;
  height: auto !important;
}
html body#body >.fancybox-wrap .fancybox-skin .fancybox-inner img {
  max-width: 100%;
}
html body#body >.fancybox-nav {
  position: fixed;
  z-index: 102;
  opacity: 0;
}
html body#body >.fancybox-nav.fancybox-prev {
  width: 50%;
  height: 100%;
  display: block;
  left: 0;
}
html body#body >.fancybox-nav.fancybox-prev i {
  left: 20px;
}
html body#body >.fancybox-nav.fancybox-next {
  width: 50%;
  height: 100%;
  display: block;
  right: 0;
}
html body#body >.fancybox-nav.fancybox-next i {
  right: 40px;
}
html body#body >.fancybox-nav i {
  top: 50%;
  margin-top: -1.5em;
  font-size: 3em;
  color: #ff6633;
  position: absolute;
  display: inline-block;
  opacity: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
html body#body >.fancybox-nav i:active {
  background: #ff6633;
  color: #fff;
}
html body#body >.fancybox-close {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 103;
  background: none !important;
}
html body#body >.fancybox-close i {
  font-size: 3em;
  color: #ff6633;
  position: absolute;
  display: inline-block;
  opacity: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
html body#body >.fancybox-close i:active {
  background: #ff6633;
  color: #fff;
}
html body#body >.fancybox-close i:nth-child(2) {
  margin-left: 0.2em;
}
html body#body >.share {
  position: fixed;
  bottom: 8px;
  right: 8px;
  z-index: 105;
}
html body#body >.share:before {
  content: "Поделиться: ";
  color: #888;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  display: block;
  vertical-align: bottom;
  margin-bottom: 4px;
  font-size: 1.1em;
}
html body#body >.share a {
  display: inline-block;
  vertical-align: middle;
  float: none;
  color: #fff;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  text-align: center;
  line-height: 28px;
  border: 1px dashed #888;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0.9;
}
html body#body >.share a:hover {
  text-decoration: none;
  background: #eee;
  color: #333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
html body#body .eb-related-category,
html body#body .eb-brand {
  display: none;
}
html body#body div#fd.eb h3 {
  font-weight: normal;
}
html body#body .container-fluid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  background: #353535;
  position: relative;
}
html body#body .container-fluid .bg-grey {
  background: url('../images/bg-white.jpg');
}
html body#body .container-fluid #lang {
  position: absolute;
  top: 5px;
  right: 10px;
}
html body#body .container-fluid #lang ul {
  list-style-type: none;
}
html body#body .container-fluid #header {
  margin: 0;
  background: url(../images/bg-white.jpg);
  padding: 10px 0;
}
html body#body .container-fluid #header .header-inner a#logo {
  margin: 8px 0;
}
html body#body .container-fluid #header .header-inner a#logo img {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
html body#body .container-fluid #header .header-inner a#logo h1 {
  display: inline-block;
  vertical-align: middle;
  float: none;
  display: none;
  color: #111;
  line-height: 0.9em;
  font-size: 2.5rem;
  margin: -1px 0 0px 8px;
  font-family: Arial, Tahoma;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-weight: 400;
  letter-spacing: 5px;
}
html body#body .container-fluid #header .header-inner a#logo h1:first-line {
  letter-spacing: 0;
}
html body#body .container-fluid #header .header-inner .header-right {
  text-align: right;
  padding-top: 15px;
}
html body#body .container-fluid #header .header-inner .header-right .header-social {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
html body#body .container-fluid #header .header-inner .header-right .header-social a {
  text-align: center;
  margin: 4px;
  font-size: 1.25em;
  color: #333;
}
html body#body .container-fluid #header .header-inner .header-right .header-social a:hover {
  color: #c14926;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-decoration: none;
}
html body#body .container-fluid #header .header-inner .header-right .header-search {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
html body#body .container-fluid #header .header-inner .header-right .header-search form {
  position: relative;
  margin: 0 0 0 15px;
}
html body#body .container-fluid #header .header-inner .header-right .header-search form .fa-search {
  font-family: 'FontAwesome';
  background: none;
  border: 0;
  box-shadow: none;
  color: #555;
  text-shadow: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px;
}
html body#body .container-fluid #header .header-inner .header-right .header-login {
  margin: 5px 0 0;
  position: relative;
  text-align: center;
}
html body#body .container-fluid #header .header-inner .header-right .header-login noindex >ul {
  text-align: right;
}
html body#body .container-fluid #header .header-inner .header-right .header-login noindex >ul li a {
  color: #333;
}
html body#body .container-fluid #header .header-inner .header-right .header-login noindex >ul li a:hover {
  color: #c14926;
}
html body#body .container-fluid #header .header-inner .header-right .header-login noindex >ul li a#login-show {
  font-size: 1.5em;
  cursor: pointer;
}
html body#body .container-fluid #header .header-inner .header-right .header-login noindex form {
  background: rgba(255,255,255,0.9);
  border: 1px solid #ddd;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  z-index: 100;
  right: 0;
  display: none;
}
html body#body .container-fluid #header .header-inner .header-right .header-login noindex form fieldset >p {
  display: inline-block;
  max-width: 48%;
  margin: 0;
}
html body#body .container-fluid #header .header-inner .header-right .header-login noindex form fieldset >p:first-child {
  margin-right: 4%;
}
html body#body .container-fluid #header .header-inner .header-right .header-login noindex form fieldset >p input {
  display: block;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  border-color: #ddd;
  background: #f3f3f3;
}
html body#body .container-fluid #header .header-inner .header-right .header-login noindex form fieldset .button {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
html body#body .container-fluid #header .header-inner .header-right .header-login noindex form fieldset .button[type="submit"] {
  padding: 3px 10px 4px;
  float: right;
}
html body#body .container-fluid #header .header-inner .header-right .header-login noindex form fieldset #slogin-buttons {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
html body#body .container-fluid #header .header-inner .header-right .header-login noindex form fieldset #slogin-buttons >a {
  margin-left: 5px;
}
html body#body .container-fluid #header .header-inner .header-right .header-login noindex form fieldset #slogin-buttons >a:before {
  text-align: center;
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
html body#body .container-fluid #header .header-inner .header-right .header-login noindex form fieldset #slogin-buttons >a:before[type="submit"] {
  padding: 3px 10px 4px;
  float: right;
}
html body#body .container-fluid #header .header-inner .header-right .header-login noindex form fieldset #slogin-buttons >a.facebookslogin:before {
  content: "\f09a";
}
html body#body .container-fluid #header .header-inner .header-right .header-login noindex form fieldset #slogin-buttons >a.vkontakteslogin:before {
  content: "\f189";
}
html body#body .container-fluid #header .header-inner .header-right .header-login noindex form fieldset a.registration {
  padding: 2px 6px 3px;
}
html body#body .container-fluid #header .header-inner .header-right .header-login noindex form ul.ul-jlslogin {
  list-style-type: none;
  margin: 10px 0 0;
}
html body#body .container-fluid #header .header-inner .header-right .header-login noindex form ul.ul-jlslogin li {
  margin-right: 10px;
}
html body#body .container-fluid #header .header-inner .header-right .header-login noindex+div {
  display: none;
}
html body#body .container-fluid .navigation {
  padding: 16px 0 0px 0;
  margin: 0;
  border-top: 1px solid #ddd;
  background: url(../images/bg-white.jpg);
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}
html body#body .container-fluid .navigation .wrapper {
  padding: 0px;
}
html body#body .container-fluid .navigation .wrapper >ul.menu {
  margin: 0;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin: 0;
  position: initial;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >a,
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >span {
  background: #333;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(55,55,55,0.25);
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >a.cyan,
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >span.cyan {
  background: #00ada6;
  color: #fff;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >a.cyan+ul,
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >span.cyan+ul {
  background: #00ada6;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >a.cyan+ul li.active a,
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >span.cyan+ul li.active a {
  background: #FFF;
  color: #555;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >a.cyan-dark,
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >span.cyan-dark {
  background: #306e73;
  color: #fff;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >a.cyan-dark+ul,
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >span.cyan-dark+ul {
  background: #306e73;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >a.cyan-dark+ul li.active a,
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >span.cyan-dark+ul li.active a {
  background: #c14926;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >a.green,
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >span.green {
  background: #356732;
  color: #fff;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >a.green+ul,
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >span.green+ul {
  background: #356732;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >a.green+ul li.active a,
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >span.green+ul li.active a {
  background: #c14926;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >a.orange,
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >span.orange {
  background: #ff6633;
  color: #fff;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >a.orange+ul,
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >span.orange+ul {
  background: #ff6633;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >a.orange+ul li.active a,
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >span.orange+ul li.active a {
  background: #00ada6;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >a.orange-true,
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >span.orange-true {
  background: #ffa500;
  color: #fff;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >a.orange-true+ul,
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >span.orange-true+ul {
  background: #ffa500;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >a.orange-true+ul li.active a,
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >span.orange-true+ul li.active a {
  background: #00ada6;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >a.red,
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >span.red {
  background: #c14926;
  color: #fff;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >a.red+ul,
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >span.red+ul {
  background: #c14926;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >a.red+ul li.active a,
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >span.red+ul li.active a {
  background: #00ada6;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >a.red-light,
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >span.red-light {
  background: #dc5a44;
  color: #fff;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >a.red-light+ul,
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >span.red-light+ul {
  background: #dc5a44;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >a.red-light+ul li.active a,
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >span.red-light+ul li.active a {
  background: #00ada6;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >ul {
  display: block;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li.active >ul li.active a {
  background: #00615d;
  -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li:hover >a,
html body#body .container-fluid .navigation .wrapper >ul.menu >li:hover >span {
  background: #333;
  text-shadow: 1px 1px 2px rgba(55,55,55,0.25);
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li:hover >a.cyan,
html body#body .container-fluid .navigation .wrapper >ul.menu >li:hover >span.cyan {
  background: #00ada6;
  color: #fff;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li:hover >a.cyan+ul,
html body#body .container-fluid .navigation .wrapper >ul.menu >li:hover >span.cyan+ul {
  background: #00ada6;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li:hover >a.cyan-dark,
html body#body .container-fluid .navigation .wrapper >ul.menu >li:hover >span.cyan-dark {
  background: #306e73;
  color: #fff;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li:hover >a.cyan-dark+ul,
html body#body .container-fluid .navigation .wrapper >ul.menu >li:hover >span.cyan-dark+ul {
  background: #306e73;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li:hover >a.green,
html body#body .container-fluid .navigation .wrapper >ul.menu >li:hover >span.green {
  background: #356732;
  color: #fff;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li:hover >a.green+ul,
html body#body .container-fluid .navigation .wrapper >ul.menu >li:hover >span.green+ul {
  background: #356732;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li:hover >a.orange,
html body#body .container-fluid .navigation .wrapper >ul.menu >li:hover >span.orange {
  background: #ff6633;
  color: #fff;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li:hover >a.orange+ul,
html body#body .container-fluid .navigation .wrapper >ul.menu >li:hover >span.orange+ul {
  background: #ff6633;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li:hover >a.orange-true,
html body#body .container-fluid .navigation .wrapper >ul.menu >li:hover >span.orange-true {
  background: #ffa500;
  color: #fff;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li:hover >a.orange-true+ul,
html body#body .container-fluid .navigation .wrapper >ul.menu >li:hover >span.orange-true+ul {
  background: #ffa500;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li:hover >a.red,
html body#body .container-fluid .navigation .wrapper >ul.menu >li:hover >span.red {
  background: #c14926;
  color: #fff;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li:hover >a.red+ul,
html body#body .container-fluid .navigation .wrapper >ul.menu >li:hover >span.red+ul {
  background: #c14926;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li:hover >a.red-light,
html body#body .container-fluid .navigation .wrapper >ul.menu >li:hover >span.red-light {
  background: #dc5a44;
  color: #fff;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li:hover >a.red-light+ul,
html body#body .container-fluid .navigation .wrapper >ul.menu >li:hover >span.red-light+ul {
  background: #dc5a44;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li:hover >ul {
  display: block;
  z-index: 10;
  background: #333;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li:hover >ul li.current >a {
  background: #00615d;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li >a {
  text-transform: uppercase;
  font-size: 1.2em;
  padding: 12px 24px;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: block;
  color: #333;
  font-weight: bold;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li >ul {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: #c14926;
  z-index: 50;
  z-index: 2;
  -webkit-box-shadow: 0 -2px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 -2px 2px rgba(0,0,0,0.1);
  box-shadow: 0 -2px 2px rgba(0,0,0,0.1);
  display: none;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li >ul li {
  display: inline-block;
  border-right: 1px solid rgba(255,255,255,0.2);
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li >ul li:last-child {
  border-right: 0;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li >ul li a,
html body#body .container-fluid .navigation .wrapper >ul.menu >li >ul li >span {
  display: block;
  padding: 12px 16px;
  color: #fff;
  font-size: 1.3em;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li >ul li a.separator,
html body#body .container-fluid .navigation .wrapper >ul.menu >li >ul li >span.separator {
  visibility: hidden;
}
html body#body .container-fluid .navigation .wrapper >ul.menu >li >ul li a:hover,
html body#body .container-fluid .navigation .wrapper >ul.menu >li >ul li >span:hover {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: rgba(0,0,0,0.4);
  text-decoration: none;
}
html body#body .container-fluid .navigation .submenu-empty-container {
  height: 42px;
  background: #333;
  position: relative;
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow {
  border-bottom: 1px solid #999;
  position: relative;
  min-height: 400px;
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide {
  position: absolute;
  opacity: 0;
  width: 100%;
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide.active {
  position: relative;
  opacity: 1;
  -webkit-transition: all 2.0s ease-out;
  -moz-transition: all 2.0s ease-out;
  -o-transition: all 2.0s ease-out;
  transition: all 2.0s ease-out;
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide >.wrapper {
  position: relative;
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide >.wrapper #slide-sale {
  text-align: center;
  position: absolute;
  display: block;
  top: 0px;
  right: 0;
  opacity: 1;
  padding: 16px 20px 0px;
  width: 120px;
  z-index: 5;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.25);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.25);
  box-shadow: 0 2px 3px rgba(0,0,0,0.25);
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide >.wrapper #slide-sale.light {
  color: #fff;
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide >.wrapper #slide-sale.dark {
  color: #555;
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide >.wrapper #slide-sale .text {
  text-transform: uppercase;
  font-size: 1.5em;
  display: block;
  line-height: normal;
  font-weight: bold;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  color: #c14926;
  letter-spacing: -1px;
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide >.wrapper #slide-sale .percent {
  font-size: 2em;
  line-height: 1.25em;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  display: block;
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide >.wrapper #slide-sale .button {
  margin: 5px 0 8px;
  padding: 4px 8px;
  display: block;
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide >.wrapper #slide-sale .date {
  font-size: 0.9em;
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide >.wrapper #slide-sale .arrows {
  display: inline-block;
  border: 20px solid transparent;
  position: absolute;
  bottom: -38px;
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide >.wrapper #slide-sale .arrows.right {
  right: 0;
  border-right: 140px solid;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide >.wrapper #slide-sale .arrows.left {
  left: 0;
  border-left: 140px solid;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide .slide-teaser {
  position: relative;
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide .slide-teaser .slide-teaser_blue-block {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 0;
  width: 160px;
  padding: 6px 10px 0;
  text-align: center;
  background: #ff6633;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  line-height: 130px;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
  display: inline-block;
  vertical-align: middle;
  float: none;
  color: #fff;
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide .slide-teaser .slide-teaser_blue-block .title4,
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide .slide-teaser .slide-teaser_blue-block .title2 {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 10px;
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide .slide-teaser .slide-teaser_blue-block p {
  display: block;
  line-height: normal;
  letter-spacing: 2px;
  margin: 0;
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide .slide-teaser .slide-teaser_blue-block .button {
  display: block;
  padding: 6px 10px;
  margin: 5px 0;
  line-height: 1.3em;
  text-transform: uppercase;
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide .img-wrapper {
  height: 400px;
  overflow: hidden;
  display: block;
  z-index: 1;
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide .img-wrapper img {
  width: 100%;
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide .img-wrapper .img-fix {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url('../images/img-bg.png');
  top: 0%;
  right: 0;
  opacity: 0.3;
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide a.st-slide_description {
  position: absolute;
  top: 36%;
  left: 100px;
  z-index: 2;
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide a.st-slide_description.light:hover {
  text-decoration: none;
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide a.st-slide_description.light:hover >p.title1,
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide a.st-slide_description.light:hover >p.description {
  color: rgba(255,102,51,0.9);
  border-bottom: 0;
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide a.st-slide_description.light p.title1,
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide a.st-slide_description.light p.description {
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide a.st-slide_description p.title1 {
  font-size: 4em;
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide a.st-slide_description p.description {
  font-size: 1.125em;
  max-width: 500px;
  text-shadow: 0px 0px 2px rgba(255,255,255,0.5);
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow a.st-slideshow_control {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  font-size: 60px;
  font-weight: normal;
  line-height: 40px;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  z-index: 15;
  filter: alpha(opacity=50);
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow a.st-slideshow_control:hover,
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow a.st-slideshow_control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow a.st-slideshow_control.next-slide {
  left: auto;
  right: 15px;
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow #st-slider_circles {
  position: absolute;
  bottom: 20px;
  left: 0;
  margin-left: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow #st-slider_circles >a {
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  background: none;
  border: 2px solid #fff;
  margin-right: 5px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 1px #aaa;
  -moz-box-shadow: 0 0 1px #aaa;
  box-shadow: 0 0 1px #aaa;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow #st-slider_circles >a.active {
  background: #fff;
  border-color: #fff;
}
html body#body .container-fluid #coming-soon {
  padding: 0px 15px;
}
html body#body .container-fluid #coming-soon .wrapper {
  position: relative;
}
html body#body .container-fluid #coming-soon .wrapper >div {
  margin: 0;
}
html body#body .container-fluid #coming-soon .wrapper >div:empty {
  display: none;
}
html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-main {
  vertical-align: top; margin-left: 15px;
}
html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-main .moduletable .bt-cs #rotate-buttons a.rotate-buttons_button.next {
  right: -30px;
  z-index: 1;
}
html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-aside {
  vertical-align: top;
}
html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-aside .moduletable {
  padding: 0;
}
html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-aside .moduletable .orange {
  background: orange;
  padding-right: 0;
  margin: 36px 22px 0 0;
  width: 296px;
  height: 335px;
}
html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-aside .moduletable .orange .bt-inner {
  background: none;
  padding: 10px 15px;
}
html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-aside .moduletable .orange .bt-inner .bt-extra {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-size: 2.75em;
  color: #fff;
  left: 0;
  position: relative;
  padding: 0px 50px 0 0;
  line-height: 1.1;
}
html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-aside .moduletable .orange .bt-inner .bt-center {
  border: 0;
}
html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-aside .moduletable .orange .bt-inner .bt-title {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-size: 2.75em;
  color: #fff;
  left: 0;
  position: relative;
  padding: 0px 50px 0 0;
  line-height: 1.1;
}
html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-aside .moduletable .orange .bt-inner .bt-introtext {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-size: 1.4em;
  line-height: normal;
  padding: 0;
  margin: 12px 0 2px;
}
html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-aside .moduletable .orange .bt-inner p.readmore {
  position: absolute;
  right: -12px;
  bottom: -9px;
}
html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-aside .moduletable .orange .bt-inner p.readmore a {
  background: none;
  border: 0;
  box-shadow: none;
}
html body#body .container-fluid #coming-soon .wrapper >div .moduletable {
  padding: 15px 0;
  position: relative;
}
html body#body .container-fluid #coming-soon .wrapper >div .moduletable >h3 {
  margin-bottom: 8px;
}
html body#body .container-fluid #coming-soon .wrapper >div .moduletable >.add-buttons {
  text-align: center;
  position: absolute;
  right: 0;
  top: 25px;
}
html body#body .container-fluid #coming-soon .wrapper >div .moduletable >.add-buttons a {
  margin: 0px 0 0 10px;
  padding: 0;
  color: #333;
  text-transform: uppercase;
}
html body#body .container-fluid #coming-soon .wrapper >div .moduletable >.add-buttons a:hover {
  text-decoration: none;
}
html body#body .container-fluid #coming-soon .wrapper >div .moduletable >.add-buttons a .fa-caret-right {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-left: 5px;
  background: #999;
  text-align: center;
  color: #fff;
}
html body#body .container-fluid #coming-soon .wrapper >div .moduletable >.add-buttons a .fa-caret-right:hover {
  background: #c14926;
}
html body#body .container-fluid #coming-soon .wrapper >div .moduletable .bt-cs {
  margin-top: 5px;
}
html body#body .container-fluid #coming-soon .wrapper >div .moduletable .bt-cs #rotate-buttons a.rotate-buttons_button {
  position: absolute;
  left: -35px;
  font-size: 3em;
  top: 50%;
}
html body#body .container-fluid #coming-soon .wrapper >div .moduletable .bt-cs #rotate-buttons a.rotate-buttons_button:hover {
  color: #306e73;
}
html body#body .container-fluid #coming-soon .wrapper >div .moduletable .bt-cs #rotate-buttons a.rotate-buttons_button.next {
  right: -35px;
  left: auto;
}
html body#body .container-fluid #coming-soon .wrapper >div .moduletable .bt-cs #rotate-buttons >ul.bt_handles {
  display: none;
}
html body#body .container-fluid #coming-soon .wrapper >div .moduletable .bt-cs .slides_container .slides_control .slide .bt-row {
  display: inline-block;
  vertical-align: top;
  padding: 0 25px 0 0;
  width: 300px !important;
}
html body#body .container-fluid #coming-soon .wrapper >div .moduletable .bt-cs .slides_container .slides_control .slide .bt-row.bt-row-last {
  padding-right: 0;
}
html body#body .container-fluid #coming-soon .wrapper >div .moduletable .bt-cs .slides_container .slides_control .slide .bt-row .bt-inner {
  border: 1px solid #ddd;
  margin: -1px;
  position: relative;
  background: #fff;
}
html body#body .container-fluid #coming-soon .wrapper >div .moduletable .bt-cs .slides_container .slides_control .slide .bt-row .bt-inner .bt-center {
  border-top: 3px solid #c14926;
}
html body#body .container-fluid #coming-soon .wrapper >div .moduletable .bt-cs .slides_container .slides_control .slide .bt-row .bt-inner .bt-title {
  font-size: 1.4em;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-weight: 400;
  padding: 5px 10px;
  display: block;
  vertical-align: middle;
  display: table-cell;
}
html body#body .container-fluid #coming-soon .wrapper >div .moduletable .bt-cs .slides_container .slides_control .slide .bt-row .bt-inner .bt-introtext {
  margin: 0 10px 10px 10px;
  max-height: 7em;
  overflow: hidden;
}
html body#body .container-fluid #coming-soon .wrapper >div .moduletable .bt-cs .slides_container .slides_control .slide .bt-row .bt-inner .bt-introtext i.date,
html body#body .container-fluid #coming-soon .wrapper >div .moduletable .bt-cs .slides_container .slides_control .slide .bt-row .bt-inner .bt-introtext em.date {
  position: absolute;
  bottom: 2px;
  left: 10px;
  text-transform: uppercase;
  font-style: normal;
  color: #777;
}
html body#body .container-fluid #coming-soon .wrapper >div .moduletable .bt-cs .slides_container .slides_control .slide .bt-row .bt-inner .bt-extra {
  position: absolute;
  left: 10px;
  color: #999;
  text-transform: uppercase;
}
html body#body .container-fluid #coming-soon .wrapper >div .moduletable .bt-cs .slides_container .slides_control .slide .bt-row .bt-inner p.readmore {
  margin: 0;
}
html body#body .container-fluid #coming-soon .wrapper >div .moduletable.news {
  padding-top: 0;
}
html body#body .container-fluid #coming-soon .wrapper >div .moduletable.news .add-buttons {
  display: none;
}
html body#body .container-fluid #teachers .moduletable {
  margin-top: 10px;
  overflow-x: hidden;
  text-align: center;
}
html body#body .container-fluid #teachers .moduletable >h3 {
  margin-bottom: 5px;
  text-align: left;
}
html body#body .container-fluid #teachers .moduletable .custom {
  background: url(../images/stripes-sprite.jpg) bottom repeat-x;
  padding: 18px 0;
}
html body#body .container-fluid #teachers .moduletable .custom .teacher {
  width: 116px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle;
  float: none;
}
html body#body .container-fluid #teachers .moduletable .custom .teacher .teacher-img {
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: 116px;
  height: 120px;
  background: url(/images/teachers.jpg) no-repeat;
  background-size: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
html body#body .container-fluid #teachers .moduletable .custom .teacher .teacher-img.badio {
  background-position: -840px bottom;
}
html body#body .container-fluid #teachers .moduletable .custom .teacher .teacher-img.doctorov {
  background-position: -720px bottom;
}
html body#body .container-fluid #teachers .moduletable .custom .teacher .teacher-img.sova {
  background-position: -600px bottom;
}
html body#body .container-fluid #teachers .moduletable .custom .teacher .teacher-img.jarovskiy {
  background-position: -480px bottom;
}
html body#body .container-fluid #teachers .moduletable .custom .teacher .teacher-img.ilienko {
  background-position: -360px bottom;
}
html body#body .container-fluid #teachers .moduletable .custom .teacher .teacher-img.shovkoplas {
  background-position: -240px bottom;
}
html body#body .container-fluid #teachers .moduletable .custom .teacher .teacher-img.tkachenko {
  background-position: -120px bottom;
}
html body#body .container-fluid #teachers .moduletable .custom .teacher .teacher-img.korolevich {
  background-position: 0px bottom;
}
html body#body .container-fluid #teachers .moduletable .custom .teacher .teacher-title {
  display: inline-block;
  vertical-align: middle;
  float: none;
  font-size: 1.1em;
  line-height: normal;
  margin-left: 5px;
  font-weight: bold;
}
html body#body .container-fluid #teachers .moduletable .custom a.scroll-button {
  position: absolute;
  right: -40px;
  left: auto;
  bottom: 60px;
  font-size: 3em;
  color: #333;
  cursor: pointer;
}
html body#body .container-fluid #teachers .moduletable .custom a.scroll-button:hover {
  color: #c14926;
}
html body#body .container-fluid #teachers .moduletable .custom a.scroll-button.left {
  left: -40px;
  right: auto;
  color: #999;
}
html body#body .container-fluid #mainblock {
  padding: 10px 0px;
  background: #fff;
}
html body#body .container-fluid #mainblock .wrapper {
  padding: 0 15px;
  overflow: hidden;
}
html body#body .container-fluid #mainblock .wrapper #content {
  margin: 0px 0 20px 0;
}
html body#body .container-fluid #mainblock .wrapper #content a {
  text-decoration: underline;
}
html body#body .container-fluid #mainblock .wrapper #content a:visited {
  color: #660099;
}
html body#body .container-fluid #mainblock .wrapper #content a:hover {
  text-decoration: underline;
}
html body#body .container-fluid #mainblock .wrapper #content #content-top .moduletablenews h1,
html body#body .container-fluid #mainblock .wrapper #content #content-top .moduletablenews h3 {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  min-height: 32px;
  line-height: 32px;
  padding-bottom: 10px;
  margin-bottom: 9px;
}
html body#body .container-fluid #mainblock .wrapper #content #content-top .moduletable >h3 {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  min-height: 32px;
  line-height: 32px;
  margin-bottom: 15px;
}
html body#body .container-fluid #mainblock .wrapper #content #content-top .moduletable .random-article-wrapper .introtext .teacher {
  min-height: 120px;
}
html body#body .container-fluid #mainblock .wrapper #content #content-top .moduletable .random-article-wrapper .introtext .teacher .teacher-photo {
  background: url(/images/teachers.jpg) no-repeat;
  width: 116px;
  height: 116px;
  float: left;
  margin: 5px 15px 10px 0;
}
html body#body .container-fluid #mainblock .wrapper #content #content-top .moduletable .random-article-wrapper .readmore {
  border-top: 1px solid #ccc;
  line-height: 0;
  margin: 15px auto 20px;
}
html body#body .container-fluid #mainblock .wrapper #content #content-top .moduletable .random-article-wrapper .readmore a {
  padding: 6px 12px;
}
html body#body .container-fluid #mainblock .wrapper #content #content-top .moduletable .bt-cs {
  margin-top: -6px;
}
html body#body .container-fluid #mainblock .wrapper #content ul.breadcrumb {
  margin: 10px 0;
  padding: 5px 5px;
  background: #fcfcfc;
  border: 1px solid #f5f5f5;
  font-size: 12px;
}
html body#body .container-fluid #mainblock .wrapper #content ul.breadcrumb >li {
  display: inline-block;
  vertical-align: middle;
  float: none;
  text-shadow: none;
}
html body#body .container-fluid #mainblock .wrapper #content ul.breadcrumb >li.active {
  color: #ffb366;
}
html body#body .container-fluid #mainblock .wrapper #content ul.breadcrumb >li >a {
  color: #00ada6;
}
html body#body .container-fluid #mainblock .wrapper #content ul.breadcrumb >li .divider {
  color: #ffb366;
}
html body#body .container-fluid #mainblock .wrapper #content #component {
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 20px;
}
html body#body .container-fluid #mainblock .wrapper #content #component p {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-weight: 400;
  line-height: normal;
  font-size: 1.125rem;
  margin-bottom: 2.25rem;
}
html body#body .container-fluid #mainblock .wrapper #content #component >.moduletablenews >h1,
html body#body .container-fluid #mainblock .wrapper #content #component >.moduletablenews >h3 {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  min-height: 32px;
  line-height: 32px;
  color: #00ada6;
}
html body#body .container-fluid #mainblock .wrapper #content #component >.moduletablecomments~.item-page {
  height: 0;
}
html body#body .container-fluid #mainblock .wrapper #content #component >.blog .items-leading >div {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-size: 0;
}
html body#body .container-fluid #mainblock .wrapper #content #component >.blog .items-leading >div >* {
  font-size: 12px;
  margin: 0 0 10px;
}
html body#body .container-fluid #mainblock .wrapper #content #component >.blog .items-leading >div .item-image {
  max-width: 100%;
}
html body#body .container-fluid #mainblock .wrapper #content #component >.blog .items-leading >div .item-text {
  padding-left: 15px;
}
html body#body .container-fluid #mainblock .wrapper #content #component >.blog .items-leading >div .item-text h5 {
  font-size: 24px;
  line-height: 1.2;
  padding: 20px 10px 5px;
  display: block;
}
html body#body .container-fluid #mainblock .wrapper #content #component >.blog .items-leading >div .item-text h5 a {
  color: #333;
}
html body#body .container-fluid #mainblock .wrapper #content #component >.blog .items-leading >div .item-text p {
  padding: 5px 10px;
  font-size: 16px;
}
html body#body .container-fluid #mainblock .wrapper #content #component >.blog .fa-spinner {
  margin: 15px 0;
  font-size: 3em;
  width: 100%;
  text-align: center;
  color: rgba(0,173,166,0.4);
}
html body#body .container-fluid #mainblock .wrapper #content #component >#userForm {
  margin-top: 50px;
}
html body#body .container-fluid #mainblock .wrapper #content #component >#userForm legend {
  margin-top: 10px;
  font-size: 24px;
}
html body#body .container-fluid #mainblock .wrapper #content #component >#userForm .rsform-block {
  display: block;
}
html body#body .container-fluid #mainblock .wrapper #content #component >#userForm .rsform-block.rsform-block-subscribe {
  line-height: 1.2;
  padding: 15px 5px 5px;
}
html body#body .container-fluid #mainblock .wrapper #content #component >#userForm .rsform-block.rsform-block-subscribe .formBody input {
  margin: 0;
}
html body#body .container-fluid #mainblock .wrapper #content #component >#userForm .rsform-block.rsform-block-subscribe .formDescription {
  font-size: 14px;
}
html body#body .container-fluid #mainblock .wrapper #content #component >#userForm .rsform-block >.formCaption2 {
  font-weight: bold;
}
html body#body .container-fluid #mainblock .wrapper #content #component >#userForm .rsform-block .formBody {
  text-align: center;
}
html body#body .container-fluid #mainblock .wrapper #content #component >#userForm .rsform-block .formBody input[type="text"],
html body#body .container-fluid #mainblock .wrapper #content #component >#userForm .rsform-block .formBody input[type="submit"] {
  margin: 5px 0;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  border: 1px solid #ddd;
  box-shadow: none;
}
html body#body .container-fluid #mainblock .wrapper #content #component >#userForm .rsform-block .formBody select {
  margin: 5px 0;
  height: 42px;
  line-height: 42px;
  width: 230px;
}
html body#body .container-fluid #mainblock .wrapper #content #component >#userForm .rsform-block .formBody input[type="submit"] {
  width: 180px;
  margin-left: 25px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
html body#body .container-fluid #mainblock .wrapper #content #component .box.box-table-course {
  padding: 12px 20px;
  margin: 20px 0;
}
html body#body .container-fluid #mainblock .wrapper #content #component .box.box-table-course h3 {
  margin-top: 0;
}
html body#body .container-fluid #mainblock .wrapper #content #component .box.box-table-course table.table-course {
  margin: 0 -10px 10px;
  position: relative;
}
html body#body .container-fluid #mainblock .wrapper #content #component .box.box-table-course .table-course_buttons {
  text-align: center;
  display: block;
  position: relative;
  margin-right: 1px;
}
html body#body .container-fluid #mainblock .wrapper #content #component .box.box-table-course .table-course_buttons a {
  display: inline-block;
  min-width: 33%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html body#body .container-fluid #mainblock .wrapper #content #component .box.box-table-course .table-course_buttons a.cyan {
  margin: 0 0px;
  border-radius: 0;
  background: #00615d;
  color: #fff;
}
html body#body .container-fluid #mainblock .wrapper #content #component .box.box-table-course .table-course_buttons a.cyan:hover {
  background: #69b465;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#509b4b),color-stop(1,#69b465));
  background: -ms-linear-gradient(bottom,#509b4b,#69b465);
  background: -moz-linear-gradient(center bottom,#509b4b 0%,#69b465 100%);
  background: -o-linear-gradient(#69b465,#509b4b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69b465', endColorstr='#509b4b', GradientType=0);
  border: 1px solid #509b4b;
}
html body#body .container-fluid #mainblock .wrapper #content #component .box.box-table-course .table-course_buttons a.grey {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
html body#body .container-fluid #mainblock .wrapper #content #component .box.box-table-course .table-course_buttons a.red {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
html body#body .container-fluid #mainblock .wrapper #content #component ul.nav-tabs.nav {
  border: 1px solid #e9e9e9;
  border-bottom: 0;
  background: #eee;
  padding: 8px 8px 1px;
  border-radius: 5px 5px 0 0;
}
html body#body .container-fluid #mainblock .wrapper #content #component ul.nav-tabs.nav li {
  margin-right: 3px;
}
html body#body .container-fluid #mainblock .wrapper #content #component ul.nav-tabs.nav li:hover a {
  background: #555;
  border: 1px solid #ccc;
}
html body#body .container-fluid #mainblock .wrapper #content #component ul.nav-tabs.nav li.active a {
  border-bottom: 1px solid transparent;
  color: #555;
  background: #fff;
}
html body#body .container-fluid #mainblock .wrapper #content #component ul.nav-tabs.nav li a {
  background: #007a75;
  color: #fff;
}
html body#body .container-fluid #mainblock .wrapper #content #component .pagination {
  text-align: center;
}
html body#body .container-fluid #mainblock .wrapper #content #component .pagination .counter {
  display: block;
  float: none;
}
html body#body .container-fluid #mainblock .wrapper #content #component .pagination ul.pagination-list li.disabled a:hover {
  background: #aaa;
}
html body#body .container-fluid #mainblock .wrapper #content #component .pagination ul.pagination-list li.disabled a i {
  color: #aaa;
}
html body#body .container-fluid #mainblock .wrapper #content #component .pagination ul.pagination-list li.active a {
  background: #00ada6;
  color: #fff;
}
html body#body .container-fluid #mainblock .wrapper #content #component .pagination ul.pagination-list li a {
  padding: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #eee;
  background: #e5e5e5;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#e5e5e5),color-stop(1,#fafafa));
  background: -ms-linear-gradient(bottom,#e5e5e5,#fafafa);
  background: -moz-linear-gradient(center bottom,#e5e5e5 0%,#fafafa 100%);
  background: -o-linear-gradient(#fafafa,#e5e5e5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e5e5e5', GradientType=0);
  color: #00ada6;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
html body#body .container-fluid #mainblock .wrapper #content #component .pagination ul.pagination-list li a:hover {
  background: #00ada6;
  color: #fff;
}
html body#body .container-fluid #mainblock .wrapper #content #component .pagination ul.pagination-list li a:hover i {
  color: #fff;
}
html body#body .container-fluid #mainblock .wrapper #content #component .pagination ul.pagination-list li a i {
  line-height: 36px;
}
html body#body .container-fluid #mainblock .wrapper #content #component #editor button,
html body#body .container-fluid #mainblock .wrapper #content #component .editor button {
  background: #eee;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#ccc),color-stop(1,#eee));
  background: -ms-linear-gradient(bottom,#ccc,#eee);
  background: -moz-linear-gradient(center bottom,#ccc 0%,#eee 100%);
  background: -o-linear-gradient(#eee,#ccc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  border: 1px solid #ddd;
  margin: 2px;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page.faq h3 {
  margin-left: -32px;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page.faq h3 em {
  font-size: 13px;
  display: block;
  font-family: Arial, helvetica, Tahoma;
  color: #888;
  margin-left: 35px;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page.faq h3:before {
  content: "\f059";
  font-family: 'FontAwesome';
  margin-right: 0.5em;
  color: #c14926;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page.faq [itemprop="articleBody"] {
  margin-left: 34px;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page.for-rent .page-body h4 {
  color: #c14926;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page.for-rent .page-body .box {
  padding: 10px 15px;
  margin: -11px auto 25px;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page.for-rent .page-body .box table {
  font-size: 1em;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page.tour table img {
  min-width: 200px;
  padding: 5px;
  background: #fff;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page.teachers {
  position: relative;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page.teachers .page-body ul.social {
  top: 0;
  right: 0;
  z-index: 10;
  position: relative;
  text-align: right;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page.teachers .page-body ul.social li a:after {
  position: relative;
  content: "Ð—Ð°Ð´Ð°Ñ‚ÑŒ Ð²Ð¾Ð¿Ñ€Ð¾Ñ Ð¿Ñ€ÐµÐ¿Ð¾Ð´Ð°Ð²Ð°Ñ‚ÐµÐ»ÑŽ";
  font-family: Arial;
  font-size: 14px;
  color: #333;
  margin-left: 0.5em;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page.teachers .page-body .teacher {
  margin-top: 16px;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page.teachers .page-body .teacher .teacher-photo {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-top: 3px solid #c14926;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page.teachers ul.social {
  position: absolute;
  top: 8px;
  right: 0px;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page.teachers ul.social a {
  font-size: 1.5em;
  color: #c14926;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page.teachers ul.social a:hover {
  text-decoration: none;
  color: #aaa;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page .page-header h2,
html body#body .container-fluid #mainblock .wrapper #content #component .item-page .grafik-header h2 {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  min-height: 32px;
  line-height: 32px;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page h3 {
  margin: 20px auto 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page #section-kmt #kmt-form .kmt-form-area .kmt-title {
  display: block;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  text-shadow: none;
  margin: 0;
  line-height: normal;
  font-weight: 400;
  font-size: 1.5rem;
  margin-top: 0px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page #section-kmt #kmt-form .kmt-form-area >h3 {
  margin-top: 0;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page #section-kmt #kmt-form .kmt-form-area .kmt-login {
  background: #f5f5f5;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page #section-kmt #kmt-form .kmt-form-area .kmt-login .kmt-login-header {
  margin-bottom: 0px;
  border: 0;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page #section-kmt #kmt-form .kmt-form-area .kmt-login .kmt-login-header small {
  margin: 0;
  line-height: normal;
  font-size: 0.8rem;
  font-weight: bold;
  color: #c14926;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page #section-kmt #kmt-form .kmt-form-area form >div {
  display: block;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page #kmt-fame {
  background: #fafafa;
  border-color: #ddd;
  padding: 15px;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page #kmt-fame .mainList {
  padding: 0;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page #kmt-fame .mainList .commentTools {
  border-top: 0;
  border-bottom: 2px solid #ddd;
  margin-bottom: 0;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page #kmt-fame .mainList .commentTools .kmt-comment-tools-title {
  margin-top: 10px;
  width: 100%;
  float: none;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page #kmt-fame .mainList .commentTools .kmt-comment-tools-title strong {
  display: inline-block;
  vertical-align: middle;
  float: none;
  position: relative;
  vertical-align: bottom;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-size: 1.75em;
  margin-bottom: -10px;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page #kmt-fame .mainList .commentTools .kmt-comment-tools-title strong .commentCounter {
  position: absolute;
  display: inline-block;
  top: -14px;
  right: -20px;
  font-size: 10px;
  color: #fff;
  background: #c14926;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page #kmt-fame .mainList .commentTools .kmt-comment-tools-title a {
  background: #c14926;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#c14926),color-stop(1,#d96341));
  background: -ms-linear-gradient(bottom,#c14926,#d96341);
  background: -moz-linear-gradient(center bottom,#c14926 0%,#d96341 100%);
  background: -o-linear-gradient(#d96341,#c14926);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d96341', endColorstr='#c14926', GradientType=0);
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  border: 1px solid #c14926;
  font-weight: normal;
  outline: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 12px;
  float: right;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page #kmt-fame .mainList .commentTools .kmt-comment-tools-title a:hover {
  background: #c14926;
  color: #fff;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-decoration: none;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page #kmt-fame .mainList .commentTools .kmt-comment-tools-title a.cyan {
  background: #69b465;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#509b4b),color-stop(1,#69b465));
  background: -ms-linear-gradient(bottom,#509b4b,#69b465);
  background: -moz-linear-gradient(center bottom,#509b4b 0%,#69b465 100%);
  background: -o-linear-gradient(#69b465,#509b4b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69b465', endColorstr='#509b4b', GradientType=0);
  border: 1px solid #509b4b;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page #kmt-fame .mainList .commentTools .kmt-comment-tools-title a.cyan:hover {
  background: #00615d;
  color: #fff;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page #kmt-fame .mainList .commentTools .kmt-comment-tools-title a.grey {
  background: #bbb;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#999),color-stop(1,#bbb));
  background: -ms-linear-gradient(bottom,#999,#bbb);
  background: -moz-linear-gradient(center bottom,#999 0%,#bbb 100%);
  background: -o-linear-gradient(#bbb,#999);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbbbb', endColorstr='#999999', GradientType=0);
  border: 1px solid #999;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page #kmt-fame .mainList .commentTools .kmt-comment-tools-title a.grey:hover {
  background: #999;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page #kmt-fame .mainList .commentList {
  margin-top: 15px;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page #kmt-fame .mainList .commentList ul.kmt-list li.kmt-item .kmt-wrap {
  background: none;
  border-top: 0;
  border-bottom: 1px solid #e5e5e5;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page #kmt-fame .mainList .commentList ul.kmt-list li.kmt-item .kmt-wrap .kmt-avatar img {
  border: 1px solid #ddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page #kmt-fame .mainList .commentList ul.kmt-list li.kmt-item .kmt-wrap .kmt-head h3 {
  margin-top: 0px;
  padding-bottom: 0;
  border-bottom: 0;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-size: 1.2em;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page #kmt-fame .mainList .commentList ul.kmt-list li.kmt-item .kmt-wrap .kmt-body {
  margin-top: 0;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page #kmt-fame .mainList .commentList ul.kmt-list li.kmt-item .kmt-wrap .kmt-body .commentText {
  font-size: 13px;
  line-height: 1.3em;
  color: #555;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page #kmt-fame .mainList .commentList ul.kmt-list li.kmt-item .kmt-wrap .kmt-body .commentText p {
  line-height: 1.3em;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page table.table.price {
  font-size: 13px;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page table.table.price tr td,
html body#body .container-fluid #mainblock .wrapper #content #component .item-page table.table.price tr th {
  text-align: center;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page table.table.price tr td:nth-child(2),
html body#body .container-fluid #mainblock .wrapper #content #component .item-page table.table.price tr th:nth-child(2) {
  text-align: left;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page table.table.sale {
  font-size: 13px;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page table.table.sale tr th:first-child {
  text-align: left;
  text-shadow: none;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page table.table.sale tr td:last-child {
  text-align: center;
  color: #c14926;
  font-weight: bold;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page table.table.calendar {
  font-size: 13px;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page table.table.calendar tr td:nth-child(3) {
  text-align: left;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page table.table.calendar tr td .button {
  padding: 5px 10px;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page .page-body .moduletable .six_imageGallery #itemContainer li {
  max-width: 24.8%;
  margin: 0;
  background: #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
html body#body .container-fluid #mainblock .wrapper #content #component .item-page .page-body .tab-content .tab-pane a.button.cyan {
  margin: 0 0px;
  background: #00615d;
}
html body#body .container-fluid #mainblock .wrapper #content #component .blog .page-header h1 {
  font-size: 2em;
}
html body#body .container-fluid #mainblock .wrapper #content #component .blog.tour >div .item {
  margin-bottom: 10px;
  position: relative;
}
html body#body .container-fluid #mainblock .wrapper #content #component .blog.tour >div .item .page-header {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0px;
  background: rgba(0,0,0,0.5);
  width: 100%;
  padding: 15px 0;
}
html body#body .container-fluid #mainblock .wrapper #content #component .blog.tour >div .item .page-header h2 {
  display: inline-block;
  vertical-align: bottom;
  font-size: 1.25em;
  line-height: normal;
  padding: 0 20px;
}
html body#body .container-fluid #mainblock .wrapper #content #component .blog.tour >div .item .page-header h2 a {
  color: #fff;
}
html body#body .container-fluid #mainblock .wrapper #content #component .blog.tour >div .item .item-text .item-image+p {
  display: none;
}
html body#body .container-fluid #mainblock .wrapper #content #component .blog.tour >div .item .icons {
  display: none;
}
html body#body .container-fluid #mainblock .wrapper #content #component .blog.tour >div .item .item-image {
  float: none;
  overflow: hidden;
  height: 200px;
  margin: 0px auto 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 2px rgba(0,0,0,0.25);
  background: #111;
  display: block;
}
html body#body .container-fluid #mainblock .wrapper #content #component .blog.tour >div .item .item-image img {
  width: 100%;
  height: auto;
}
html body#body .container-fluid #mainblock .wrapper #content #component .blog.tour >div .item .readmore {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}
html body#body .container-fluid #mainblock .wrapper #content #component .blog.tour >div .item .readmore.bald a {
  background: none;
  border: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
html body#body .container-fluid #mainblock .wrapper #content #component .blog.tour .pagination {
  text-align: center;
  display: block;
  width: 100%;
  margin: 15px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid #eee;
}
html body#body .container-fluid #mainblock .wrapper #content #component .blog.tour .pagination p {
  display: block;
  clear: both;
  width: 100%;
}
html body#body .container-fluid #mainblock .wrapper #content #component .blog.tour .pagination ul {
  display: inline-block;
}
html body#body .container-fluid #mainblock .wrapper #content #component .blog.teachers >h2 {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  min-height: 32px;
  line-height: 32px;
  color: #00ada6;
  line-height: 1.2;
}
html body#body .container-fluid #mainblock .wrapper #content #component .blog.teachers .items-row .item {
  position: relative;
}
html body#body .container-fluid #mainblock .wrapper #content #component .blog.teachers .items-row .item .readmore {
  position: absolute;
  bottom: 12px;
  right: 0;
}
html body#body .container-fluid #mainblock .wrapper #content #component .blog.news .item >.page-header {
  margin: 0;
  border: 0;
  padding: 0 0 0 15px;
}
html body#body .container-fluid #mainblock .wrapper #content #component .blog.news .item >.item-text {
  background: #F5F5F5;
  border: 1px solid #EEE;
  margin: 10px 0;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
html body#body .container-fluid #mainblock .wrapper #content #component .blog.news .item >.item-text .item-image {
  margin: 3px 15px 15px 0;
}
html body#body .container-fluid #mainblock .wrapper #content #component .blog.news .item >.item-text .item-image img {
  max-width: 240px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
}
html body#body .container-fluid #mainblock .wrapper #content #component .blog .item-text {
  overflow: hidden;
}
html body#body .container-fluid #mainblock .wrapper #content #component #eblog-wrapper+div {
  display: none;
}
html body#body .container-fluid #mainblock .wrapper #content #component #eblog-wrapper #ezblog-head {
  margin: 0;
}
html body#body .container-fluid #mainblock .wrapper #content #component #eblog-wrapper #ezblog-head .mts {
  margin: 0;
}
html body#body .container-fluid #mainblock .wrapper #content #component #eblog-wrapper #ezblog-body #ezblog-posts .blog-post {
  border: 0;
  padding: 10px 0 0;
}
html body#body .container-fluid #mainblock .wrapper #content #component #eblog-wrapper #ezblog-body #ezblog-posts .blog-post:first-child {
  padding-top: 0;
}
html body#body .container-fluid #mainblock .wrapper #content #component #eblog-wrapper #ezblog-body #ezblog-posts .blog-post .blog-post-in .blog-header .blog-cap h2 {
  margin: 0 0 0 10px;
  border: 0;
  padding: 0;
  font-weight: normal;
}
html body#body .container-fluid #mainblock .wrapper #content #component #eblog-wrapper #ezblog-body #ezblog-posts .blog-post .blog-post-in .blog-header .blog-cap h2 a {
  font-size: 1.5em;
}
html body#body .container-fluid #mainblock .wrapper #content #component #eblog-wrapper #ezblog-body #ezblog-posts .blog-post .blog-post-in .blog-content .blog-text {
  padding: 8px 12px;
  background: #fafafa;
  border: 1px solid #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
html body#body .container-fluid #mainblock .wrapper #content #component #eblog-wrapper #ezblog-body #ezblog-posts .blog-post .blog-post-in .blog-content .blog-meta-bottom {
  margin-top: 10px;
}
html body#body .container-fluid #mainblock .wrapper #content #component #eblog-wrapper #ezblog-body #ezblog-posts .blog-post .blog-post-in .blog-content .blog-meta-bottom .in {
  text-align: right;
}
html body#body .container-fluid #mainblock .wrapper #content #component #eblog-wrapper #ezblog-body #ezblog-posts .blog-post .blog-post-in .blog-content .blog-meta-bottom .in .button {
  display: inline-block;
  font-size: 1.2em;
}
html body#body .container-fluid #mainblock .wrapper #content #component .beforeAfter {
  color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
html body#body .container-fluid #mainblock .wrapper #content #component .beforeAfter+.balinks {
  margin-top: -33px;
  z-index: 10;
}
html body#body .container-fluid #mainblock .wrapper #content #component .beforeAfter+.balinks a {
  padding: 5px 15px;
  display: inline-block;
  color: #555;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
html body#body .container-fluid #mainblock .wrapper #content #component .beforeAfter+.balinks a:hover {
  background: #00ada6;
  color: #fff;
  text-decoration: none;
}
html body#body .container-fluid #mainblock .wrapper #content #component .beforeAfter .ui-draggable {
  padding: 0 10px;
  margin-left: -5px;
  cursor: ew-resize;
}
html body#body .container-fluid #mainblock .wrapper #content #component .beforeAfter .ui-draggable .fa-image {
  position: absolute;
  top: 50%;
  font-size: 1.5em;
}
html body#body .container-fluid #mainblock .wrapper #content #component .beforeAfter >i.fa {
  top: 50%;
  padding: 0px 11px;
  margin: 0 0px 0 -15px !important;
  cursor: ew-resize;
  font-size: 1.5em;
}
html body#body .container-fluid #mainblock .wrapper #content #component .contact {
  position: relative;
}
html body#body .container-fluid #mainblock .wrapper #content #component .contact >h3 {
  display: none;
}
html body#body .container-fluid #mainblock .wrapper #content #component .contact >dl.contact-address {
  margin: 0;
}
html body#body .container-fluid #mainblock .wrapper #content #component .contact .address {
  z-index: 1;
}
html body#body .container-fluid #mainblock .wrapper #content #component .contact .address img {
  margin: 0 15px 0px 0;
}
html body#body .container-fluid #mainblock .wrapper #content #component .contact .contactform {
  padding: 15px 20px;
  margin-top: 0px;
  width: 300px;
  background: #00ada6;
  position: absolute;
  right: 0px;
  top: 0px;
}
html body#body .container-fluid #mainblock .wrapper #content #component .contact .contactform >h3 {
  text-shadow: 1px 1px 1px #eee;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #000000;
  border-bottom: 1px solid #e5e5e5;
}
html body#body .container-fluid #mainblock .wrapper #content #component .contact .contactform form#contact-form {
  margin-bottom: 0;
  border-top: 1px solid #59CBCB;
  padding-top: 10px;
}
html body#body .container-fluid #mainblock .wrapper #content #component .contact .contactform form#contact-form fieldset .formgroup {
  margin-bottom: 15px;
  position: relative;
  text-align: right;
}
html body#body .container-fluid #mainblock .wrapper #content #component .contact .contactform form#contact-form fieldset .formgroup.last {
  margin-bottom: 0;
}
html body#body .container-fluid #mainblock .wrapper #content #component .contact .contactform form#contact-form fieldset .formgroup label {
  width: 100%;
  margin: 0 0 0 7px;
  z-index: 2;
  position: absolute;
  text-align: left;
  color: #001413;
  text-shadow: 1px 1px 1px #0afff5;
}
html body#body .container-fluid #mainblock .wrapper #content #component .contact .contactform form#contact-form fieldset .formgroup em {
  position: absolute;
  top: 29px;
  left: 12px;
  z-index: 2;
  color: #002e2c;
}
html body#body .container-fluid #mainblock .wrapper #content #component .contact .contactform form#contact-form fieldset .formgroup input,
html body#body .container-fluid #mainblock .wrapper #content #component .contact .contactform form#contact-form fieldset .formgroup textarea {
  width: 100%;
  z-index: 1;
  position: relative;
  margin-top: 20px;
  text-indent: 20px;
  max-height: 7em;
  border: 0;
  background: #00dbd2;
  color: #555;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.3);
  box-shadow: inset 1px 1px 1px rgba(0,0,0,0.3);
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
html body#body .container-fluid #mainblock .wrapper #content #component .contact .contactform form#contact-form fieldset .formgroup input:active,
html body#body .container-fluid #mainblock .wrapper #content #component .contact .contactform form#contact-form fieldset .formgroup input:focus,
html body#body .container-fluid #mainblock .wrapper #content #component .contact .contactform form#contact-form fieldset .formgroup input:hover,
html body#body .container-fluid #mainblock .wrapper #content #component .contact .contactform form#contact-form fieldset .formgroup textarea:active,
html body#body .container-fluid #mainblock .wrapper #content #component .contact .contactform form#contact-form fieldset .formgroup textarea:focus,
html body#body .container-fluid #mainblock .wrapper #content #component .contact .contactform form#contact-form fieldset .formgroup textarea:hover {
  background: #f5f5f5;
}
html body#body .container-fluid #mainblock .wrapper #content #component .contact .contactform form#contact-form fieldset .formgroup .button {
  display: inline-block;
  padding: 6px 12px;
}
html body#body .container-fluid #mainblock .wrapper #content #component .contact .contact-miscinfo .phones {
  display: block;
  margin-top: 30px;
}
html body#body .container-fluid #mainblock .wrapper #content #component .contact .contact-miscinfo .phones .title {
  color: #777;
}
html body#body .container-fluid #mainblock .wrapper #content #component .contact .contact-miscinfo .phones ul {
  margin: 8px 30px 10px 0;
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  float: none;
}
html body#body .container-fluid #mainblock .wrapper #content #component .contact .contact-miscinfo .phones ul li {
  display: block;
  margin-bottom: 8px;
}
html body#body .container-fluid #mainblock .wrapper #content #component .contact .contact-miscinfo .phones ul li:before {
  margin-right: 0.5em;
  color: #aaa;
}
html body#body .container-fluid #mainblock .wrapper #content #component .contact .contact-miscinfo .phones ul li strong {
  min-width: 70px;
  display: inline-block;
  color: #007a75;
}
html body#body .container-fluid #mainblock .wrapper #content #component ul.nav-tabs li a {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  text-shadow: none;
  margin: 0;
  line-height: normal;
  font-weight: 400;
  font-size: 1.125rem;
}
html body#body .container-fluid #mainblock .wrapper #content #component .teacher {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
html body#body .container-fluid #mainblock .wrapper #content #component .teacher .teacher-photo {
  float: left;
  max-width: 120px;
  height: 120px;
  width: 120px;
  margin: 8px 15px 10px 0;
  background: url(/images/teachers.jpg) no-repeat;
}
html body#body .container-fluid #mainblock .wrapper #content #component .teacher .teacher-photo .photo-dots-bottom .photo-dots-top {
  width: 120px;
  height: 120px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  padding: 0;
}
html body#body .container-fluid #mainblock .wrapper #content #component .teacher .teacher-desc {
  vertical-align: top;
  max-width: 820px;
}
html body#body .container-fluid #mainblock .wrapper #content #component .teacher .teacher-desc h3 {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  text-shadow: none;
  margin: 0;
  line-height: normal;
  font-weight: 400;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}
html body#body .container-fluid #mainblock .wrapper #content #component .teacher .teacher-desc p {
  font-size: 13px;
  line-height: normal;
  color: #555;
}
html body#body .container-fluid #mainblock .wrapper #content #component .teacher .teacher-desc a {
  margin: 1px 15px 1px 0;
}
html body#body .container-fluid #mainblock .wrapper #content #component .teacher .teacher-desc ul.social {
  margin: 5px 0;
  display: inline-block;
  background: url('/templates/servantek/images/film-small.jpg');
  background-size: auto 100%;
  list-style-type: none;
}
html body#body .container-fluid #mainblock .wrapper #content #component .teacher .teacher-desc ul.social li {
  display: inline-block;
  vertical-align: middle;
  float: none;
  border-right: 1px solid #888;
}
html body#body .container-fluid #mainblock .wrapper #content #component .teacher .teacher-desc ul.social li a {
  font-size: 1.1em;
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin: 0;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom {
  position: relative;
  display: block;
  margin: 0px auto 20px;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-left {
  display: inline-block;
  vertical-align: middle;
  float: none;
  position: relative;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-left .flat-tabs {
  position: relative;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-left .flat-tabs ul.nav-tabs {
  bottom: 5px;
  left: 1px;
  margin: 0;
  z-index: 10;
  padding-top: 10px;
  width: 100%;
  text-align: right;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-left .flat-tabs ul.nav-tabs li {
  margin-right: 4px;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-left .flat-tabs ul.nav-tabs li:first-child {
  margin-left: 15px;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-left .flat-tabs ul.nav-tabs li.active a {
  background: #fff;
  color: #555;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-left .flat-tabs ul.nav-tabs li a {
  background: #007a75;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-size: 1.5em;
  color: #fff;
  padding: 10px 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-left .flat-tabs ul.nav-tabs li a:hover {
  background: #c14926;
  color: #fff;
  border-color: #c14926;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-left .flat-tabs .tab-content {
  position: relative;
  z-index: 8;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-left .flat-tabs .tab-content .tab-pane {
  margin-bottom: 0px;
  padding-top: 15px;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-left .flat-tabs .tab-content .tab-pane img {
  margin-right: 10px;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-left .flat-tabs .tab-content .tab-pane iframe {
  margin: 10px auto 0;
  padding: 0;
  height: 532px;
  z-index: 0;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-right {
  background: #eee;
  padding: 20px;
  margin: 0 0 0 20px;
  -webkit-box-shadow: inset -1px 1px 3px #fff;
  -moz-box-shadow: inset -1px 1px 3px #fff;
  box-shadow: inset -1px 1px 3px #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: right;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-right >div {
  margin-bottom: 15px;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-right .title {
  text-shadow: 1px 1px 1px #eee;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #000000;
  border-bottom: 1px solid #e5e5e5;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-right .flat-right_social ul {
  list-style-type: none;
  margin: 0;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-right .flat-right_social ul li {
  display: inline-block;
  vertical-align: middle;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-right .flat-right_social ul li a {
  font-size: 1.5em;
  color: #fff;
  padding: 8px 16px;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-right .flat-right_contact-form {
  margin-bottom: 0;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-right .flat-right_contact-form form#contact-form {
  margin-bottom: 0;
  border-top: 1px solid #00948e;
  padding-top: 10px;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-right .flat-right_contact-form form#contact-form fieldset .formgroup {
  margin-bottom: 15px;
  position: relative;
  text-align: right;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-right .flat-right_contact-form form#contact-form fieldset .formgroup.last {
  margin-bottom: 0;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-right .flat-right_contact-form form#contact-form fieldset .formgroup label {
  width: 100%;
  margin: 0 0 0 7px;
  z-index: 2;
  position: absolute;
  text-align: left;
  color: #777;
  text-shadow: 1px 1px 1px #fafafa;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-right .flat-right_contact-form form#contact-form fieldset .formgroup em {
  position: absolute;
  top: 32px;
  left: 12px;
  z-index: 2;
  color: #999;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-right .flat-right_contact-form form#contact-form fieldset .formgroup input,
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-right .flat-right_contact-form form#contact-form fieldset .formgroup textarea {
  width: 100%;
  z-index: 1;
  position: relative;
  margin-top: 20px;
  text-indent: 20px;
  max-height: 6em;
  border: 0;
  background: #e5e5e5;
  padding: 9px;
  color: #555;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: inset 1px 1px 1px rgba(0,0,0,0.2);
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-right .flat-right_contact-form form#contact-form fieldset .formgroup input:active,
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-right .flat-right_contact-form form#contact-form fieldset .formgroup input:focus,
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-right .flat-right_contact-form form#contact-form fieldset .formgroup input:hover,
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-right .flat-right_contact-form form#contact-form fieldset .formgroup textarea:active,
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-right .flat-right_contact-form form#contact-form fieldset .formgroup textarea:focus,
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-right .flat-right_contact-form form#contact-form fieldset .formgroup textarea:hover {
  background: #f5f5f5;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-right .flat-right_contact-form form#contact-form fieldset .formgroup .button {
  display: inline-block;
  padding: 6px 12px;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-right .flat-right_contact-address {
  font-size: 12px;
  margin-bottom: 20px;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-right .flat-right_contact-address ul {
  margin: 15px 30px 10px 0;
  list-style-type: none;
  vertical-align: top;
  float: none;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-right .flat-right_contact-address ul li {
  display: block;
  margin-bottom: 3px;
  font-size: 12px;
  color: #000000;
  text-shadow: 1px 1px 1px #e5e5e5;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-right .flat-right_contact-address ul li:before {
  margin-right: 0.5em;
  color: rgba(255,102,51,0.9);
  text-shadow: none;
  font-size: 1.5em;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  text-align: center;
  text-shadow: -1px -1px 0px rgba(0,0,0,0.4);
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-right .flat-right_contact-address ul li strong {
  min-width: 70px;
  display: inline-block;
  color: #000000;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .moduletable >h3 {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  min-height: 32px;
  line-height: 32px;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .moduletablecomments >h3 {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  min-height: 32px;
  line-height: 32px;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .moduletablecomments .kmt-mod .mod-item {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DDD;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .moduletablecomments .kmt-mod .mod-item .mod-comment-head {
  float: left;
  margin-top: 3px;
  display: block;
  margin-right: 10px;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .moduletablecomments .kmt-mod .mod-item .mod-comment-body {
  display: block;
  min-height: 80px;
  padding-left: 8px;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .moduletablecomments .kmt-mod .mod-item .mod-comment-body .kmt-author {
  font-weight: bold;
  color: #333;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .moduletablecomments .kmt-mod .mod-item .mod-comment-body .kmt-author a {
  color: #333;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .moduletablecomments .kmt-mod .mod-item .mod-comment-body .mod-comment-time {
  margin-left: 5px;
  font-size: 0.9em;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .moduletablecomments .kmt-mod .mod-item .mod-comment-body .mod-comment-time a {
  color: #007a75;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .moduletablecomments .kmt-mod .mod-item .mod-comment-body .mod-comment-time a:hover {
  color: #c14926;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .moduletablecomments .kmt-mod .mod-item .mod-comment-body .mod-comment-text {
  color: #777;
  margin-top: 3px;
  line-height: normal;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .moduletablecomments .all-reviews {
  display: inline-block;
  color: #c14926;
  background: #c14926;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#c14926),color-stop(1,#d96341));
  background: -ms-linear-gradient(bottom,#c14926,#d96341);
  background: -moz-linear-gradient(center bottom,#c14926 0%,#d96341 100%);
  background: -o-linear-gradient(#d96341,#c14926);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d96341', endColorstr='#c14926', GradientType=0);
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  border: 1px solid #c14926;
  font-weight: normal;
  outline: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 10px;
  float: right;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .moduletablecomments .all-reviews:hover {
  background: #c14926;
  color: #fff;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-decoration: none;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .moduletablecomments .all-reviews.cyan {
  background: #69b465;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#509b4b),color-stop(1,#69b465));
  background: -ms-linear-gradient(bottom,#509b4b,#69b465);
  background: -moz-linear-gradient(center bottom,#509b4b 0%,#69b465 100%);
  background: -o-linear-gradient(#69b465,#509b4b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69b465', endColorstr='#509b4b', GradientType=0);
  border: 1px solid #509b4b;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .moduletablecomments .all-reviews.cyan:hover {
  background: #00615d;
  color: #fff;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .moduletablecomments .all-reviews.grey {
  background: #bbb;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#999),color-stop(1,#bbb));
  background: -ms-linear-gradient(bottom,#999,#bbb);
  background: -moz-linear-gradient(center bottom,#999 0%,#bbb 100%);
  background: -o-linear-gradient(#bbb,#999);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbbbb', endColorstr='#999999', GradientType=0);
  border: 1px solid #999;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .moduletablecomments .all-reviews.grey:hover {
  background: #999;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .moduletablecomments >a {
  background: #c14926;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#c14926),color-stop(1,#d96341));
  background: -ms-linear-gradient(bottom,#c14926,#d96341);
  background: -moz-linear-gradient(center bottom,#c14926 0%,#d96341 100%);
  background: -o-linear-gradient(#d96341,#c14926);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d96341', endColorstr='#c14926', GradientType=0);
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  border: 1px solid #c14926;
  font-weight: normal;
  outline: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .moduletablecomments >a:hover {
  background: #c14926;
  color: #fff;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-decoration: none;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .moduletablecomments >a.cyan {
  background: #69b465;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#509b4b),color-stop(1,#69b465));
  background: -ms-linear-gradient(bottom,#509b4b,#69b465);
  background: -moz-linear-gradient(center bottom,#509b4b 0%,#69b465 100%);
  background: -o-linear-gradient(#69b465,#509b4b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69b465', endColorstr='#509b4b', GradientType=0);
  border: 1px solid #509b4b;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .moduletablecomments >a.cyan:hover {
  background: #00615d;
  color: #fff;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .moduletablecomments >a.grey {
  background: #bbb;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#999),color-stop(1,#bbb));
  background: -ms-linear-gradient(bottom,#999,#bbb);
  background: -moz-linear-gradient(center bottom,#999 0%,#bbb 100%);
  background: -o-linear-gradient(#bbb,#999);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbbbb', endColorstr='#999999', GradientType=0);
  border: 1px solid #999;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom .moduletablecomments >a.grey:hover {
  background: #999;
}
html body#body .container-fluid #mainblock .wrapper #content #content-bottom-right >div >h3 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
html body#body .container-fluid #mainblock .wrapper #content .grafik-header+table.table.calendar {
  margin-top: 10px;
}
html body#body .container-fluid #mainblock .wrapper #content .grafik-header+table.table.calendar tr th {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-size: 1.25em;
  padding: 15px 15px;
}
html body#body .container-fluid #mainblock .wrapper #content .grafik-header+table.table.calendar tr td {
  vertical-align: top;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-size: 1.25em;
  font-weight: 400;
}
html body#body .container-fluid #mainblock .wrapper #content .grafik-header+table.table.calendar tr td:first-child {
  text-align: left !important;
  padding: 10px 15px;
}
html body#body .container-fluid #mainblock .wrapper #content .grafik-header+table.table.calendar tr td b {
  font-weight: normal;
}
html body#body .container-fluid #mainblock .wrapper #content .grafik-header+table.table.calendar tr td a.fa {
  font-size: 2rem;
  margin: 2px;
}
html body#body .container-fluid #mainblock .wrapper #content .grafik-header+table.table.calendar tr td a.fa:hover {
  text-decoration: none;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
html body#body .container-fluid #mainblock .wrapper #content .grafik-header+table.table.calendar tr td a.fa.fa-arrow-circle-o-right {
  color: #00ada6;
}
html body#body .container-fluid #mainblock .wrapper #content .grafik-header+table.table.calendar tr td a.fa.fa-shopping-cart {
  color: #ff6633;
}
html body#body .container-fluid #mainblock .wrapper .search >h1 {
  margin-left: 20px;
}
html body#body .container-fluid #mainblock .wrapper .search form#searchForm {
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  padding: 20px;
  margin-bottom: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
html body#body .container-fluid #mainblock .wrapper .search form#searchForm .btn-toolbar {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  float: none;
}
html body#body .container-fluid #mainblock .wrapper .search form#searchForm .btn-toolbar .btn-group {
  margin: 0;
}
html body#body .container-fluid #mainblock .wrapper .search form#searchForm .btn-toolbar .btn-group+.btn-group {
  margin-left: -5px;
}
html body#body .container-fluid #mainblock .wrapper .search form#searchForm .btn-toolbar .btn-group input {
  margin: 0;
}
html body#body .container-fluid #mainblock .wrapper .search form#searchForm .btn-toolbar .btn-group button {
  padding: 3px 14px;
  box-shadow: none;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
html body#body .container-fluid #mainblock .wrapper .search form#searchForm .btn-toolbar .btn-group button span {
  line-height: 20px;
}
html body#body .container-fluid #mainblock .wrapper .search form#searchForm .searchintro {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-left: 15px;
}
html body#body .container-fluid #mainblock .wrapper .search form#searchForm .searchintro p {
  margin: 0;
}
html body#body .container-fluid #mainblock .wrapper .search form#searchForm .searchintro p .badge {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  background: #dc5a44;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-size: 1em;
}
html body#body .container-fluid #mainblock .wrapper .search form#searchForm fieldset.phrases {
  padding: 10px 0;
  margin: 2px 0 10px;
  border-top: 1px solid #DDD;
}
html body#body .container-fluid #mainblock .wrapper .search form#searchForm fieldset.phrases legend {
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: auto;
  border: 0;
  padding: 0 10px 0 0;
  margin: 0;
  line-height: normal;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
}
html body#body .container-fluid #mainblock .wrapper .search form#searchForm fieldset.phrases .phrases-box {
  margin: 0 0 15px 6px;
  display: inline-block;
  vertical-align: middle;
  float: none;
}
html body#body .container-fluid #mainblock .wrapper .search form#searchForm fieldset.phrases .phrases-box .controls label {
  display: inline-block;
  vertical-align: middle;
  float: none;
  padding: 3px 15px 3px 0px;
  margin: 0 13px 0 0;
  border-right: 1px solid #ccc;
}
html body#body .container-fluid #mainblock .wrapper .search form#searchForm fieldset.phrases .phrases-box .controls label:last-child {
  border: 0;
}
html body#body .container-fluid #mainblock .wrapper .search form#searchForm fieldset.phrases .phrases-box .controls label input {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin: -4px 5px 0 0;
}
html body#body .container-fluid #mainblock .wrapper .search form#searchForm fieldset.phrases .ordering-box label {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
html body#body .container-fluid #mainblock .wrapper .search form#searchForm fieldset.phrases .ordering-box select {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
html body#body .container-fluid #mainblock .wrapper .search form#searchForm fieldset.phrases .ordering-box .chzn-container {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
html body#body .container-fluid #mainblock .wrapper .search form#searchForm .form-limit {
  text-align: right;
  margin-top: -45px;
}
html body#body .container-fluid #mainblock .wrapper .search form#searchForm .form-limit label {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
html body#body .container-fluid #mainblock .wrapper .search form#searchForm .form-limit select#limit {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
html body#body .container-fluid #mainblock .wrapper .search form#searchForm .form-limit .chzn-container {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
html body#body .container-fluid #mainblock .wrapper .search form#searchForm .counter {
  display: none;
}
html body#body .container-fluid #mainblock .wrapper .search dl.search-results dt.result-title {
  padding-right: 80px;
}
html body#body .container-fluid #mainblock .wrapper .search dl.search-results .result-category {
  float: right;
  margin-top: -20px;
  font-weight: bold;
  color: #c14926;
}
html body#body .container-fluid #mainblock .wrapper .search dl.search-results dd.result-text {
  margin: 5px 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  font-size: 0.8rem;
  color: #555;
}
html body#body .container-fluid #mainblock .wrapper #aside-right >div {
  margin: 10px 0 20px 10px;
}
html body#body .container-fluid #mainblock .wrapper #aside-right >div:first-child {
  margin-top: 50px;
}
html body#body .container-fluid #mainblock .wrapper #aside-right >div:first-child.gallery-cat-list {
  margin-top: 59px;
}
html body#body .container-fluid #mainblock .wrapper #aside-right >div:first-child.gallery-cat-list h3 {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
html body#body .container-fluid #mainblock .wrapper #aside-right >div:first-child.gallery-cat-list #gallery-list {
  margin-top: 10px;
}
html body#body .container-fluid #mainblock .wrapper #aside-right >div:first-child.gallery-cat-list #gallery-list >ul {
  margin: 0;
}
html body#body .container-fluid #mainblock .wrapper #aside-right >div:first-child.gallery-cat-list #gallery-list >ul >li {
  list-style-type: none;
  display: block;
}
html body#body .container-fluid #mainblock .wrapper #aside-right >div:first-child.gallery-cat-list #gallery-list >ul >li >a {
  margin: 10px 0 0 12px;
  display: block;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-size: 1.5em;
  position: relative;
}
html body#body .container-fluid #mainblock .wrapper #aside-right >div:first-child.gallery-cat-list #gallery-list >ul >ul {
  display: block;
  margin: 10px 0px 20px 0;
  padding: 5px;
  background: #f5f5f5;
  border: 1px solid #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
html body#body .container-fluid #mainblock .wrapper #aside-right >div:first-child.gallery-cat-list #gallery-list >ul >ul li {
  display: block;
  list-style-type: none;
}
html body#body .container-fluid #mainblock .wrapper #aside-right >div:first-child.gallery-cat-list #gallery-list >ul >ul li a {
  padding: 3px 5px;
  display: block;
  position: relative;
  margin-left: 25px;
  color: #888;
}
html body#body .container-fluid #mainblock .wrapper #aside-right >div:first-child.gallery-cat-list #gallery-list >ul >ul li a:before {
  content: "\f030";
  font-family: 'FontAwesome';
  display: inline-block;
  width: 20px;
  text-align: center;
  position: absolute;
  left: -18px;
  font-size: 0.9rem;
  color: rgba(255,102,51,0.7);
}
html body#body .container-fluid #mainblock .wrapper #aside-right >div h3 {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  min-height: 32px;
  line-height: 32px;
}
html body#body .container-fluid #mainblock .wrapper #aside-right >div.box {
  padding: 10px 20px;
}
html body#body .container-fluid #mainblock .wrapper #aside-right >div.course_action-button {
  text-align: center;
  background: none;
  border: 1px dashed #ccc;
  margin: 10px 0 0 10px;
  padding: 15px;
}
html body#body .container-fluid #mainblock .wrapper #aside-right >div.course_action-button .button {
  display: block;
}
html body#body .container-fluid #mainblock .wrapper #aside-right >div .bt-cs .slides_control .slide .bt-row {
  padding: 0;
  margin: 0 0 10px;
}
html body#body .container-fluid #mainblock .wrapper #aside-right >div .bt-cs .slides_control .slide .bt-row .bt-inner {
  background: #f5f5f5;
  min-height: 296px;
}
html body#body .container-fluid #mainblock .wrapper #aside-right >div .bt-cs .slides_control .slide .bt-row .bt-inner .bt-center a img {
  width: 100% !important;
}
html body#body .container-fluid #mainblock .wrapper #aside-right >div .bt-cs .slides_control .slide .bt-row .bt-inner .bt-title {
  margin-top: 5px;
  display: block;
}
html body#body .container-fluid #mainblock .wrapper #aside-right >div .bt-cs .slides_control .slide .bt-row .bt-inner .bt-introtext {
  max-height: 4em;
}
html body#body .container-fluid #mainblock .wrapper #aside-right >div ul.igtaglist {
  display: block;
  margin: 10px 0px 20px 0;
  padding: 5px;
  background: #f5f5f5;
  border: 1px solid #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
html body#body .container-fluid #mainblock .wrapper #aside-right >div ul.igtaglist li {
  display: inline-block;
  list-style-type: none;
}
html body#body .container-fluid #mainblock .wrapper #aside-right >div ul.igtaglist li a {
  padding: 3px 5px;
  display: block;
  position: relative;
  margin-left: 25px;
  color: #888;
}
html body#body .container-fluid #mainblock .wrapper #aside-right >div ul.igtaglist li a:before {
  content: "\f02b";
  font-family: 'FontAwesome';
  display: inline-block;
  width: 20px;
  text-align: center;
  position: absolute;
  left: -18px;
  font-size: 0.9rem;
  color: rgba(255,102,51,0.7);
}
html body#body .container-fluid #mainblock .wrapper #content-bottom .moduletable .bt-cs {
  margin-top: -11px;
}
html body#body .container-fluid #inline-gallery {
  position: relative;
  background: #fff;
}
html body#body .container-fluid #inline-gallery h3 {
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 5px;
}
html body#body .container-fluid #inline-gallery div {
  height: auto !important;
}
html body#body .container-fluid #inline-gallery #gallery-slider {
  background: url(../images/stripes-sprite.jpg) bottom repeat-x;
  padding: 18px 0;
  margin: 0 !important;
}
html body#body .container-fluid #inline-gallery #gallery-slider .wrapper {
  height: 120px;
  position: relative;
}
html body#body .container-fluid #inline-gallery #gallery-slider .wrapper .item a.dib {
  height: 120px;
  width: 180px;
  overflow: hidden;
}
html body#body .container-fluid #inline-gallery #gallery-slider .wrapper .item a.dib:nth-child(5) {
  margin-right: 0;
}
html body#body .container-fluid #inline-gallery #gallery-slider .wrapper .item a.dib img {
  max-width: none;
  margin: -5px;
}
html body#body .container-fluid #bottom {
  background: #fff;
  text-align: left;
  background: url(../images/bg-white.jpg);
  padding: 0 15px;
}
html body#body .container-fluid #bottom .wrapper >[class*="span"] {
  padding: 15px 0;
  float: none;
  display: inline-block;
  vertical-align: top;
}
html body#body .container-fluid #bottom .wrapper >[class*="span"]:empty {
  display: none;
}
html body#body .container-fluid #bottom .wrapper >[class*="span"]#bottom-main {
  margin-left: 0;
}
html body#body .container-fluid #bottom .wrapper >[class*="span"]#bottom-main ul.nav-tabs li.active a {
  background: #fff;
}
html body#body .container-fluid #bottom .wrapper >[class*="span"]#bottom-main ul.nav-tabs li a {
  background: #eee;
  border: 1px solid #ddd;
  border-bottom: 0;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  color: #333;
  font-size: 1.4em;
}
html body#body .container-fluid #bottom .wrapper >[class*="span"]#bottom-main .tab-content .tab-pane {
  background: #fff;
  position: relative;
}
html body#body .container-fluid #bottom .wrapper >[class*="span"]#bottom-main .tab-content .tab-pane iframe {
  display: table;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #ddd;
}
html body#body .container-fluid #bottom .wrapper >[class*="span"]#bottom-main .tab-content .tab-pane i {
  font-size: 6em;
  color: #c14926;
  position: absolute;
  right: 46.2%;
  top: 75px;
  cursor: pointer;
}
html body#body .container-fluid #bottom .wrapper >[class*="span"]#bottom-aside {
  margin: 0 0 0 30px;
}
html body#body .container-fluid #bottom .wrapper >[class*="span"]#bottom-aside .customsocial-bottom h3.title {
  margin: 0 0 0px 0px;
  padding-bottom: 5px;
  line-height: normal;
}
html body#body .container-fluid #bottom .wrapper >[class*="span"]#bottom-aside .customsocial-bottom ul.social-film {
  margin: 0 0 0px 0px;
  display: block;
  text-align: center;
}
html body#body .container-fluid #bottom .wrapper >[class*="span"]#bottom-aside .customsocial-bottom ul.social-film li a {
  width: 31px;
}
html body#body .container-fluid #bottom .wrapper >[class*="span"]#bottom-aside .custombanner-bottom {
  padding: 15px;
  background: #01beeb;
  margin: 0 0px 0 0px;
}
html body#body .container-fluid #bottom .wrapper >[class*="span"]#bottom-aside .custombanner-bottom a:hover {
  text-decoration: none;
}
html body#body .container-fluid #bottom .wrapper >[class*="span"]#bottom-aside .custombanner-bottom a .banner-text {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  text-shadow: none;
  margin: 0;
  line-height: normal;
  font-weight: 400;
  font-size: 2rem;
  font-size: 3.5em;
  line-height: 0.9em;
  color: #fff;
  margin-bottom: 50px;
}
html body#body .container-fluid #bottom .wrapper >[class*="span"]#bottom-aside .custombanner-bottom a .banner-desc {
  font-size: 1.5em;
  color: #333;
  text-transform: uppercase;
  line-height: normal;
}
html body#body .container-fluid .footer {
  color: #aaa;
  padding: 5px;
  background: #444;
}
html body#body .container-fluid .footer hr {
  display: block;
  width: 100%;
  border: 0;
  border-top: 1px dashed #777;
  margin: 10px 0;
  clear: both;
}
html body#body .container-fluid .footer .wrapper {
  padding: 15px 0px;
  background: none;
}
html body#body .container-fluid .footer .wrapper .footer-address .h6 {
  font-size: 1.2em;
  color: #eee;
  line-height: 1.5;
}
html body#body .container-fluid .footer .wrapper .footer-social .social-footer >h3 {
  line-height: 1;
}
html body#body .container-fluid .footer .wrapper .footer-social .social-footer ul {
  margin: 10px 0;
  display: inline-block;
  list-style-type: none;
}
html body#body .container-fluid .footer .wrapper .footer-social .social-footer ul li {
  display: inline-block;
  vertical-align: middle;
}
html body#body .container-fluid .footer .wrapper .footer-social .social-footer ul li a {
  color: #fff;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  text-align: center;
  font-size: 1.75em;
  line-height: 40px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px dashed #888;
}
html body#body .container-fluid .footer .wrapper .footer-social .social-footer ul li a:hover {
  color: #555;
  background: #fff !important;
  text-decoration: none;
}
html body#body .container-fluid .footer .wrapper .footer-copyright {
  margin: 0 0 0 20px;
}
html body#body .container-fluid .footer .wrapper .footer-copyright h6 {
  margin-bottom: 8px;
}
html body#body .container-fluid .footer .wrapper .footer-copyright p {
  font-size: 0.9em;
  line-height: 1.2;
}
html body#body #trigger {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
}
@media only screen and (max-width: 1200px) {
  html body#body .container-fluid table.table {
    font-size: 1em;
    overflow: scroll;
    max-width: none;
    display: block;
  }
  html body#body .container-fluid #header {
    padding: 10px;
  }
  html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide .img-wrapper img {
    max-width: none;
    width: auto;
    height: 100%;
    margin-left: -25%;
  }
  html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide .st-slide_description {
    text-align: right;
  }
  html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide .st-slide_description p.title1 {
    display: block;
    line-height: 1;
  }
  html body#body .container-fluid #coming-soon .wrapper > div .moduletable .bt-cs {
    text-align: left;
    position: relative;
  }
  html body#body .container-fluid #coming-soon .wrapper > div .moduletable .bt-cs .slides_container .slides_control {
    height: 310px !important;
  }
  html body#body .container-fluid #coming-soon .wrapper > div .moduletable .bt-cs .slides_container .slides_control .slide .bt-row {
    width: 270px !important;
  }
  html body#body .container-fluid #coming-soon .wrapper > div .moduletable .bt-cs #rotate-buttons a.rotate-buttons_button {
    margin-left: 15px;
  }
  html body#body .container-fluid #coming-soon .wrapper > div .moduletable .bt-cs #rotate-buttons a.rotate-buttons_button.next {
    margin-right: 15px;
  }
  html body#body .container-fluid #coming-soon .wrapper > div.coming-soon-main .moduletable .bt-cs {
    position: relative;
    margin-left: 5px;
  }
  html body#body .container-fluid #coming-soon .wrapper > div.coming-soon-main .moduletable .bt-cs #rotate-buttons {
    text-align: right;
  }
  html body#body .container-fluid #coming-soon .wrapper > div.coming-soon-main .moduletable .bt-cs #rotate-buttons a.rotate-buttons_button {
    margin-left: 10px;
  }
  html body#body .container-fluid #coming-soon .wrapper > div.coming-soon-main .moduletable .bt-cs #rotate-buttons a.rotate-buttons_button.next {
    margin-right: 0px;
    margin-left: -2px;
    right: auto;
  }
  html body#body .container-fluid #coming-soon .wrapper > div.coming-soon-aside .moduletable .orange {
    width: 268px;
    height: auto;
    position: relative;
  }
  html body#body .container-fluid #coming-soon .wrapper > div.coming-soon-aside .moduletable .orange .bt-inner p.readmore {
    right: 0px;
  }
  html body#body .container-fluid #teachers .moduletable .custom .teacher {
    width: 106px;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .item-page .page-body .tab-content .tab-pane .six_imageGallery ul#itemContainer {
    height: auto !important;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .item-page .page-body .tab-content .tab-pane .six_imageGallery ul#itemContainer li {
    width: 24% !important;
    height: auto !important;
    position: relative !important;
    display: inline-block;
    vertical-align: top;
    float: none;
    clear: none;
    top: 0 !important;
    left: auto !important;
    margin: 5px 0 0;
  }
  html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-right {
    margin-left: 10px;
  }
  html body#body .container-fluid #inline-gallery #gallery-slider .wrapper .item a.dib {
    width: 178px;
  }
  html body#body .container-fluid #inline-gallery #gallery-slider .wrapper .item a.dib img {
    margin-top: 1px;
  }
  html body#body .container-fluid #bottom .wrapper #bottom-main {
    width: 540px;
  }
  html body#body .container-fluid .footer .wrapper .footer-address {
    max-width: 560px;
  }
  html body#body .container-fluid .footer .wrapper .footer-copyright {
    max-width: 95%;
    margin: 0;
    padding: 0 2.5%;
  }
  html body#body > #sh_button .sh_operator_help {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  html body#body .container-fluid {
    padding: 0;
  }
  html body#body .container-fluid #lang {
    display: none;
  }
  html body#body .container-fluid #header {
    padding: 15px;
  }
  html body#body .container-fluid #header .header-inner a#logo {
    display: inline-block;
    vertical-align: middle;
  }
  html body#body .container-fluid #header .header-inner a#logo img {
    width: 361px;
  }
  html body#body .container-fluid #header .header-inner a#logo h1 {
    font-size: 2rem;
    text-align: left;
  }
  html body#body .container-fluid #header .header-inner .header-right {
    width: 340px;
  }
  html body#body .container-fluid .navigation .wrapper > ul.menu > li > a {
    padding: 12px 16px;
    font-size: 14px;
  }
  html body#body .container-fluid .navigation .wrapper > ul.menu > li > a+ul li a {
    padding: 12px;
  }
  html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide .slide-teaser {
    margin-right: 7px;
  }
  html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide .st-slide_description p.h1 {
    font-size: 3em;
  }
  html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide a.st-slideshow_control {
    top: 90%;
    right: 100px;
    left: auto;
  }
  html body#body .container-fluid #coming-soon .wrapper > div {
    display: none;
  }
  html body#body .container-fluid #coming-soon .wrapper > div .moduletable .bt-cs #rotate-buttons {
    z-index: 2;
  }
  html body#body .container-fluid #coming-soon .wrapper > div.coming-soon-full {
    display: block;
  }
  html body#body .container-fluid #coming-soon .wrapper > div.coming-soon-aside .moduletable {
    padding: 5px 15px;
  }
  html body#body .container-fluid #coming-soon .wrapper > div.coming-soon-aside .moduletable .orange {
    width: 206px;
    margin: -22px 0 0 -2px;
  }
  html body#body .container-fluid #coming-soon .wrapper > div.coming-soon-aside .moduletable .orange .bt-inner .bt-title {
    font-size: 1.5em;
  }
  html body#body .container-fluid #coming-soon .wrapper > div.coming-soon-aside .moduletable .orange .bt-inner .bt-introtext {
    font-size: 1em;
  }
  html body#body .container-fluid #coming-soon .wrapper > div.coming-soon-aside .moduletable .orange .bt-inner p.readmore {
    right: 0px;
    bottom: 0px;
  }
  html body#body .container-fluid #coming-soon .wrapper > div .moduletable.news {
    display: none;
    padding: 15px;
  }
  html body#body .container-fluid #coming-soon .wrapper > div .moduletable.news >h3 {
    text-indent: 22px;
  }
  html body#body .container-fluid #coming-soon .wrapper > div .moduletable.news .bt-cs .slides_container .slides_control .slide {
    text-align: right;
    margin-left: -70px;
    left: 533px !important;
  }
  html body#body .container-fluid #coming-soon .wrapper > div .moduletable >h3 {
    text-indent: 32px;
  }
  html body#body .container-fluid #coming-soon .wrapper > div .moduletable .bt-cs .slides_container .slides_control .slide {
    text-align: center;
  }
  html body#body .container-fluid #coming-soon .wrapper > div .moduletable .bt-cs .slides_container .slides_control .slide .bt-row {
    text-align: left;
    width: 206px !important;
  }
  html body#body .container-fluid #coming-soon .wrapper > div .moduletable .bt-cs #rotate-buttons a.rotate-buttons_button {
    left: 10px;
  }
  html body#body .container-fluid #coming-soon .wrapper > div .moduletable .bt-cs #rotate-buttons a.rotate-buttons_button.next {
    right: 10px;
  }
  html body#body .container-fluid #teachers .moduletable h3 {
    text-align: left;
    text-indent: 15px;
  }
  html body#body .container-fluid #teachers .moduletable .custom .teacher {
    width: 90px;
  }
  html body#body .container-fluid #teachers .moduletable .custom .teacher a.teacher-img {
    width: 106px;
  }
  html body#body .container-fluid #mainblock h2 {
    font-size: 1.3rem;
  }
  html body#body .container-fluid #mainblock .wrapper #content #content-top .six_imageGallery .six_gallery_content {
    width: auto !important;
    height: auto !important;
    clear: none;
    left: auto !important;
    display: inline-block;
    position: relative !important;
    float: none;
    top: auto !important;
    margin: 0;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .moduletablenews h1,
  html body#body .container-fluid #mainblock .wrapper #content #component .moduletablenews h3 {
    padding-bottom: 2px;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .moduletablenews .bt-cs .slides_container.clean .slides_control .slide .bt-row {
    margin-right: 2px;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .item-page .tab-content .tab-pane table tr td img {
    max-width: 100%;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .item-page .tab-content .tab-pane .issuuembed {
    max-width: 100%;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .item-page .tab-content .tab-pane .issuuembed img {
    top: 30px !important;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .blog.teachers .items-row .item .readmore {
    bottom: 0;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .blog.tour > div .item .page-header h2 {
    font-size: 1em;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .blog.tour > div .item .item-image {
    height: auto;
    min-height: 130px;
  }
  html body#body .container-fluid #mainblock .wrapper #content #content-bottom .six_imageGallery .six_gallery_content {
    width: auto !important;
    height: auto !important;
    clear: none;
    left: auto !important;
    display: inline-block;
    position: relative !important;
    float: none;
    top: auto !important;
    margin: 0;
  }
  html body#body .container-fluid #mainblock .wrapper #content #content-bottom .bt-cs .slides_container.clean .slides_control .slide {
    width: 100% !important;
  }
  html body#body .container-fluid #mainblock .wrapper #content #content-bottom .bt-cs .slides_container.clean .slides_control .slide .bt-row {
    margin: 1px 0;
  }
  html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-right .flat-right_contact-address ul li {
    font-size: 12px;
  }
  html body#body .container-fluid #mainblock .wrapper #aside-right > div h3 {
    letter-spacing: -1px;
  }
  html body#body .container-fluid #inline-gallery h3.wrapper {
    text-indent: 15px;
  }
  html body#body .container-fluid #inline-gallery #gallery-slider .wrapper {
    margin: 0 5px;
  }
  html body#body .container-fluid #inline-gallery #gallery-slider .wrapper .item a.dib {
    width: 145px;
  }
  html body#body .container-fluid #bottom .wrapper #bottom-main {
    width: 400px;
  }
  html body#body .container-fluid #bottom .wrapper #bottom-aside {
    width: 300px;
  }
  html body#body .container-fluid .footer .wrapper .footer-address {
    max-width: 420px;
    font-size: 0.9em;
  }
  html body#body .container-fluid .footer .wrapper .footer-social {
    width: 300px;
  }
  html body#body > #sh_button {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  html body#body .container-fluid .span4 {
    width: 31%;
  }
  html body#body .container-fluid .bt-cs.bt-csnews .slides_container .slides_control .slide  .bt-row .bt-inner {
    min-height: 272px;
  }
  html body#body .container-fluid .bt-cs.bt-csnews .slides_container .slides_control .slide  .bt-row .bt-inner .bt-title {
    max-width: 90%;
    display: block;
    padding: 5px 5% 0;
    height: 3.5em !important;
    overflow-y: hidden;
    box-sizing: border-box;
    font-size: 1.1rem;
    word-break: break-word;
  }
  html body#body .container-fluid .bt-cs.bt-csnews .slides_container .slides_control .slide  .bt-row .bt-inner .bt-introtext {
    font-size: 0.9em;
    margin-top: 10px;
    line-height: 1.3;
  }
  html body#body .container-fluid #header .header-inner a#logo {
    float: left;
    text-align: left;
  }
  html body#body .container-fluid #header .header-inner a#logo img {
    height: 42px;
    width: auto;
    margin-right: 5px;
    margin-top: 5px;
  }
  html body#body .container-fluid #header .header-inner a#logo h1 {
    font-size: 1.9em;
    margin: 0;
    letter-spacing: 3px;
  }
  html body#body .container-fluid #header .header-inner .header-right {
    width: 350px;
    padding-top: 10px;
  }
  html body#body .container-fluid .navigation .wrapper > ul.menu > li a {
    padding: 10px 12px;
    font-size: 13px;
  }
  html body#body .container-fluid .navigation .wrapper > ul.menu > li a+ ul li a {
    padding: 10px 5px;
    font-size: 1.25em;
  }
  html body#body .container-fluid .navigation .wrapper > ul.menu > li > ul li a,
  html body#body .container-fluid .navigation .wrapper > ul.menu > li > ul li span {
    padding: 10px;
  }
  html body#body .container-fluid .navigation .submenu-empty-container {
    height: 38px;
  }
  html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide .img-wrapper {
    max-height: 200px;
  }
  html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide .st-slide_description {
    left: 80px;
    max-width: 300px;
  }
  html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide .st-slide_description p.h1 {
    font-size: 2em;
  }
  html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow .st-slideshow_container .st-slide .st-slide_description p.description {
    font-size: 0.8rem;
    line-height: normal;
  }
  html body#body .container-fluid #slideshow .custommod_carousel #st-slideshow a.st-slideshow_control.next-slide {
    left: 380px;
    right: auto;
  }
  html body#body .container-fluid #coming-soon .wrapper > div.coming-soon-main {
    width: 65%;
  }
  html body#body .container-fluid #coming-soon .wrapper > div.coming-soon-aside {
    width: 30%;
  }
  html body#body .container-fluid #coming-soon .wrapper > div.coming-soon-aside .moduletable .orange {
    width: 180px !important;
    margin: -33px 0 0 -8px;
  }
  html body#body .container-fluid #coming-soon .wrapper > div.coming-soon-aside .moduletable .orange .bt-inner .bt-extra {
    font-size: 2em;
  }
  html body#body .container-fluid #coming-soon .wrapper > div .moduletable.news {
    padding: 5px;
  }
  html body#body .container-fluid #coming-soon .wrapper > div .moduletable .bt-cs #rotate-buttons a.rotate-buttons_button {
    left: 0;
    z-index: 10;
  }
  html body#body .container-fluid #coming-soon .wrapper > div .moduletable .bt-cs #rotate-buttons a.rotate-buttons_button.next {
    right: 0;
  }
  html body#body .container-fluid #coming-soon .wrapper > div .moduletable .bt-cs .slides_container .slides_control .slide {
    max-width: 100%;
  }
  html body#body .container-fluid #coming-soon .wrapper > div .moduletable .bt-cs .slides_container .slides_control .slide .bt-row {
    width: 180px !important;
    padding-right: 10px;
  }
  html body#body .container-fluid #teachers .moduletable .custom .teacher {
    width: 72px;
  }
  html body#body .container-fluid #teachers .moduletable .custom .teacher a.teacher-img {
    width: 87px;
  }
  html body#body .container-fluid #mainblock .wrapper #content #content-bottom .bt-cs.bt-csexhibition,
  html body#body .container-fluid #mainblock .wrapper #content #content-top .bt-cs.bt-csexhibition {
    text-align: center;
  }
  html body#body .container-fluid #mainblock .wrapper #content #content-bottom .bt-cs.bt-csexhibition .row-fluid [class*="span"],
  html body#body .container-fluid #mainblock .wrapper #content #content-top .bt-cs.bt-csexhibition .row-fluid [class*="span"] {
    width: 320px;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
  html body#body .container-fluid #mainblock .wrapper #content #content-bottom .bt-cs .slides_container.clean .slides_control .slide .bt-row,
  html body#body .container-fluid #mainblock .wrapper #content #content-top .bt-cs .slides_container.clean .slides_control .slide .bt-row {
    width: 45% !important;
    margin: 0 10px 10px 0px;
  }
  html body#body .container-fluid #mainblock .wrapper #content #content-bottom .bt-cs .slides_container.clean .slides_control .slide .bt-row-separate,
  html body#body .container-fluid #mainblock .wrapper #content #content-top .bt-cs .slides_container.clean .slides_control .slide .bt-row-separate {
    display: none;
  }
  html body#body .container-fluid #mainblock .wrapper #content #content-bottom .flat-right > div,
  html body#body .container-fluid #mainblock .wrapper #content #content-top .flat-right > div {
    float: left;
  }
  html body#body .container-fluid #mainblock .wrapper #content #content-bottom .six_imageGallery .six_gallery_content,
  html body#body .container-fluid #mainblock .wrapper #content #content-top .six_imageGallery .six_gallery_content {
    width: auto !important;
    height: auto !important;
    clear: none;
    left: auto !important;
    display: inline-block;
    position: relative !important;
    float: none;
    top: auto !important;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component {
    font-size: 16px;
    line-height: 1.6;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component li {
    line-height: 1.5em;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .moduletablenews >h1,
  html body#body .container-fluid #mainblock .wrapper #content #component .moduletablenews >h3,
  html body#body .container-fluid #mainblock .wrapper #content #component .moduletable >h1,
  html body#body .container-fluid #mainblock .wrapper #content #component .moduletable >h3 {
    padding-bottom: 5px;
    margin-bottom: 9px;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .offset2 {
    margin-left: 0;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .item-page.for-rent .page-body .box {
    margin-top: 15px;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .item-page h2 {
    padding-bottom: 13px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 9px;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .item-page ul.nav-tabs.nav li a {
    font-size: 1rem;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .blog.tour > div .item .page-header h2 {
    font-size: 1.5em;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .box-table-course {
    overflow: scroll;
  }
  html body#body .container-fluid #mainblock .wrapper #aside-right .moduletablenews h1,
  html body#body .container-fluid #mainblock .wrapper #aside-right .moduletablenews h3 {
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  html body#body .container-fluid #mainblock .wrapper #aside-right .moduletablenews .bt-cs .slides_container .slides_control .slide .bt-row {
    width: 100% !important;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-bottom: 11px;
  }
  html body#body .container-fluid #mainblock .wrapper #aside-right .moduletablenews .bt-cs .slides_container .slides_control .slide .bt-row-separate {
    display: none;
  }
  html body#body .container-fluid #mainblock .wrapper #aside-right >div.course_action-button {
    padding: 10px;
  }
  html body#body .container-fluid #mainblock .wrapper #aside-right >div.course_action-button a {
    padding: 5px 10px;
    font-size: 1.5em;
    line-height: 1.5em;
  }
  html body#body .container-fluid #inline-gallery #gallery-slider .wrapper .item a.dib {
    width: 125px;
  }
  html body#body .container-fluid #bottom .wrapper > [class*="span"]#bottom-main {
    width: 60%;
  }
  html body#body .container-fluid #bottom .wrapper > [class*="span"]#bottom-aside {
    width: 35%;
  }
  html body#body .container-fluid #bottom .wrapper > [class*="span"]#bottom-aside .customsocial-bottom h3.title {
    font-size: 1.3em;
  }
  html body#body .container-fluid #bottom .wrapper > [class*="span"]#bottom-aside .customsocial-bottom ul.social-film li a {
    width: 27px;
    height: 27px;
    line-height: 27px;
    font-size: 1.2em;
    padding: 0;
  }
  html body#body .container-fluid #bottom .wrapper > [class*="span"]#bottom-aside .custombanner-bottom a .banner-text {
    font-size: 2.5em;
  }
  html body#body .container-fluid #bottom .wrapper > [class*="span"]#bottom-aside .custombanner-bottom a .banner-desc {
    font-size: 1.25em;
  }
  html body#body .container-fluid .footer .wrapper .footer-address {
    font-size: 0.8em;
    margin-left: 10px;
    float: left;
    width: 360px;
  }
  html body#body .container-fluid .footer .wrapper .footer-social {
    max-width: 240px;
    float: left;
  }
  html body#body .container-fluid .footer .wrapper .footer-social .social-footer >h3 {
    font-size: 1.3em;
  }
  html body#body .container-fluid .footer .wrapper .footer-social .social-footer ul li a {
    width: 31px;
    height: 31px;
    line-height: 31px;
    font-size: 1.1em;
  }
  html body#body .share:before {
    content: none !important;
  }
  html body#body .share > .fa {
    display: none !important;
  }
  html body#body a.fancybox-close {
    font-size: 0.75em;
    color: #fff;
  }
  html body#body a.fancybox-close .fa {
    color: #fff;
  }
}
@media only screen and (max-width: 646px) {
  html body#body {
    position: relative;
    overflow: visible !important;
  }
  html body#body .container-fluid [class*="span"] {
    display: block;
    width: 100%;
    float: none;
  }
  html body#body .container-fluid .bt-cs .slides_container.clean .slides_control .slide {
    text-align: center;
  }
  html body#body .container-fluid .bt-cs .slides_container.clean .slides_control .slide .bt-row {
    min-width: 100%;
  }
  html body#body .container-fluid .bt-cs .slides_container.clean .slides_control .slide .bt-row.span4 {
    width: 31%;
    max-width: 226px;
  }
  html body#body .container-fluid .bt-cs .slides_container.clean .slides_control .slide .bt-row .bt-inner {
    width: 100%;
  }
  html body#body .container-fluid .bt-cs .slides_container.clean .slides_control .slide .bt-row .bt-inner .bt-center a {
    display: block;
    width: 100%;
  }
  html body#body .container-fluid .bt-cs .slides_container.clean .slides_control .slide .bt-row .bt-inner .bt-center a img {
    width: 100%;
  }
  html body#body .container-fluid .bt-cs .slides_container.clean .slides_control .slide .bt-row .bt-inner .bt-title {
    word-wrap: break-word;
    display: block;
    font-size: 1.1em;
    height: auto !important;
    padding: 10px 5%;
    text-align: left;
  }
  html body#body .container-fluid .bt-cs .slides_container.clean .slides_control .slide .bt-row .bt-inner .bt-introtext {
    max-height: 6.4em;
  }
  html body#body .container-fluid ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px;
    height: 8px;
    background: #eee;
    border: 1px solid #ddd;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: transform 1s;
  }
  html body#body .container-fluid ::-webkit-scrollbar-thumb {
    background-color: #00ada6;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
    transition: transform 1s;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-main {
    margin-left: 0; 
}
  
  html body#body .container-fluid .six_imageGallery {
    overflow-x: scroll;
  }
  html body#body .container-fluid .six_imageGallery ul#itemContainer {
    max-width: none;
  }
  html body#body .container-fluid .six_imageGallery ul#itemContainer li {
    position: relative !important;
    width: 175px !important;
    display: inline-block;
    float: left;
    top: 0 !important;
    left: 0 !important;
    margin: 0 1px 0 0 !important;
    padding: 0 0px 0 0;
    border: 0 !important;
    max-width: none !important;
  }
  html body#body .container-fluid .six_imageGallery ul#itemContainer li a {
    display: block;
    position: relative;
  }
  html body#body .container-fluid #header {
    padding: 15px 0;
  }
  html body#body .container-fluid #header .header-inner {
    text-align: center;
  }
  html body#body .container-fluid #header .header-inner a#logo {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 0px 0 20px 15px;
  }
  html body#body .container-fluid #header .header-inner .header-right {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: auto;
    float: none;
    margin: 0px;
    padding: 0px 0px;
  }
  html body#body .container-fluid #header .header-inner .header-right .header-social {
    max-width: 7%;
  }
  html body#body .container-fluid #header .header-inner .header-right .header-social .fa-twitter,
  html body#body .container-fluid #header .header-inner .header-right .header-social .fa-facebook,
  html body#body .container-fluid #header .header-inner .header-right .header-social .fa-youtube,
  html body#body .container-fluid #header .header-inner .header-right .header-social .fa-pinterest {
    display: none;
  }
  html body#body .container-fluid #header .header-inner .header-right .header-login noindex > ul {
    text-align: center;
  }
  html body#body .container-fluid #header .header-inner .header-right .header-search form input {
    max-width: 91%;
  }
  html body#body .container-fluid .navigation {
    position: relative;
  }
  html body#body .container-fluid .navigation:after {
    content: "\f0c9";
    content: " ";
    font-family: 'FontAwesome';
    position: absolute;
    top: 22px;
    right: 5px;
    font-size: 1.5em;
    color: #333;
    z-index: 11;
    padding: 0;
    display: block;
    width: 20px;
    height: 33px;
    border-radius: 0;
  }
  html body#body .container-fluid .navigation .wrapper >ul {
    display: none;
  }
  html body#body .container-fluid .navigation .wrapper > select {
    position: absolute;
    height: 36px;
    width: 98%;
    margin: 0 1%;
    z-index: 10;
    display: block;
    top: 20px;
    border-radius: 3px;
    padding-left: 15px;
    background-color: #ff6633;
    background-image: url(../images/menu-stripes.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    -webkit-background-size: 24px auto;
    background-size: 24px auto;
    outline: none;
    border: 0;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.25);
  }
  html body#body .container-fluid .navigation .submenu-empty-container {
    background: #555;
    height: 44px;
    position: relative;
    z-index: 1;
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-main {
    width: 100%;
    display: block;
	/*margin-left: 0;*/
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-main .moduletable.news {
    display: block;
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-main .moduletable.news .bt-cs {
    margin: 0;
    position: relative;
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-main .moduletable.news .bt-cs #rotate-buttons a.prev {
    margin: 0;
    left: -10px;
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-main .moduletable.news .bt-cs #rotate-buttons a.next {
    margin: 0;
    right: -10px;
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-main .moduletable.news .bt-cs .slides_container .slides_control {
    height: /*330px*/auto !important;
    position: relative;
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-main .moduletable.news .bt-cs .slides_container .slides_control .slide {
    margin-left: 0;
    left: 30% !important;
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-main .moduletable.news .bt-cs .slides_container .slides_control .slide .bt-row {
    width: 100% !important;
    padding: 0;
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-main .moduletable.news .bt-cs .slides_container .slides_control .slide .bt-row .bt-inner .bt-title {
    padding: 14px 10px;
    height: auto !important;
    display: block;
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-main .moduletable.news .bt-cs .slides_container .slides_control .slide .bt-row .bt-inner .bt-introtext {
    height: 3.8em !important;
    max-height: 3.8em;
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-main .moduletable.news .bt-cs .slides_container .slides_control .slide .bt-row .bt-inner .bt-center a {
    position: relative;
    display: block;
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-main .moduletable.news .bt-cs .slides_container .slides_control .slide .bt-row .bt-inner .bt-center a img {
    position: relative;
    display: block;
	width: 100% /*auto*/;
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-full .moduletable h3 {
    padding-bottom: 30px;
    text-indent: 0;
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-full .moduletable >.add-buttons {
    top: 60px;
    width: 100%;
    text-align: left;
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-full .moduletable >.add-buttons a {
    margin: 0 15px 0 0;
    width: 45%;
    font-size: 0.9em;
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-full .moduletable >.bt-cs {
    margin-top: 30px;
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-full .moduletable >.bt-cs #rotate-buttons {
    display: none;
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-full .moduletable >.bt-cs ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0px;
    height: 8px;
    background: none;
    border: 0px solid #ddd;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-full .moduletable >.bt-cs ::-webkit-scrollbar-thumb {
    background-color: #00ada6;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-full .moduletable >.bt-cs .slides_container {
    overflow-x: scroll !important;
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-full .moduletable >.bt-cs .slides_container .slides_control {
    height: auto !important;
    text-align: left;
    text-align: center;
    width: 100% !important;
    left: 0px !important;
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-full .moduletable >.bt-cs .slides_container .slides_control .slide {
    padding: 0 40px;
    padding: 0;
    box-sizing: border-box;
    display: inline-block !important;
    vertical-align: top;
    position: relative !important;
    width: auto !important;
    left: 0 !important;
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-full .moduletable >.bt-cs .slides_container .slides_control .slide .bt-row {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px 0;
    max-width: 300px;
    min-width: 100%;
    padding: 0;
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-full .moduletable >.bt-cs .slides_container .slides_control .slide .bt-row:first-child {
    display: inline-block;
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-full .moduletable >.bt-cs .slides_container .slides_control .slide .bt-row .bt-inner {
    min-height: 305px !important;
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-full .moduletable >.bt-cs .slides_container .slides_control .slide .bt-row .bt-inner .bt-center a {
    display: block;
    width: 100%;
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-full .moduletable >.bt-cs .slides_container .slides_control .slide .bt-row .bt-inner .bt-center a img {
    width: 100%;
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-full .moduletable >.bt-cs .slides_container .slides_control .slide .bt-row .bt-inner .bt-title {
    height: auto !important;
    padding: 10px;
    display: block;
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-full .moduletable >.bt-cs .slides_container .slides_control .slide .bt-row .bt-inner .bt-introtext {
    height: 6.4em !important;
    max-height: 50px;
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-aside {
    width: 100%;
    display: block;
    margin-bottom: 0;
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-aside .moduletable {
    padding: 0;
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-aside .moduletable .custom {
    text-align: center;
    padding: 0 0px;
    box-sizing: border-box;
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-aside .moduletable .custom .orange {
    display: inline-block;
    padding: 15px 0;
    text-align: left;
    margin: 20px 0% 10px;
    width: 100% !important;
  }
  html body#body .container-fluid #coming-soon .wrapper >div.coming-soon-aside .moduletable .custom .orange .bt-inner p.readmore {
    right: 0;
    bottom: -9px;
  }
  html body#body .container-fluid #teachers {
    margin-top: 20px;
  }
  html body#body .container-fluid #teachers ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px;
    height: 8px;
    background: #eee;
    border: 1px solid #ddd;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  html body#body .container-fluid #teachers ::-webkit-scrollbar-thumb {
    background-color: #00ada6;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  html body#body .container-fluid #teachers .moduletable .custom {
    background: #9ACCCD;
    overflow-x: scroll;
  }
  html body#body .container-fluid #teachers .moduletable .custom .wrapper {
    padding: 0 10px;
    text-align: left;
    min-width: 700px;
  }
  html body#body .container-fluid #teachers .moduletable .custom .wrapper .teacher {
    width: 80px;
    margin-bottom: 4px;
    display: inline-block;
  }
  html body#body .container-fluid #teachers .moduletable .custom .wrapper .teacher a.teacher-img {
    width: 94px;
  }
  html body#body .container-fluid #inline-gallery #gallery-slider .wrapper .item a.dib {
    width: 60px;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .box.box-table-course .table-course_buttons > a.button {
    display: block;
    float: none;
    margin-bottom: 5px;
    padding: 3px 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .beforeAfter >div:nth-child(2) img {
    height: 100% !important;
    width: auto !important;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .item-page #kmt-fame .mainList .commentTools .kmt-comment-tools-title {
    text-align: center;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .item-page #kmt-fame .mainList .commentTools .kmt-comment-tools-title strong {
    display: inline-block;
    margin: 15px 0;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .item-page #kmt-fame .mainList .commentTools .kmt-comment-tools-title a {
    display: inline-block;
    float: none;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .item-page .page-body .tab-content .tab-pane table {
    overflow: scroll;
    height: auto !important;
    max-width: 100% !important;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .item-page .page-body .tab-content .tab-pane table ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px;
    height: 8px;
    background: #eee;
    border: 1px solid #ddd;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .item-page .page-body .tab-content .tab-pane table ::-webkit-scrollbar-thumb {
    background-color: #00ada6;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .item-page .page-body .tab-content .tab-pane .six_imageGallery {
    overflow-x: scroll;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .item-page .page-body .tab-content .tab-pane .six_imageGallery ul#itemContainer {
    max-width: none;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .item-page .page-body .tab-content .tab-pane .six_imageGallery ul#itemContainer li {
    position: relative !important;
    width: 175px !important;
    display: inline-block;
    float: left;
    top: 0 !important;
    left: 0 !important;
    margin: 0 3px 0 0;
    padding: 0 0px 0 0;
    border: 0;
    max-width: none;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .item-page .page-body .tab-content .tab-pane .six_imageGallery ul#itemContainer li a {
    display: block;
    position: relative;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .item-page .page-body .tab-content .tab-pane a.button {
    display: block;
    text-align: center;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .item-page .page-body .tab-content .tab-pane #kmt-form {
    max-height: 90%;
    overflow-y: scroll;
    margin: 0% 5px;
    position: fixed;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .item-page .page-body .tab-content .tab-pane #kmt-form * {
    z-index: 100;
    position: relative;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .item-page .page-body .tab-content .tab-pane #kmt-form .kmt-form-editor > div {
    padding: 0;
    margin: 0;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .item-page .page-body .tab-content .tab-pane #kmt-form .kmt-form-editor > div >div {
    margin: 0;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .item-page .page-body .tab-content .tab-pane #kmt-form .kmt-login {
    background: #999 !important;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .item-page ul.nav-tabs.nav li {
    display: block;
    width: 100%;
  }
  html body#body .container-fluid #mainblock .wrapper #content-bottom .six_imageGallery .six_gallery_container,
  html body#body .container-fluid #mainblock .wrapper #content-top .six_imageGallery .six_gallery_container {
    min-width: 100%;
  }
  html body#body .container-fluid #mainblock .wrapper #aside-right {
    margin: 0;
  }
  html body#body .container-fluid #mainblock .wrapper #aside-right .moduletablenews .bt-cs .slides_container .slides_control .slide .bt-row {
    width: 100% !important;
  }
  html body#body .container-fluid #mainblock .wrapper #aside-right .moduletablenews .bt-cs .slides_container .slides_control .slide .bt-row .bt-title {
    height: auto !important;
    max-height: 3.5em;
    max-width: 100%;
    padding: 5px 10px;
  }
  html body#body .container-fluid #bottom .wrapper > [class*="span"]#bottom-main {
    width: 100%;
    padding-bottom: 0;
  }
  html body#body .container-fluid #bottom .wrapper > [class*="span"]#bottom-aside {
    padding-top: 0;
    width: 100%;
    margin: 0;
  }
  html body#body .container-fluid #bottom .wrapper > [class*="span"]#bottom-aside .customsocial-bottom h3.title {
    margin: 0 0 10px;
    font-size: 1.5em;
  }
  html body#body .container-fluid #bottom .wrapper > [class*="span"]#bottom-aside .customsocial-bottom ul.social-film {
    margin: 0;
  }
  html body#body .container-fluid #bottom .wrapper > [class*="span"]#bottom-aside .customsocial-bottom ul.social-film li a {
    width: 43px;
    height: 32px;
    line-height: 32px;
    font-size: 1.5em;
    padding: 0;
  }
  html body#body .container-fluid #bottom .wrapper > [class*="span"]#bottom-aside .custombanner-bottom {
    margin: 0;
  }
  html body#body .container-fluid .footer .wrapper .footer-address {
    width: 90%;
    margin: 5px 5%;
  }
  html body#body .container-fluid .footer .wrapper .footer-social {
    width: 100%;
    margin: 10px 0 0;
  }
  html body#body .container-fluid .footer .wrapper .footer-social .social-footer {
    margin-left: 15px;
  }
  html body#body .fancybox-wrap {
    margin-top: 30px;
  }
  html body#body .fancybox-wrap .fancybox-skin {
    margin-right: -20px !important;
  }
  html body#body .fancybox-nav.fancybox-next i::before,
  html body#body .fancybox-nav.fancybox-prev i::before {
    content: none;
  }
  html body#body .modal-backdrop.fade {
    width: 100%;
    height: 100%;
  }
  html body#body footer #navelse {
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
    padding: 15px 15px 15px;
    height: 175px;
    background: #ff6633;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
  }
  html body#body footer #navelse:before {
    content: "Главное меню: ";
    font-size: 18px;
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid rgba(255,255,255,0.125);
    display: block;
    color: #ffb399;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
  }
  html body#body footer #navelse li {
    display: block;
    vertical-align: middle;
    border-right: 1px solid rgba(255,255,255,0.1);
  }
  html body#body footer #navelse li a {
    display: block;
    padding: 2px 5px;
    font-size: 12px;
    color: #ffffff;
  }
}
@media only screen and (max-width: 320px) {
  html body#body .container-fluid .bt-cs .slides_control .slide .bt-row .bt-inner {
    min-height: 246px !important;
  }
  html body#body .container-fluid #coming-soon .wrapper > div.coming-soon-full:empty {
    display: none;
  }
  html body#body .container-fluid #coming-soon .wrapper > div.coming-soon-full .moduletable {
    padding-bottom: 0;
  }
  html body#body .container-fluid #coming-soon .wrapper > div.coming-soon-full .moduletable .bt-cs {
    margin: 30px 0 0;
  }
  html body#body .container-fluid #coming-soon .wrapper > div.coming-soon-full .moduletable .bt-cs .slides_container .slides_control .slide .bt-row {
    min-width: 100%;
  }
  html body#body .container-fluid #coming-soon .wrapper > div.coming-soon-full .moduletable .bt-cs .slides_container .slides_control .slide .bt-row .bt-inner .bt-introtext {
    max-height: 6.4em;
  }
  html body#body .container-fluid #coming-soon .wrapper > div.coming-soon-aside {
    display: block;
    margin-bottom: 15px;
  }
  html body#body .container-fluid #coming-soon .wrapper > div.coming-soon-aside:empty {
    display: none;
  }
  html body#body .container-fluid .navigation .wrapper >ul {
    display: none;
  }
  html body#body .container-fluid .navigation .wrapper > select {
    position: absolute;
    height: 36px;
    width: 98%;
    margin: 0 1%;
    z-index: 10;
    display: block;
    top: 20px;
    border-radius: 20px;
    background: #E5E5E5;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#E5E5E5),color-stop(1,#FAFAFA));
    background: -ms-linear-gradient(bottom,#e5e5e5,#fafafa);
    background: -moz-linear-gradient(center bottom,#e5e5e5 0%,#fafafa 100%);
    background: -o-linear-gradient(#fafafa,#e5e5e5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa',endColorstr='#e5e5e5',GradientType=0);
    text-indent: 15px;
  }
  html body#body .container-fluid .navigation .submenu-empty-container {
    background: #00ADA6;
    height: 44px;
    position: relative;
    z-index: 1;
  }
  html body#body .container-fluid #mainblock .wrapper #content #content-top .six_imageGallery .six_gallery_content,
  html body#body .container-fluid #mainblock .wrapper #content #content-bottom .six_imageGallery .six_gallery_content {
    max-width: 31%;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .item-page #kmt-fame .mainList .commentTools .kmt-comment-tools-title {
    text-align: center;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .item-page #kmt-fame .mainList .commentTools .kmt-comment-tools-title strong {
    display: inline-block;
    margin: 15px 0;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .item-page #kmt-fame .mainList .commentTools .kmt-comment-tools-title a {
    display: inline-block;
    float: none;
  }
  html body#body .container-fluid #mainblock .wrapper #content #component .item-page ul.nav-tabs.nav li {
    display: block;
    width: 100%;
  }
  html body#body .container-fluid #mainblock .wrapper #content #content-bottom-right {
    display: none;
  }
}
.disable-hover,
.disable-hover * {
  pointer-events: none !important;
}

#content-top .moduletable .random-article .random-article {
  float: left;
}
.rsform-block-course-price{
  display: none !important;
}