@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTSans/PTS55F_W.eot');
    src: local('PT Sans'),
    url('../fonts/PTSans/PTS55F_W.woff') format('woff'),
    url('../fonts/PTSans/PTS55F_W.ttf') format('truetype'),
    url('../fonts/PTSans/PTS55F_W.svg#PTSans-Regular') format('svg');}

@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    src: url('../fonts/PTSans/PTS56F_W.eot');
    src: local('PT Sans Italic'),
    url('../fonts/PTSans/PTS56F_W.woff') format('woff'),
    url('../fonts/PTSans/PTS56F_W.ttf') format('truetype'),
    url('../fonts/PTSans/PTS56F_W.svg#PTSans-Italic') format('svg');}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTSans/PTS75F_W.eot');
    font-style: normal;
    font-weight: bold;
    src: local('PT Sans Bold'),
    url('../fonts/PTSans/PTS75F_W.woff') format('woff'),
    url('../fonts/PTSans/PTS75F_W.ttf') format('truetype'),
    url('../fonts/PTSans/PTS75F_W.svg#PTSans-Bold') format('svg');}
html, body {
    height: 100%;
}
body{
    font-family: "PT Sans";
    color: #000;
}
h1, h2{
    color: #474747;
    margin-bottom: 25px;
}
h2{
    font-size: 24px;
}
a{
    color: #0d64b4;
    text-decoration: underline;
}
.blue{
    color: #0d64b4;
}
label{
    font-weight: normal;
}
button{
    outline: none;
}
a:hover{
    text-decoration: none;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -180px;
    padding: 0 0 180px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 180px;
}

.alert{
    margin-top: 20px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

@media(max-width:768px) {
	.nav li > form {
	    padding: 3px;
	}
}

.answer-list .answer{
    display: none;
}
.wrap > .container {
    padding: 35px 15px 20px;
}
.sos-header-string{
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}
header{
    padding-bottom: 25px;
    border-bottom: 1px solid #5793cb;
}
.main-page header{
    border: none;

}
.top-menu{
    margin: 9px 0 0;
    padding: 0;
}
.top-menu form{
    display: inline;
    line-height: 18px;
}
.top-menu .btn, .top-menu a{
    padding: 0;
    text-decoration: underline;
    margin-right: 15px;
    border: none;
    line-height: 18px;
    display: inline-block;
}
button,
button:active,
button:focus {
    outline: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    outline-offset: 0;
}
.top-menu .btn{
    line-height: 18px;
    vertical-align: middle;
    margin-top: -3px;
    color: #0d64b4;
}
.top-menu .btn:hover{
    color: #23527c;
}
@media(min-width: 1200px){
    .top-menu .btn, .top-menu a{
        margin-right: 20px;
    }
}
header .sos-phone{
    margin-top: 7px;
}
header .sos-phone-img{
    font-size: 22px;
    font-weight: bold;
}
@media(min-width: 768px){
    .top-menu{
        text-align: center;
    }
    .top-menu .sos-phone{
        display: none;
    }
}
#menu-button{
    width: 30px;
    float: right;
    cursor: pointer;
}
#menu-button .line{
    height: 5px;
    margin-bottom: 4px;
    background: #297fca;
}
#left-menu, .content-wrapper{
    margin-top: 30px;
}
.main-page .content-wrapper{
    margin-top: 0;
}
#left-menu .panel{
    border: none;
    box-shadow: none;
}
#left-menu .panel-heading{
    background: none;
    border: none;
    padding: 0 0 15px;
}
#left-menu .panel-heading .collapse-toggle, #left-menu .current .panel-heading .collapse-toggle[aria-expanded="false"]{
    background: url('../images/menu-item.png')  100% -16px no-repeat;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 20px;
    color: #0d64b4;
    text-decoration: none;
}
#left-menu .current .panel-heading .collapse-toggle, #left-menu .panel-heading .collapse-toggle[aria-expanded="true"]{
    background-position: 100% 7px;
    color: #2b3239;
}
#left-menu .lk-menu .panel-heading .collapse-toggle{
    background: none;
}
#left-menu .lk-menu .panel-heading  button.collapse-toggle{
    padding: 0;
    color: #e74100;
}
#left-menu .lk-menu{
    margin-bottom: 20px;
    border-bottom: 1px solid #c3c3c3;
}
#left-menu .panel-body{
    border: none;
    padding: 0 0 25px;
}
#left-menu ul{
    padding-left: 0;
}
#left-menu ul li{
    list-style: none;
    padding-left: 10px;
    background: url('../images/menu-item.png') 0 -37px no-repeat;
    margin-bottom: 12px;
}
#left-menu ul ul{
    margin: 12px 0 0 10px;
    list-style: none;
}
#left-menu .lk-menu .panel-body{
    padding-bottom: 12px;
}
@media(max-width: 768px){
    #left-menu-wrapper{
        display: none;
        position: absolute;
        z-index: 30;
        width: 100%;
        background: #fff;
        border: 1px solid #297fca;
        padding: 25px;
        margin-top: 15px;
    }

}
#main-page-top{
    background: url('../images/main-bg-small.jpg') 100% 100% no-repeat;
    padding-top: 180px;
}
#main-page-top .lk-block{
    background: url('../images/lk.png') 100% 50% no-repeat;
    max-width: 360px;
}
#main-page-top .lk-block-inner{
    height: 110px;
    padding-left: 30px;
}
@media(min-width: 768px){
    #main-page-top{
        padding: 150px 0 30px;
    }
    #main-page-top .lk-block-inner{
        padding-left: 90px;
        background: url('../images/lk-inner.png') 15px 50% no-repeat;
    }
}
@media(min-width: 992px){
    #main-page-top{
        padding: 210px 0 50px;
        background-image: url('../images/main-bg.jpg');
    }
}
#main-page-top .lk-block .title{
    padding-top: 20px;
}
#main-page-top .lk-block .title .btn-link, #main-page-top .lk-block .title a{
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    padding: 0;
    text-decoration: none;
}
#main-page-top .lk-block, #main-page-top .lk-block a{
    color: #fff;
}
.news-list .news-item{
    margin-bottom: 20px;
}
.news-list .news-date, .news-detail .news-date{
    color: #777;
}
.news-detail .news-date{
    margin-bottom: 15px;
}
.news-detail{
    margin-bottom: 20px;
}
.news-list .news-title{
    margin-bottom: 10px;
}
.news-list .all-news{
    background: url('../images/more.png') no-repeat 100% 50%;
    padding-right: 15px;
}
.after-content{
    margin-top: 50px;
}
.after-content .item{
    margin-bottom: 50px;
    text-align: center;
    font-size: 16px;
}
.after-content .item a{
    font-size: 18px;
}
.after-content .item .img{
    margin-bottom: 20px;
}

