/* Params */
@font-face {
  font-family: font1;
  src: url(../fonts/font1.otf);
}

#top,
.navbar-nav,
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: font1;
}

.kl {
  margin-left: .4rem;
}

.gt {
  margin-top: 1rem;
}

.gb {
  margin-bottom: 1rem;
}

.mt {
  margin-top: 1.25rem;
}

.mb {
  margin-bottom: 1.25rem;
}

.ml {
  margin-left: 1.25rem;
}

.mr {
  margin-right: 1.25rem;
}

.mv {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.st {
  margin-top: 2rem;
}

.sb {
  margin-bottom: 2rem;
}

.pm {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pr {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.pt {
  padding-left: .5rem;
  padding-right: .5rem;
}

@media (max-width: 991px) {
  .tt {
    margin-top: 2rem;
  }
  .tb {
    margin-bottom: 2rem;
  }
  .ct {
    margin-top: 1.25rem;
  }
  .cb {
    margin-bottom: 1.25rem;
  }
  .cv {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 767px) {
  .ht {
    margin-top: 1.25rem;
  }
  .hb {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 576px) {
  .cm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.pf {
  margin-bottom: 1.5rem;
}

.pv {
  margin-bottom: 2.5rem;
}

.pn {
  margin-top: 2.5rem;
}

.pi {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.bl-0 {
  margin-bottom: 0;
}

.pm-0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pn-0 {
  margin-top: 2.5rem;
}

.bl-1-8 {
  margin-bottom: 1.8rem;
}

.pm-1-8 {
  padding-top: 2rem;
  padding-bottom: .2rem;
}

.pn-1-8 {
  margin-top: .7rem;
  margin-bottom: 1.8rem;
}

.bl-2 {
  margin-bottom: 2rem;
}

.pm-2 {
  padding-top: 2rem;
  padding-bottom: .1rem;
}

.pn-2 {
  margin-top: .5rem;
  margin-bottom: 2rem;
}

.bl-2-4 {
  margin-bottom: 2.4rem;
}

.pm-2-4 {
  padding-top: 2rem;
  padding-bottom: .1rem;
}

.pm-2-4 .pb {
  margin-bottom: -.4rem;
}

.pn-2-4 {
  margin-top: .1rem;
  margin-bottom: 2.4rem;
}

.bl-2-5 {
  margin-bottom: 2.5rem;
}

.pm-2-5 {
  padding-top: 2rem;
  padding-bottom: .1rem;
}

.pm-2-5 .pb {
  margin-bottom: -.5rem;
}

.pn-2-5 {
  margin-bottom: 2.5rem;
}

.bl-2-8 {
  margin-bottom: 2.8rem;
}

.pm-2-8 {
  padding-top: 2rem;
  padding-bottom: .1rem;
}

.pm-2-8 .pb {
  margin-bottom: -.8rem;
}

.pn-2-8 {
  margin-top: -.3rem;
  margin-bottom: 2.8rem;
}

.bl-3 {
  margin-bottom: 3rem;
}

.pm-3 {
  padding-top: 2rem;
  padding-bottom: .1rem;
}

.pm-3 .pb {
  margin-bottom: -1rem;
}

.pn-3 {
  margin-top: -.5rem;
  margin-bottom: 3rem;
}

.nb {
  border: 0 none;
}

.nr {
  border-radius: 0 !important;
}

.r1 {
  border-radius: 1rem;
}

.tc {
  text-align: center;
}

a {
  color: #444;
}

a:hover {
  color: #303030;
}

iframe {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#golink .scrollup {
  opacity: 0;
  position: fixed;
  bottom: 0;
  z-index: 1030;
}

#golink.golink_active .scrollup {
  background-color: #333;
  font-size: 2em;
  color: #fff;
  padding: 0 8px;
  right: 15px;
  opacity: 1;
  -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;
}

.bgbody1 {
  background: url(../images/style/bg1.png);
}

.bgbody2 {
  background: url(../images/style/bg2.png);
}

.bgbody3 {
  background: url(../images/style/bg3.png);
}

.bgbody4 {
  background: url(../images/style/bg4.png);
}

.bgbody5 {
  background: url(../images/style/bg5.png);
}

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

.containerbar {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .containerbar {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .containerbar {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .containerbar {
    max-width: 960px;
  }
}

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

/* @media (max-width: 575px) {
  .containerbar {
    padding-right: 15px;
	padding-left: 15px;
  }
} */
@media (min-width: 992px) {
  .navbar-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .navbar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.navbar-brand {
  margin-left: 1rem;
  margin-right: 1rem;
}

.navbar-style-1 {
  background-color: #0078ac;
  border: 1px solid #00618b;
}

.navbar-style-1 .navbar-nav .nav-link {
  color: #fff;
}

@media (min-width: 992px) {
  .navbar-style-1 .navbar-nav .nav-link {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .navbar {
    padding: 0;
  }
}

.navbar-style-1 .navbar-nav .nav-link:hover,
.navbar-style-1 .navbar-nav .nav-link:focus {
  color: #ebebeb;
}

.navbar-style-1 .navbar-nav .active > .nav-link,
.navbar-style-1 .navbar-nav .nav-link.active {
  color: #fff;
  background-color: #008fcd;
}

.navbar-style-1 .navbar-nav .show > .nav-link,
.navbar-style-1 .navbar-nav .nav-link.show {
  color: #fff;
  background-color: inherit;
}

.navbar-style-1 .navbar-nav .dropdown-menu {
  padding: 0.5rem 0.5rem;
}

.navbar-style-1 .navbar-nav .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #eee;
}

.navbar-style-1 .navbar-nav .dropdown-menu .active > .dropdown-item,
.navbar-style-1 .navbar-nav .dropdown-menu .dropdown-item.active,
.navbar-style-1 .navbar-nav .dropdown-menu .dropdown-item:active {
  color: #fff;
  background-color: #008fcd;
}

@media (max-width: 991px) {
  .navbar-style-1 {
    background-color: #0078ac;
    border: 1px solid #00618b;
  }
  .navbar {
    padding: 0.3rem 1rem;
  }
  .navbar-style-1 .navbar-nav {
    margin-top: 0.8rem;
  }
  .navbar-style-1 .navbar-nav .nav-link {
    color: #fff;
  }
  .navbar-style-1 .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-style-1 .navbar-nav .nav-link:hover,
  .navbar-style-1 .navbar-nav .nav-link:focus {
    color: #ebebeb;
  }
  .navbar-style-1 .navbar-nav .active > .nav-link,
  .navbar-style-1 .navbar-nav .nav-link.active {
    color: #fff;
    background-color: #008fcd;
  }
  .navbar-style-1 .navbar-nav .show > .nav-link,
  .navbar-style-1 .navbar-nav .nav-link.show {
    color: #fff;
    background-color: inherit;
  }
}

@media (max-width: 991px) {
  .navbar-style-1 .navbar-nav .dropdown-menu {
    background-color: inherit;
    border: none;
  }
  .navbar-style-1 .navbar-nav .dropdown-menu .dropdown-item {
    color: #fff;
    border-bottom: 0 none;
  }
  .navbar-style-1 .navbar-nav .dropdown-menu .dropdown-item:hover,
  .navbar-style-1 .navbar-nav .dropdown-menu .dropdown-item:focus {
    color: #ebebeb;
    background-color: inherit;
  }
  .navbar-style-1 .navbar-nav .dropdown-menu .active > .dropdown-item,
  .navbar-style-1 .navbar-nav .dropdown-menu .dropdown-item.active,
  .navbar-style-1 .navbar-nav .dropdown-menu .dropdown-item:active {
    color: #fff;
    background-color: #008fcd;
  }
}

.navbar-style-1 .navbar-toggler {
  background-color: #ddd;
}

.navblock-1 {
  height: 0.4rem;
  background-color: #00618b;
}

.decor-1 {
  width: 0;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 0.6rem solid #00618b;
  margin-bottom: 0.3rem;
}

#topbar {
  background: #f3f3f3;
  padding-top: .3rem;
  padding-bottom: .3rem;
}

#call {
  color: #333;
}

#topmenu {
  float: right;
}

#topmenu .nav-item {
  float: left;
}

#topmenu .nav-link {
  color: #444;
  padding: 0 .5rem;
}

#topmenu .nav-link:hover,
#topmenu .nav-link:focus {
  color: #303030;
}

#topmenu .active > .nav-link,
#topmenu .nav-link.active {
  color: #444;
}

#soctop {
  text-align: center;
}

#headerbar {
  background: inherit;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (max-width: 767px) {
  #logo img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.logom {
  color: #fefefe;
  text-shadow: .1rem .1rem .1rem #CE5937;
  font-size: 1.5rem;
}

.logom:hover {
  color: #eaeaea;
}

#lheader {
  float: right;
  text-align: left;
}

