/*
 * Style tweaks
 * --------------------------------------------------
 */
 @media (max-width: 991px) {
    .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 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
  font-family: Verdana,Piboto;
  font-size: 16px;
  
}
body {
  padding-top: 70px;
}
footer {
  padding: 3px 0;
}
a {
    color: #000000b5;
    text-decoration: none;
}
.catblock {
    box-sizing: border-box;
    padding: 0px;
    margin-bottom: 12px;
    min-height: 245px;
    background-repeat: repeat-x;
    border: 0;
    zoom: 1;
    position: relative;
    background-color: rgba(34, 177, 191, 0.23);
   
    
}

.catblock ul {
    margin: 0 0 10px 0;
    padding: 0 0 0 15px;
}
.catblock h2 {
    margin: -3px 0 10px 0;
    font-family: Verdana;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    height: 40px;
    zoom: 1;
    position: relative;
    background-color: rgb(13, 153, 167);
    position: relative;
    
}
.catblock h2 a {
    text-decoration: none;
    color: #ffffff;
    line-height: 36px;
    margin-left: 5px;
} 
.catblock h2 a:hover {
    color: #cbedf0;
}
.navbar-inverse {
    background-color: #0d99a7;
    border-color: #0d99a7;
    background-image: none;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #0a8895;
}
.navbar-inverse .navbar-brand {
    color: #f9f9f9;
    text-decoration: underline;
    text-decoration-style: dashed;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a {
    background-image: none;
    background-color: #0a8996;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a:hover {
    background-image: none;
    //background-color: #1d692d;
    background-color: #2e6da4;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    //background-color: #1d692d;
    background-color: #2e6da4;
}
.center {
    text-align: center;
}
#jurper {
    display: none;
}
label.error {
    position: absolute;
    font-size: 10px;
    color: red;
    font-weight: normal;
    margin-right: 19px;
    margin-top: 26px;
    top: 0;
    right: 0;
}
.form-control.error {
    border-color: red;
}
.checkbox label, .radio label {
    min-width: 100%;
}
a.loginlink {
    display: block;
    text-align: right;
    font-size: 14px;
}
@media (max-width: 992px) {
    a.loginlink {
        text-align: left;
    }
    a.loginlink.first {
        margin-top: 20px;
    }
}

.rulestext {
    margin-top: 30px;
    border: solid 1px #ccc;
    padding: 15px;
    height: 350px;
    overflow-y: scroll ;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.rulestext h2 {
    margin-top: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ccc;
    font-size: 24px;
    padding-bottom: 5px;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
    }
}

table.table-ads tr td {
    vertical-align: middle;
    
}

/*.gallery {
    position: relative;
    height: 300px;
}
.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    height: 80%;
    width: 100%;
}
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}*/

.large {
    /*width: 850px;
    height: 478px;*/
    border: solid 1px #d2d2d2;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.small {
    margin-top: 15px;
}
.small img {
    width: 115px;
    height: 80px;
    border: solid 1px #dbdbdb;
    margin-right: 10px;
    box-sizing: border-box;
    cursor: pointer;
}
.small img.galsmall.active {
    opacity: 0.2;
}
.post_text {
    margin-top: 30px;
}

table.par {
    margin-top: 20px;
}
table.par td.par_name {
    color: #777;
    padding: 3px;
    font-weight: bold;
}
table.par td.par_value {
    color: #000;
    padding: 3px 10px;
    font-weight: bold;
}
.detail {
    text-align: right;
    color: #777;
    font-size: 14px;
}
span.foul {
    cursor: pointer;
    color: red;
}
a#send_mess {
    cursor: pointer;
}

.autohar {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.autohartitle {
    background-color: #0d99a7;
    font-weight: bold;
    padding: 3px 7px;
    color: white;
    font-family: "Arial Black", Gadget, sans-serif;
}
.harhead {
    background-color: #ededed;
    font-weight: bold;
    padding: 3px 7px;
    margin-bottom: 10px;
}
.autoharname {
    color: #ccc;
}
.autoharname.exist {
    color: #26a541;
    font-weight: bold;
}
a.sortlink {
    color: #ebebeb;
}
a.sortlink:hover {
    color: #fff;
    text-decoration: none;
}
a.sortlink.active {
    color: #ff8a00;
}
input.searchform, select.searchform, button.searchform {
    font-size: 14px;
    width: 95px;
    padding: 2px;
    margin-right: 2px;
    border: 1px solid #b9b9b9;
}
input.searchform {
    width: 90px;
}
input.searchform {
    margin-right: 2px;
    margin-top: 5px;
}
.form-inline.sform {
    font-size: 14px;
}
button.searchform {
    background-color: #337ab7;
    color: #ffffff;
    margin-top: 10px;
}
button.searchform:hover {
    color: #fff;
}
.catblock ul li {
    color: #030303;
}
.catblock ul li a {
    color: #030303;
}
.catblock ul li a:hover {
    color: #0a828e;
    font-weight: bold;
    
}
span.ads_price {
    font-size: 30px;
    color: #11981f;
}
#auto_equipt {
    display: none;
}
.btn-komp {
    background-color: #0d99a7;
    background-image: none;
    color: #ffffff;
    border-color: #0d99a7;
    text-shadow: none;
}
.btn-komp:hover {
    background-color: #0c8894;
    background-image: none;
    color: #fff;
    border-color: #175d9a;
    font-weight: bold;
}
.btn-komp:focus {
    background-color: #0c8894;
    background-image: none;
    color: #fff;
    border-color: #ffffff;
    font-weight: bold;
}

table.table-ads tr td.cwide {
        display: none;
    }
@media (max-width: 768px) {
    table.table-ads tr td.cwide {
        display: table-cell;
    }
    table.table-ads tr td.vwide {
        display: none;
    }
}
p.muted {
    font-size: 14px;
}
.flink {
    font-size: 14px;
    letter-spacing: 0.9;
    text-align: center;
}
.flink > a {
    font-size: 14px;
    letter-spacing: 0.9;
}

.catblock h2 img {
    float: right;
    width: 50px;
    margin-top: -1px;
    margin-right: 3px;
}
/*.panel.panel-default {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}*/
.panel.panel-default {
    background-image: -webkit-linear-gradient(top, #e9e9e9 0%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #e9e9e9 0%, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #e9e9e9 0%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#e9e9e9', GradientType=0);
    background-repeat: repeat-x;
    border: solid 1px #ccc;
}

footer {
    color: #2f8f0c;
    font-family: Verdana;
    font-weight: 510;
}

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0;
    background-color: #0d99a7;
    color: white;
}
td.price_coll {
    font-weight: bolder;
    color: #198a39;
}
a.navbar-brand {
    font-weight: bolder;
    font-size: x-large;

}
hr {
    margin-top: 2px;
    margin-bottom: 2px;
    border: 0;
    border-top: 1px solid #eee;
}

.col-xs-6.col-sm-6 {
    background-color: rgba(34, 177, 191, 0.23);
    border: 0;
    zoom: 1;
    position: relative;
    box-sizing: border-box;
    border: solid 2px #ffffff;
}
    td.vwide {
    font-weight: 550;
}
    
.reklama-horizontal {
    margin-bottom: 20px;
    background-color: #efefef;
}  

.breadcrumb>.active {
    color: #ffffff;
    font-weight: bold;
} 

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: rgb(13, 153, 167);
    border-radius: 4px;
    border: solid 1px #ccc;
}
button.searchform:hover {
    background-color: #2f70a9;
    font-weight: bold;
}
.col-xs-12.col-sm-6.col-lg-3 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}


