/*HEADER
-----------------------*/

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
	color: white;
    z-index: 999;
}

header.md-card {
    padding: 0;
    z-index: 999;
	border-radius: 0;
}

.main-content-open header {
    padding-right: 64px;
    -webkit-transition: padding-right .5s!important;
    transition: padding-right .5s!important;
}

.header-actions {
    float: left;
    width: 200px;
    padding: 0 20px;
}

.top-menu {
    float: left;
    width: 100%;
    text-align: left;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.top-menu a {
    color: #737373;
    text-decoration: none;
    float: right;
    margin-right: 5px;
}

.top-menu a + a {
    border-right: 1px solid #747474;
}

.top-menu li.menu-item {
    float: right;
}

.top-menu li.menu-item + li {
    padding-right: 10px;
}

.top-logo {
    float: left;
    height: 50px;
    width: 100%;
    text-align: center;
	padding: 5px 0;
}

.top-logo img {
    max-height: 40px;
}

.top-logo img.top-slogan {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

#main-content {
    margin-top: 50px;
}

#side-menu {
	display: none;
}

#logo {
    float: left;
    width: 200px;
    height: 60px;
    text-align: center;
    background-color: #3279a0;
    color: #ffffff;
    text-decoration: none;
}

#logo img {
    height: 54px;
}

.site-name {
    float: left;
    width: 100%;
    font-size: 35px;
    line-height: 35px;
}

.slogan {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 25px;
}

img.logo-img-mobile {
    display: none;
}

h1 {
    font-size: 26px;
    margin: 0px;
    font-weight: normal;
}

#title h1 {
	line-height: 64px;
}

#title {
    float: right;
    display: inline-block;
    height: 64px;
    width: 50%;
    line-height: 64px;
    color: white;
    margin-right: 60px;
}

.menu-toggle {
	display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-right: 1px solid #eeeeee;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

#dark-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: #000000c7;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s all;
}

#dark-screen.dark-screen-show {
    visibility: visible;
    opacity: 1;
    transition: 0.5s all;
}

.search-container:hover {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}

.header-logo {
    float: left;
    width: 300px;
}

.header-main {
	position: relative;
    float: left;
    width: calc(100% - 300px);
	height: 50px;
}

.header-action-icon {
    float: right;
    width: 40px;
    height: 50px;
    margin: 0!important;
}

.header-actions i {
    float: right;
    width: 40px;
    height: 50px;
    line-height: 30px;
	font-size: 26px;
    padding: 10px 0;
    margin: 0;
    text-align: center;
}

.header-actions a {
	float: right;
	color: #ffffff;
}

.header-actions img {
    float: right;
    width: 30px;
    height: 30px;
    margin: 10px 5px;
}

.header-action-icon .md-tooltip {
    top: 50px;
    right: 0;
    margin: 0;
    border-top: 10px solid transparent;
    background-color: transparent;
}

.header-action-icon .md-tooltip:before {
    right: 20px;
}

.header-action-icon .md-tooltip li {
	float: left;
	width: 100%;
    background-color: black;
    text-align: center;
	padding: 5px;
}

.header-action-icon .md-tooltip a {
    font-size: 18px;
    line-height: 20px;
    color: white;
}

.middle-header {
    float: right;
	width: 100%;
	padding-bottom: 10px;
}

.right-middle-col {
    float: right;
    width: 50%;
}

.left-middle-col {
    float: left;
    width: 50%;
    text-align: left;
    line-height: 50px;
}

.top-tel {
    float: left;
}

.top-tel span {
    float: left;
    font-size: 32px;
    line-height: 40px;
    text-decoration: none;
	color: #000000;
}

.top-tel i {
    float: left;
    font-size: 32px;
    line-height: 40px;
	color: #989898;
}

.cart-container {
    position: relative;
    float: left;
    height: 50px;
    margin: 5px 0;
    border: 1px solid #e9e9e9;
	cursor: pointer;
    transition: 0.5s all;
}

.cart-container:hover {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    transition: 0.5s all;
}

.cart-container a {
	float: left;
    height: 50px;
}

.cart-container i {
	float: left;
    width: 50px;
    height: 50px;
	line-height: 50px;
	font-size: 30px;
	text-align: center;
	color: black;
}

