/*custom vertical align give it to row*/
.vertical-align {
    display: flex;
    flex-direction: row;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
    display: flex;
    align-items: center;
}
/*end it*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}



header {
    background: url(../img/header.jpg) 0 0 no-repeat transparent;
    height: 240px;
}
header .navbar-default {
    background: rgba(0, 0, 0, 0.4) none;
    border: none;
    margin-bottom: 0;
}
header .nav>li {
    color: #ffffff;
    border-left: 1px solid #484f52;
}
header .nav>li>a.user-auth {
    display: inline-block;
}
header .navbar-nav>li>a.user-auth {
    padding-left: 0;
    padding-right: 0;
}
header .navbar-default .navbar-nav>li>a {
     color: #ffffff;
}
header .contacts {
    color: #ffffff;
    text-align: justify;
    flex-direction: column;
}
header .contacts .large{
    font-size: 17px;
}
/*.site-localization-dropdown {

    margin: 7px;
}*/
/*.site-localization-dropdown .dropdown-toggle {
    padding: 8px;
}*/
.site-localization-dropdown {
    padding: 9px 0;
    margin-left: 25px;
}
.site-localization-dropdown button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #58626c;
    background-color: rgba(0, 0, 0, 0.2);
}
.site-localization-dropdown .btn-group>.btn+.dropdown-toggle {
    padding: 13px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.site-localization-dropdown .flag-ru {
    background: url(../img/flags/ru.jpg) center center no-repeat rgba(0, 0, 0, 0.2);
    padding: 15px 25px;
}

.site-localization-dropdown .flag-ua {
    background: url(../img/flags/ua.jpg) center center no-repeat rgba(0, 0, 0, 0.2);
    padding: 15px 25px;
}

.site-localization-dropdown .flag-en {
    background: url(../img/flags/en.jpg) center center no-repeat rgba(0, 0, 0, 0.2);
    padding: 15px 25px;
}

.logo{
    display: block;
    background: url(../img/logo.png) 0 0 no-repeat transparent;
    line-height: 90px;
    height: 90px;
    padding: 20px 0 0 75px;
}
.logo p {
    line-height: normal;
    font-size: 29px;
    display: inline-block;
    vertical-align: bottom;
    text-transform: uppercase;
    font-weight: 700;
    color: #13a89e;
}
.logo p:first-child {
    color: #ffffff;
}
.header-logo {
    margin-top: -20px;
}
.header-center {
    padding: 26px 15px;
}
.header-center > div {

}
.search-action {

}
/*Catalog company*/
.category-header {
    margin-bottom: 10px;
}
.hot-companies-title {
   margin: 0;
}
.catalog-company-list li:hover{
    background-color: #f9f9f9;
}
.catalog-company-list-normal {
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.catalog-company-list-normal li {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
}
.catalog-company-row {

}
.catalog-company-body {
    font-size: 14px;
}
.catalog-company-price span{
    font-size: 20px;
}
.catalog-company-footer {
    color: #acacac;
}
.catalog-company-footer i{
    margin-right: 5px;
}
.catalog-company-buy {
    justify-content: flex-end;
}
.catalog-company-buy a {
    margin: 0 10px;
    display: inline-block;
}
.catalog-company-buy a.catalog-company-buy-button {
    margin-right: 0;
}
.end-content-menu {
    margin-bottom: 20px;
}
.end-content-menu > *{
    color: #5b7fa6;
    margin-right: 10px;

}
.end-content-menu i {
    color: #c7c7c7;
}

.category-pagination {
    display: inline-block;
    vertical-align: middle;
}
.category-pagination ul{
    margin: 0;
}
.category-pagination.to-page {
    margin: 0 25px;
    vertical-align: middle;
}
.category-pagination.to-page .control-label {
    font-weight: 300;
    font-size: 14px;
}
.category-pagination.to-page .form-control {
    width: 50px;
}
.category-save-search {
    vertical-align: middle;
}

/*end catalog company*/


/*sidebar filter*/

.sidebar-filter {
    color: #646464;
}
.sidebar-filter .panel-body:hover {
    background-color: #ffffff;
}
.sidebar-filter .panel-title>a {
    color: #646464;
    text-decoration: none;
}
.form-horizontal.sidebar-filter {
    margin: 0;
}
.form-horizontal.sidebar-filter .control-label {
    text-align: left;
    font-weight: 300;
    font-size:14px;
}
.filter-price {
    margin-top: 10px;
}
/*end sidebar filter*/


/*recently viewed*/
.recently-viewed {
    border-top: 1px solid #dcdcdd;
    border-bottom: 1px solid #dcdcdd;
    padding: 20px 0;
}
.recently-viewed-row {
    border-right: 1px solid #dcdcdd;
}
.recently-viewed-row > .row {
    margin: 5px 0;
}
.recently-viewed-row:first-child {
    border-left: 1px solid #dcdcdd;
}
.recently-viewed-body {
    color: #58585a;
    font-size: 12px;
}
.recently-viewed-body span{
    font-size: 14px;
}
.recently-viewed-price {
    color: #000000;
}
.recently-viewed-price span {

}
/*end recently viewed*/

/*about container*/
.about-container {
    margin-top: 25px;
}
.city-lists {

}
.city-lists ul{
    list-style: none;
    padding-left: 20px;
}
.city-lists p{
    Font-size: 16px;
    color: #5b7fa6;
}
/*end about container*/


/*social tabs*/
.social-tabs .nav-tabs>li>a {
    padding: 5px;
}
/*end social tabs*/



/*footer*/
.footer-subscribe {
    background-color: #5b7fa6;


}
.footer-subscribe form {
    margin: 0;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #ffffff;
    font-weight: 300;
}
/*feedback&map*/
#map {
    width: 100%;
    height: 500px;

}
.map-wrapper {
    position: relative;
    overflow: hidden;
}
.feedback-wrapper {
    position: absolute;
    right: -125px;
    top: 50%;
    /*margin-top: -150px;*/

}
.feedback-wrapper p {
    transform: rotate(-90deg);
    background-color: #f1c40f;
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
}
.feedback-form-wrapper {
    position: absolute;
    left: -365px;
    top: -125px;
    padding: 20px 20px 10px;
    background-color: rgba(255, 255, 255, 0.8);
}
.feedback-form-wrapper:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgba(255, 255, 255, 0.8);
    position: absolute;
    right: -10px;
    top: 25%;


}
.feedback-form-wrapper .row {
    margin-bottom: 10px;
}
.feedback-form-header {
    font-size: 20px;
}
.feedback-form-wrapper textarea {
    resize: none;
}
/*end /*feedback&map*/

/*
.panel-body:hover{
	background: #e7e7e7;
}

#top-offers hr{
	margin-top: 0;
}
.panel-group .panel + .panel {
    margin-top: 0px;
}
.panel-group .panel {
    border-radius: 0;
    margin-bottom: 0;
}

#accordion {
    margin-top: 5px;
}

#accordion input.form-control.col-md-2 {
    float: right;
    max-width: 50%;
}*/

.panel-group .panel-title a {

    text-indent:5px;
}