/* ----------------------------------------------------
	ADD CUSTOM STYLES HERE...
------------------------------------------------------- */
.header-info {
	list-style-type: none;
	float: left;
	margin-left: 10px;
}
.header-info li i {
	color: #7DBB00;
	padding-left: 4px;
	font-size: 17px;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 1000;
	display: none;
	float: right;
	min-width: 160px;
	padding: 0.25em 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #ffffff;
	border-radius: 0.25em;
	background-clip: padding-box;
	-webkit-box-shadow: 0 4px 16px 6px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 4px 16px 6px rgba(0, 0, 0, 0.08);
	box-shadow: 0 4px 16px 6px rgba(0, 0, 0, 0.08);
}
.padding-2 {
	padding: 2px;
}
.img-info {
	border: 1px #999999;
	padding: 2px;
	background-size: cover;
	background-position: center;
	width: 100%;
	height:300px;
}
.gallery-img {
	width: 100%;
	height: 270px;
	/*margin-top: 70px;*/
	margin-right: 10px;
	/*margin-left: 10px;*/
}
.footer-load{
	margin-left: 126px;
}

@media (min-width: 992px)

{

	.navbar-nav > li {
		display: inline-block !important;
	}

	.navbar-nav .has-submenu {
		position: relative;
	}
	.navbar-nav .has-submenu > ul {
		position: absolute;
		top: 130%;
		visibility: hidden;
		display: block;
		opacity: 0;
		right: 0;
	}
	.navbar-nav .has-submenu .dropdown-menu {
		min-width: 240px;
		padding: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.navbar-nav .has-submenu ul {
		-webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
		-moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
		-o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
		transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, right 0.35s ease-in-out, left 0.35s ease-in-out;
	}
	.navbar-nav .has-submenu > ul {
		position: absolute;
		top: 130%;
		visibility: hidden;
		display: block;
		opacity: 0;
		left: 0;
	}
}

@media (min-width: 768px)
{
	.navbar-right .dropdown-menu {
		right: auto;
		right: 0;
	}
	.srvice-image {
		width: 80%;
		margin-left: 25px;}
	.workinghours {

		padding: 18px 100px 18px;
		margin-left: 85px;
		margin-right: 75px;}
	.footer-load {
		margin-left: 36px;}
}


@media (max-width: 425px){

	.img-info {
		height: 150px;
	}
	.portfolio-filter {
		margin-left: -29px;
		font-size: x-small}
	.workinghours {
		padding: 10px 0 10px;}
	.worktime {
		font-size: small;}
	.general-title h4 {
		font-size: 18px;}
	.testimonials blockquote {

		margin-bottom: 78px;}
	.portfolio-filter ul li {

		font-size: 10px;

		margin-left: -7px;}

}