.cart-items-info {
	float: right;
    width: 120px;
    height: 50px;
}

.cart-items-count {
    float: left;
    width: 100%;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
}

.cart-items-total {
    float: left;
    width: 100%;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
}

/*MENU
-----------------------*/

header nav {
    float: left;
    width: calc(100% - 200px);
    line-height: 50px;
}

header nav a, #side-menu nav a, header nav span, #side-menu nav span {
    float: left;
    font-size: 22px;
    line-height: 40px;
	padding: 0 10px;
    color: #323E4F;
    text-decoration: none;
    outline: 0;
	transition: all 0.3s;
}

header nav li {
    float: left;
    line-height: 40px;
}

header nav li span:hover,
header nav li span:hover i,
header nav li a:hover,
header nav li a:hover i,
header nav li i:hover {
	color: #0072ae;
	transition: all 0.3s;
}

header li.menu-item {
	position: relative;
    padding: 0;
}

header ul.menu > li {
	margin: 5px 10px;
}

#side-menu li.menu-item {
	position: relative;
    /* margin: 5px 0; */
    padding: 0;
}

header ul.menu > li.current-menu-item,
header ul.menu > li.current-menu-parent {
    border-bottom: 2px solid #323E4E;
}

header li.menu-item i {
    float: right;
    font-size: 30px;
    line-height: 40px;
    padding: 0 10px;
    color: #174174;
    text-decoration: none;
    outline: 0;
}

header ul.menu > li.current-menu-item > span,
header ul.menu > li.current-menu-parent > span,
header ul.menu > li.current-menu-parent > span i,
header ul.menu > li.current-menu-item > a,
header ul.menu > li.current-menu-parent > a,
header ul.menu > li.current-menu-parent > a i {
    margin-bottom: -2px;
}

header ul.menu > li.current-menu-parent .sub-menu .current-menu-item a,
header ul.menu > li.current-menu-parent .sub-menu .current-menu-item i {
	background-color: #ffffff;
	/* color: #323E4E; */
}

header ul.menu .menu-style-color-1 {
	border-bottom: 3px solid #0073AE!important;
	border-top: 0!important;
}

header ul.menu .menu-style-color-1 a {
	/* color: #ffffff!important; */
	/* background-color: #1f2223!important; */
    padding: 10px;
}

header ul.menu .menu-style-color-1 a:hover {
	background-color: #0072ae!important;
}

header ul.menu .menu-style-color-2 {
	border-bottom: 3px solid #30B236!important;
	border-top: 0!important;
}

header ul.menu .menu-style-color-2 a {
	/* color: #ffffff!important; */
	/* background-color: #1f2223!important; */
    padding: 10px;
}


header ul.menu .menu-style-color-2 a:hover {
	background-color: #30B236!important;
}

header ul.menu .menu-style-color-3 {
	border-bottom: 3px solid #80397B!important;
    border-top: 0!important;
}

header ul.menu .menu-style-color-3 a {
	/* color: #ffffff!important; */
	/* background-color: #1f2223!important; */
    padding: 10px;
}

header ul.menu .menu-style-color-3 a:hover {
	background-color: #80397B!important;
}

header ul.menu .menu-style-color-4 {
	border-bottom: 3px solid #2B579A!important;
    border-top: 0!important;
}

header ul.menu .menu-style-color-4 a {
	/* color: #ffffff!important; */
	/* background-color: #1f2223!important; */
    padding: 10px;
}

header ul.menu .menu-style-color-4 a:hover {
	background-color: #2B579A!important;
}

header ul.menu .menu-style-color-5 {
	border-bottom: 3px solid #f39200!important;
    border-top: 0!important;
}

header ul.menu .menu-style-color-5 a {
	/* color: #ffffff!important; */
	/* background-color: #1f2223!important; */
    padding: 10px;
}

header ul.menu .menu-style-color-5 a:hover {
	background-color: #f39200!important;
}

header .sub-menu {
    display: none;
    position: absolute;
    top: 40px;
    width: 250px;
    border-top: 8px solid transparent;
}

header li.menu-item:hover > .sub-menu,
header li.menu-item:focus > .sub-menu,
header li.menu-item:focus-within > .sub-menu {
    display: block;
}

