/*
	endvo top bar
*/

.endvo-header-1 .endvo-top-bar {
	width: 100%;
	/*max-height: 45px;*/
	text-align: left;
}

/*
	endvo top bar contact information
*/

.endvo-header-1 .endvo-top-bar p.contacts {
	width: auto;
	line-height: 45px;
	margin: 0px;
	margin-right: 40px;
	display: inline-block;
}
.endvo-header-1 .endvo-top-bar p.contacts i {
	border-radius: 100px;
	width: 20px;
	line-height: 20px;
	height: 20px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	display: inline-block;
	margin: 10px 0px;
	margin-right: 5px;
}
.endvo-header-1 .endvo-top-bar p.contacts a {
	color: #fff;
}

/*
	endvo top bar social buttons
*/

.endvo-header-1 .endvo-top-bar ul.social-btns2 {
	width: auto;
	/*float: right;*/
	margin: 0px;
	padding: 0px;
}
.endvo-header-1 .endvo-top-bar ul.social-btns2 li {
	width: auto;
	float: left;
	width: 40px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
	margin-left: 1px;
	    font-size: 18px;
}
.endvo-header-1 .endvo-top-bar ul.social-btns2 li a {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	line-height: 45px;
	height: 45px;
	float: left;
	color: #fff;
	/*background-color: rgba(000,000,000,0.2);*/
	text-align: center;
	transition-style: linear;
	transition-duration: 0s;
}
/*
.endvo-header-1 .endvo-top-bar ul.social-btns2 li a.hover {
	top: 40px;
}*/

/*
	endvo top bar shopping cart
*/

