/*@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}*/

/*@font-face {
    font-family: 'AmpleSoft-light';
    src: url('../fonts/AmpleSoft Light.otf');
}*/

.header_top{
    width:100%;
    height:5px;
    background:#F7721E;
    /*background:#FFB200;*/ 
}
.menu{
    width:100%;
    background:#fff;
    box-shadow:0 3px 3px rgba(146,146,146,1.00);
}
.slider{
    width:100%;
}

.navbar-inner {
    margin-top: 0;
    background: #fff;
    box-shadow: none;
    border: none;
    height: 55px;
}

.navbar-inner .brand {
    margin-top: 14px;
    display: block;
}

.navbar .nav > li {
    float: left;
    height: 75px !important;
}

/*.navbar .nav > li > a:hover,*/
.navbar .nav > li > a:active,
.navbar .nav > li > a.active,
.navbar .nav > .active > a, .navbar .nav > .active > .navbar .nav > .active > a:focus, .active-menu {
    background: #F7721E;
    color: #FFF !important;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover,
.navbar .nav > .active > a, .navbar .nav > .active > a:hover{
    background: #F7721E;
    color: #FFF !important;
}


.navbar .nav > li > a {
    color: #F7721E !important;
    float: none;
    height: 100%;
    /*font-family: 'AmpleSoft-light', sans-serif;*/
    line-height: 70px;
    padding: 0 15px;
    text-decoration: none;
    text-shadow: none;
    /*letter-spacing: 2.322px;*/
}

#main-menu {
    /*font-family: 'AmpleSoft-light', sans-serif !important;*/
    font-size: 18px !important;
    font-weight: 300 !important;
}

/*.dropdown-menu > li {
    position: relative;
    -webkit-user-select: none;  Chrome/Safari 
    -moz-user-select: none;  Firefox 
    -ms-user-select: none;  IE10+   Rules below not implemented in browsers yet 
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}*/
/*.dropdown-menu {
    background-clip: padding-box;
    background: #F7721E;
    border: none;
    border-radius: 0;
    box-shadow: none;
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}*/

/*.dropdown .sub-menu li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
    text-shadow: none;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1.322px;
    color: #FFF !important;
    border-right: 6px solid #000;
    border-left: 1px solid #efefef;
}*/

/*.dropdown .sub-menu {
    margin-top: -1px;
}

.dropdown .sub-menu li {
    border-top: 1px solid #efefef;
}

.dropdown .sub-menu li:nth-child(1) {
    border-top: 1px solid #efefef;
}

.dropdown .sub-menu li > a:hover {
    border-right-color: #A1A1A1;
}*/

/*.secondlevel {
    left: 100%;
}

.thirdlevel {
    left: 100% !important;
    top: 0px !important;
}

.forthlevel {
    left: 100% !important;
    top: 0px !important;
}

.navbar-toggle .icon-bar {
    background-color: #888;
}*/

/*.navbar .nav > li > .dropdown-menu::before {
    position: absolute;
    top: -7px;
    left: 43px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.navbar .nav > li > .dropdown-menu::after {
    position: absolute;
    top: -6px;
    left: 43px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
    content: '';
}*/
/*.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #F7721E;
    color: #262626;
    text-decoration: none;
}*/