﻿.header-top-bar .logo .secondary-logo{
	display: none;
}
.header-top-bar .logo a img{
	height: 30px;
}
.header-top-bar .logo{
	margin-right: 20px;
}
.header-top-bar .left{
	display: flex;
	align-items: center;
}
.header{
	justify-content: center;
}
.sn-top-header__item .btn_sn{
	background: none;
   border: 2px solid #36b4b6;
   border-radius: 5px;
   color: #000;
   min-width: inherit;
}
.sn-top-header__item .btn_sn:hover{
	background: #36b4b6;
	color: #fff;
}
.soc-icon-list{
	display: flex;
	align-items: center;
	margin-right: 15px;
}
.soc-icon-list li{
	margin: 0 5px;
}
.header-container_sn{
	margin-top: 50px;
}

.header-top-bar-container._new .sn-top-header__item.template-clock::before,
.header-top-bar-container._new .sn-top-header__item .template-mobile::before {
	content: none;
	display: none;
}


@media (max-width: 1300px){
	.header-top-bar, .header{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}
}
@media (max-width: 991px){
	.sf-menu li a, .sf-menu li a{font-size: 14px !important;}
	.header-container_sn.transition {margin-top: 56px;}
}
@media (max-width: 768px){
	.header-container_sn {margin-top: 50px !important;}
}
@media (max-width: 991px){
	.header-container.sticky{height: 50px;}
	.sn-top-header__item.template-clock{display: none;}
	.header-top-bar .logo{margin-right: 0;}
	.sn-top-header__item{position: static;}
	.sn-btn-cont{
		position: absolute;
    left: 0;
    top: 58px;}
	.sn-top-header__item .template-mobile a{margin-right: 0;}
	.site-container .vc_row.full-width>.wpb_column {
    margin-top: 105px !important;}
}
@media (max-width: 480px){
	.header-top-bar{justify-content: center;}
	.sn-top-header{width: 100%;}
	.header-container_sn {
    margin-top: 53px !important;}
	.soc-icon-list li{margin: 0 3px;}
	.sn-top-header__item{width: auto;}
	.soc-icon-list{margin-right: 5px;}
	.header-top-bar .logo a img{height: 24px;}
	.sn-btn-cont{top: 60px;}
	.sn-top-header__item .template-mobile a{margin-right: 0 !important;}
}

@media (min-width: 992px){
	.header-container_sn.new-header{
		position: fixed;
		top: 57px;
		left: 0;
		right: 0;
		z-index: 9;
		background: #fff;
		height: 53px;
		min-height: 0;
		margin-top: 0;
		padding: 0;
		overflow: visible;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	}
	.header-container_sn.new-header .header{
		height: 53px;
		min-height: 0;
		width: 1170px;
		max-width: calc(100% - 30px);
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
	}
	.header-container_sn.new-header .menu-container,
	.header-container_sn.new-header .menu-container nav,
	.header-container_sn.new-header .sf-menu{
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	.header-container_sn.new-header .menu-container{
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.header-container_sn.new-header .menu-container nav{
		display: flex;
		justify-content: center;
		float: none;
		width: 100%;
	}
	.header-container_sn.new-header .sf-menu{
		display: flex;
		justify-content: center;
		float: none;
		width: auto;
	}
	.header-container_sn.new-header .sf-menu>li{
		float: none;
	}
	.header-container_sn.new-header .sf-menu>li>a,
	.header-container_sn.new-header .sf-menu>li>a:visited{
		line-height: 24px;
		padding-top: 15px;
		padding-bottom: 14px;
	}
	.header-container_sn.new-header .template-arrow-menu{
		display: none !important;
	}
	.site-container>.theme-page{
		margin-top: 110px;
	}
}
