@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=MuseoModerno:wght@900&display=swap');

* {
  margin: 0;
  padding: 0;
}

a {
  outline: none !important;
}

img {
  max-width: 100%;
}

button {
  transition: 0.3s;
}

p {
  margin: 0 0 18px;
  width: 100%;
}

table {
  max-width: 100%;
  margin-bottom: 15px;
}

table td {
  padding: 10px;
}

ul,
ol {
  clear: both;
}

h1 {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 20px;
  margin-top: 0;
  font-family: 'Muller ExtraBold';
}

h2 {
  font-size: 22px;
  line-height: 24px;
  margin: 15px 0 10px;
  color: #000;
}

h3 {
  font-size: 18px;
  line-height: 20px;
}

body {
  font: 14px/18px 'Montserrat', sans-serif;
  width: 100%;
}

#form_pp {
  padding: 30px 0;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.justifyleft {
  float: left !important;
}

.justifyright {
  float: right !important;
}

#wrapper {
}

#middle {
  position: relative;
}

#container {
  width: 100%;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
}

#slider {
  position: relative;
}

#sideLeft {
  position: relative;
  overflow: hidden;
}

.main-wrap {
  padding-left: 20px !important;
}

.news-item__img {
  max-width: 100%;
}

.sidebar__inner {
  overflow: hidden;
}

.sidebar .navbar-header {
  background: #ececec;
  position: relative;
}

.sidebar .navbar-brand {
  position: absolute;
  line-height: 20px;
  height: 36px;
  border: none !important;
}

.content_inner img {
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  display: block;
  line-height: 20px;
  padding: 4px;
  transition: all 0.2s ease-in-out 0s;
  max-width: 100%;
}

.content_inner {
  margin-bottom: 50px;
  width: 100%;
  font-family: 'Muller Regular';
  font-size: 16px;
  line-height: 24px;
}

.content_inner ul,
.content_inner ol {
  margin-left: 25px;
}

.content_inner p img {
  margin: 0 10px;
}

#header #ajaxSearch_form {
  padding-top: 10px;
}

#header #ajaxSearch_form input[type='text'] {
  padding: 5px 10px;
  background: none;
  border: 1px solid #ccc;
}

#header #ajaxSearch_form input[type='submit'] {
  background: url(../image/search-btn.png) no-repeat 0 center;
  border: none;
  width: 31px;
  height: 31px;
  display: inline-block;
  overflow: hidden;
  text-indent: 9999em;
  margin: 0 0 20px 0;
  background-size: 100%;
  opacity: 0.6;
  transition: 0.2s;
}

#header #ajaxSearch_form input[type='submit']:hover {
  opacity: 1;
  transition: 0.2s;
}

.webstr {
  text-align: right;
}

.webstr__inner {
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  color: #e5007d;
  font-family: 'Muller Regular';
}

.webstr__link {
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #e5007d;
}

.webstr__link:hover {
  color: #e5007d;
}

.list-articles__links {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 20px;
  display: block;
}

.list-articles__links li {
  padding-left: 20px;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}

.list-articles__links li:before {
  position: absolute;
  content: '';
  display: block;
  background: url('../image/marker.png');
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  background-position: 0 0;
  width: 20px;
  height: 14px;
  top: 8px;
}

.list-articles__links-link {
  color: #333;
  font-size: 1.6em;
  text-decoration: none;
}

.list-articles__articles {
  list-style-type: none;
}

.list-articles__articles li {
  position: relative;
}

.list-articles__articles-title {
  color: #000;
  font-size: 1.6em;
  text-decoration: none;
  display: inline-block;
}

.list-articles__articles-body {
  overflow: hidden;
  margin-top: 10px;
}

.list-articles__articles-body img {
  float: left;
  margin-right: 10px;
}

.list-articles__date {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}

.rightlink-wrap {
  text-align: right;
  width: 100%;
}

a.rightlink {
  margin-bottom: 2px;
  padding-right: 5px;
  display: inline-block;
  text-align: right;
}

.articleimg {
  background: url(../img/imgbg.jpg) no-repeat center top;
  background-size: contain;
  padding: 3px 3px 9px 3px;
  float: left;
  margin-right: 7px;
  margin-bottom: 5px;
}

.articleimg img {
  margin-right: 0 !important;
  padding: 2px !important;
  border: none !important;
}

.content-gallery {
  padding: 20px 0;
  clear: both;
  text-align: center;
}

.content-gallery__img {
  position: relative;
  z-index: 2;
  background: #fff;
  margin: auto;
  margin-top: 20px;
}