.breadcrumb{
    background: none;
}
.content-wrapper .breadcrumb li{
    background: none;
}

/*  Gazsnab     */
#messageWindow .modal-dialog{
    position: absolute;
    top: 50%;
    margin: -150px 0 0 0;
    width: 100%;
}
#messageWindow .modal-header{
    border: none;
    padding-bottom: 0;
}
#messageWindow .modal-body {
    padding-top: 0;
    padding-bottom: 40px;
}
@media(min-width: 600px){
    #messageWindow .modal-dialog{
        width: 600px;
        margin-left: -300px;
        left: 50%;
    }
}
.ls-choice{
    background: #5793cb;
    padding: 15px 0;
}
.ls-choice .ls-label, .ls-choice label{
    color: #fff;
    font-size: 16px;
    padding: 6px 15px;
}

#gazsnab .vdgo_wrapper{
    margin: 15px 0 40px;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 20px 20px 25px;
    font-size: 16px;
}
#gazsnab .vdgo_wrapper .date-vdgo{
    font-size: 22px;
    color: #e74100;
    margin-bottom: 10px;
}
#gazsnab td{
    border: none;
    border-bottom: 1px dotted #a0a0a0;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.orange{
    color: #ff4200;
}
#gazsnab .value{
   font-size: 22px;
}
.star{
    color: #5793cb;
}
#gazsnab .exclamation{
    background: #5793cb;
    border: none;
    border-radius: 50%;
    color: #fff;
    line-height: 1;
}
#gazsnab .service-separator{
    margin: 60px 0;
    height: 1px;
    background: #2173ac;
}
.btn-primary{
    background: #a872a6;
    background: -moz-linear-gradient(#a872a6, #2b7fc9);
    background: -webkit-gradient(#a872a6, #2b7fc9);
    background: -webkit-linear-gradient(#a872a6, #2b7fc9);
    background: -o-linear-gradient(#a872a6, #2b7fc9);
    background: -ms-linear-gradient(#a872a6, #2b7fc9);
    background: linear-gradient(#a872a6, #2b7fc9);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a872a6', endColorstr='#2b7fc9', GradientType=0 );
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}
#gazsnab .btn-primary{
    display: block;
    width: 100%;
}
#gazsnab #gaz-form, #gazsnab #vdgo-form, #gazsnab #statement-form, #subscribe-form {
    border: #c6c6c6 1px solid;
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#gazsnab #statement-form{
    margin-top: 25px;
}
.notes{
    color: #777;
}
#gazsnab .notes{
    margin-top: 50px;
}

/*  Structure   */
#gorgaz-structure .structure-block-title{
    position: relative;
    text-align: center;
    margin-bottom: 35px;
}
#gorgaz-structure .structure-block-title .bg{
    position: absolute;
    top: 50%;
    height: 1px;
    background: #474747;
    width: 100%;
    z-index: -1;
}
#gorgaz-structure .structure-block-title .title-block {
    margin: 0 auto;
    background: #474747;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
}
#gorgaz-structure .row{
    padding-bottom: 30px;
}
#gorgaz-structure .item{
    background-repeat: no-repeat;
    background-position: 15px 0;
    margin-bottom: 30px;
    padding-left: 80px;
}
#gorgaz-structure .item .title{
    color: #0d64b4;
    text-decoration: underline;
    margin-bottom: 10px;
}
#gorgaz-structure .item.sos{
    background-image: url('../images/structure/04.png');
}
#gorgaz-structure .item.kapital{
    background-image: url('../images/structure/kapital.png');
}
#gorgaz-structure .item.komplex{
    background-image: url('../images/structure/komplex.png');
}
#gorgaz-structure .item.technical{
    background-image: url('../images/structure/technical.png');
}
#gorgaz-structure .item.truba{
    background-image: url('../images/structure/truba.png');
}
#gorgaz-structure .item.delivery{
    background-image: url('../images/structure/delivery.png');
}
#gorgaz-structure .item.avto{
    background-image: url('../images/structure/avto.png');
}
#gorgaz-structure .item.manage{
    background-image: url('../images/structure/manage.png');
}
#gorgaz-structure .item.kommers{
   background-image: url('../images/structure/commer.png');
}
#gorgaz-structure .item.sale{
    background-image: url('../images/structure/sale.png');
}
#gorgaz-structure .item.call{
    background-image: url('../images/structure/call.png');
}
@media(min-width: 768px){
    #gorgaz-structure .item.delivery{
        margin-bottom: 145px;
    }
    #gorgaz-structure .item.technical{
        margin-bottom: 180px;
    }
    #gorgaz-structure .item.kommers{
        margin-bottom: 190px;
    }
}
@media(min-width: 992px){
    #gorgaz-structure .item.delivery{
        margin-bottom: 70px;
    }
    #gorgaz-structure .item.technical{
        margin-bottom: 100px;
    }
    #gorgaz-structure .item.kommers{
        margin-bottom: 180px;
    }
}
@media(min-width: 1200px){
    #gorgaz-structure .item.delivery{
        margin-bottom: 70px;
    }
    #gorgaz-structure .item.technical{
        margin-bottom: 30px;
    }
    #gorgaz-structure .item.kommers {
        margin-bottom: 30px;
    }
}
.content-wrapper ul{
    padding-left: 0;
}
.content-wrapper li{
    list-style: none;
    padding-left: 10px;
    background: url(../images/menu-item.png) 0 -37px no-repeat;
    margin-bottom: 12px;
}
#gorgaz-structure li{
    margin-bottom: 0;
}
.content-wrapper .pagination li{
    background: none;
    border: none;
}
.content-wrapper .pagination li > a,
.content-wrapper .pagination li > span{
    border: none;
}

