@font-face {
  font-family: "Akrobat-ExtraBold";
  src: url("../../f/Akrobat-ExtraBold.otf") format("truetype");
}
@font-face {
  font-family: "Akrobat-Regular";
  src: url("../../f/Akrobat-Regular.otf") format("truetype");
}
@font-face {
  font-family: "Akrobat-ExtraLight";
  src: url("../../f/Akrobat-ExtraLight.otf") format("truetype");
}
@font-face {
  font-family: "Akrobat-SemiBold";
  src: url("../../f/Akrobat-SemiBold.otf") format("truetype");
}
@font-face {
  font-family: "Akrobat-Thin";
  src: url("../../f/Akrobat-Thin.otf") format("truetype");
}
@font-face {
  font-family: "Jost-Regular";
  src: url("../../f/Jost-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../../f/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Akrobat-Bold";
  src: url("../../f/Akrobat-Bold.otf") format("truetype");
}
body {
  font-family: "Akrobat-Regular", sans-serif !important;
  font-size: 16px;
}

/* RGB */
.figure3, .figure2, .figure1, .cover, .cover_contain {
  background: transparent center center no-repeat;
  display: block;
}

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

.cover_contain {
  background-size: contain;
}

.cover {
  background-size: cover;
}

.cover-3-4 {
  height: 0;
  padding-bottom: 75%;
}

.cover-16-9 {
  height: 0;
  padding-bottom: 177.7777777778%;
}

.figure1 {
  height: 468px !important;
  position: relative;
}

.figure2 {
  height: 235px !important;
  position: relative;
  margin-bottom: 30px;
  width: 100%;
}

.figure3 {
  height: 190px !important;
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.newspic {
  margin-bottom: 20px;
}

.card-img-top {
  width: 100%;
  height: 13vw;
  object-fit: cover;
}

.grey_top {
  font-family: "Jost-Regular", sans-serif;
}

.menut2 ul li a:link, .menut2 ul li a:visited {
  font-weight: 400;
  font-size: 16px;
  color: #000111 !important;
  font-family: "Jost-Regular", sans-serif;
}
.menut2 ul li a:hover, .menut2 ul li a:focus {
  color: #d81921 !important;
}

.sic a:link, .sic a:visited, .sic a:hover {
  color: rgb(6, 12, 48);
}

.mp {
  background: rgb(216, 25, 33);
}

.menut2 .dropdown-item.active, .menut2 .dropdown-item:active {
  background-color: rgb(216, 25, 33) !important;
}

.si a:link, .si a:visited, .si a:hover {
  color: rgb(255, 255, 255) !important;
}

a.buttsearch {
  color: rgb(255, 255, 255);
}

/*=-====Bootstrapthemes.co btco-hover-menu=====*/
.navbar-light .navbar-nav .nav-link {
  color: rgb(64, 64, 64);
}

.btco-hover-menu a, .navbar > li > a {
  /*    text-transform: capitalize;*/
  padding: 10px 15px;
  font-size: 20px;
}

.btco-hover-menu .active a,
.btco-hover-menu .active a:focus,
.btco-hover-menu .active a:hover,
.btco-hover-menu li a:hover,
.btco-hover-menu li a:focus,
.navbar > .show > a, .navbar > .show > a:focus, .navbar > .show > a:hover {
  color: #000;
  background: transparent;
  outline: 0;
}

.btco-hover-menu .nav-link, .btco-hover-menu .dropdown-item {
  font-size: 20px !important;
  color: #000;
}
.btco-hover-menu .dropdown .dropdown-menu .dropdown-item:hover {
  background: #fff;
  box-shadow: none;
}
.btco-hover-menu .dropdown .dropdown-menu .dropdown-item:hover {
  color: #000 !important;
}

/*submenu style start from here*/
.dropdown-menu {
  padding: 0px 0;
  margin: 0 0 0;
  border: 0px solid transition !important;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/*first level*/
.btco-hover-menu .collapse ul > li:hover > a {
  background: #f5f5f5;
}

.btco-hover-menu .collapse ul ul > li:hover > a, .navbar .show .dropdown-menu > li > a:focus, .navbar .show .dropdown-menu > li > a:hover {
  background: #fff;
}

/*second level*/
.btco-hover-menu .collapse ul ul ul > li:hover > a {
  background: #fff;
}

/*third level*/
.btco-hover-menu .collapse ul ul, .btco-hover-menu .collapse ul ul.dropdown-menu {
  background: #f5f5f5;
}

.btco-hover-menu .collapse ul ul ul, .btco-hover-menu .collapse ul ul ul.dropdown-menu {
  background: #f5f5f5;
}

.btco-hover-menu .collapse ul ul ul ul, .btco-hover-menu .collapse ul ul ul ul.dropdown-menu {
  background: #f5f5f5;
}

/*Drop-down menu work on hover*/
.btco-hover-menu {
  background: none;
  margin: 0;
  padding: 0;
  min-height: 20px;
}

@media only screen and (max-width: 991px) {
  .btco-hover-menu .show > .dropdown-toggle::after {
    transform: rotate(-90deg);
  }
}
@media only screen and (min-width: 991px) {
  .btco-hover-menu .collapse ul li {
    position: relative;
  }
  .btco-hover-menu .collapse ul li:hover > ul {
    display: block;
  }
  .btco-hover-menu .collapse ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    display: none;
  }
  /*******/
  .btco-hover-menu .collapse ul ul li {
    position: relative;
  }
  .btco-hover-menu .collapse ul ul li:hover > ul {
    display: block;
  }
  .btco-hover-menu .collapse ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    display: none;
  }
  /*******/
  .btco-hover-menu .collapse ul ul ul li {
    position: relative;
  }
  .btco-hover-menu .collapse ul ul ul li:hover ul {
    display: block;
  }
  .btco-hover-menu .collapse ul ul ul ul {
    position: absolute;
    top: 0;
    left: -100%;
    min-width: 250px;
    display: none;
    z-index: 1;
  }
}
.rbadge {
  background: rgb(216, 25, 33) !important;
  font-family: "Akrobat-ExtraLight", sans-serif;
  font-weight: 300 !important;
  font-size: 14px !important;
  z-index: 8 !important;
  position: absolute;
  right: 0px;
  top: 20px;
}

.rbadge1 {
  background: rgb(216, 25, 33) !important;
  font-family: "Akrobat-ExtraLight", sans-serif;
  font-weight: 300 !important;
  font-size: 14px !important;
}

.rbadge2 {
  background: rgb(216, 25, 33) !important;
  font-family: "Akrobat-SemiBold", sans-serif;
  font-size: 14px !important;
  color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

span.tdate {
  font-size: 15px !important;
  font-family: "Akrobat-SemiBold", sans-serif;
}

.catname h2 {
  color: #050a30;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 22px;
}

.catname {
  background: #ededed;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}

.moretext {
  font-family: "Jost-Regular", sans-serif;
  font-size: 16px;
}

h1.sliderh {
  font-size: 30px;
  font-family: "Akrobat-ExtraBold", sans-serif;
}

.osm {
  font-family: "Akrobat-ExtraBold", sans-serif;
}

span.tdate1 {
  font-size: 14px !important;
  font-family: "Jost-Regular", sans-serif;
  color: rgb(216, 25, 33);
}

.cattab li {
  margin-top: 0px !important;
}
.cattab li a:link, .cattab li a:visited {
  font-weight: 400;
  font-size: 18px;
  color: rgb(6, 12, 48);
  font-family: "Akrobat-ExtraBold", sans-serif;
}
.cattab li a:hover, .cattab li a:focus, .cattab li a:active {
  color: rgb(255, 255, 255) !important;
  background: rgb(216, 25, 33);
  border-radius: 0rem !important;
}

.cattab1 li {
  margin-top: 0px !important;
  margin-right: 8px;
}
.cattab1 li a:link, .cattab1 li a:visited, .cattab1 li a:active {
  font-weight: 400;
  font-size: 18px;
  color: rgb(6, 12, 48) !important;
  font-family: "Akrobat-ExtraBold", sans-serif;
  border: 1px solid #f1f1f1;
}
.cattab1 li a:hover, .cattab1 li a:focus {
  color: rgb(216, 25, 33) !important;
  border-radius: 0rem !important;
  border: 1px solid #f23d3d;
}

.orb {
  background: #1f9bee !important;
  color: rgb(255, 255, 255) !important;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 16px;
  font-family: "Akrobat-SemiBold", sans-serif;
  text-transform: none;
}

.orb1 {
  background: #f6f6f6 !important;
  color: #000;
}

.cattab.md-tabs .nav-item.open .nav-link, .cattab.md-tabs .nav-link.active {
  background-color: rgb(216, 25, 33);
  color: rgb(255, 255, 255);
  transition: all 1s;
  border-radius: 0rem !important;
}

.cattab1.md-tabs .nav-item.open .nav-link, .cattab1.md-tabs .nav-link.active {
  color: rgb(216, 25, 33);
  border-radius: 0rem;
  border: 1px solid rgb(216, 25, 33);
  background: rgb(255, 255, 255);
  transition: all 1s;
}

.pbadge {
  background: rgb(216, 25, 33) !important;
  letter-spacing: 1px;
}

.datefont {
  font-family: "Akrobat-SemiBold", sans-serif;
}

.hor6:last-child {
  margin-bottom: 0px !important;
  border-bottom: 1px solid rgb(255, 255, 255) !important;
}

.whn:nth-child(even) {
  padding-right: 0px !important;
}

.sphours {
  border-right: 2px solid rgb(255, 255, 255);
  font-size: 38px;
}

.sphours1 {
  border-bottom: 2px solid rgb(255, 255, 255);
  font-size: 13px;
}

.impbutton {
  background: #d81921;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.red-dot {
  width: 6px;
  height: 6px;
  background-color: #c50e12;
  background-position: center;
  display: inline-block;
  position: relative;
  top: -3px;
  border-radius: 10px;
}

.mbk {
  background: #f6f6f6;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

marquee {
  background: #f6f6f6;
  padding: 4px 0px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.dr {
  color: rgb(6, 12, 48);
}

.m_text {
  font-size: 17px;
  font-family: "Akrobat-SemiBold", sans-serif;
}
.m_text a:link, .m_text a:visited {
  color: #111111;
}

.social_names {
  font-size: 12px;
}

.slider_headline {
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.slider_headline h3 {
  font-size: 36px;
}

.datefont {
  font-size: 11px;
  font-weight: 300;
}

.tn-block {
  background: rgb(2, 175, 255);
  color: rgb(242, 169, 126);
  min-height: 60px;
}
.tn-block a:link, .tn-block a:visited, .tn-block a:hover {
  color: rgb(242, 169, 126);
}
.tn-block h5 {
  font-size: 17px;
  line-height: 20px;
}

h5.mrc {
  color: rgb(242, 169, 126);
  font-size: 17px;
  line-height: 20px;
}

.catspan {
  color: rgb(6, 12, 48);
}

.tabc {
  background-color: rgb(2, 175, 255) !important;
}

.tabrc {
  color: rgb(6, 12, 48) !important;
  border-bottom: 1px solid rgb(6, 12, 48) !important;
  background-color: rgb(2, 175, 255) !important;
}

.krisub {
  background: rgb(2, 175, 255);
}
.krisub h5 {
  border-bottom: 2px solid rgb(6, 12, 48);
  display: inline-block;
  padding-bottom: 5px;
}

h6.cez {
  font-size: 18px;
}

.trbkgr {
  background: url("/img/headline_b.png") left bottom repeat-x;
  position: absolute;
  z-index: 1;
}

.trbkgr1 {
  background: url("/img/headline_b2.png") left bottom repeat-x;
  position: absolute;
  z-index: 1;
}

.nadpisi {
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-family: "Akrobat-ExtraBold", sans-serif;
}

h2.bign {
  font-size: 1.8rem;
}

h3.news3 {
  font-size: 1.4rem !important;
}

.roundedn {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.missnews {
  min-height: 400px;
}

.rh::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 18px 18px;
  border-color: transparent transparent #d81921 transparent;
  margin-right: 6px;
}

.rh {
  font-size: 22px;
  color: #242424;
  font-family: "Montserrat-Bold", sans-serif;
}

.rhbrd {
  border-bottom: 1px solid #ebebeb;
}

.seea {
  font-family: "Akrobat-Regular", sans-serif;
  font-size: 15px;
}
.seea a:link, .seea a:visited {
  color: #525252;
}

.newsba1 {
  font-size: 21px;
  color: #050a30;
  font-family: "Akrobat-Bold", sans-serif;
}

.osm1 {
  font-size: 21px;
  color: #050a30;
  font-family: "Akrobat-Bold", sans-serif;
}

.bbtm:not(:first-child) {
  border-top: 1px solid #ebebeb;
}

.brdb {
  border-bottom: 1px solid #ebebeb;
}

.pst_pre {
  font-size: 19px;
  color: #7d7f91;
  font-family: "Akrobat-Regular", sans-serif;
}

.anketa {
  background: #f6f6f6;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.pollh {
  font-size: 21px;
  color: #050a30;
  font-family: "Akrobat-ExtraBold", sans-serif;
}

.pollitem {
  font-size: 18px;
  color: #050a30;
  font-family: "Akrobat-Regular", sans-serif;
}

.koritsa {
  box-shadow: 0px 10px 50px -3px #767676;
}

.wrapper {
  padding: 20px;
  background: #eaeaea;
  max-width: 400px;
  margin: 50px auto;
}

.el {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

footer {
  background: #060c30;
  color: rgb(255, 255, 255);
  font-family: "Akrobat-ExtraLight", sans-serif;
}
footer a:link, footer a:visited {
  color: rgb(255, 255, 255);
  display: inline-block;
}

.footer-copyright {
  background: #000521;
}
.footer-copyright a:link, .footer-copyright a:visited, .footer-copyright a:hover {
  color: rgb(255, 255, 255);
}

.minfo {
  font-family: "Jost-Regular", sans-serif;
}

.fm li {
  padding: 6px 0px;
}
.fm li a:link, .fm li a:visited {
  color: #f8f3f4 !important;
  text-transform: uppercase;
  font-size: 16px;
}
.fm li a:hover {
  color: rgb(216, 25, 33) !important;
}

.rl {
  font-family: "Akrobat-ExtraLight", sans-serif;
  font-size: 14px;
}

.dgr {
  color: #999999;
}

.pinklinks {
  color: rgb(255, 255, 255);
}
.pinklinks a:link, .pinklinks a:visited, .pinklinks a:hover {
  color: rgb(242, 169, 126);
}

.footerp {
  color: rgb(255, 255, 255);
  font-family: "Akrobat-Thin", sans-serif;
  font-size: 17px;
}

.footerp1 {
  color: rgb(255, 255, 255);
  font-family: "Akrobat-SemiBold", sans-serif;
  font-size: 17px;
}

#cart .dropdown-menu {
  margin-top: 0px;
  background: rgb(255, 255, 255);
  color: rgb(6, 12, 48);
  z-index: 1001;
  padding: 5px;
  min-width: 240px;
}

li.sfield {
  list-style: none !important;
}
li.sfield label {
  padding-left: 8px;
}

div#filter-collapse ul {
  padding-left: 0px;
}

h3.h3filters {
  font-size: 16px;
  font-weight: 700;
}

.bootstrap-touchspin-down, .bootstrap-touchspin-up {
  z-index: 0 !important;
}

.carousel-multy {
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
}
.carousel-multy .carousel-control {
  left: -12px;
  height: 40px;
  width: 40px;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  margin-top: 50px;
}
.carousel-multy .carousel-control.right {
  left: auto;
  right: -12px;
}
.carousel-multy .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}
.carousel-multy .carousel-indicators .li {
  background: #cecece;
}
.carousel-multy .carousel-indicators .active {
  background: #428bca;
}
.carousel-multy .carousel-inner .item {
  height: auto;
}
.carousel-multy .carousel-inner .item img {
  border: none !important;
}

body {
  background-color: rgb(255, 255, 255);
  color: rgb(6, 12, 48);
}

/*.dropdown:hover>.dropdown-menu {display: block;}
.dropdown>.dropdown-toggle:active {pointer-events: none;}*/
h1 {
  font-size: 27.2px;
  font-family: "Akrobat-ExtraBold", sans-serif;
}

@media (max-width: 991.98px) {
  h4 {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}

.fit_cover {
  position: relative;
  overflow: hidden;
}
.fit_cover img {
  object-fit: cover;
  width: 100%;
  position: absolute !important;
  top: -100%;
  left: 0;
  right: 0;
  bottom: -100%;
  margin: auto;
  height: 100%;
}

.container-fluid:not(:is(.fullcnt)) {
  max-width: 1600px !important;
}

.rbkgr {
  background: #fbfbfb;
}

.topcar {
  font-family: "Akrobat-SemiBold", sans-serif;
  font-weight: bold;
}

.topcar .card {
  height: 110px;
}

.topcar:first-child .card {
  background: #f1f1f1;
  position: relative;
}

.topcar:first-child .card:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 200px solid #f1f1f1;
  border-right: 70px solid transparent;
  position: absolute;
  right: -40px;
  top: 0px;
  z-index: 8;
}

.regmenu .dropdown-item {
  padding: 0.25rem 0.5rem !important;
}

.regmenu .dropdown-item.active, .regmenu .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: rgb(216, 25, 33) !important;
}

.topcar:last-child .card {
  background: #fbfbfb;
}

.cpink {
  color: rgb(216, 25, 33);
}

.nav-tabs {
  margin-bottom: 1rem;
}

.bgcover {
  background: transparent center center no-repeat;
  background-size: cover;
}

.newsl a:link, .newsl a:visited, .newsl a:hover {
  color: #000 !important;
}

.comm {
  font-family: "Akrobat-ExtraBold", sans-serif !important;
}

.headline_gradientt {
  background: rgba(0, 0, 0, 0.2);
  bottom: 0px;
  font-family: "Akrobat-ExtraBold", sans-serif;
}

.lgr {
  color: rgb(242, 169, 126);
}

.tnews {
  height: 661px;
}

.tnews9 {
  height: 400px;
}

.redb {
  background: rgb(216, 25, 33) !important;
  border: 1px solid rgb(216, 25, 33) !important;
  color: rgb(255, 255, 255) !important;
}

.pinkc {
  color: rgb(6, 12, 48);
  font-family: "Jost-Regular", sans-serif;
  font-size: 14px;
}

.post_content, .post_content p {
  font-size: 19px !important;
}

.tnews2 {
  height: 320px;
}

.tnews3 {
  height: 118px;
}

.tnews4 {
  height: 350px;
}

.tnews5 {
  height: 200px;
}

.tnews6 {
  height: 284px;
}

.tnews7 {
  height: 65px;
}

.tnews8 {
  height: 110px;
}

h4.tnewss4 {
  font-size: 1.3rem;
  color: rgb(6, 12, 48) !important;
}

.cardbackground {
  background: rgb(2, 175, 255) !important;
}

.tagsfont {
  font-size: 14px !important;
  background: rgb(6, 12, 48) !important;
}

.morenews {
  height: 250px;
}
.morenews h4 {
  font-size: 18px;
  font-weight: 400 !important;
}

a.redlinks {
  color: rgb(6, 12, 48) !important;
}

.terfam {
  border: 1px solid #bcc0c4;
}

.terfamnb {
  font-family: "Akrobat-ExtraBold", sans-serif !important;
}
.terfamnb h6 {
  font-size: 14px;
}

.cattab {
  color: #000;
  font-size: 11px;
  background: rgb(2, 175, 255) !important;
  border: 1px solid #color4 !important;
}
.cattab a:link, .cattab a:visited, .cattab .classic-tabs .nav li a:link, .cattab .classic-tabs .nav li a:visited {
  color: #000;
}

.post_date_gr {
  background: rgb(2, 175, 255);
}

.bigfont {
  font-size: 20px;
}

.postda {
  font-size: 14.0350877193px;
}

.newsnopic3 {
  font-family: "Akrobat-ExtraBold", sans-serif;
  font-weight: 700;
}
.newsnopic3 a:link, .newsnopic3 a:visited, .newsnopic3 a:hover {
  color: #000;
}

.cyellow {
  background: #1C2331 !important;
}
.cyellow .fab, .cyellow .fas {
  color: rgb(216, 25, 33) !important;
}

.back-to-top {
  position: fixed;
  bottom: 2em;
  right: 0px;
  text-decoration: none;
  color: #000000;
  background-color: rgba(0, 176, 237, 0.8);
  font-size: 12px;
  padding: 1em;
  display: none;
  z-index: 1;
}
.back-to-top a {
  color: #FFF;
}
.back-to-top a:hover {
  text-decoration: none;
}
.back-to-top a:hover {
  background-color: rgba(135, 135, 135, 0.5);
}
.back-to-top .grecaptcha-badge {
  visibility: collapse !important;
}

.skin_ad {
  background: transparent center top no-repeat;
  position: fixed;
  width: 100%;
  cursor: pointer;
  z-index: -1;
  top: 160px;
}

iframe.banner {
  border: none;
  width: 100%;
}
iframe.banner body {
  margin: 0 !important;
  padding: 0 !important;
}

div.banner.ajbanner {
  overflow-x: hidden;
}

.classic-tabs .nav li a.active {
  color: #a20000 !important;
  border-bottom: 1px solid #a20000 !important;
  background-color: #f3eeee !important;
}

.classic-tabs .nav li a:not(.active) {
  color: #000;
}

ol.breadcrumb {
  font-size: x-large;
  background: none !important;
  padding-left: 0;
}
ol.breadcrumb li.breadcrumb-item a:link, ol.breadcrumb li.breadcrumb-item a:visited {
  color: #afafaf !important;
}
ol.breadcrumb li.breadcrumb-item.active {
  color: #afafaf !important;
}
ol.breadcrumb:first-child {
  padding-left: 0;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: 1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.nav-link.dropdown-toggle:after,
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -5px;
  transform: rotate(90deg);
  margin-left: 10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: 100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.grey_top {
  background: #000111;
  font-size: 13px;
  font-family: "Jost-Regular", sans-serif;
}
.grey_top a:link, .grey_top a:visited {
  color: #FFF;
}

.c1 {
  border: 1px solid #d81921;
}
.c1 a:link, .c1 a:visited {
  color: #d81921;
}

.cblue {
  color: #050a30;
}

@media (max-width: 575.98px) {
  .classic-tabs.tabc.tnews {
    height: auto !important;
  }
  .logo {
    width: 68%;
    display: block;
    margin: auto;
  }
  .navbar .dropdown-menu {
    position: static !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .classic-tabs.tabc.tnews {
    height: auto !important;
  }
  .logo {
    display: block;
    margin: auto;
  }
  .navbar .dropdown-menu {
    position: static !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .classic-tabs.tabc.tnews {
    height: auto !important;
  }
  .osm1 {
    font-size: 18px !important;
  }
  .logo {
    display: block;
    margin: auto;
  }
  .navbar .dropdown-menu {
    position: static !important;
  }
  .rh {
    font-size: 17px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  h3.news3 {
    font-size: 1rem !important;
  }
  .nav-link.dropdown-toggle:after,
  .dropdown-submenu > a:after {
    margin-top: 10px;
  }
  .menut2 ul li a:link, .menut2 ul li a:visited {
    font-size: 14px;
    padding-left: 6px !important;
    padding-right: 7px !important;
  }
}
@media (min-width: 1200px) {
  .nav-link.dropdown-toggle:after,
  .dropdown-submenu > a:after {
    margin-top: 10px;
  }
}
@media (max-width: 62em) {
  .classic-tabs .nav li:first-child {
    margin-left: 40px !important;
  }
}

/*# sourceMappingURL=style.css.map */
