.mt-element-step .step-no-background-thin .mt-step-number{
    border-color: #868686;
}
.mt-element-step .step-no-background-thin .mt-step-title{
    margin-top: 9px;
    line-height: 1;
}
.mt-element-step .step-no-background-thin .done .mt-step-content, 
.mt-element-step .step-no-background-thin .done .mt-step-title,
.mt-element-step .step-no-background-thin .done .mt-step-number{
    font-weight: 100
}
.mt-element-step .step-no-background-thin .error .mt-step-content, 
.mt-element-step .step-no-background-thin .error .mt-step-title,
.mt-element-step .step-no-background-thin .error .mt-step-number{
    font-weight: 100
}
.blog-single-desc .mt-element-step{
    margin-bottom: 20px;
}
.blog-content-2 .blog-single-content>.blog-single-desc p,
.blog-content-2 .blog-single-content>.blog-single-desc ul
{
    font-size: 16px;
    color: #65696F;
    line-height: 24px;
}
.blog-content-2 .blog-single-content>.blog-single-desc p{
    margin: 0 0 20px;
}
.table>thead>tr>th{
    vertical-align: top;
}
.panel-title{
    font-weight: 400;
}

@font-face {
    font-family: 'zapros-font';
    src: url("../fonts/zapros.eot?mlb6br");
    src: url("../fonts/zapros.eot?mlb6br#iefix") format("embedded-opentype"), 
    url("../fonts/zapros.ttf?mlb6br") format("truetype"), 
    url("../fonts/zapros.woff?mlb6br") format("woff"), 
    url("../fonts/zapros.svg?mlb6br#zapros") format("svg");
    font-weight: normal !important;
    font-style: normal !important;
}

[class^="zicon-"], [class*=" zicon-"] {
    font-family: "zapros-font" !important;
    speak: none !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.zicon-z-logo:before {
    content: "\e900" !important;
}

.zicon-zapros-logo:before {
    content: "\e901" !important;
}

.zicon-zapros-logo {
    color: #E6550D;
    font-size: 47px;
    margin-top: 12px!important;
    display: inline-block;
}
.blog-content-2 .blog-single-sidebar>.blog-single-sidebar-recent>ul>li>a, a{
    color: #E6550D;
}
.blog-content-2 .blog-single-sidebar>.blog-single-sidebar-recent>ul>li>a:hover, a:hover{
    color: #F19D73;
}
.blog-single-desc img{
    width: 100%;
    margin: 10px 0 20px 0;
}
.page-prefooter a, .page-prefooter h2{
   color: #FF6A20; 
}
.page-prefooter a:hover{
    color: #F19D73;
}


.zaprosMap.modal .modal-content{
    height: 100%;
    box-sizing: border-box;
}
.zaprosMap .modal-body{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 64px;
    padding: 0;
}
.zaprosMap.modal .modal-content .modal-footer{
    position: absolute;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #ccc;
}
.zaprosMap .modal-dialog{
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    box-sizing: border-box;
    padding: 30px 0;
}
.zaprosMap iframe{
    width: 100%;
    height: 100%;
}
@media (max-width: 991px){
    .page-header .page-header-menu .hor-menu .navbar-nav>li.active>a{
        background: #E6550D!important;
    }    
}
.accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled{
    background: none;
    position: relative;
}
.accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled:after{
    position: absolute;
    content: '';
    display: block;
    width:13px;
    height: 13px;
    right: 0;
    top: 12px;
    background: url(../img/accordion-plusminus.png) right -30px no-repeat;
}
.accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled.collapsed:after{
    background: url(../img/accordion-plusminus.png) right 0 no-repeat;
}


