/***** Header *****/

.full-header {
	background-size: cover;
	width: 100%;
	float: left;
	background-color: #fff;
	position: relative;
	z-index: 9999;
}

#header,.header-box{

  float: left;

  width: 100%;

}

.header-top {

	border-bottom: 1px solid #ddd;

	padding: 15px 0 10px;

}

.header-row {

	float:left;

	width: 50%;

}

.header-row h4{margin:0;font-size: 13px}

.icon-header {

	float: right;

	margin: 0px;

	padding: 0px;

}

.icon-header li {

	float:left;

	display:inline-block;

	padding-left: 10px;

}

.header-bottom{

	padding: 15px 0 15px;

}

.header-logo {
    float: left;
    width: 30%;
    text-align: center;
}

.header-logo img {
	float: left;
	max-height: 65px !important;
	max-width: 200px !important;
	object-fit: contain;
}

.header-bottom .menu-header{

	float: left;	width:70%;

}

.header-bottom .menu-header ul{

	padding-top: 5px;

	text-align: right;

}
.menu-header li+li{

	border-left: 1px solid #ddd;
    margin-left: 30px;
    padding-left: 20px;
}
.menu-header li{

    display: inline-block;

}

.menu-header li h5{

	font-size: 15px;

	text-transform: uppercase;

	font-weight: bold;

	margin:0;

}

.menu-header li p{

	margin:0;

	font-weight: 500;

}

.menu-header li p a{color: #e00000;}



/*Responsive*/

@media only screen and (min-width: 1000px) {
	.header-logo {
		margin-bottom: -35px;
	}
}
@media only screen and (max-width: 900px) {

	/*.header-logo{width:100%;}*/
	.header-bottom {
		padding: 20px 0;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.menu-header li+li {
		margin-left: 10px;
		padding-left: 10px;
	}
	.menu-header li h5 {
		font-size: 14px;
	}
	.header-bottom .menu-header ul {
		padding-top: 0;
	}
}
@media only screen and (max-width: 705px) {
	.header-bottom .menu-header,
	.header-logo {
		width: 100%;
	}
	.header-logo img {
		float: none;
	
	}
	.header-bottom .menu-header ul {
		padding-top: 5px;
		text-align: center;
	}
}
@media only screen and (max-width: 499px) {
.menu-header{
	display: none;
}
}
@media only screen and (max-width: 480px) {

	.header-row{width: 100%;text-align: center;float: none}

	.icon-header li{float: none}

	.icon-header{float: none;margin-top: 10px;}

	.header-link{display: none;}

	.header-logo{width: 100%;text-align: center}

}