body {
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}
html, body { min-height: 100%; }
body.loading {
    background: #ffffff url('../../logo-rotat.gif') no-repeat 50% 50%;
    background-size: 200px 200px;
    -webkit-transition: background-color 0;
    transition: background-color 0;
    opacity: 0;
    -webkit-transition: opacity 0;
    transition: opacity 0;
}

.header-exist {
    padding-top: 70px;
}

.header-no-exist {
    padding-top: 10px;
}

@media screen and (max-width: 480px){
    .btn-order{
        width: 23%;
        padding: 6px 2px;
    }
}

.divider{
    display: block;
    content: '';
    width:100%;
    height: 1px;
    background-color: #dedede;
    margin-bottom: 22px;
    margin-top: 16px;
}

.mr-r{
    width: 75%;
    display: inline;
}

.mr-rr{
    width: 49%;
    display: inline;
}

.inline-form-control{
    display: inline;
}

.padi{
    margin: 10px 10px;
}

.btna{
    font-size: 25px;
    padding: 20px 20px;
}

.hav{
    height: 290px;
}

.no-visual{
    display: none;
}

.low-ocupacy{
    background-color: #030303;
}

.no-left-padding{
    padding: 0;
}

.folding-margin{
    margin: 5px 0px;
}

.radio label > div {

    cursor: pointer;
}

.radio input[type="radio"]:checked+label > div{
    background-color: #6be062;
    border-color: #50a04e;
    color: black;
}

.table-hover tbody tr:hover td{
    background-color: #fce6c4;
}

.legend{
    border: 1px solid #cfcfcf;
}

.form-group.required .control-label:after {
    content:"*";
    color: #d63026;
    font-size: 1em;
    position: relative;
    top: 0px;
    left: 3px;
}

/*Review*/
/*Центриране на звездичките*/
.stars{
    max-width: 140px;
    margin: auto;
    padding: 0px;
}

.rating {
    float: left;
    border:none;
}
.rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0, 0, 0, 0);
}
.rating:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
    color:#ddd;
}
.rating:not(:checked) > label:before {
    content:'★ ';
}
.rating > input:checked ~ label {
    color: #f70;
}
.rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
    color: gold;
}
.rating > input:checked + label:hover, .rating > input:checked + label:hover ~ label, .rating > input:checked ~ label:hover, .rating > input:checked ~ label:hover ~ label, .rating > label:hover ~ input:checked ~ label {
    color: #ea0;
}

.rating > label:active {
    position:relative;
}

.bg-varna{
    background-color: #e8f7f9;
}

.decoration-varna{
    text-decoration: underline;
}

.bg-stara-zagora{
    background-color: #ceffd6;
}

.decoration-stara-zagora{
    text-decoration-line: underline;
    text-decoration-style: wavy;
}

.bg-plovdiv{
    background-color: #fcf7bd;
}

.decoration-plovdiv{
    text-decoration-line: underline;
    text-decoration-style: double;
}

.bg-sofia{
    background-color: #ffdedf;
}

.decoration-sofia{
    text-decoration-line: overline;
    text-decoration-style: solid;
}

.bg-ruse{
    background-color: #e3ceff;
}

.bg-shumen{
    background-color: #ffe9ce;
}

.bg-tarnovo{
    background-color: #c6ffee;
}

.bg-gabrovo{
    background-color: #ffbbdc;
}


/*Край звездички оценяване*/

/* Начало собствен дизайн на бутони*/
.btn-fold-sel {
    color: #ffffff;
    background-color: #de00a7;
    border-color: #da0090;
}
.btn-fold-sel:focus,
.btn-fold-sel.focus {
    color: #fff;
    background-color: #d500a1;
    border-color: #a6008d;
}
.btn-fold-sel:hover {
    color: #fff;
    background-color: #c900a1;
    border-color: #bc009a;
}
.btn-fold-sel:active,
.btn-fold-sel.active,
.open > .dropdown-toggle.btn-fold-sel {
    color: #fff;
    background-color: #d500b3;
    border-color: #bc00a4;
}
.btn-fold-sel:active:hover,
.btn-fold-sel.active:hover,
.open > .dropdown-toggle.btn-fold-sel:hover,
.btn-fold-sel:active:focus,
.btn-fold-sel.active:focus,
.open > .dropdown-toggle.btn-fold-sel:focus,
.btn-fold-sel:active.focus,
.btn-fold-sel.active.focus,
.open > .dropdown-toggle.btn-fold-sel.focus {
    color: #fff;
    background-color: #bc009b;
    border-color: #850069;
}
.btn-fold-sel:active,
.btn-fold-sel.active,
.open > .dropdown-toggle.btn-fold-sel {
    background-image: none;
}
.btn-fold-sel.disabled:hover,
.btn-fold-sel[disabled]:hover,
fieldset[disabled] .btn-fold:hover,
.btn-fold-sel.disabled:focus,
.btn-fold-sel[disabled]:focus,
fieldset[disabled] .btn-fold-sel:focus,
.btn-fold-sel.disabled.focus,
.btn-fold-sel[disabled].focus,
fieldset[disabled] .btn-fold-sel.focus {
    background-color: #de00ba;
    border-color: #da00a9;
}
.btn-fold-sel .badge {
    color: #de00b7;
    background-color: #fff;
}



