@charset "utf-8";
/* CSS Document */

body {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

header {
    height: 43px;
    background: #34495e;
}

#et-info {
    display: block;
    float: left;
}

#et-info-email {
    position: relative;
}

#et-info-phone {
    margin-right: 13px;
    position: relative;
}

#et-secondary-menu li {
    word-wrap: break-word;
}

#et-secondary-menu>ul>li>a {
    color: #fff;
    position: relative;
}

#et-secondary-menu>ul>li a {
    display: block;
}

#et-secondary-menu>ul>li a:hover {
    text-decoration: none;
}

#et-secondary-nav {
    display: inline-block;
	margin: 0;
}

#et-secondary-nav a {
    -webkit-transition: background-color 0.4s, color 0.4s ease-in-out;
    transition: background-color 0.4s, color 0.4s ease-in-out;
}

#et-secondary-nav li {
    position: relative;
    text-align: right;
    margin-right: 15px;
    display: inline-block;
}

#et-secondary-nav>li:last-child {
    margin-right: 0;
}

#et-secondary-nav>li>a {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    font-variant: normal;
}

#top.navbar {
    padding-left: 0;
    padding-right: 0;
}

#top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
	max-width: 100%;
	padding-right: 15px;
    padding-left: 15px;
}

#top-header .container {
    line-height: 1em;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
	height: 43px;
	max-width: 100%;
}

#top-header a {
    font-size: 13px;
    color: #ffffff;
}

#top-header a:hover {
    text-decoration: none;
}

#top-header #et-info {
    line-height: 1em;
}

#top-header #et-secondary-menu {
    float: none;
}

#top-header, #et-secondary-nav {
    transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
}

@media (min-width: 981px)
{
	#top .container, #top-header .container {
		width: 100%;
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media (max-width: 980px)
{
	#et-secondary-menu {
		display: none !important;
	}
}

@media (max-width: 767px)
{
	#top-header .container {
		justify-content: center;
	}
}