.lic-list .item{
    margin-bottom: 30px;
}
.lic-list h4{
    font-weight: bold;
}
.content-wrapper img{
    max-width: 100%;
}
@media (min-width: 768px) and (max-width: 992px){
    .lic-list .empty-lic{
        margin-bottom: 110px;
    }
}
#contact-map{
    margin-bottom: 50px;
}
#contact-map .caller{
    background: url('../images/contact-item.png') 0 50% no-repeat;
    padding-left: 40px;
    font-size: 24px;
    margin-bottom: 20px;
}
#contact-map .caller .place{
    margin-left: 20px;
}
#contact-map .callone{
    margin-bottom: 30px;
}
#contact-map .addnumbercont{
    margin-top: 20px;
}
#contact-map .addnumber .fillnumber{
    margin-right: 10px;
    background: #a872a6;
    background: -moz-linear-gradient(#a872a6, #2b7fc9);
    background: -webkit-gradient(#a872a6, #2b7fc9);
    background: -webkit-linear-gradient(#a872a6, #2b7fc9);
    background: -o-linear-gradient(#a872a6, #2b7fc9);
    background: -ms-linear-gradient(#a872a6, #2b7fc9);
    background: linear-gradient(#a872a6, #2b7fc9);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a872a6', endColorstr='#2b7fc9', GradientType=0 );
    border-radius:  2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    color: #fff;
    padding: 0 5px;
}
#contact-map .addnumber .col-xs-12{
    margin-bottom: 5px;
}
#contact-map .office{
    margin-bottom: 20px;
}
#contact-map .office .mappointcont img{
    margin-right: 5px;
}
#contact-map .office .title{
   color: #0d64b4;
}
#contact-map h3{
    margin-bottom: 20px;
}
.before-content-menu{
    margin-bottom: 30px;
}
.before-content-menu a{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 20px;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 20px;
}
.before-content-menu .active{
   color: #000;
    text-decoration: none;
}
.answer-list{
    margin-bottom: 20px;
}
.answer-list .question{
    font-size: 16px;
}
.review-list .review-item{
    margin-bottom: 30px;
}
.page-text table, .news-detail table{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border: none;
}
.page-text td, .news-detail td,
.page-text th, .news-detail th{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: none;
    border-bottom: 1px dotted #a0a0a0;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.tender-list{
    margin-bottom: 50px;
}
.tender-category{
    margin-bottom: 50px;
}
.tender-category p{
    margin-bottom: 0;
}
.tender-list .tender-item{
    margin-bottom: 20px;
}
#zakupki .archivecont{
    display: none;
}
#zakupki .pressarchive span{
    cursor: pointer;
}
.rent-list .rent-item{
    margin-bottom: 20px;
}
.rent-list .rent-item .rent-img{
    max-width: 100%;
    margin-bottom: 10px;
}
.rent-list .rent-item .rent-title{
    font-size: 16px;
}
.rent-view .rent-big-photo{
    margin: 30px 0;
}
.thumb-item{
    margin-bottom: 15px;
}
.rent-category-description{
    margin-bottom: 20px;
}
.vdgo-panel .ls-choice{
    margin-bottom: 20px;
}
#chart-list{
    margin-bottom: 20px;
    font-size: 16px;
}