.btn-fold {
    color: #ffffff;
    background-color: #273bde;
    border-color: #0611da;
}
.btn-fold:focus,
.btn-fold.focus {
    color: #fff;
    background-color: #2539d5;
    border-color: #0528a6;
}
.btn-fold:hover {
    color: #fff;
    background-color: #2e46d5;
    border-color: #0a1ebc;
}
.btn-fold:active,
.btn-fold.active,
.open > .dropdown-toggle.btn-fold {
    color: #fff;
    background-color: #1f2dd5;
    border-color: #0021bc;
}
.btn-fold:active:hover,
.btn-fold.active:hover,
.open > .dropdown-toggle.btn-fold:hover,
.btn-fold:active:focus,
.btn-fold.active:focus,
.open > .dropdown-toggle.btn-fold:focus,
.btn-fold:active.focus,
.btn-fold.active.focus,
.open > .dropdown-toggle.btn-fold.focus {
    color: #fff;
    background-color: #142fbc;
    border-color: #001f85;
}
.btn-fold:active,
.btn-fold.active,
.open > .dropdown-toggle.btn-fold {
    background-image: none;
}
.btn-fold.disabled:hover,
.btn-fold[disabled]:hover,
fieldset[disabled] .btn-fold:hover,
.btn-fold.disabled:focus,
.btn-fold[disabled]:focus,
fieldset[disabled] .btn-fold:focus,
.btn-fold.disabled.focus,
.btn-fold[disabled].focus,
fieldset[disabled] .btn-fold.focus {
    background-color: #1f3bde;
    border-color: #1026da;
}
.btn-fold .badge {
    color: #0025de;
    background-color: #fff;
}


.btn-fold-varna {
    color: #ffffff;
    background-color: #1b30d7;
    border-color: #0b14b0;
}
.btn-fold-varna:focus,
.btn-fold-varna.focus {
    color: #fff;
    background-color: #1228d9;
    border-color: #031f81;
}
.btn-fold-varna:hover {
    color: #fff;
    background-color: #253fd5;
    border-color: #1122a9;
}
.btn-fold-varna:active,
.btn-fold-varna.active,
.open > .dropdown-toggle.btn-fold-varna {
    color: #fff;
    background-color: #1423d3;
    border-color: #0d2ab4;
}
.btn-fold-varna:active:hover,
.btn-fold-varna.active:hover,
.open > .dropdown-toggle.btn-fold-varna:hover,
.btn-fold-varna:active:focus,
.btn-fold-varna.active:focus,
.open > .dropdown-toggle.btn-fold-varna:focus,
.btn-fold-varna:active.focus,
.btn-fold-varna.active.focus,
.open > .dropdown-toggle.btn-fold-varna.focus {
    color: #fff;
    background-color: #1423d3;
    border-color: #0d2ab4;
}
.btn-fold-varna:active,
.btn-fold-varna.active,
.open > .dropdown-toggle.btn-fold-varna {
    background-image: none;
}
.btn-fold-varna.disabled:hover,
.btn-fold-varna[disabled]:hover,
fieldset[disabled] .btn-fold-varna:hover,
.btn-fold-varna.disabled:focus,
.btn-fold-varna[disabled]:focus,
fieldset[disabled] .btn-fold-varna:focus,
.btn-fold-varna.disabled.focus,
.btn-fold-varna[disabled].focus,
fieldset[disabled] .btn-fold-varna.focus {
    background-color: #1423d3;
    border-color: #0d2ab4;
}
.btn-fold-varna .badge {
    color: #1423d3;
    background-color: #fff;
}



.btn-fold-plovdiv {
    color: #ffffff;
    background-color: #ea3737;
    border-color: #ea2323;
}
.btn-fold-plovdiv:focus,
.btn-fold-plovdiv.focus {
    color: #fff;
    background-color: #e51616;
    border-color: #d20404;
}
.btn-fold-plovdiv:hover {
    color: #fff;
    background-color: #d54040;
    border-color: #b62929;
}
.btn-fold-plovdiv:active,
.btn-fold-plovdiv.active,
.open > .dropdown-toggle.btn-fold-plovdiv {
    color: #fff;
    background-color: #d54040;
    border-color: #b62929;
}
.btn-fold-plovdiv:active:hover,
.btn-fold-plovdiv.active:hover,
.open > .dropdown-toggle.btn-fold-plovdiv:hover,
.btn-fold-plovdiv:active:focus,
.btn-fold-plovdiv.active:focus,
.open > .dropdown-toggle.btn-fold-plovdiv:focus,
.btn-fold-plovdiv:active.focus,
.btn-fold-plovdiv.active.focus,
.open > .dropdown-toggle.btn-fold-plovdiv.focus {
    color: #fff;
    background-color: #d54040;
    border-color: #b62929;
}
.btn-fold-plovdiv:active,
.btn-fold-plovdiv.active,
.open > .dropdown-toggle.btn-fold-plovdiv {
    background-image: none;
}
.btn-fold-plovdiv.disabled:hover,
.btn-fold-plovdiv[disabled]:hover,
fieldset[disabled] .btn-fold-plovdiv:hover,
.btn-fold-plovdiv.disabled:focus,
.btn-fold-plovdiv[disabled]:focus,
fieldset[disabled] .btn-fold-plovdiv:focus,
.btn-fold-plovdiv.disabled.focus,
.btn-fold-plovdiv[disabled].focus,
fieldset[disabled] .btn-fold-plovdiv.focus {
    background-color: #d54040;
    border-color: #b62929;
}
.btn-fold-plovdiv .badge {
    color: #d54040;
    background-color: #fff;
}