#lheader p {
  margin: 0;
}

#rheader {
  float: right;
  text-align: center;
}

#rheader p {
  margin: 0;
}

.fa-call {
  font-size: 1.2rem;
  color: #fff;
  background-color: #0078ac;
  border-radius: 50%;
  padding: .4rem .5rem .4rem .5rem;
}

#socheader {
  text-align: center;
}

#left :last-child, #right :last-child {
  margin: 0 !important;
}

.modbar {
  margin-bottom: 1rem;
}

.modbarcont {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  border: 1px solid #eee;
}

.modbar h3 {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  background-image: linear-gradient(to bottom, #0078ac 0%, #005c83 100%);
  background-repeat: repeat-x;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.modbar .nav > li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
}

.modbar .nav > li > a {
  color: #333;
  padding: 0 0.5rem;
  display: block;
}

.slidemenu > a {
  background: url(../images/menu_bg_1.png) no-repeat;
  background-position: 97% 50%;
}

.modbar .nav > li > a:hover,
.modbar .nav > li > a:focus {
  color: #595959;
  text-decoration: none;
}

.modbar .nav > .active > a,
.modbar .nav > .active > a:hover,
.modbar .nav > .active > a:focus {
  color: #0078ac;
}

.dropmenu {
  padding: 0.3rem 1rem;
  list-style: none;
  display: none;
}

.dropmenu > li > a {
  font-size: 0.95rem;
  color: #333;
  padding: 0.2rem 0.5rem;
  display: block;
}

.dropmenu > li > a:hover,
.dropmenu > li > a:focus {
  color: #595959;
  text-decoration: none;
}

.dropmenu > .active > a,
.dropmenu > .active > a:hover,
.dropmenu > .active > a:focus {
  color: #0078ac;
}

#topshowbar {
  border: 1px solid #0078ac;
  margin-top: 20px;
  background: #fff;
}