#side-menu .sub-menu {
    display: none;
    position: absolute;
    top: 40px;
	background-color: white;
}

header li.menu-item:hover .sub-menu {
    display: block;
}

header .sub-menu li {
    float: right;
    width: 100%;
    background-color: #ffffff;
}

header .sub-menu li a {
    float: right;
    width: 100%;
	font-size: 18px;
	line-height: 30px;
}

header .sub-menu li a:hover {
    color: white;
}

header .sub-menu li i {
    float: right;
	font-size: 22px;
	line-height: 30px;
}

.sub-menu li + li {
    border-top: 1px solid #eeeeee;
}

.open-sub-menu, .close-sub-menu {
    display: none;
}

/*----------------------------------responsive------------------------------------*/

@media screen and (max-width: 950px) {

header {
    height: 50px;
}

header nav {
	display: none;
}

.header-logo {
    width: calc(100% - 210px);
    margin: 0 0 0 60px;
}

.header-main {
    width: 180px;
    height: 50px;
}

.header-actions {
	width: 180px;
    padding: 0 10px;
}

.top-tel span {
    display: none;
}

.top-tel i {
    width: 50px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
}

.top-logo {
    float: right;
    height: 50px;
    /* background-color: #000000; */
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
}

.image-logo {
    max-height: 30px!important;
}

#main-content {
    margin-top: 50px;
}

#logo {
    position: absolute;
    top: 0;
    left: calc(50% - 90px);
    width: 180px;
    height: 50px;
}

.site-name {
    font-size: 25px;
    line-height: 30px;
}

.slogan {
    font-size: 16px;
    line-height: 20px;
}

.menu-toggle {
	display: block;
}

.menu-toggle i {
    width: 50px;
    height: 50px;
}

.menu-toggle i svg {
    width: 40px;
    height: 40px;
    fill: #000000;
}

#side-menu {
    display: block;
    position: fixed;
    top: 0;
    left: -50px;
    width: 280px;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    z-index: 9999;
    -ms-transform: translateX(-280px);
    -webkit-transform: translateX(-280px);
    transform: translateX(-280px);
    -webkit-transition: transform 0.5s ease-in;
    transition: transform 0.5s ease-in;
}

.side-menu-open {
    -webkit-transition: transform 0.5s!important;
    transition: transform 0.5s!important;
    -ms-transform: translateX(0px)!important;
    -webkit-transform: translateX(0px)!important;
    transform: translateX(0px)!important;
}

.sub-menu {
    position: static!important;
}

.open-sub-menu {
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    line-height: 50px;
}

.close-sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0px;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    line-height: 50px;
}

#side-menu li.menu-item:hover .sub-menu {
    display: none;
}

#side-menu ul.sub-menu {
    float: right;
    width: 100%;
}

#side-menu .sub-menu li a {
	padding: 0 10px;
}

#side-menu nav {
    height: 100vh;
    overflow: auto;
    padding-left: 50px;
}

#side-menu nav a, #side-menu nav span {
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    min-height: 50px;
    font-size: 18px;
    line-height: 1;
    padding: 0 50px 0 10px;
}

#side-menu nav li {
	float: left;
	width: 100%;
	min-height: 50px;
}

#side-menu i.md-icons {
    float: left;
    width: 50px;
    height: 50px;
    padding: 10px;
}

#side-menu i.md-icons svg {
    fill: #000000;
}

#side-menu .sub-menu {
    display: none;
    position: absolute;
    top: 60px;
    background-color: #f3f3f3;
    width: 250px;
	position: static!important;
}

#side-menu .sub-menu a {
    font-size: 16px;
}

.top-logo img.top-slogan {
    margin: 0 -15px;
}

}

@media screen and (max-width: 950px) {

.header-main {
    width: 150px;
}

.header-actions {
    width: 150px;
    padding: 0 5px;
}

.header-actions img {
    width: 25px;
    height: 25px;
    margin: 12.5px 5px;
}

img.open-contact {
    width: 35px!important;
    height: 50px!important;
    padding: 12.5px 5px!important;
    margin: 0!important;
}

.header-action-icon {
    width: 35px;
}

.image-logo {
    max-height: 25px!important;
}

#close-side-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

}