.btn-fold-burgas {
    color: #000000;
    background-color: #fafbfd;
    border-color: #e1e2e5;
}
.btn-fold-burgas:focus,
.btn-fold-burgas.focus {
    color: #000000;
    background-color: #eaeefa;
    border-color: #cdd4ec;
}
.btn-fold-burgas:hover {
    color: #000000;
    background-color: #d9e0f6;
    border-color: #b5bdd3;
}
.btn-fold-burgas:active,
.btn-fold-burgas.active,
.open > .dropdown-toggle.btn-fold-burgas {
    color: #000000;
    background-color: #d9e0f6;
    border-color: #b5bdd3;
}
.btn-fold-burgas:active:hover,
.btn-fold-burgas.active:hover,
.open > .dropdown-toggle.btn-fold-burgas:hover,
.btn-fold-burgas:active:focus,
.btn-fold-burgas.active:focus,
.open > .dropdown-toggle.btn-fold-burgas:focus,
.btn-fold-burgas:active.focus,
.btn-fold-burgas.active.focus,
.open > .dropdown-toggle.btn-fold-burgas.focus {
    color: #000000;
    background-color: #d9e0f6;
    border-color: #b5bdd3;
}
.btn-fold-burgas:active,
.btn-fold-burgas.active,
.open > .dropdown-toggle.btn-fold-burgas {
    background-image: none;
}
.btn-fold-burgas.disabled:hover,
.btn-fold-burgas[disabled]:hover,
fieldset[disabled] .btn-fold-burgas:hover,
.btn-fold-burgas.disabled:focus,
.btn-fold-burgas[disabled]:focus,
fieldset[disabled] .btn-fold-burgas:focus,
.btn-fold-burgas.disabled.focus,
.btn-fold-burgas[disabled].focus,
fieldset[disabled] .btn-fold-burgas.focus {
    background-color: #d9e0f6;
    border-color: #b5bdd3;
}
.btn-fold-burgas .badge {
    color: #000000;
    background-color: #b5bdd3;
}




.btn-fold-region1 {
    color: #ffffff;
    background-color: #387fde;
    border-color: #0b3eda;
}
.btn-fold-region1:focus,
.btn-fold-region1.focus {
    color: #fff;
    background-color: #2e64d5;
    border-color: #0a52a6;
}
.btn-fold-region1:hover {
    color: #fff;
    background-color: #3876d5;
    border-color: #1155bc;
}
.btn-fold-region1:active,
.btn-fold-region1.active,
.open > .dropdown-toggle.btn-fold-region1 {
    color: #fff;
    background-color: #296cd5;
    border-color: #0163bc;
}
.btn-fold-region1:active:hover,
.btn-fold-region1.active:hover,
.open > .dropdown-toggle.btn-fold-region1:hover,
.btn-fold-region1:active:focus,
.btn-fold-region1.active:focus,
.open > .dropdown-toggle.btn-fold-region1:focus,
.btn-fold-region1:active.focus,
.btn-fold-region1.active.focus,
.open > .dropdown-toggle.btn-fold-region1.focus {
    color: #fff;
    background-color: #1855bc;
    border-color: #044485;
}
.btn-fold-region1:active,
.btn-fold-region1.active,
.open > .dropdown-toggle.btn-fold-region1 {
    background-image: none;
}
.btn-fold-region1.disabled:hover,
.btn-fold-region1[disabled]:hover,
fieldset[disabled] .btn-fold-region1:hover,
.btn-fold-region1.disabled:focus,
.btn-fold-region1[disabled]:focus,
fieldset[disabled] .btn-fold-region1:focus,
.btn-fold-region1.disabled.focus,
.btn-fold-region1[disabled].focus,
fieldset[disabled] .btn-fold-region1.focus {
    background-color: #2b74de;
    border-color: #1664da;
}
.btn-fold-region1 .badge {
    color: #055cde;
    background-color: #fff;
}



.btn-fold-zagora {
    color: #ffffff;
    background-color: #52f555;
    border-color: #3dc73f;
}
.btn-fold-zagora:focus,
.btn-fold-zagora.focus {
    color: #fff;
    background-color: #44cc46;
    border-color: #30af32;
}
.btn-fold-zagora:hover {
    color: #fff;
    background-color: #30bb32;
    border-color: #198d1b;
}
.btn-fold-zagora:active,
.btn-fold-zagora.active,
.open > .dropdown-toggle.btn-fold-zagora {
    color: #fff;
    background-color: #44cc46;
    border-color: #30af32;
}
.btn-fold-zagora:active:hover,
.btn-fold-zagora.active:hover,
.open > .dropdown-toggle.btn-fold-zagora:hover,
.btn-fold-zagora:active:focus,
.btn-fold-zagora.active:focus,
.open > .dropdown-toggle.btn-fold-zagora:focus,
.btn-fold-zagora:active.focus,
.btn-fold-zagora.active.focus,
.open > .dropdown-toggle.btn-fold-zagora.focus {
    color: #fff;
    background-color: #44cc46;
    border-color: #30af32;
}
.btn-fold-zagora:active,
.btn-fold-zagora.active,
.open > .dropdown-toggle.btn-fold-zagora {
    background-image: none;
}
.btn-fold-zagora.disabled:hover,
.btn-fold-zagora[disabled]:hover,
fieldset[disabled] .btn-fold-zagora:hover,
.btn-fold-zagora.disabled:focus,
.btn-fold-zagora[disabled]:focus,
fieldset[disabled] .btn-fold-zagora:focus,
.btn-fold-zagora.disabled.focus,
.btn-fold-zagora[disabled].focus,
fieldset[disabled] .btn-fold-zagora.focus {
    background-color: #44cc46;
    border-color: #30af32;
}
.btn-fold-zagora .badge {
    color: #44cc46;
    background-color: #fff;
}




.btn-fold-sofia {
    color: #ffffff;
    background-color: #637bf6;
    border-color: #3c54d3;
}
.btn-fold-sofia:focus,
.btn-fold-sofia.focus {
    color: #fff;
    background-color: #7488ef;
    border-color: #4559bd;
}
.btn-fold-sofia:hover {
    color: #fff;
    background-color: #4a67fa;
    border-color: #2841c2;
}
.btn-fold-sofia:active,
.btn-fold-sofia.active,
.open > .dropdown-toggle.btn-fold-sofia {
    color: #fff;
    background-color: #7488ef;
    border-color: #4559bd;
}
.btn-fold-sofia:active:hover,
.btn-fold-sofia.active:hover,
.open > .dropdown-toggle.btn-fold-sofia:hover,
.btn-fold-sofia:active:focus,
.btn-fold-sofia.active:focus,
.open > .dropdown-toggle.btn-fold-sofia:focus,
.btn-fold-sofia:active.focus,
.btn-fold-sofia.active.focus,
.open > .dropdown-toggle.btn-fold-sofia.focus {
    color: #fff;
    background-color: #7488ef;
    border-color: #4559bd;
}
.btn-fold-sofia:active,
.btn-fold-sofia.active,
.open > .dropdown-toggle.btn-fold-sofia {
    background-image: none;
}
.btn-fold-sofia.disabled:hover,
.btn-fold-sofia[disabled]:hover,
fieldset[disabled] .btn-fold-sofia:hover,
.btn-fold-sofia.disabled:focus,
.btn-fold-sofia[disabled]:focus,
fieldset[disabled] .btn-fold-sofia:focus,
.btn-fold-sofia.disabled.focus,
.btn-fold-sofia[disabled].focus,
fieldset[disabled] .btn-fold-sofia-zagora.focus {
    background-color: #7488ef;
    border-color: #4559bd;
}
.btn-fold-sofia .badge {
    color: #7488ef;
    background-color: #fff;
}