/*  Chosen     */
/* @group Base */
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
}
.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}
.chosen-container a {
    cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 6px 12px;
    height: 34px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #555;
    text-decoration: none;
    white-space: nowrap;
}
.chosen-container-single .chosen-default {
    color: #999;
}
.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.423;
    color: #555;
}
.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 100%;
}
.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
}
.chosen-container-single .chosen-search{
    margin: 0 4px;
}
.chosen-container-single .chosen-search input{
    width: 100%;
    box-sizing: border-box;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 10px 10px;
    background-clip: padding-box;
    padding: 4px 0 4px;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
    position: relative;
    overflow: hidden;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 215px;
    -webkit-overflow-scrolling: touch;
    margin-top: 4px;
}
.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 2px 6px 2px 11px;
    list-style: none;
    -webkit-touch-callout: none;
    background: none;
}
.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #0d64b4;
    color: #fff;
}
.chosen-container .chosen-results li.no-results {
    display: list-item;
    background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}
.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}
.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto !important;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: text;
}
.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 5px;
    height: 15px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #666;
    font-size: 100%;
    line-height: normal;
    border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
    color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    border-radius: 3px;
    color: #333;
    line-height: 13px;
    cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #ccc;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}
.chosen-container-active .chosen-choices {
    border: 1px solid #ccc;
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}
.chosen-disabled .chosen-single, .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
    text-align: right;
}
.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}
.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}
.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}
.chosen-rtl .chosen-choices li {
    float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
    left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}

.user-list-search{
    margin-top: 50px;
}



/*  Footer  */
footer .container{
    border: none;
    border-top: 1px solid #0d64b4;
    padding-top: 30px;
}
footer .col-xs-12{
    margin-bottom: 10px;
}
footer .press{
    background: url('../images/press.png') no-repeat;
    padding: 10px 0 10px 40px;
    margin-bottom: 15px;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-1 {
	margin-top: 1em;
}

.pay-btn {
    text-decoration: none;
}

#orders table td {
    vertical-align: middle;
    padding: 8px;
}

#orders table th {
    vertical-align: middle;
    padding: 8px;
}

.pointer {
    cursor: pointer;
}

.fnb {

    width: 100%;
    background-position: center;
    background-size: cover;
    display: block;
}


.fancybox-title-float-wrap .child {
    white-space: inherit !important;
}

.fancybox-title-float-wrap {
    top: 102%;
}

@media(min-width: 768px){
    .fnb {
        min-height: 200px;
    }
}

@media(max-width: 768px){
    .fnb {
        min-height: 130px;
    }
}
