iframe#blockrandom {
    padding-left: 6%;
    padding-right: 6%;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  padding:0!important;
  border-top:0!important;
}
ul {
    padding-left: 20px;
}
.adres {
    font-size: 15px;
}
body {
    background: url(/images/bg.png);
    background-size: cover;
}
hr {
    border-top: 1px solid rgba(199, 53, 60, 0.31);
}
.container {
    background-color: #fff;
  	padding-bottom: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.ust {
  padding-bottom: 25px;
  border-radius:0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.banner {
  height:20px
}
.slide {
    z-index: 9999;
}
.container.slide.no-print {
    border-radius: 0;
    padding: 0;
}
#gruemenu.grue_87 > ul > li:hover > a, #gruemenu.grue_87 > ul > li > a:hover, #gruemenu.grue_87 > ul > li.active > a {
    color: #000000;
    background: #FFFFFF;
    border-bottom: 3px solid red;
}
#gruemenu.grue_87 > ul > li > a {
    font-weight: bold;
}
#gruemenu > ul {
   box-shadow: none!important; 

}

.container.main {
    min-height: 85vh;
}
/* slogan */
.slogan {
  background-color:#3b3b3b;
  color:#fff;
  border: 5px solid #fff;
  margin-top: 55px;
  min-height: 200px;
}
.slogan p span {
  font-size: 45px;
  color: #585756;
  position: absolute;
  right: 0;
  top: 50px;  
}
.slogan img {
    position: absolute;
    bottom: 0;
    right: 0;
}

p {
    text-align: justify;
}
.moduletable h3 {
    display: none;
}
.mid-icerik {
    margin-top: 35px;
}
.custom ul {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  	margin-top:25px;
}
.custom ul li {
    font-size: 15px;
  	border-bottom: 1px solid #1b191a;
}

.custom ul li a:hover {
    background-color: #c6353c;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.custom ul li a::after {
    content: "\e171";
    position: absolute;
    right: 0;
    padding-right: 5px;
    font-family: 'Glyphicons Halflings';
}
a.sexylightboxpreview:hover {
    text-decoration: none;
    opacity: 0.7;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.sis img {
    border: 3px solid #c7343b;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
div#SLB-Wrapper {
  z-index: 999999!important;
}
footer.no-print {
    margin-top: 5px;
}
footer .custom .container {
    padding-top: 20px;
    border-radius: 10px;
  	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.glyphicon-home:before,
.glyphicon-earphone:before,.glyphicon-envelope:before  {
    font-size: 50px;
    margin-left: 15px;
    color: #c6343e;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    background-color: #c6353c!important;
}