.btn-fold-region2 {
    color: #ffffff;
    background-color: #6f4bde;
    border-color: #5314da;
}
.btn-fold-region2:focus,
.btn-fold-region2.focus {
    color: #fff;
    background-color: #723cd5;
    border-color: #340aa6;
}
.btn-fold-region2:hover {
    color: #fff;
    background-color: #7340d5;
    border-color: #511abc;
}
.btn-fold-region2:active,
.btn-fold-region2.active,
.open > .dropdown-toggle.btn-fold-region2 {
    color: #fff;
    background-color: #6c30d5;
    border-color: #4305bc;
}
.btn-fold-region2:active:hover,
.btn-fold-region2.active:hover,
.open > .dropdown-toggle.btn-fold-region2:hover,
.btn-fold-region2:active:focus,
.btn-fold-region2.active:focus,
.open > .dropdown-toggle.btn-fold-region2:focus,
.btn-fold-region2:active.focus,
.btn-fold-region2.active.focus,
.open > .dropdown-toggle.btn-fold-region2.focus {
    color: #fff;
    background-color: #6023bc;
    border-color: #3d0585;
}
.btn-fold-region2:active,
.btn-fold-region2.active,
.open > .dropdown-toggle.btn-fold-region2 {
    background-image: none;
}
.btn-fold-region2.disabled:hover,
.btn-fold-region2[disabled]:hover,
fieldset[disabled] .btn-fold-region2:hover,
.btn-fold-region2.disabled:focus,
.btn-fold-region2[disabled]:focus,
fieldset[disabled] .btn-fold-region2:focus,
.btn-fold-region2.disabled.focus,
.btn-fold-region2[disabled].focus,
fieldset[disabled] .btn-fold-region2.focus {
    background-color: #7c33de;
    border-color: #661ada;
}
.btn-fold-region2 .badge {
    color: #4600de;
    background-color: #fff;
}


.btn-wash-sel {
    color: #000000;
    background-color: #ded91c;
    border-color: #d8da60;
}
.btn-wash-sel:focus,
.btn-wash-sel.focus {
    color: #fff;
    background-color: #d0d50b;
    border-color: #a5a61d;
}
.btn-wash-sel:hover {
    color: #fff;
    background-color: #d1d520;
    border-color: #bcbb61;
}
.btn-wash-sel:active,
.btn-wash-sel.active,
.open > .dropdown-toggle.btn-wash-sel {
    color: #fff;
    background-color: #d1d518;
    border-color: #b8bc33;
}
.btn-wash-sel:active:hover,
.btn-wash-sel.active:hover,
.open > .dropdown-toggle.btn-wash-sel:hover,
.btn-wash-sel:active:focus,
.btn-wash-sel.active:focus,
.open > .dropdown-toggle.btn-wash-sel:focus,
.btn-wash-sel:active.focus,
.btn-wash-sel.active.focus,
.open > .dropdown-toggle.btn-wash-sel.focus {
    color: #fff;
    background-color: #b9bc19;
    border-color: #858228;
}
.btn-wash-sel:active,
.btn-wash-sel.active,
.open > .dropdown-toggle.btn-wash-sel {
    background-image: none;
}
.btn-wash-sel.disabled:hover,
.btn-wash-sel[disabled]:hover,
fieldset[disabled] .btn-wash-sel:hover,
.btn-wash-sel.disabled:focus,
.btn-wash-sel[disabled]:focus,
fieldset[disabled] .btn-wash-sel:focus,
.btn-wash-sel.disabled.focus,
.btn-wash-sel[disabled].focus,
fieldset[disabled] .btn-wash-sel.focus {
    background-color: #d7de17;
    border-color: #dad735;
}
.btn-wash-sel .badge {
    color: #dede46;
    background-color: #fff;
}


.btn-wash {
    color: #fff;
    background-color: #de3c3f;
    border-color: #da0000;
}
.btn-wash:focus,
.btn-wash.focus {
    color: #fff;
    background-color: #d53a44;
    border-color: #a60001;
}
.btn-wash:hover {
    color: #fff;
    background-color: #d55154;
    border-color: #bc3639;
}
.btn-wash:active,
.btn-wash.active,
.open > .dropdown-toggle.btn-wash {
    color: #fff;
    background-color: #d54b52;
    border-color: #bc1317;
}
.btn-wash:active:hover,
.btn-wash.active:hover,
.open > .dropdown-toggle.btn-wash:hover,
.btn-wash:active:focus,
.btn-wash.active:focus,
.open > .dropdown-toggle.btn-wash:focus,
.btn-wash:active.focus,
.btn-wash.active.focus,
.open > .dropdown-toggle.btn-wash.focus {
    color: #fff;
    background-color: #bc3137;
    border-color: #85120f;
}
.btn-wash:active,
.btn-wash.active,
.open > .dropdown-toggle.btn-wash {
    background-image: none;
}
.btn-wash.disabled:hover,
.btn-wash[disabled]:hover,
fieldset[disabled] .btn-wash:hover,
.btn-wash.disabled:focus,
.btn-wash[disabled]:focus,
fieldset[disabled] .btn-wash:focus,
.btn-wash.disabled.focus,
.btn-wash[disabled].focus,
fieldset[disabled] .btn-wash.focus {
    background-color: #de3d46;
    border-color: #da4245;
}
.btn-wash .badge {
    color: #de3235;
    background-color: #fff;
}