.content-gallery__img:after {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  -webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.75);
}

.img-thumbnail {
  margin-top: 20px;
}

.fancy__main {
  display: block;
  position: relative;
  background: #fff;
  text-align: center;
  height: 100%;
}

.fancy__main:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 100%;
  z-index: -1;
  -moz-box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.82);
  -webkit-box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.82);
  box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.82);
  border-radius: 41%;
}

@media (max-width: 992px) {
  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-text {
    float: none;
    margin: 15px 0;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .collapsing {
    overflow: hidden !important;
  }

  .navbar-toggle .icon-bar {
    position: absolute;
    margin: 0 !important;
    right: 0px;
    transition: 0.3s;
  }

  .navbar-toggle .icon-bar:nth-child(1) {
    top: 6px;
  }

  .navbar-toggle .icon-bar:nth-child(2),
  .primary-toggle2 span:nth-child(2) {
    top: 12px;
  }

  .navbar-toggle .icon-bar:nth-child(3) {
    top: 18px;
  }

  .navbar-toggle[aria-expanded='true'] .icon-bar:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .navbar-toggle[aria-expanded='true'] .icon-bar:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .navbar-toggle[aria-expanded='true'] .icon-bar:nth-child(2) {
    visibility: hidden;
  }

  .navbar-header button {
    top: 5px;
  }
}

#content .jot-avatar {
  text-align: center;
}

#content .jot-avatar img {
  padding: 0;
  display: inline-block;
  border: none;
  box-shadow: none;
}

.jot-vote a {
  background: none;
  border: none;
  padding: 0;
}

.jot-name {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}

.jot-date {
  color: #b7bbc1;
  margin-left: 12px;
  font-size: 11px;
}

.jot-reply a {
  color: #b0b0b0;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}

.jot-subject {
  font-size: 13px;
  font-weight: bold;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.jot-vote a.jot-btn-down {
  background: url('../image/dislike.png') no-repeat;
  width: 20px;
  height: 23px;
  text-indent: -999px;
  overflow: hidden;
  float: right;
  margin-top: 7px;
}

.jot-vote a.jot-btn-up {
  background: url('../image/like.png') no-repeat;
  width: 20px;
  height: 23px;
  text-indent: -999px;
  overflow: hidden;
}

.jot-rating.jot-btn {
  color: #a5a5a5;
  margin-bottom: 0;
  text-align: center;
  display: block;
  font-weight: normal;
  box-shadow: none;
  border: none;
  background: none;
}

.jot-input-prepend {
  margin-bottom: 10px;
}

#content .jot-add-on img,
.jot-add-on img {
  width: 30px;
  padding: 0;
  border: none;
  float: left;
  margin-right: 10px;
  border-radius: 0;
}

.jot-controls textarea,
.jot-controls input[type='text'] {
  border: none;
  position: relative !important;
  background: #fff !important;
  border-top: 1px solid #eee !important;
  padding: 10px 10px 4px !important;
  border-radius: 1px !important;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  border-top: 1px solid #f1f1f1 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33) !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33) !important;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33) !important;
  width: 100%;
}

.jot-controls input[type='text'] {
  width: auto;
  padding: 7px 10px 7px !important;
}

.jot-controls {
  margin-bottom: 10px;
}

.btn__green {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 13px 10px;
  width: 220px;
  border-radius: 20px;
  background: #e60b83;
  font-size: 18px;
  font-family: 'Muller Bold';
  border: none;
  display: inline-block;
  text-align: center;
  max-width: 100%;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin-top: 20px;
}

.btn__green:hover {
  background: #e60b83;
  transition: 0.2s;
  color: #fff;
}

.galmini {
  margin-top: 20px;
}

.galmini img {
  max-width: 100%;
}

.big-photo__wrap img {
  max-width: 100%;
}

#respond {
  margin-top: 20px;
  padding-bottom: 10px;
}

.respond__title {
  font-size: 1.6em;
  line-height: 1.6em;
  margin: 15px 0 10px;
  font-weight: bold;
}

#respond .form {
  margin-top: 20px;
  text-align: left;
}

#form_pp .back-top,
#form_pp .call_back_button {
  display: none;
}

.fancybox-slide--iframe .fancybox-content {
  width: 600px;
  height: 460px;
  max-width: 80%;
  max-height: 80%;
  margin: 0;
}

.respnd__input-wrap {
  margin-bottom: 10px;
}

.respnd__input-wrap img {
  margin-bottom: 10px;
}