.modtopshowheader {
  text-align: center;
}

.modtopshowheader h3 {
  display: inline-block;
  text-align: center;
  padding: 10px 14px;
  margin-top: -10px;
  color: #fff;
  background-image: linear-gradient(to bottom, #0078ac 0%, #005c83 100%);
  background-repeat: repeat-x;
}

.modtopshowheader h3:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 10px solid #0078ac;
  border-left: 10px solid transparent;
  margin-left: -24px;
  margin-top: -10px;
}

.modtopshowheader h3:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 10px solid #0078ac;
  border-right: 10px solid transparent;
  margin-left: 14px;
  margin-top: -10px;
}

.modtopshowcont {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

#presentbar {
  background-color: #fff;
}

#present2 :last-child {
  margin: 0 !important;
}

#present2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 991px) {
  #present2 {
    margin-top: .5rem;
  }
}

.modpresent {
  margin-bottom: 1rem;
}

.modpresentcont {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  border: 1px solid #eee;
}

.modpresent h3 {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  background-image: linear-gradient(to bottom, #0078ac 0%, #005c83 100%);
  background-repeat: repeat-x;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#custombar {
  background-color: #fff;
}

#componentbar {
  background: #fff;
}

#inset1 {
  margin-bottom: 2rem;
}

#inset2 {
  margin-top: 2rem;
}

