.header-menu{
    margin:0 10px;
    background-image: url("../img/Menutop.png");
    padding: 0px;border-radius:6px 6px 0 0;
    background-size:100% 100%;
}

.dropdown-header {
    float: right;
}

#mainMenu .mainMenu > li > ul {
    position: absolute;
    z-index: 88888;
    background: #FFF;
    box-shadow: 0 1px 5px -1px #666;
    border-radius: 0 0 3px 3px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.3s;
    min-width: 150px;
    top: 39px;
    margin-left: 0;
}

#mainMenu .mainMenu > li > ul > li {
    padding: 0px 0px;
    border-bottom: 1px solid #00AAEA;
    background: #05BBFF !important;
}
#mainMenu .mainMenu > li {
    float: left;
    list-style-type: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#mainMenu .mainMenu > li:hover {
    background: #05BBFF;
}

#mainMenu .mainMenu > li.active > a, #mainMenu .mainMenu > li:hover > a {
       color: white;
}

.mainMenu li a {
    color: white;
    font-size: 14px;
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
}

.header-menu .input-group{
    /*background-image: url("../img/bg_SearchTop.png");*/
    padding: 7px;
}


.header-menu .form-control {
   height: 20px;
}

.header-menu .input-group-addon {
    padding: 0px 12px;
}

.input-group .form-control {
    padding:12px;
}

.mainMenu .subMenu > li > a {
    color: white;
    text-transform: uppercase !important;
    font-size: 14px;
    padding: 6px 20px !important;
}

.mainMenu .subMenu > li > a:hover,.mainMenu .subMenu > li > a:focus, .mainMenu .subMenu > li > a:active {
    color: white;
    background: #00AAEA;
}

.mainMenu > li > a:hover {
    /*background-image: url("../img/Menutopov.png");*/
    background: #68d1fb;
    border-radius: 6px 6px 0px 0px;
}

a:hover{
    color: white;
    text-decoration: none;
}

#mainMenu > ul {
    width: 100%;
    margin: 0;
    font-size: 14px;
    border-radius: 3px 3px 0 0;
    padding: 0;
    position: relative;
    padding-bottom: 17px;
}

.hotline,.minitop{float: right;}
.top-menu{
    /*background: url("../img/bg_top.png");*/
    /*color: #FFFFFF;*/
}

.top-menu ul{
    float: right;
    padding: 10px 0px 0px;
	width: 200px;
}

.top-menu li{
    display: inline;
    border-right: 1px solid #cccccc;
    color: white;
}

.top-menu li:last-child{
    border:none;
}

.top-menu li a{
    color: black;
    padding: 0px 5px;
}

.top-menu ul:last-child a{
    /*color: #84E1FF;*/
    color: blue;
}

.top-menu li a:hover{
    color: #027dc3;
}

.top-menu .btn {
    padding: 0px 5px;
    background: transparent;
    border-radius: 0;
    color: black;
}

.dropdown button:hover, .dropdown button:focus, .dropdown button:active {
    border-bottom: 1px solid #0d3f94;
    background-image: none;
    outline: 0!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #0d3f94;
}

.top-menu .dropdown-menu{
    padding: 0px 0px 0px;
}

.search-box h4{
    text-transform: uppercase;
    font-size: 16px;
    color: #027dc3;
}

.support img {
    margin-bottom:10px
}
.lower-menu{
    padding: 10px 0px;
}

.support-item img{
    margin-top: 5px;
}

.support-item img, .support-info{
    float: left;
    padding-right: 10px;
}
.support-info h5{
    margin: 0px;
    font-weight: bold;  
}

.logo{
    float: left;
    /*width: 15%;*/
}

.search-box{
    float: left;
    width: 45%;
    padding-right: 25px;
    padding-top: 5px;
}

.support-online{
    float: left;
    width: 40%;
    padding-left: 15px;
    padding-top: 5px;
}

.search-box button, .search-box input{
    background: transparent;
        height: 40px;
        border-radius: 0px;
}
.search-box input{
    padding-left: 20px;
    border-left: 0px;
}

.search-box button{
   padding-right: 40px;
   border-right: 0px;
}

.dropdown-menu > li > a {
    padding: 5px 20px;
    float: left;
    width: 100%;
    color: black !important;
}

.dropdown-menu > li {
    border: none;
}


.stylish-input-group .input-group-addon {
    background: white !important;
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.input-group-addon:last-child {
    border-left: 0;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
}

.dropdown-header {
        padding: 10px 0px 0px 15px;
}
#ddlWeblink {width:100%}

.f-nav{
    position: fixed;
    z-index: 9999;
    top: 0;
}