.respnd__input-wrap input[type='text'],
.respnd__input-wrap textarea {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(61, 50, 49, 0.2);
  -moz-box-shadow: 0px 7px 25px 0px rgba(61, 50, 49, 0.2);
  box-shadow: 0px 7px 25px 0px rgba(61, 50, 49, 0.2);
  border: none;
  padding: 16px 30px;
  height: auto;
}

.respnd__input-wrap label,
.respnd__input-wrap span {
  display: block;
  text-align: left;
  font-weight: normal;
  font-size: 13px;
}

span.star {
  display: inline-block;
  color: #f00;
}

.respnd__input-wrap img {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.respnd__input-wrap .foragree {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  padding-top: 1px;
}

.errors {
  margin-bottom: 15px;
  color: #7f7f7f;
  font-style: italic;
}

.errors strong {
  color: red;
  width: 100%;
}

.thank strong {
  color: green;
  width: 100%;
  font-weight: bold;
  margin-bottom: 15px;
}

.thank ul li {
  list-style: none;
}

#respond table tr td {
  padding: 8px;
}

#respond table tr td input[type='text'] {
  padding: 5px 7px;
}

.sitemap ul {
  list-style-type: none;
}

.sitemap ul ul,
.sitemap ul ul,
.sitemap ul ul ul,
.sitemap ul ul ul ul {
  padding: 10px;
  list-style-type: none;
  margin: 10px 20px;
  border-left: 1px solid #333;
}

.sitemap ul li {
  padding: 2px;
}

.sitemap a {
  color: #333;
}

.sitemap a:hover {
  color: #428bca;
}

.error404-1 h1 {
  font-size: 120px;
  line-height: 120px;
  margin-bottom: 20px;
  font-weight: 600;
}

.error404-1 p {
  font-size: 25px;
  line-height: 30px;
}

.error404-2 h1 {
  font-size: 200px;
  line-height: normal;
  text-indent: -9999px;
  background: url(/assets/img/img404-2.jpg) top center no-repeat;
  background-size: contain;
}

.error404-2 p {
  font-size: 25px;
  line-height: 30px;
}

.error404__list {
  margin: 20px 0 10px;
  list-style: none;
}

#back-top {
  display: none;
}

#back-top a {
  background: url('../img/up.png') center 10px no-repeat
    rgba(255, 255, 255, 0.5);
  padding: 32px 7px 17px;
  position: fixed;
  bottom: 20px;
  right: 80px;
  text-align: center;
  color: #020202;
  text-transform: uppercase;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
}

.call_back_button {
  bottom: 40%;
  position: fixed;
  right: 15px;
  z-index: 99;
  border-radius: 50%;
  border: 1px solid #757575;
  padding: 20px;
  background: rgba(255, 255, 255, 0.4);
}

.callback__box {
  position: relative;
  -webkit-animation: spin 3s infinite linear;
  -moz-animation: spin 3s infinite linear;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  box-sizing: content-box;
}

.callback__box div {
  position: relative;
}

.callback__box img {
  padding: 0;
  max-width: 45px;
}