.btn-wash-region1 {
    color: #fff;
    background-color: #de7a5b;
    border-color: #da0000;
}
.btn-wash-region1:focus,
.btn-wash-region1.focus {
    color: #fff;
    background-color: #d55f65;
    border-color: #a60001;
}
.btn-wash-region1:hover {
    color: #fff;
    background-color: #d58368;
    border-color: #bc4144;
}
.btn-wash-region1:active,
.btn-wash-region1.active,
.open > .dropdown-toggle.btn-wash-region1 {
    color: #fff;
    background-color: #d57869;
    border-color: #bc4140;
}
.btn-wash-region1:active:hover,
.btn-wash-region1.active:hover,
.open > .dropdown-toggle.btn-wash-region1:hover,
.btn-wash-region1:active:focus,
.btn-wash-region1.active:focus,
.open > .dropdown-toggle.btn-wash-region1:focus,
.btn-wash-region1:active.focus,
.btn-wash-region1.active.focus,
.open > .dropdown-toggle.btn-wash-region1.focus {
    color: #fff;
    background-color: #bc474a;
    border-color: #852f2a;
}
.btn-wash-region1:active,
.btn-wash-region1.active,
.open > .dropdown-toggle.btn-wash-region1 {
    background-image: none;
}
.btn-wash-region1.disabled:hover,
.btn-wash-region1[disabled]:hover,
fieldset[disabled] .btn-wash-region1:hover,
.btn-wash-region1.disabled:focus,
.btn-wash-region1[disabled]:focus,
fieldset[disabled] .btn-wash-region1:focus,
.btn-wash-region1.disabled.focus,
.btn-wash-region1[disabled].focus,
fieldset[disabled] .btn-wash-region1.focus {
    background-color: #de565d;
    border-color: #da5d5c;
}
.btn-wash-region1 .badge {
    color: #de5158;
    background-color: #fff;
}


.btn-wash-region2 {
    color: #fff;
    background-color: #dea340;
    border-color: #da884d;
}
.btn-wash-region2:focus,
.btn-wash-region2.focus {
    color: #fff;
    background-color: #d59344;
    border-color: #a65129;
}
.btn-wash-region2:hover {
    color: #fff;
    background-color: #d5a161;
    border-color: #bc6f56;
}
.btn-wash-region2:active,
.btn-wash-region2.active,
.open > .dropdown-toggle.btn-wash-region2 {
    color: #fff;
    background-color: #d58d67;
    border-color: #bc704f;
}
.btn-wash-region2:active:hover,
.btn-wash-region2.active:hover,
.open > .dropdown-toggle.btn-wash-region2:hover,
.btn-wash-region2:active:focus,
.btn-wash-region2.active:focus,
.open > .dropdown-toggle.btn-wash-region2:focus,
.btn-wash-region2:active.focus,
.btn-wash-region2.active.focus,
.open > .dropdown-toggle.btn-wash-region2.focus {
    color: #fff;
    background-color: #bc7a59;
    border-color: #855745;
}
.btn-wash-region2:active,
.btn-wash-region2.active,
.open > .dropdown-toggle.btn-wash-region2 {
    background-image: none;
}
.btn-wash-region2.disabled:hover,
.btn-wash-region2[disabled]:hover,
fieldset[disabled] .btn-wash-region2:hover,
.btn-wash-region2.disabled:focus,
.btn-wash-region2[disabled]:focus,
fieldset[disabled] .btn-wash-region2:focus,
.btn-wash-region2.disabled.focus,
.btn-wash-region2[disabled].focus,
fieldset[disabled] .btn-wash-region2.focus {
    background-color: #de9765;
    border-color: #da916b;
}
.btn-wash-region2 .badge {
    color: #de7261;
    background-color: #fff;
}


/* Край собствен дизайн на бутони */

/*Цветовете на районите*/

.Център{
    background-color: #ff7738;
}
.Възраждане{
    background-color: #f0b033;
}
.Братя{
    background-color: #eff03b;
}
.Лазур{
    background-color: #a6f02d;
}
.Зорница{
    background-color: #60f047;
}
.Славейков{
    background-color: #59f099;
}
.Изгрев{
    background-color: #46dff0;
}
.Меден{
    background-color: #3e55f0;
}
.Перла{
    background-color: #58f049;
}
.Акациите{
    background-color: #70bff0;
}
.Победа{
    background-color: #6c89f0;
}
.Сарафово{
    background-color: #b176f0;
}
.Лозово{
    background-color: #da2ff0;
}
.Ветрен{
    background-color: #f04cc0;
}
.Банево{
    background-color: #f047a0;
}
.Долно{
    background-color: #f03d95;
}
.Горно{
    background-color: #f04c87;
}
.Крайморие{
    background-color: #b788f0;
}
.пети{
    background-color: #efacf0;
}
.Рудник{
    background-color: #c0f08d;
}
.Черно{
    background-color: #a6f07e;
}
.Поморие{
    background-color: #f08f7a;
}
.Ахелой{
    background-color: #f0a66b;
}
.Каблешково{
    background-color: #f0ae71;
}
.Равда{
    background-color: #7cf0a1;
}
.Несебър{
    background-color: #8df070;
}
.Слънчев{
    background-color: #b9f062;
}
.Свети{
    background-color: #adf036;
}
.Камено{
    background-color: #6ebaf0;
}
.Българово{
    background-color: #79f0a1;
}
.Айтос{
    background-color: #889ef0;
}
.Карнобат{
    background-color: #8275f0;
}
.Атия{
    background-color: #dc74f0;
}
.Черноморец{
    background-color: #f06fc4;
}
.Созопол{
    background-color: #f08b91;
}
.Приморско{
    background-color: #f07f6f;
}
.Китен{
    background-color: #f04e6c;
}
.Лозенец{
    background-color: #f0396b;
}
.Царево{
    background-color: #f0347e;
}
.Фондови{
    background-color: #f06873
}

