/* here you can put your own css to customize and override the theme */
.header-home a.navbar-brand
{
	position: absolute;
}

.header-home a.navbar-brand img
{
	margin-left: 0px;
	position: relative;
	top: 0;
	height: 102px;
}

a.navbar-brand
{
	padding: 5px;
	padding-top: 10px;
}

a.navbar-brand img
{
	height: 53px;
}

@media (min-width: 1199px) {
	.header-home a.navbar-brand img
	{
		margin-left: 116px;
	}
}

@media (max-width: 992px) {
	.header-home a.navbar-brand img
	{
		margin-left: 0;
	}

	.header-home a.navbar-brand
	{
		position: inherit;
	}
}

@media (max-width: 767px) {
	.header-home a.navbar-brand img
	{
		margin-left: 15px;
	}
}