@keyframes spin {
  0% {
    transform: rotate(25deg);
  }

  20% {
    transform: rotate(-15deg);
  }

  40% {
    transform: rotate(15deg);
  }

  60% {
    transform: rotate(-5deg);
  }

  80% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(25deg);
  }
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(25deg);
  }

  20% {
    -moz-transform: rotate(-15deg);
  }

  40% {
    -moz-transform: rotate(15deg);
  }

  60% {
    -moz-transform: rotate(-5deg);
  }

  80% {
    -moz-transform: rotate(10deg);
  }

  100% {
    -moz-transform: rotate(25deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(25deg);
  }

  20% {
    -webkit-transform: rotate(-15deg);
  }

  40% {
    -webkit-transform: rotate(15deg);
  }

  60% {
    -webkit-transform: rotate(-5deg);
  }

  80% {
    -webkit-transform: rotate(10deg);
  }

  100% {
    -webkit-transform: rotate(25deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(25deg);
  }

  20% {
    -o-transform: rotate(-15deg);
  }

  40% {
    -o-transform: rotate(15deg);
  }

  60% {
    -o-transform: rotate(-5deg);
  }

  80% {
    -o-transform: rotate(10deg);
  }

  100% {
    -o-transform: rotate(25deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(25deg);
  }

  20% {
    -ms-transform: rotate(-15deg);
  }

  40% {
    -ms-transform: rotate(15deg);
  }

  60% {
    -ms-transform: rotate(-5deg);
  }

  80% {
    -ms-transform: rotate(10deg);
  }

  100% {
    -ms-transform: rotate(25deg);
  }
}

.popup {
  padding: 25px 0;
  text-align: center;
}

.callback {
  background: #fff;
  text-align: left;
  padding: 40px 40px;
  border: 2px solid #ccc;
  -moz-box-shadow: 0 1px 5px #333;
  -webkit-box-shadow: 0 1px 5px #333;
  max-width: 100%;
  width: 438px;
}

.popup__close {
  line-height: 47px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  background: url(../img/call_close.png) no-repeat 50%;
  width: 25px;
  height: 25px;
  transition: 0.5s;
}

.popup__close:hover {
  opacity: 0.8;
}

.callback__title {
  font-size: 1.6em;
  line-height: 1.6em;
  text-transform: uppercase;
}

.callback__input {
  border: none;
  position: relative !important;
  background: #fff !important;
  border-top: 1px solid #eee !important;
  padding: 7px 10px 7px !important;
  border-radius: 1px !important;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  border-top: 1px solid #f1f1f1 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33) !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33) !important;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33) !important;
  font-size: 13px;
  width: 275px;
  max-width: 100%;
}

.popup img {
  margin-bottom: 10px;
}

.popup .btn__green {
  margin: 20px auto 0;
}

.overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999;
  display: none;
}

input[type='text'].special {
  display: none;
}

@media (max-width: 500px) {
  .popup {
    margin: auto 10px;
  }

  .callback {
    width: 100%;
    min-width: 300px;
    height: 400px;
    overflow: auto;
    left: 0;
    margin-left: 0;
  }
}

.pagination {
  display: block;
  text-align: left;
}

.pagination li {
  display: inline-block;
}

.pagination .prev,
.pagination .next {
  font-size: 10px;
}

.pagination a.ditto_page,
.pagination span,
.pagination li a {
  margin: 0px 4px;
  text-decoration: none;
  border-bottom: 1px #414141 solid;
  font-size: 16px;
  color: #0e5e93;
}

.pagination span,
.pagination li.active a {
  border-bottom: none;
}

a.ditto_page:hover {
  border: none;
}

.ajaxSearch_paging {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

.ajaxSearch_highlight {
  background-color: rgba(15, 193, 200, 0.8);
}

.ajaxSearch_resultLink {
  text-decoration: none;
}

.B_crumbBox {
  margin-bottom: 20px;
  width: 100%;
  font-family: 'Muller Menium';
}

.B_crumbBox a {
  color: #e5007a;
}

.mobi__hide {
  display: block;
}

.mobi__show {
  display: block;
}

.hide-it {
  display: none;
}

.show-it {
  display: block;
}

@media (min-width: 990px) {
  .paddingless--right {
    padding-right: 0 !important;
  }

  .paddingless--left {
    padding-left: 0 !important;
  }

  .mobi__show {
    display: none;
  }
}

@media (max-width: 992px) {
  .mobi__hide {
    display: none;
  }

  .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 998;
    border-bottom: 1px solid #ccc;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

@media (min-width: 992px) {
  .paddingless {
    padding: 0 !important;
  }
}

@media (max-width: 992px) {
  .webstr {
    text-align: center;
    margin-top: 10px;
  }
}

@media (max-width: 778px) {
  .call_back_button {
    display: none;
  }

  .fancy__main {
    text-align: center !important;
    display: block !important;
  }

  .content-gallery__img {
    display: inline-block !important;
  }

  #back-top {
    display: none;
  }

  .respnd__input-wrap .foragree,
  .respnd__input-wrap .foragree a {
    display: inline;
    vertical-align: top;
  }
}

.sidebar .nav-wrap {
  padding-left: 0;
  padding-right: 0;
  margin-top: 30px;
}

#accordion #accordion {
  margin-bottom: 0;
}

.accordion {
  position: relative;
  margin: 0;
}

.accordion li {
  list-style-type: none;
  width: 100%;
}

.accordion li a {
  padding: 10px 10px 10px 35px;
  background: #82b3c9;
  text-decoration: none;
  display: block;
  color: #fff;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  position: relative;
  transition: 0.3s;
}

.accordion li a:hover,
.accordion li a:focus,
.accordion li.active a {
  background: #fff;
  color: #333;
}

.accordion a .dcjq-icon {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 34px;
  margin-top: -17px;
  height: 34px;
  background: url(../img/menu_vertical/arrow_grey_right2.png) no-repeat 0 center;
}

.left-menu-wrap .navbar-brand {
  padding-left: 0;
}

.left-menu-wrap .navbar-toggle {
  margin-right: 0;
}