.endvo-header-1 .endvo-top-bar .shopping-cart {
	width: 40px;
	height: 45px;
	position: relative;
	float: right;
}
.endvo-header-1 .endvo-top-bar .shopping-cart > span {
	width: 40px;
	height: 44px;
	float: left;
	overflow: hidden;
	position: relative;
}
.endvo-header-1 .endvo-top-bar .shopping-cart > span i.fa {
	width: 100%;
	float: left;
	line-height: 45px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 0px;
}
.endvo-header-1 .endvo-top-bar .shopping-cart > span i.hover {
	top: 40px;
}
.endvo-header-1 .endvo-top-bar .shopping-cart .cart {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	padding: 15px;
	position: absolute;
	top: 40px;
	right: 0px;
	width: 200px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 100;
}
.endvo-header-1 .endvo-top-bar .shopping-cart .cart p.title {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 100%;
	color: #333;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.endvo-header-1 .endvo-top-bar .shopping-cart .cart p.cart-btns {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}
.endvo-header-1 .endvo-top-bar .shopping-cart .cart p.cart-btns .endvo-btn-small {
	width: 100%;
}
.endvo-header-1 .endvo-top-bar .shopping-cart .cart .cart-entry {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	max-height: 225px;
	position: relative;
	overflow: auto;
}
.endvo-header-1 .endvo-top-bar .shopping-cart .cart .cart-entry p {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 15px 0px;
	border: 0px solid #e5e5e5;
	border-bottom-width: 1px;
}
.endvo-header-1 .endvo-top-bar .shopping-cart .cart .cart-entry p a {
	text-transform: capitalize;
}
.endvo-header-1 .endvo-top-bar .shopping-cart .cart .cart-entry p .price {
	width: 100%;
	float: left;
}

/*
	endvo header bg
*/

.endvo-header-1 .endvo-header-bg {
	background-color: #fff;
	width: 100%;
	float: left;
	border: 0px solid #e5e5e5;
	border-bottom-width: 1px;
	height: 102px;
	opacity: 0.9;
	position: relative;
	z-index: 10001;
}

.endvo-header-sticked {
	position: fixed!important;
}

/*
	endvo header bg site logo
*/

.endvo-header-1 .endvo-header-bg .endvo-logo {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 0px;
	border: 0px solid #f00;
}
.endvo-header-1 .endvo-header-bg .endvo-logo img {
	max-height: 40px;
	float: left;
	margin-right: 10px;
}
.endvo-header-1 .endvo-header-bg .endvo-logo p.logo {
	margin: 0px;
	padding: 0px;
	line-height: 26px;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	position: absolute;
	left: 50px;
	top: 30px;
	max-width: 250px;
}
.endvo-header-1 .endvo-header-bg .endvo-logo p.tagline {
	position: absolute;
	left: 50px;
	top: 56px;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
	color: #999;
	width: 250px;
	display: block;
	border: 0px solid #f00;
}

/*
	endvo header bg desktop navigation
*/

.endvo-header-1 .endvo-header-bg nav {
	width: auto;
	float: right;
}
.endvo-header-1 .endvo-header-bg nav ul, .endvo-header-1 .endvo-header-bg nav li {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.endvo-header-1 .endvo-header-bg nav ul > li {
	position: relative;
}
.endvo-header-1 .endvo-header-bg nav > ul > li {
	width: auto;
	padding: 0px 20px;
	line-height: 100px;
	border: 0px solid #fff;
	border-left-width: 1px;
	border-right-width: 1px;
}
.endvo-header-1 .endvo-header-bg nav .hover {
	/*background-color: #f2f2f2;
	border: 0px solid #e5e5e5;
	border-left-width: 1px;
	border-right-width: 1px;*/
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 1;
}
.endvo-header-1 .endvo-header-bg nav a:hover {
	color: #54c1d1;
	text-decoration: none;
}
.endvo-header-1 .endvo-header-bg nav > ul > li ul > li .hover {
	border-left-width: 0px;
	border-right-width: 0px;
}
.endvo-header-1 .endvo-header-bg nav > ul > li > a {
	font-size: 100%;
}
@media(max-width:1200px) {
	
	.endvo-header-1 .endvo-header-bg nav > ul > li {
		padding: 0 10px;
	}
	.endvo-header-1 .endvo-header-bg nav > ul > li > a {
		font-size: 90%;
	}
}
.endvo-header-1 .endvo-header-bg nav a {
	text-transform: uppercase;
	position: relative;
	z-index: 10;
}
.endvo-header-1 .endvo-header-bg nav > ul > li ul {
	display: none;
	position: absolute;
	left: 198px;
	top: -1px;
	width: 200px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	z-index: 10;
	border-bottom-width: 0px;
}
.endvo-header-1 .endvo-header-bg nav > ul > li > ul {
	left: 0px;
	top: 101px;
}
.endvo-header-1 .endvo-header-bg nav > ul > li ul.left {
	left: auto;
	right: 0px;
	top: 101px;
}
.endvo-header-1 .endvo-header-bg nav > ul > li ul.left ul {
	left: -200px;
	top: -1px;
}
.endvo-header-1 .endvo-header-bg nav > ul > li ul > li {
	line-height: 40px;
	border: 0px solid #e5e5e5;
	border-top-width: 0px;
	border-bottom-width: 1px;
	padding-left: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.endvo-header-1 .endvo-header-bg nav > ul > li ul > li > a {
	/*text-transform: capitalize;*/
	text-transform: none;
}

/*
	endvo header bg desktop navigation mega menu
*/

.endvo-header-1 .endvo-mega {
	top: 101px;
	right: 0px;
}

/*
	light version
*/

.endvo-header-1 .endvo-light-top-bar {
	background-color: transparent !important;
	border: 0px solid #e5e5e5;
	border-bottom-width: 1px;
}
.endvo-header-1 .endvo-light-top-bar p.contacts a {
	color: #333;
}
.endvo-header-1 .endvo-light-top-bar ul.social-btns2 li {
	margin-left: 0px;
}
.endvo-header-1 .endvo-light-top-bar ul.social-btns2 li a {
	background-color: rgba(000,000,000,0);
	color: #333;
}
/*
.endvo-header-1 .endvo-light-top-bar ul.social-btns2 li a.hover {
	color: #fff;
}*/

/*
	.endvo-header-1 .endvo-dark-header-bg
*/

.endvo-header-1 .endvo-dark-header-bg {
}
.endvo-header-1 .endvo-dark-header-bg nav > ul > li {
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
}
.endvo-header-1 .endvo-dark-header-bg nav > ul > li > a {
	color: #fff;
}
.endvo-header-1 .endvo-dark-header-bg nav > ul > li:hover > a {
	color: #333;
}
.endvo-header-1 .endvo-dark-header-bg .endvo-logo p.logo {
	color: #fff;
}
.endvo-header-1 .endvo-dark-header-bg {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.main-btns li{
	float:left;
	padding: 0 25px;
}

.main-btns{
	padding-left: 0;
	color:#fff;
	vertical-align: middle;
	margin-top:13px;
}

.main-btns a{
	font-weight: 500;
	color:#fff;
	text-decoration:none;
}

.main-btns a:hover, .main-btns a:focus, .social-btns2 a:focus, .social-btns2 a:hover, .search-header-btn a:hover, .search-header-btn a:focus{
	color:#9d9d9d !important;
	text-decoration:none;
}

.all-btns-header{
	margin: 0 auto;
	display: table;
	text-align:center;
}

.main-btns, .social-btns2{
	display:table-cell;
	float:left;
}

.btn-border-right{
	border-right:1px solid #fff;
}

.search-header-btn{
	width: 40px;
    height: 45px;
    float: right;
    margin-top: -45px;
}

.search-header-btn a{
    color: #fff;
    line-height: 45px;
    font-size: 18px;
}

@media (min-width: 1200px) {
	
.search-header-btn {
    width: 240px;
    height: 45px;
    float: right;
    text-align: right;
    margin-top: -45px;
} 

.input-search-header{
    width: 218px;
    margin-top: 9px;
    background: #fff;
    border-radius: 10px;
    font-size: 13px;
    height: 26px !important;
	display:none;
}

.search-header-btn:hover .input-search-header{
	display:block;
}


}

@media (max-width: 1199px) {
	.hidden-search{
		display:none;
	}
}