.Смолян{
    background-color: #63a5f0
}

.Работнически{
    background-color: #edf06c
}

.Друго{
    background-color: #030303;
    color: #FFFFFF;
}

.Владиславово{
    background-color: #edf06c
}

.Младост{
    background-color: #a0f05d
}

.Христо{
    background-color: #f0c96c
}

.Варна{
    background-color: #f0aec2
}

.Чайка{
    background-color: #e9d1f0
}

.Левски{
    background-color: #d8e1f0
}

.Бриз{
    background-color: #aef0ee
}

.Траката{
    background-color: #93f0cb
}

.Виница{
    background-color: #e4cbf0
}

.Аспарухово{
    background-color: #cfdaf0
}

.Константин{
    background-color: #b9f0c3
}

.Ален{
    background-color: #f0e6b5
}

.Златни{
    background-color: #d0ebf0
}

.Одесос{
    background-color: #f0e6d1
}

.Приморски{
    background-color: #a3e3f0
}

/*стара загора*/
.Милев{
    background-color: #98f0ea
}

.Градински{
    background-color: #9df0cc
}

.Железник{
    background-color: #98f0b6
}

.Зора{
    background-color: #b9f09c
}

.Казански{
    background-color: #d9f0a2
}

.Македонски{
    background-color: #f0e091
}

.Опълченски{
    background-color: #f0b891
}

.Орбита{
    background-color: #f0978c
}

.Самара{
    background-color: #f095ad
}

.Студенски{
    background-color: #e099f0
}

.Чучура{
    background-color: #d894f0
}

/*Пловдив*/
.Беломорски{
    background-color: #b494f0
}

.Гаганица{
    background-color: #ac9bf0
}

.Гагарин{
    background-color: #90a6f0
}

.Гладно{
    background-color: #86acf0
}

.Западен{
    background-color: #80b6f0
}

.Захарна{
    background-color: #7ac8f0
}

.Каменица{
    background-color: #6dd8f0
}

.Каматево{
    background-color: #66f0cb
}

.Кършияка{
    background-color: #79f092
}

.Младежки{
    background-color: #89f072
}

.Остромила{
    background-color: #a2f06b
}

.Столипиново{
    background-color: #cff05a
}

.Съдийски{
    background-color: #f0e74d
}

.Тракия{
    background-color: #f0d33a
}

.Филипово{
    background-color: #f0bb3a
}

.Ботев{
    background-color: #f09037
}

.Смирненски{
    background-color: #f08239
}

.Южен{
    background-color: rgba(255, 118, 64, 0.68)
}
/*София*/
.Банишора{
    background-color: rgba(255, 48, 65, 0.52)
}

.Белите{
    background-color: rgba(255, 84, 199, 0.53)
}

.Бенковски{
    background-color: rgba(253, 86, 255, 0.44)
}

.Бусманци{
    background-color: rgba(195, 100, 240, 0.47)
}

.Бъкстоун{
    background-color: rgba(188, 114, 255, 0.4)
}

.Витоша{
    background-color: rgba(170, 144, 255, 0.5)
}

.Враждебна{
    background-color: rgba(119, 101, 255, 0.42)
}

.Връбница{
    background-color: rgba(114, 139, 255, 0.41)
}

.Гевгелийски{
    background-color: rgba(124, 237, 240, 0.5)
}

.баня{
    background-color: rgba(122, 240, 206, 0.51)
}

.Горубляне{
    background-color: rgba(107, 240, 168, 0.48)
}

.Делчев{
    background-color: rgba(143, 240, 103, 0.42)
}

.Градина{
    background-color: rgba(194, 240, 62, 0.47)
}

.Дианабад{
    background-color: rgba(240, 198, 51, 0.44)
}

.Дружба{
    background-color: rgba(240, 183, 48, 0.44)
}

.Дървеница{
    background-color: rgba(240, 143, 39, 0.47)
}

.парк{
    background-color: rgba(240, 89, 31, 0.51)
}

.Б-18{
    background-color: rgba(240, 37, 55, 0.44)
}

.Б-19{
    background-color: rgba(240, 65, 133, 0.35)
}

.Б-5{
    background-color: rgba(240, 31, 146, 0.31)
}

.Иван{
    background-color: rgba(172, 63, 240, 0.32)
}

.Изток{
    background-color: rgba(80, 64, 240, 0.31)
}

.Илинден{
    background-color: rgba(65, 125, 240, 0.31)
}

.Илиянци{
    background-color: rgba(75, 185, 240, 0.42)
}

.Казичене{
    background-color: rgba(63, 240, 187, 0.43)
}

.Карпузица{
    background-color: rgba(65, 240, 117, 0.44)
}

.Красна{
    background-color: rgba(70, 240, 69, 0.41)
}

.Красно{
    background-color: rgba(207, 240, 75, 0.45)
}

.Крива{
    background-color: rgba(240, 193, 62, 0.38)
}

.Кривина{
    background-color: rgba(240, 137, 60, 0.35)
}

.Кръстова{
    background-color: rgba(240, 58, 55, 0.27)
}

.Лагера{
    background-color: rgba(240, 54, 43, 0.18)
}

.Толстой{
    background-color: rgba(240, 55, 96, 0.17)
}

.Люлин{
    background-color: rgba(240, 61, 132, 0.2)
}

.Манастирски{
    background-color: rgba(240, 79, 172, 0.26)
}

.Младост{
    background-color: rgba(240, 69, 178, 0.24)
}

