/*---------------------------------------------------------------

# Author - mixwebtemplates http://www.mixwebtemplates.com
# Copyright (C) 2008 - 2018 mixwebtemplates.com. All Rights Reserved.
# Websites: http://www.mixwebtemplates.com
-----------------------------------------------------------------*/

.tc-header {
    top: -40px;
    -webkit-transition: top 0.8s;
    -moz-transition: top 0.8s;
    -o-transition: top 0.8s;
    transition: top 0.8s;
}



#header.menu-fixed {
    position: fixed;
    top: 0;
    z-index: 7000;
    width: 100%;
    left: 0;
    padding: 0px;
    height:auto;
}
.menu-fixed .transmision-button
{
    display:none;
}

.menu-fixed .tc-menu-wrapper > ul.main-tc-menu > li.current > a, .menutc_nav > .menu-fixed .current.active > a, .menu-fixed .main-tc-menu > li.mega-hover > a, .main-tc-menu > li.mega-hover > a:hover, .menu-fixed .menutc_nav > .active > a, .menu-fixed .menutc_nav > .active > a:hover, .menu-fixed .menutc_nav > .active > a:focus, .menu-fixed .main-tc-menu > li.mega-hover > a, .main-tc-menu > li.mega-hover > a:hover, .menu-fixed .menutc_nav > .current.active > a, .menu-fixed .menutc_nav > .active > a, .menu-fixed .menutc_nav > .active > a:hover, .menu-fixed .menutc_nav > .active > a:focus {
    color: #FCCD4B !important;
    border-bottom: 1px solid #FCCD4B;
}

.menu-fixed .tc-menu-wrapper > ul.main-tc-menu > li.current > a,
.menu-fixed .menutc_nav > .current.active > a,
.menu-fixed .main-tc-menu > li.mega-hover > a,
.menu-fixed .main-tc-menu > li.mega-hover > a:hover,
.menu-fixed .menutc_nav > .active > a,
.menu-fixed .menutc_nav > .active > a:hover,
.menu-fixed .menutc_nav > .active > a:focus,
.menu-fixed .main-tc-menu > li.mega-hover > a,
.menu-fixed .main-tc-menu > li.mega-hover > a:hover,
.menu-fixed .menutc_nav > .current.active > a,
.menu-fixed .menutc_nav > .active > a,
.menu-fixed .menutc_nav > .active > a:hover,
.menu-fixed .menutc_nav > .active > a:focus{ color: #FCCD4B !important;border-bottom: 1px solid #FCCD4B;}


.menu-fixed  #tc_logo img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    position:absolute;
    bottom:10%;
}

.menu-fixed .tc_header, .menu-fixed section
{
    background-color:#0b3e68;
}

.menu-fixed .tc_wrapper_header
{

    background-color:black!important;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
.menu-fixed .main-tc-menu > li > a, .menu-fixed .contact-bar
{
    color:white;
    -webkit-transition: color 500ms linear;
    -ms-transition: color 500ms linear;
    transition: color 500ms linear;
}

.tc-header {
    border-left: 0;
    border-right: 0;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow:0 0 3px rgba(0,0,0,0.9);
    -moz-box-shadow:0 0 3px rgba(0,0,0,0.9);
    -webkit-box-shadow:0 0 3px rgba(0,0,0,0.9);
}

#tc_logo img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-height:55px;
    position:absolute;
    top:15%;
}

.menu-fixed #tc_logo img {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);

}
.logo2
{
    display:none;
}
.menu-fixed #tc_logo > .logo
{
  display:none!important;
}
.menu-fixed #tc_logo > .logo2
{
    display:inline-block;
}

.menu-fixed #tc_main_menu{ margin:14px 0px;}
.menu-fixed #tc_logo{height:58px; min-height:40px !important;}