body {
  background-color: #F5F5F5;
}



.addr {
  font-size: 20px;
}

.showallworktime {
  font-size: 12px;
}

.showallworktime a {
    color: gray;
    text-decoration: none;
    border-bottom: 1px dashed gray;
}

.showallworktime a:hover {
    color: #005580;
    text-decoration: none;
    border-bottom: 1px dashed #005580;
}

/* Generic icon styles */


.icon_map {background:url(images/icon_map_marker.png) 15px center no-repeat; padding:1.1em 15px 1.1em 50px !important;}
.icon_afisha {background:url(images/icon_afisha.png) 15px center no-repeat; padding:1.1em 15px 1.1em 50px !important;}
.icon_news {background:url(images/icon_news.png) 15px center no-repeat; padding:1.1em 15px 1.1em 50px !important;}
.icon_catalog {background:url(images/icon_catalog.png) 15px center no-repeat; padding:1.1em 15px 1.1em 50px !important;}

.icon_cat {display: block; padding:1.1em 15px 1.1em 50px !important;}
.icon_bread {background:url(images/icon_bread.png) center no-repeat;}
.icon_cup {background:url(images/icon_cup.png) center no-repeat;}
.icon_coctail {background:url(images/icon_coctail.png) center no-repeat;}
.icon_hotel {background:url(images/icon_hotel.png) center no-repeat;}
.icon_sto {background:url(images/icon_sto.png) center no-repeat;}
.icon_fuel {background:url(images/icon_fuel.png) center no-repeat;}
.icon_hospital {background:url(images/icon_hospital.png) center no-repeat;}
.icon_bankomat {background:url(images/icon_bankomat.png) center no-repeat;}

.icon_tag {background:url(images/icon_tag.png) 15px center no-repeat; padding:1.1em 15px 1.1em 50px !important;}
.icon_phone {background:url(images/icon_phone.png) 0px center no-repeat; padding:0 0 0 20px !important;}
.icon_fax {background:url(images/icon_fax.png) 0px center no-repeat; padding:0 0 0 20px !important;}
.icon_mobile {background:url(images/icon_mobile.png) 0px center no-repeat; padding:0 0 0 20px !important;}
.icon_skype {background:url(images/icon_skype.png) 0px center no-repeat; padding:0 0 0 20px !important;}
.icon_icq {background:url(images/icon_icq.png) 0px center no-repeat; padding:0 0 0 20px !important;}
.icon_site {background:url(images/icon_site.png) 0px center no-repeat; padding:0 0 0 20px !important;}
.icon_email {background:url(images/icon_email.png) 0px center no-repeat; padding:0 0 0 20px !important;}
/* 26x26 pixels */

/* redrow town selector */
.currtown {
    position: absolute;
    font-size: 18px;
    right: 118px;
    top: 26px;
    text-decoration: none;
}
.currtown button span {
    border-bottom: 1px dotted;
}
.currtown button:hover {
    text-decoration: none;
}

/* redrow */
.redrow {
    background-color: #af0606;
    background-image: -moz-linear-gradient(top, #dd0303, #af0606);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#dd0303),to(#af0606));
    background-image: -webkit-linear-gradient(top, #dd0303, #af0606);
    background-image: -o-linear-gradient(top, #dd0303, #af0606);
    background-image: linear-gradient(to bottom, #dd0303, #af0606);
    background-repeat: repeat-x;
    padding: 25px 0;
}

.searchbtn {
    color: #fff;
    text-shadow: 1px 0 0 1px rgba(255, 255, 0, 255);
    background-color: #b00b0b;
    background-image: -moz-linear-gradient(top, #dd0303, #b00b0b);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#dd0303),to(#b00b0b));
    background-image: -webkit-linear-gradient(top, #dd0303, #b00b0b);
    background-image: -o-linear-gradient(top, #dd0303, #b00b0b);
    background-image: linear-gradient(to bottom, #dd0303, #b00b0b);
    background-repeat: repeat-x;
}

.searchbtn:hover {
    background-color: #b00b0b;
    background-position: 0 -15px;
    color: #fff;
}
.searchhelp {
    color: #dd0303;
    font-weight: 700;
}
.searchdescr {
    font-size: 10pt;
}
.content {
     margin-left:0;
     min-height: 600px;
     background-color: #fff;
}
.yellownav {
    background-color: #fff1cf;
}
.footer{
    background-color: #2d2d2d;
    min-height: 150px;
}

/* lists */
.clicklist {
    list-style: none;
    margin: 0;
    padding: 0;
}
.clicklist li{
    padding: 5px 10px;
}

.biglist li{
    line-height: 40px;
    font-size: 20px;
}

.clicklist li a{
    font-weight: bold;
    color: #333;
    text-shadow: 0 1px 0 white;
}

.numlist {
    position:absolute;
    width:32px;
    height: 32px;
    margin-left: -35px;
    line-height: 1.2;
}
.descrlist ,.descrlist:hover, .descrlist p{
    color: gray;
    text-decoration: none;
    margin:0;
    padding: 0;
}
.clicklist address {
    margin-bottom: 0;
}


.margin-left-30 {
    margin-left: 30px;
}


/* card page */
dl.rows-border dd, dl.rows-border dt{
    border-bottom: #6c757d dotted 1px;
    padding-bottom: 5px;
    padding-top: 5px;
}

            #morephoto {
                font-size: 16px;
                padding-top: 45px;
                display: block;
            }

            .hero h1 {
                border: none;
            }

            .divider-separator {
                border-top-style: solid;
                border-top-width: 3px;
                border-top-color: #e74c3c;
                width: 100px;
                margin-bottom: 20px;
            }

            h1, h2, h3 {
                margin-top: 30px;
                padding-bottom: 5px;
                /* border-bottom: 2px solid #c90404;
                color: #c90404; */
            }

            h1 {
                font-size: 28px;
            }

            h2 {
                font-size: 26px;
            }

            h3 {
                font-size: 24px;
            }

            h4 {
                font-size: 22px;
            }
            h1 small {
                font-size: 22px;
            }

            h2 small {
                font-size: 20px;
            }

            h3 small {
                font-size: 18px;
            }

            h4 small {
                font-size: 14px;
            }


.bn-internet {
    width: 257px;
    height: 304px;
    position: fixed;
    top: 400px;
    margin-left: -258px;
    background-image: url(/images/internet.png);
    z-index: 0;
    cursor: pointer;
    transition: 1s;
}

.bn-internet:hover {
    width: 437px;
    margin-left: -140px;
    z-index: 1;
    transition: 1s;
}

.bn-internet a {
    color: transparent;
}

/* bootstrap */

.bg-warning-lite {
    background-color: #fff2ca!important;
}


/* ================= */

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


@media screen and (max-width : 992px){
  .container.main {
      padding-right: 0;
      padding-left: 0;
  }
}