.topshowbarcont, .presentbarcont, .custombarcont, .componentbarcont, .componentbarpagecont, .footerbarcont {
  margin-top: 1rem;
}

.topshowbarcont, .presentbarcont, .custombarcont, .componentbarcont, .componentbarpagecont {
  border-radius: 0.5rem;
}

.modlandcont {
  margin-top: 1rem;
}

.modlandcont .land {
  border-radius: 0.5rem;
}

.breadcrumb {
  background-color: inherit;
}

.breadcrumb-item .b-item-link {
  color: #444;
}

.breadcrumb-item.active {
  color: #999;
}

#footerbar {
  background-image: linear-gradient(to bottom, #333 0%, #595959 100%);
  background-repeat: repeat-x;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#footer2 {
  color: #fefefe;
  text-align: center;
}

.redbar h3 {
  background-image: linear-gradient(to bottom, #e7512f 0%, #d53b19 100%);
  background-repeat: repeat-x;
}

.greenbar h3 {
  background-image: linear-gradient(to bottom, #8ebd00 0%, #6f9400 100%);
  background-repeat: repeat-x;
}

.bluebar h3 {
  background-image: linear-gradient(to bottom, #0078ac 0%, #005c83 100%);
  background-repeat: repeat-x;
}

.blackbar h3 {
  background-image: linear-gradient(to bottom, #2b2b2b 0%, #171717 100%);
  background-repeat: repeat-x;
}

.b-call {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: .25rem;
  border-radius: .25rem;
}

.b-call-success {
  border-left-color: #28a745 !important;
}

.b-call-primary {
  border-left-color: #007bff !important;
}

.b-call-secondary {
  border-left-color: #6c757d !important;
}

.b-call-info {
  border-left-color: #5bc0de;
}

.b-call-warning {
  border-left-color: #f0ad4e;
}

.b-call-danger {
  border-left-color: #dc3545 !important;
}

.land hr {
  width: 90px;
}

.text-white hr {
  border-top: 1px solid rgba(230, 230, 230, 0.55);
}

.text-white .lw {
  color: #fff !important;
}

.btnbl {
  margin-top: 1rem;
}

.img-p {
  padding: .25rem;
}

.cardfooter {
  margin-top: 1rem;
}

.card:hover {
  -webkit-box-shadow: 0px 0 7px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0 7px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0 7px 0 rgba(0, 0, 0, 0.35);
}

/*.media-body {
  -ms-flex: inherit;
  flex: inherit;
}*/
.bgnone {
  background-color: inherit;
}

.bgwhite {
  background-color: #fff;
}

.bgcolor1 {
  background-color: #f5deb3;
}

.bgcolor2 {
  background-color: #d8d8c5;
}

.bgcolor3 {
  background-color: #333333;
}

.bgpattern1 {
  background: url(../images/landing/bgpattern1.png);
}

.bgpattern2 {
  background: url(../images/landing/bgpattern2.png);
}

.bgpattern3 {
  background: url(../images/landing/bgpattern3.png);
}

.fblock iframe {
  margin-bottom: 1rem;
}

.fblock2 h1, .fblock2 h2, .fblock2 h3 {
  color: #0078ac;
}

.vblock2 h1, .vblock2 h2, .vblock2 h3 {
  color: #0078ac;
}

.nblock2 h1, .nblock2 h2, .nblock2 h3 {
  color: #0078ac;
}

.style1 h1, .style1 h2, .style1 h3, .style1 h4, .style1 h5, .style1 .btnbar {
  text-align: center;
}

.blockstyle1 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.style2 hr, .blockstyle2 hr {
  margin-left: 0;
}

.style3 h1, .style3 h2, .style3 h3, .style3 h4, .style3 h5, .style3 .btnbar {
  text-align: right;
}

.blockstyle3 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.style3 hr, .blockstyle3 hr {
  margin-right: 0;
}

.contln10 {
  bottom: 10%;
}

.contln15 {
  bottom: 15%;
}

.contln20 {
  bottom: 20%;
}

.contln25 {
  bottom: 25%;
}

.contln30 {
  bottom: 30%;
}

.contln35 {
  bottom: 35%;
}

.contln40 {
  bottom: 40%;
}

.contln45 {
  bottom: 45%;
}

.contln50 {
  bottom: 50%;
}

.contsl1 h3 {
  font-size: 3rem;
  text-transform: uppercase;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contsl1 {
    bottom: 20%;
  }
}

.contsl1-1 {
  padding: 1.2rem;
  background-color: rgba(68, 68, 68, 0.42);
}

.contsl1-2 {
  padding: 1.2rem;
  background-color: rgba(68, 68, 68, 0.42);
}

.contsl1-2 h2 {
  color: #0078ac;
}

.contsl1-2 h3 {
  color: #0078ac;
}

.contsl1-2 h4 {
  color: #005c83;
}

.contrsl2-2 h2 {
  color: #0078ac;
}

.contrsl2-2 h3 {
  color: #0078ac;
}

.contrsl2-2 h4 {
  color: #005c83;
}

.contrsl3-2 h2 {
  color: #0078ac;
}

.contrsl3-2 h3 {
  color: #0078ac;
}

.contrsl3-2 h4 {
  color: #005c83;
}

.contsf1-2 h3 {
  color: #0078ac;
}

.contsf1-2 h4 {
  color: #0078ac;
}

.contsf1-2 h5 {
  color: #0078ac;
}

.contsf2-2 h3 {
  color: #0078ac;
}

.contsf2-2 h4 {
  color: #0078ac;
}

.contsf2-2 h5 {
  color: #0078ac;
}

.review1 p {
  font-style: italic;
}

.review2 h4 {
  font-style: italic;
}

.itemsf4-1 {
  position: relative;
}

@media (max-width: 991px) {
  .itemsf4-1 {
    max-width: 400px;
    margin: 0 auto;
  }
}

.contsf4-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  overflow: hidden;
}

.contsf4-1 {
  padding: .8rem;
}

.itemsf4-2 {
  position: relative;
}

@media (max-width: 991px) {
  .itemsf4-2 {
    max-width: 400px;
    margin: 0 auto;
  }
}

.contsf4-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  overflow: hidden;
}

.contsf4-2 {
  padding: .8rem;
}

.itemsf4-2:hover {
  -webkit-box-shadow: 0px 0 7px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0 7px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0 7px 0 rgba(0, 0, 0, 0.35);
}

.itemsf4-3 {
  position: relative;
}

@media (max-width: 991px) {
  .itemsf4-3 {
    max-width: 400px;
    margin: 0 auto;
  }
}

.contsf4-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  overflow: hidden;
}

.contsf4-3 {
  padding: .8rem;
}

.contsf5-2 h3 {
  color: #0078ac;
}

.contsf5-2 h4 {
  color: #0078ac;
}

.contsf5-2 h5 {
  color: #0078ac;
}

.fontsp {
  text-align: center;
}

.contsp1-2 h3 {
  color: #0078ac;
}

.contsp1-2 h4 {
  color: #0078ac;
}

.contsp1-2 h5 {
  color: #0078ac;
}

.contsp2-2 h3 {
  color: #0078ac;
}

.contsp2-2 h4 {
  color: #0078ac;
}

.contsp2-2 h5 {
  color: #0078ac;
}

.contsp3-2 h3 {
  color: #0078ac;
}

.contsp3-2 h4 {
  color: #0078ac;
}

.contsp3-2 h5 {
  color: #0078ac;
}

.contshow1-2 h2 {
  color: #0078ac;
}

.contshow1-2 h3 {
  color: #0078ac;
}

.contshow1-2 h4 {
  color: #0078ac;
}

.contshow2-2 h2 {
  color: #0078ac;
}

.contshow2-2 h3 {
  color: #0078ac;
}

.contshow2-2 h4 {
  color: #0078ac;
}

.contshow3-1 h2 {
  font-size: 48px;
  color: #e9e9e9;
  font-weight: 500;
  text-transform: uppercase;
}

.contshow3-1 h3 {
  font-size: 44px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.contshow3-1 h4 {
  color: #f0fff0;
  margin-top: 20px;
  margin-bottom: 30px;
}

.contshow3-1 p {
  color: #d3d3d3;
  max-width: 65%;
  margin: 0 auto;
}

.contshow3-1 hr {
  border: 2px solid #cc333f;
}

.contshow3-2 {
  padding: 1.3rem;
  background-color: rgba(68, 68, 68, 0.42);
  border-radius: 0.5rem;
  max-width: 80%;
  margin: 0 auto;
}

.contshow3-2 h2 {
  font-size: 48px;
  color: #e9e9e9;
  font-weight: 500;
  text-transform: uppercase;
}

.contshow3-2 h3 {
  font-size: 44px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.contshow3-2 h4 {
  color: #f0fff0;
  margin-top: 20px;
  margin-bottom: 30px;
}

.contshow3-2 p {
  color: #d3d3d3;
  max-width: 65%;
  margin: 0 auto;
}

.contshow3-2 hr {
  border: 2px solid #cc333f;
}

.cardmap > ymaps {
  border-radius: 0.5rem;
}

.nr > ymaps {
  border-radius: 0 !important;
}

.invalid {
  border-color: red !important;
}

.hpole {
  display: none;
}

.g-recaptcha {
  margin-bottom: 1rem !important;
}

.contsc1-2 h2 {
  color: #0078ac;
}

.contsc1-2 h3 {
  color: #0078ac;
}

.contsc1-2 h4 {
  color: #0078ac;
}

.contsc2-2 h2 {
  color: #0078ac;
}

.contsc2-2 h3 {
  color: #0078ac;
}

.contsc2-2 h4 {
  color: #0078ac;
}

.contsc3-2 h2 {
  color: #0078ac;
}

.contsc3-2 h3 {
  color: #0078ac;
}

.contsc3-2 h4 {
  color: #0078ac;
}

.contsc4-2 h2 {
  color: #0078ac;
}

.contsc4-2 h3 {
  color: #0078ac;
}

.contsc4-2 h4 {
  color: #0078ac;
}

.conttab1-2 h2 {
  color: #0078ac;
}

.conttab1-2 h3 {
  color: #0078ac;
}

.conttab1-2 h4 {
  color: #0078ac;
}

.conttab2-2 h2 {
  color: #0078ac;
}

.conttab2-2 h3 {
  color: #0078ac;
}

.conttab2-2 h4 {
  color: #0078ac;
}

.btn-1 {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 1rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.btn-1:hover {
  text-decoration: none;
}

.btn-1:focus, .btn-1.focus {
  outline: 0;
  text-decoration: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-1:active, .btn-1.active {
  background-image: none;
}

.btn-1-lg {
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.btn-color-tm {
  color: #fff;
  background-color: #0078ac;
  border-color: #006693;
}

.btn-color-tm:focus, .btn-color-tm.focus {
  color: #fff;
  background-color: #005479;
  border-color: #000d13;
}

.btn-color-tm:hover {
  color: #fff;
  background-color: #005479;
  border-color: #003c55;
}

.btn-color-tm:active, .btn-color-tm.active {
  color: #fff;
  background-color: #005479;
  border-color: #003c55;
}

.btn-color-tm:active:hover, .btn-color-tm:active:focus, .btn-color-tm:active.focus, .btn-color-tm.active:hover, .btn-color-tm.active:focus, .btn-color-tm.active.focus {
  color: #fff;
  background-color: #003c55;
  border-color: #000d13;
}

.btn-link-tm {
  color: #0078ac;
}

.btn-link-tm:focus, .btn-link-tm.focus {
  color: #005479;
  box-shadow: none;
}

.btn-link-tm:hover {
  color: #005479;
}

.btn-link-tm:active, .btn-link-tm.active {
  color: #005479;
}

.btn-link-tm:active:hover, .btn-link-tm:active:focus, .btn-link-tm:active.focus, .btn-link-tm.active:hover, .btn-link-tm.active:focus, .btn-link-tm.active.focus {
  color: #003c55;
}

.btn-form {
  color: #333;
  background-color: #eee;
  border-color: #ccc;
}

.btn-form:focus, .btn-form.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-form:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #adadad;
}

.btn-form:active, .btn-form.active {
  color: #333;
  background-color: #d4d4d4;
  border-color: #adadad;
}

.btn-form:active:hover, .btn-form:active:focus, .btn-form:active.focus, .btn-form.active:hover, .btn-form.active:focus, .btn-form.active.focus {
  color: #333;
  background-color: #c3c3c3;
  border-color: #8c8c8c;
}

.itemAuthor a {
  color: #777;
}

div.itemToolbar {
  padding: 8px;
  margin: 5px 0 0 0;
  background: inherit;
}

.itemcatname a {
  color: #fefefe;
  background-color: #555;
  padding: .1rem .3rem;
  border-radius: .3rem;
}

.itemTagsBlock {
  margin-top: .5rem;
}

div.itemTagsBlock ul.itemTags li a {
  color: #e7512f;
}

div.itemAuthorBlock {
  background: #fafafa;
  border: 0;
  border-radius: 10px;
}

div.itemAuthorLatest ul {
  list-style: none;
  padding-left: .5rem;
}

div.itemAuthorLatest ul > li > a {
  color: #444;
}

div.itemRelated ul {
  list-style: none;
  padding-left: .5rem;
}

a.itemRelTitle {
  color: #e7512f;
  font-weight: 600;
}

div.itemRelCat a {
  color: #777;
}

div.itemRelAuthor a {
  color: #777;
}

div.itemNavigation {
  margin: 1rem 0 0 0;
}

.itemimgrel {
  float: left;
  margin-right: 1rem;
}

.itemsocial {
  text-align: center;
}

.itemsocial ul > li:first-child {
  border: none;
}

.itemsocial ul li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 8px;
  margin: 0;
  border-left: 1px solid #ccc;
  text-align: center;
  background: none;
  font-size: 12px;
}

.itemfull iframe, .itemvideo {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

div.itemListCategory {
  background: #fafafa;
  border: 0 none;
}

div.catItemHeader span.catItemAuthor a {
  color: #777;
}

.catitemintro {
  padding: 4px 0;
}

div.catItemLinks {
  margin: 0 0 8px 0;
  padding: 0;
}

span.catItemHits {
  color: #999;
}

div.catItemCategory a {
  color: #e7512f;
}

div.catItemTagsBlock ul.catItemTags li a {
  color: #e7512f;
}

div.latestItemsUser, div.latestItemsCategory {
  border: 0 none;
}

.latimg {
  float: left;
}

div.latestItemView {
  margin-bottom: 48px;
}

.latitemimg {
  margin-bottom: .5rem;
}

div.latestItemCategory a {
  color: #e7512f;
}

div.latestItemTagsBlock ul.latestItemTags li a {
  color: #e7512f;
}

div.tagItemCategory a {
  color: #e7512f;
}

div.userBlock {
  background: #fafafa;
  border: 0 none;
}

div.userItemCategory a {
  color: #e7512f;
}

div.userItemTagsBlock ul.userItemTags li a {
  color: #e7512f;
}

.newtitle {
  font-size: 1.3rem;
  color: #0078ac;
}

.newauthor, .newauthor a {
  color: #777;
}

.newintrotext {
  margin: .3rem 0;
}

.newfooter {
  color: #777;
}

.newcategory {
  color: #0078ac;
}

.newtags a {
  color: #0078ac;
}

.newcomments, .newhits {
  color: #777;
}

.newsimagecont {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.newsitem {
  margin-bottom: .7rem;
}

.newstitle {
  font-size: 1rem;
  color: #0078ac;
}

.newsauthor, .newsauthor a {
  color: #777;
}

.newsintrotext {
  margin: .3rem 0;
}

.newsfooter {
  color: #777;
}

.newscategory {
  color: #0078ac;
}

.newstags a {
  color: #0078ac;
}

.newscomments, .newshits {
  color: #777;
}

.newsreadmore {
  text-align: center;
}

.newslink {
  text-align: center;
}

.newsfeedicon {
  text-align: center;
}

.newsfields ul li {
  margin-bottom: .1rem;
}

.newsfields ul li span.newsfieldslabel {
  font-weight: 600;
  margin-right: .3rem;
  width: 30%;
}

ul.newslist {
  list-style: none;
  padding: 0;
  margin-bottom: .3rem;
}

ul.newslist li.newslistitem {
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
}

ul.newslist li.newslistitem a.newslisttitle {
  color: #333;
  padding: 0 0.5rem;
}

ul.newslist li.newslistitem a.newslisttitle:hover,
ul.newslist li.newslistitem a.newslisttitle:focus {
  color: #595959;
  text-decoration: none;
}

.newslistlink {
  text-align: center;
}

.scrollimagecont {
  margin-bottom: 1rem;
}

.scrollheader {
  text-align: center;
}

.scrolltitle {
  font-size: 1rem;
  color: #0078ac;
}

.scrollauthor, .scrollauthor a {
  color: #777;
}

.scrollintrotext {
  margin: .3rem 0;
}

.scrollfooter {
  color: #777;
  text-align: center;
}

.scrollcategory {
  color: #0078ac;
}

.scrolltags a {
  color: #0078ac;
}

.scrollcomments, .scrollhits {
  color: #777;
}

.scrollreadmore {
  text-align: center;
}

.owl-prev i, .owl-next i {
  color: #ff0000;
}

.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.owl-prev {
  left: 5px;
}

.owl-next {
  right: 5px;
}

div.k2CategoriesListBlock ul {
  padding: 0;
}

div.k2CategoriesListBlock ul li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
  margin: 0;
}

div.k2CategoriesListBlock ul li a {
  color: #333;
  padding: 0 0.5rem;
  display: block;
}

div.k2CategoriesListBlock ul li a:hover,
div.k2CategoriesListBlock ul li a:focus {
  color: #595959;
  text-decoration: none;
}

div.k2CategoriesListBlock ul li.activeCategory a,
div.k2CategoriesListBlock ul li.activeCategory a:hover,
div.k2CategoriesListBlock ul li.activeCategory a:focus {
  color: #0078ac;
  font-weight: normal;
}

div.k2CategoriesListBlock ul.level1 {
  padding: 0.3rem 1rem;
}

div.k2CategoriesListBlock ul.level1 li {
  padding: 0;
  border: 0 none;
}

div.k2CategoriesListBlock ul.level1 li a {
  font-size: 0.95rem;
  color: #333;
  padding: 0.2rem 0.5rem;
  display: block;
}

div.k2CategoriesListBlock ul.level1 li a:hover,
div.k2CategoriesListBlock ul.level1 li a:focus {
  color: #595959;
  text-decoration: none;
}

div.k2CategoriesListBlock ul.level1 li.activeCategory a,
div.k2CategoriesListBlock ul.level1 li.activeCategory a:hover,
div.k2CategoriesListBlock ul.level1 li.activeCategory a:focus {
  color: #0078ac;
}

div.k2CalendarBlock {
  height: inherit;
  margin-bottom: 0;
}

table.calendar {
  width: 100%;
}