.Модерно{
    background-color: rgba(226, 87, 240, 0.25)
}

.Надежда{
    background-color: rgba(95, 59, 240, 0.24)
}

.Обеля{
    background-color: rgba(102, 139, 240, 0.27)
}

.Овча{
    background-color: rgba(88, 180, 240, 0.18)
}

.Орландовци{
    background-color: rgba(79, 227, 240, 0.18)
}

.Павлово{
    background-color: rgba(80, 240, 198, 0.27)
}

.Подуене{
    background-color: rgba(85, 240, 180, 0.26)
}

.Полигона{
    background-color: rgba(68, 240, 112, 0.26)
}

.Каньовица{
    background-color: rgba(95, 240, 101, 0.24)
}

.Република{
    background-color: rgba(156, 240, 84, 0.23)
}

.Троица{
    background-color: rgba(158, 240, 83, 0.22)
}

.Свобода{
    background-color: rgba(224, 240, 71, 0.22)
}

.Сердика{
    background-color: rgba(240, 166, 56, 0.25)
}

.Стрелбище{
    background-color: rgba(240, 74, 68, 0.22)
}

.Студенски{
    background-color: rgba(240, 68, 133, 0.19)
}

.Сухата{
    background-color: rgba(231, 107, 240, 0.2)
}

.Суходол{
    background-color: rgba(150, 89, 240, 0.22)
}

.Факултета{
    background-color: rgba(90, 85, 240, 0.24)
}

.Филиповци{
    background-color: rgba(73, 130, 240, 0.24)
}

.Хаджи{
    background-color: rgba(103, 169, 240, 0.25)
}

.Хиподрума{
    background-color: rgba(93, 160, 240, 0.23)
}

.Хладилника{
    background-color: rgba(90, 224, 240, 0.2)
}

.Яворов{
    background-color: rgba(78, 240, 202, 0.25)
}

/*Footer*/
.social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.social {
    -webkit-transform: scale(0.8);
    /* Browser Variations: */

    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

/*
    Multicoloured Hover Variations
*/

#social-fb:hover {
    color: #3B5998;
}
#social-tw:hover {
    color: #4099FF;
}
#social-gp:hover {
    color: #d34836;
}
#social-em:hover {
    color: #f39c12;
}
/*Край на Footer*/

/*Избягването на показване радио-бутон при сгъване на килими*/
.low-ocupacy:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #ffffff;
}


.low-ocupacy:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #ffffff;
}
/*Край на показване радио-бутон при сгъване на килими*/

