* {margin: 0px; padding: 0px;}

a {color: #005593; text-decoration: none; -moz-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
a:hover {color: #0f87d0; text-decoration: none;}
img {border: none;}

.right {	float: right;}
.bold { 	font-weight: bold;}
.underline {	text-decoration: underline;}	

.clearfix:before, .clearfix:after {  content: "";  display: table;}
.clearfix:after {  clear: both;}
.clearfix {  clear: both;}

.scrollTop-btn{font-size:1.5em;position:fixed;z-index:100;right:-115px;bottom:15px;display:block;width:42px;height:42px;
      margin:0 5px;padding-top:6px;cursor:pointer;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;
      transition:all .3s ease;text-align:center;color:#fff;-webkit-border-radius:0px;-moz-border-radius:0px;
      border-radius:0px;background:#aca390; }
.scrollTop-btn-shown{right:15px}

html {}
body {font-weight: 300; color: #111; background: #ffc20e; font-size: 15px; line-height: 1.4; font-family: Arial, Helvetica, sans-serif }
body.page {background: #101a5f;}


@media (min-width: 1500px) {
  .container {width: 1300px;}
}  

@media (min-width: 1550px) {
  .container {width: 1500px;}
} 

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1.4, 1.4);
  }
  to {
    -webkit-transform: scale(1, 1);
  }
}
@keyframes zoom {
  from {
    transform: scale(1.4, 1.4);
  }
  to {
    transform: scale(1, 1);
  }
}

.intro {height: 850px; position: relative; overflow: hidden;}
.intro .carousel {position: absolute; bottom: 0px; height: 946px; width: 1100px; left: 50%; margin-left: -550px; padding: 0px;}
.intro .carousel .overlay {position: absolute; bottom: 0px; height: 946px; width: 1100px; left: 50%; margin-left: -550px;
      background: url('image/svestka-intro.png') no-repeat bottom center; z-index: 5;}
.intro .carousel .item {width: 1100px; height: 100%; }

.intro .genpartner {position: absolute; top: 0px; right: 0px; z-index: 10;}

.intro .leftborder {position: absolute; top: 0px; left: 0px; z-index: 2; background: url('image/bg-left.png') center right; height: 100%; width: 200px;}
.intro .rightborder {position: absolute; top: 0px; right: 0px; z-index: 2; background: url('image/bg-right.png') center right; height: 100%; width: 200px;}
.intro .topborder {position: absolute; top: 0px; left: 500px; z-index: 8; background: url('image/bg-top.png') bottom center; height: 90px; width: 427px;}


.intro .svestka-menu {position: absolute; top: 180px; left: 50%; margin-left: -630px; z-index: 10;}
.intro .svestka-menu .termin span {background: #000; color: #fff; font-weight: bold; font-size: 50px; display: inline-block; padding: 0px 30px;}
.intro .svestka-menu .termin {margin-bottom: 30px;}
.intro .svestka-menu .btns {text-align: center;}
.intro .svestka-menu .btns ul {list-style: none;}
.intro .svestka-menu .btns ul li {margin: 15px 0px;}
.intro .svestka-menu .btns .btn1 {margin-right: 60px;}
.intro .svestka-menu .btns .btn2 {margin-right: 60px;}
.intro .svestka-menu .btns .btn3 {margin-right: 80px; height: 60px; width: 60px; padding: 15px 0px 0px 0px; border-radius: 50px; text-align: center;}
.intro .svestka-menu .btns .btn4 {margin-right: 130px; height: 60px; width: 60px; padding: 15px 0px 0px 0px; border-radius: 50px; text-align: center;}

.intro .reklama {position: absolute; right: 50px; top: 280px; z-index: 10;}

.intro .carousel .carousel-inner .item > img {
  -webkit-animation: zoom 30s;
    animation: zoom 30s;
   display: block;
}

.carousel-fade .carousel-inner { background: #000; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
   -webkit-transition: opacity 5s ease;
       -o-transition: opacity 5s ease;
          transition: opacity 5s ease;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}



footer {background: #2186c3; color: #2a2458; padding: 80px 0px; line-height: 1.6;}
footer a {color: #2a2458; text-decoration: underline;}
footer ul {padding-left: 15px;}
footer ul li {margin: 5px 0px; color: #2a2458;}
footer .title {text-transform: uppercase; color: #2a2458; font-weight: 700; font-family: 'Oswald', sans-serif; font-size: 24px; margin: 0px 0px 10px 0px;}
footer ul.ucinkujici {padding-left: 30px;}
footer ul.ucinkujici li {float: left; min-width: 250px;}

.btn-blue {background: #2186c3; color: #fff; border-radius: 30px; padding: 15px 25px; font-weight: 500; font-family: 'Oswald', sans-serif; font-size: 19px;
      text-transform: uppercase;}
.btn-red {background: #c72f29; color: #fff; border-radius: 30px; padding: 15px 25px;font-weight: 500; font-family: 'Oswald', sans-serif; font-size: 19px;
    text-transform: uppercase;}
.btn-white {background: #fff; color: #101a5f; border-radius: 30px; padding: 15px 25px;font-weight: 500; font-family: 'Oswald', sans-serif; font-size: 19px;
    text-transform: uppercase;}
.btn-darkblue {background: #101a5f; color: #fff; border-radius: 30px; padding: 15px 25px;font-weight: 500; font-family: 'Oswald', sans-serif; font-size: 19px;
    text-transform: uppercase;}

.section {padding: 80px 0px;}
.section h2 { font-weight: 700; font-family: 'Oswald', sans-serif; font-size: 80px; margin: 0px 0px 15px 0px; text-transform: uppercase; }
.ipartneri h2 {color: #2186c3;}
.ipartneri .partner {background: #fff3cf; display: inline-block; height: 300px; width: 300px; padding-top: 40px; margin: 0px auto;}


.soutez .title {font-weight: bold; margin: -20px auto 40px auto;}
.soutez  {background: #555;  text-align: center; color: #fff; font-size: 16px;
    position: relative;}
.soutez a {color: #eee}
.soutez h2 { color: #fff; line-height: 1.1;}
.soutez h3 { color: #111; font-size: 30px; font-family: arial; font-weight:400; margin: 15px 0px 20px 0px;}
.soutez .reg {margin: 20px 0px 15px 0px;}
.soutez .btn-default {background: #333; border-radius:  40px; color: #fff; border-color: #333; margin-right: 20px; text-transform: uppercase;
      text-decoration: none; padding: 15px 25px;}
.soutez .btn-default:hover {background: #000; }      
.soutez a {font-weight: 400; text-decoration: underline;}
.soutez .foto-cover, .fotky .foto-cover  {margin: 5px auto 5px auto; background: url('image/bg-soutez.png') no-repeat center center; background-size: contain;
      max-width: 796px; max-height: 604px; padding: 50px;}
.soutez .foto-cover img, .fotky .foto-cover img {width: 100%; border: 8px solid #fff; box-shadow: 0px 0px 8px #777;}
.fotky .title {font-weight: bold; text-align: center; color: #fff; margin: -10px 0px 30px 0px;}

.foto-hlasovani {font-size: 24px; color: #fff;}
.foto-hlasovani a {text-decoration: none; }
.foto-hlasovani a.hlas {border-radius: 50px; height: 100px; width: 100px; color: #fff; display: inline-block; margin: 0px 10px;
      font-size: 35px; padding-top: 13px;}
.foto-hlasovani a.hlas-up, .page .foto-hlasovani a.hlas-up  {background: #2186c3; color: #fff; border: 3px solid #2186c3;}
.foto-hlasovani a.hlas-down, .page .foto-hlasovani a.hlas-down {background: #c72f29; color: #fff; border: 3px solid #c72f29;}

.foto-hlasovani a.hlas-up:hover { border: 3px dashed #fff;}
.foto-hlasovani a.hlas-down:hover {border: 3px dashed #fff;}




@media (max-width: 992px) {
.vstupenky h2 { font-size: 40px; }
.soutez h2 { font-size: 40px;}
.soutez h3 { font-size: 25px;}
.vstupenky {padding: 180px 0px 100px 0px;}
}

@media (max-width: 768px) {
.soutez h2 { font-size: 30px;}
.soutez h3 { font-size: 22px;}
.foto-hlasovani {font-size: 16px;}
.foto-hlasovani a.hlas {height: 70px; width: 70px; margin: 0px 5px;  font-size: 20px; padding-top: 10px;}
.foto-hlasovani a.hlas.hlas-next {height: 70px; width: 20px; margin: 0px 5px;  font-size: 20px; padding-top: 10px;}

}


table.hlasy {}
table.hlasy .number{text-align: right;}
table.hlasy td {padding: 5px 10px; background: #fff; border: 1px solid #666; color: #000}
table.hlasy th {padding: 5px 10px; background: #ee3124; border: 1px solid #666; color: #fff; font-weight: 400;}




.vstupenky {background: url('image/bg-vstupenky2.jpg') #2186c3; padding: 50px 0px; background-size: cover; background-attachment: fixed;}
.vstupenky .sub-title {color:#fdc400; font-size: 40px; font-family: 'Oswald', sans-serif; font-weight:700;}
.vstupenky h2 { color: #fff; font-size: 70px; font-family: 'Oswald', sans-serif; font-weight:700; margin: 10px 0px 50px 0px;}
.koupitvstupenky {position: absolute; right: 100px; top: 80px; z-index:15; background: #FFC000; color: #111; font-weight: 700; text-transform: uppercase;
      padding: 10px 20px; border-radius: 20px;}
.vstupenky .svestka {background: url('image/bg-svetstka.png') center top 30px no-repeat; padding-top: 130px; padding-bottom: 130px;}      
a.koupitvstupenky:hover {background: #ee3124; color: #fff;}

a.koupitvstupenky2 {background: #FFC000; color: #00528e; font-weight: 700; text-transform: uppercase;
      padding: 10px 20px; border-radius: 20px; font-size:15px}
a.koupitvstupenky2:hover {background: #ee3124; color: #fff;}



.home .inews {background: #c72f29; text-align: center;}
.home .inews h2 {color: #fff;}
.inews article {text-align:  left; background: #fdc400; margin: 10px 0px;}
.inews article img {min-width: 100%;}
.inews article .text {padding: 30px 40px; color: #111; position: relative; min-height: 300px;}
.inews article .text .triangle {background: url('image/triangle.png') top center; width: 80px; height: 30px; display: block;
      position: absolute; top: -30px; left: 50%; margin-left: -40px; z-index: 3;} 
.inews article .text h3 {color: #c72f29; font-size: 35px; font-family: 'Oswald', sans-serif; font-weight:700; margin: 0px 0px 15px 0px;}
.inews article  a:hover .text h3 {color: #fff;} 


@media (max-width: 1300px) {
  .inews article .text h3 { font-size: 30px; }
  .inews article .text {padding: 20px 30px;  min-height: 350px; font-size: 14px;}
}

@media (max-width: 992px) {
  .inews article .text h3 { font-size: 30px; }
  .inews article .text {padding: 20px 15px;  min-height: 0px;; font-size: 15px;}
}

.header {-moz-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;
      }

.header .navbar-collapse { height: 120px; -moz-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
.header .navbar-brand img {max-height: 80px;}
.header .navbar-menu { padding-top: 50px;}
.header .navbar-menu a {color:#2a2458; font-size: 16px; font-family: 'Oswald', sans-serif; font-weight:700; background: url('image/bg-zluta.png');
      padding: 15px 10px;}
.header .navbar-menu a:hover {color: #fff;}
.header.header-white {background: #ffc20e; box-shadow: 0px 0px 3px #333;}
.header.header-white .navbar-brand img {max-height: 50px; width: auto; padding-right: 30px;}
.header.header-white .navbar-collapse { height: auto; padding-top: 15px; padding-bottom: 15px; }
.header.header-white .navbar-menu { padding-top: 0px;}

@media (max-width: 1350px) {
  .header .navbar-menu { max-width: 500px; padding-top: 15px;}
  .header.header-white .navbar-menu { max-width: 10000px; padding-top: 0px;}

  .intro .carousel {height: 688px; width: 800px; margin-left: -400px; }
  .intro .carousel .overlay {height: 688px; width: 800px; margin-left: -400px; background-size: cover;}
  .intro .carousel .item {width: 800px; height: 100%; }
  .intro .svestka-menu {top: 180px; left: 50%; margin-left: -470px;}
}



@media (min-width: 1600px) {
  .header .navbar-menu a { font-size: 18px; }
  .header .navbar-brand img {max-height: 200px;}
}

@media (max-width: 1200px) {
  .header .navbar-brand img {max-height: 80px; width: auto;}
  .intro {height: 750px; }
  .intro .reklama {right: 15px;}
  .header.header-white .navbar-brand img { padding-right: 0px;}
}

@media (max-width: 1400px) {
  .header .navbar-menu a {font-size: 15px;}
}

@media (max-width: 1100px) {

.header .navbar-brand {padding-top: 10px;}

    .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 {
    }
    .header .navbar-menu a 
    {
        padding-top: 7px;
        padding-bottom: 7px;
        background: #ffc20e;
    }
    .collapse.in{display:block !important; }
}

.navbar-toggle {margin-top: 15px; margin-right: 0px;}
.navbar-toggle .icon-bar {background: #000; height: 3px; width: 40px;}


@media (max-width: 768px) {
.intro {height: 550px;}
.header {background: #ffc20e; box-shadow: 0px 0px 3px #333; height: 70px;}
.header .navbar-brand {padding-left: 0px; padding-top: 10px;}
.header .navbar-brand img {max-height: 50px; width: auto; padding-right: 0px;}
.header .navbar-collapse { height: auto; padding-top: 15px; padding-bottom: 15px; }
.header .navbar-menu { padding-top: 0px;}
.section h2 { font-size: 40px; }
.header.header-white .navbar-brand img { padding-right: 0px;}


.intro .carousel {height: 344px; width: 400px; margin-left: -200px; }
.intro .carousel .overlay {height: 344px; width: 400px; margin-left: -200px; background-size: cover;}
.intro .carousel .item {width: 400px; height: 100%; }
.intro .svestka-menu {position: relative; margin: 0px; padding: 0px; top: auto; left: auto; padding-top: 80px; text-align: center;}
.intro .svestka-menu .jelinek {width: 250px; height: auto;}
.intro .svestka-menu .termin span {background: #000; color: #fff; font-weight: bold; font-size: 20px; display: inline-block; padding: 10px 30px;}
.intro .svestka-menu .termin {margin-bottom: 15px;}
.intro .svestka-menu .btns .btn1 {margin-right: 0px;}
.intro .svestka-menu .btns .btn2 {margin-right: 0px;}

.section {padding: 50px 0px;}
.vstupenky .sub-title { font-size: 24px; }
.vstupenky h2 { font-size: 40px; }
.ipartneri .partner {background: #fff3cf; display: block; height: 300px; max-width: 100%; width: 300px;padding-top: 80px;}
footer { padding: 40px 0px; font-size: 80%}
}




.obsah {padding-bottom: 150px; position: relative; font-size: 17px; color: #ddd;}
.obsah-bigh1 h1{font-size: 130px; font-weight: 900; text-transform: uppercase; font-weight: 700; font-family: 'Oswald', sans-serif; color: #2186c3;}
.obsah-mediumh1 h1{font-size: 80px; font-weight: 900; text-transform: uppercase; font-weight: 700; font-family: 'Oswald', sans-serif; color: #2186c3;}
.space {height: 70px;}


.obsah-smenu aside {}
.obsah-smenu aside .subkategorie {padding-right: 30px; padding-top: 5px; }
.obsah-smenu aside .subkategorie strong{display: block;text-transform: uppercase; font-weight: 900; text-align: right; color: #2186c3; margin: 5px 0px; padding: 2px 0px;
    font-size: 20px;}
.obsah-smenu aside a {display: block; text-align: right; color: #2186c3; margin: 5px 0px; padding: 4px 0px;
    text-transform: uppercase; font-weight: 500;}
.obsah-smenu aside a:hover {color: #fff;}
.obsah-smenu aside a.sel1 {color: #fff;}

.main-content a {color: #ffc20e;}
.main-content img {max-width: 100%; height: auto;}
.main-content table td {padding: 10px;}

@media (max-width: 768px) {
.obsah-bigh1 h1{font-size: 80px;}
.obsah-mediumh1 h1{font-size: 40px;}
}

.partneripage table {border-collapse: separate; width: 100%; max-width: 700px; margin: 10px auto;}
.partneripage table td {padding: 15px; border: 1px solid #101a5f; text-align: center!important; vertical-align: middle!important;}

.page.kontakty {background: url('image/kontakty.jpg'); background-size: cover;}
.page.kontakty h1 {color: #fff;}

.page.kontakty .grid-item { width: 33.333%; overflow: hidden; }
.page.kontakty .grid article{margin-bottom: 10px; overflow: hidden; background: #101a5f; margin-right: 10px; position: relative;
      border-radius: 10px;}
.page.kontakty .grid article .overlay {display: none;}
.page.kontakty .grid article h3 {position: relative; bottom: auto; left: 0px; width: 100%; padding: 30px 30px 15px 30px; color: #fff; font-size: 22px;
      line-height: 1.3; font-weight: 500; margin: 0px 0px 0px 0px;}
.page.kontakty .grid article a:hover h3 {color: #ccc}
.page.kontakty .telo {margin:  0px 30px 30px 30px; font-size: 16px; color: #b5bcee; font-weight:400;}
.page.kontakty .telo a {color: #ffc20e; text-decoration:  underline;}

@media (max-width: 1300px) {
  .page .grid-item { width: 33.333%; height: auto;  }
  .page .grid h3 {font-size: 20px; }
}
@media (max-width: 992px) {
  .page .grid-item { width: 50%; height: auto;  }
  .page .grid h3 {font-size: 20px; }
}
@media (max-width: 768px) {
  .page .grid-item { width: 100%; height: auto;  }
  .page .grid article {margin-right: 0px; }

  .page.kontakty .grid-item { width: 100%; }
  .page.kontakty .grid article {margin-right: 0px; }
  .page.kontakty .grid article h3 {padding: 20px 15px 15px 15px; font-size: 18px;}
  .page.kontakty .telo {margin:  0px 15px 15px 15px;}

}



.page.hrady .grid .grid-item  a {display: block;height: 350px; width: 100%; background-size: cover; background-position: center center;
      }

.page.ucinkujici .grid .grid-item  a {display: block;height: 300px; width: 100%; background-size: cover; background-position: center center;
      }
 
.page .grid-item { width: 25%; overflow: hidden; }
.page .grid article{margin-bottom: 0px; overflow: hidden; background: #2a2458; margin-right: 0px; position: relative; }
.page .grid article .overlay {background: url('image/overlay-news70.png'); position: absolute; bottom: 0px; left: 0px; width: 100%;
      height: 258px;}
.page .grid article h3 {position: absolute; bottom: 0px; left: 0px; width: 100%; padding: 30px; z-index:2; color: #fff; font-size: 26px;
      line-height: 1.3; font-weight: 700;}
.page .grid article a:hover h3 {color: #ccc}

@media (max-width: 1300px) {
  .page .grid-item { width: 33.333%; height: auto;  }
  .page .grid h3 {font-size: 20px; }
}
@media (max-width: 992px) {
  .page .grid-item { width: 50%; height: auto;  }
  .page .grid h3 {font-size: 20px; }
}
@media (max-width: 768px) {
  .page .grid-item { width: 100%; height: auto;  }
  .page .grid article{margin-right: 0px; }
}

.img-header {height: 700px; background-size: cover; background-position: center center;}
.img-header2 {height: 400px; background-size: cover; background-position: center center;}

@media (max-width: 1400px) {
  .img-header {height: 600px; }
  .img-header2 {height: 350px; }
}

@media (max-width: 1200px) {
  .img-header {height: 500px; }
  .img-header2 {height: 300px; }
}

@media (max-width: 768px) {
  .img-header {height: 250px; }
  .img-header2 {height: 250px; }
}


.hrad .main-content {background: #fff; padding: 30px 40px; margin-top: -200px; position: relative; color: #101a5f; min-height: 800px;}
.hrad .main-content img {max-width: 100%; height: auto;}
.hrad .main-content img.foto-right {float: right; margin: 0px 0px 25px 25px;} 

@media (max-width: 768px) {
  .hrad .main-content img.foto-right {float: none; margin: 0px 0px 25px 0px; } 
}


.submenu {list-style: none; padding: 30px 0px; text-align: right;}
.submenu a {font-weight: 500; display: block; padding: 2px 5px; color: #fff; font-size: 16px;}
.submenu a:hover {color: #ffc20e;}
.submenu li.active a {font-weight: 900; color: #000;} 



.obsah.obsah-fotogalerie .menu a {position: relative; display: block; margin: 0px 0px 25px 0px; height: 200px; overflow: hidden;}
.obsah.obsah-fotogalerie .menu h2 {position: absolute; color: #2a2458; background: #ffc20e; display: inline-block; font-weight: bold;
    font-size: 22px; margin-left: 0px; bottom: 20px; padding: 5px 10px; max-width: 200px; line-height: 1.4;}
.obsah.obsah-fotogalerie .menu a:hover h2 {background: #c72f29;}
.obsah.obsah-fotogalerie article {}    

.obsah-fotogalerie {background: url('image/bg-news.jpg') bottom center; background-position: bottom; background-size: cover;}


.grid.mma-container {}
.grid.mma-container .grid-item img { width: auto; min-width:  100%; max-width: 100%;}
.grid.mma-container .grid-item{width: 25%; height: 240px;}
.grid.mma-container .grid-sizer{width: 25%;}

.grid.mma-container .grid-item.grid-item-sizexl{width: 25%;}

.home .prehled-clanku .clear4 {clear: both; content: "";  display: table;}
.home .prehled-clanku .clear7 {clear: both; content: "";  display: table;}
.home .prehled-clanku .clear10 {clear: both; content: "";  display: table;}


@media (max-width: 992px) {
.grid.mma-container .grid-item{width: 50%;}
.grid.mma-container .grid-item.grid-item-sizexl{width: 50%;}
.header {height: 70px;}
}


.page .prehled-clanku .article4 {clear: both; content: "";  display: table;}
.page .prehled-clanku .article7 {clear: both; content: "";  display: table;}
.page .prehled-clanku .article10 {clear: both; content: "";  display: table;}




.imgright {float: right; margin: 0px 0px 20px 20px;} 

@media (max-width: 992px) {
  img.imgright {max-width: 200px; height: auto;} 
}

@media (max-width: 768px) {
  .imgright {float: none; margin: 20px 0px 20px 0px;} 
}


@media (max-width: 768px) {
  .submenu {padding: 30px 0px; text-align: left; float: none;}
  .submenu li {display: inline;}
  .submenu a {display: inline-block; padding: 2px 5px; }
  .hrad .main-content {padding: 20px 15px; margin-top: 0px; }
}

.table thead tr th {background: #14217b; border: 0px; border-bottom: 3px solid #14217b;}
.table tr td {border: 0px; border-bottom: 1px solid #14217b;}

table.table tr th {border-color: #14217b;}
table.table tr td {border-color: #14217b;}



.newsin {display: flex; flex-wrap: wrap;}


