﻿.ifr-footer {
    height: 290px;
}

@media (max-width:767px) {
    .ifr-footer {
        height: 360px;
    }
}

.cur-header-bg {
    background-color: #D1541F;
}

.navbar-style .navbar-nav>li>a:focus, .navbar-style .navbar-nav>li>a:hover {
    background-position: center bottom;
    color: #fff;
    background-color: #D1541F;
    position: relative;
    z-index: 2
}

.navbar-style .open>a, .navbar-style .open>a:focus, .navbar-style .open>a:hover {
    background-color: #D1541F
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #D1541F !important;
    border: 1px solid #D1541F;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
}

.pull-right {
    float: right !important;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.et-width-auto {
    width: auto
}

.et-clear-padding {
    padding: 0px;
}

.et-clear-padding-lr {
    padding-right: 0px;
    padding-left: 0px;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
    .col-xs-12 {
        width: 100% !important;
    }
}