/*@media (max-width: 1259px) {*/
/*. { padding-top: 100px; }*/
/*}*/
/*@media (max-width: 1160px) {*/
/*. { padding-top: 150px; }*/
/*}*/
/*@media (max-width: 767px) {*/
/*. { padding-top: 70px; }*/
/*}*/
/*Кога трябва навигацията, да се съедини*/
@media (max-width: 768px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

@media print {
    a[href]:after {
        content: none !important;
    }
}

/*@media*/
/*only screen and (max-width: 760px),*/
/*(min-device-width: 768px) and (max-device-width: 1024px)  {*/

    /**
    DELIVERY TABLE
     */
    /* Force table to not be like tables anymore */
/*    #table-delivery,*/
/*    #table-delivery>thead,*/
/*    #table-delivery>tbody,*/
/*    #table-delivery>thead tr th,*/
/*    #table-delivery>tbody tr td,*/
/*    #table-delivery>tbody tr {*/
/*        display: block;*/
/*    }*/

    /* Hide table headers (but not display: none;, for accessibility) */
/*    #table-delivery>thead tr {*/
/*        position: absolute;*/
/*        top: -9999px;*/
/*        left: -9999px;*/
/*    }*/

/*    #table-delivery>tbody tr,*/
/*    #table-delivery>thead tr{*/
/*        border: 1px solid #ccc;*/
/*        margin-bottom: 10px;*/
/*    }*/

/*    #table-delivery>tbody tr td,*/
/*    #table-delivery>thead tr td{*/
        /* Behave  like a "row" */
/*        border: none;*/
/*        border-bottom: 1px solid #eee;*/
/*        position: relative;*/
/*        padding-left: 30%;*/
/*    }*/

/*    #table-delivery>tbody tr td:before,*/
/*    #table-delivery>thead tr td:before {*/
        /* Now like a table header */
/*        position: absolute;*/
        /* Top/left values mimic padding */
/*        top: 6px;*/
/*        left: 6px;*/
/*        width: 45%;*/
/*        padding-right: 10px;*/
/*        white-space: nowrap;*/
/*    }*/

/*    #table-delivery tbody tr:hover td{*/
/*        background: none;*/
/*    }*/

    /*
    Label the data
    */
/*    #table-delivery>tbody tr td:nth-of-type(1):before { content: "№"; }*/
/*    #table-delivery>tbody tr td:nth-of-type(2):before { content: "Имена"; }*/
/*    #table-delivery>tbody tr td:nth-of-type(3):before { content: "Район"; }*/
/*    #table-delivery>tbody tr td:nth-of-type(4):before { content: "Адрес"; }*/
/*    #table-delivery>tbody tr td:nth-of-type(5):before { content: "Тел"; }*/
/*    #table-delivery>tbody tr td:nth-of-type(6):before { content: "Връщане"; }*/
/*    #table-delivery>tbody tr td:nth-of-type(7):before { content: "Артикули"; }*/
/*    #table-delivery>tbody tr td:nth-of-type(8):before { content: "Кг"; }*/
/*    #table-delivery>tbody tr td:nth-of-type(9):before { content: "Цена"; }*/
/*    #table-delivery>tbody tr td:nth-of-type(10 JSON lab):before { content: "Бележка"; }*/
/*    #table-delivery>tbody tr td:nth-of-type(11 JSON):before { content: "Клетка"; }*/
/*    #table-delivery>tbody tr td:nth-of-type(12):before { content: "Взимам"; }*/
    /**
    END DELIVERY TABLE
     */


    /**
    TODAYS ORDER
     */
    /* Force table to not be like tables anymore */
/*    #todays-order-table-driver,*/
/*    #todays-order-table-driver>thead,*/
/*    #todays-order-table-driver>tbody,*/
/*    #todays-order-table-driver>thead tr th,*/
/*    #todays-order-table-driver>tbody tr td,*/
/*    #todays-order-table-driver>tbody tr {*/
/*        display: block;*/
/*    }*/

    /* Hide table headers (but not display: none;, for accessibility) */
/*    #todays-order-table-driver>thead tr {*/
/*        position: absolute;*/
/*        top: -9999px;*/
/*        left: -9999px;*/
/*    }*/

/*    #todays-order-table-driver>tbody tr,*/
/*    #todays-order-table-driver>thead tr{*/
/*        border: 1px solid #ccc;*/
/*        margin-bottom: 10px;*/
/*    }*/

/*    #todays-order-table-driver>tbody tr td,*/
/*    #todays-order-table-driver>thead tr td{*/
        /* Behave  like a "row" */
/*        border: none;*/
/*        border-bottom: 1px solid #eee;*/
/*        position: relative;*/
/*        padding-left: 30%;*/
/*    }*/

/*    #todays-order-table-driver>tbody tr td:before,*/
/*    #todays-order-table-driver>thead tr td:before {*/
        /* Now like a table header */
/*        position: absolute;*/
        /* Top/left values mimic padding */
/*        top: 6px;*/
/*        left: 6px;*/
/*        width: 45%;*/
/*        padding-right: 10px;*/
/*        white-space: nowrap;*/
/*    }*/

/*    #todays-order-table-driver tbody tr:hover td{*/
/*        background: none;*/
/*    }*/

    /*
    Label the data
    */
/*    #todays-order-table-driver > tbody tr td:nth-of-type(1):before { content: "№"; }*/
/*    #todays-order-table-driver > tbody tr td:nth-of-type(2):before { content: "Интервал"; }*/
/*    #todays-order-table-driver > tbody tr td:nth-of-type(3):before { content: "Имена"; }*/
/*    #todays-order-table-driver > tbody tr td:nth-of-type(4):before { content: "Район"; }*/
/*    #todays-order-table-driver > tbody tr td:nth-of-type(5):before { content: "Адрес"; }*/
/*    #todays-order-table-driver > tbody tr td:nth-of-type(6):before { content: "Тел"; }*/
/*    #todays-order-table-driver > tbody tr td:nth-of-type(7):before { content: "Нав"; }*/
/*    #todays-order-table-driver > tbody tr td:nth-of-type(8):before { content: "Бележка"; }*/
/*    #todays-order-table-driver > tbody tr td:nth-of-type(9):before { content: "Ред."; }*/
/*    #todays-order-table-driver > tbody tr td:nth-of-type(10 JSON lab):before { content: "Взет"; }*/
    /**
    END TODAYS ORDERS
     */


    /**
    IN CAR
     */
    /* Force table to not be like tables anymore */
/*    #in-car-table,*/
/*    #in-car-table>thead,*/
/*    #in-car-table>tbody,*/
/*    #in-car-table>thead tr th,*/
/*    #in-car-table>tbody tr td,*/
/*    #in-car-table>tbody tr {*/
/*        display: block;*/
/*    }*/

    /* Hide table headers (but not display: none;, for accessibility) */
/*    #in-car-table>thead tr {*/
/*        position: absolute;*/
/*        top: -9999px;*/
/*        left: -9999px;*/
/*    }*/

/*    #in-car-table>tbody tr,*/
/*    #in-car-table>thead tr{*/
/*        border: 1px solid #ccc;*/
/*        margin-bottom: 10px;*/
/*    }*/

/*    #in-car-table>tbody tr td,*/
/*    #in-car-table>thead tr td{*/
        /* Behave  like a "row" */
/*        border: none;*/
/*        border-bottom: 1px solid #eee;*/
/*        position: relative;*/
/*        padding-left: 30%;*/
/*    }*/

/*    #in-car-table>tbody tr td:before,*/
/*    #in-car-table>thead tr td:before {*/
        /* Now like a table header */
/*        position: absolute;*/
        /* Top/left values mimic padding */
/*        top: 6px;*/
/*        left: 6px;*/
/*        width: 45%;*/
/*        padding-right: 10px;*/
/*        white-space: nowrap;*/
/*    }*/

/*    #in-car-table tbody tr:hover td{*/
/*        background: none;*/
/*    }*/

    /*
    Label the data
    */
/*    #in-car-table > tbody tr td:nth-of-type(1):before { content: "№"; }*/
/*    #in-car-table > tbody tr td:nth-of-type(2):before { content: "Имена"; }*/
/*    #in-car-table > tbody tr td:nth-of-type(3):before { content: "Район"; }*/
/*    #in-car-table > tbody tr td:nth-of-type(4):before { content: "Адрес"; }*/
/*    #in-car-table > tbody tr td:nth-of-type(5):before { content: "Тел"; }*/
/*    #in-car-table > tbody tr td:nth-of-type(6):before { content: "Артикули"; }*/
/*    #in-car-table > tbody tr td:nth-of-type(7):before { content: "Кг"; }*/
/*    #in-car-table > tbody tr td:nth-of-type(8):before { content: "Цена"; }*/
/*    #in-car-table > tbody tr td:nth-of-type(9):before { content: "Нав"; }*/
/*    #in-car-table > tbody tr td:nth-of-type(10 JSON lab):before { content: "Бележка"; }*/
/*    #in-car-table > tbody tr td:nth-of-type(11 JSON):before { content: "Доставям"; }*/
/*    #in-car-table > tbody tr td:nth-of-type(12):before { content: "Връщам"; }*/
    /**
    END IN CAR
     */
/*}*/