/* This stylesheet is meant for custom styles, on top of the Bone Template */
.line{
	background-color: #FF6600;
	margin: 0 auto;
	width: 6.5em;
	height: 0.3em;
}
.flex-row{
	flex-direction: row;
}
.card-service{
	text-align: center;
	margin: auto;
	width: 12em;
	min-height: 15em;
}

.card-service .card-img{
	margin: auto;
	width: 70%;
}
.card-service .card-text{
	font-size: 1rem;
	line-height: 1.3rem;
}
.line-about-us{
	background-color: lightgray;
	margin: 0 auto;
	width: 100%;
	height: 1px;
}
.hide-on-med-and-up{
	display: none;
}
.navbar-fixed-bottom{
	background-color: white;
	box-shadow: rgba(0, 0, 0, 0.16) 4px 1px 4px;
}
.navbar-fixed-bottom .nav > li > a{
	padding: 10px 2.5rem;
}
.navbar-fixed-bottom .nav > li:hover a{
	color: #ff6600;
}
.navbar-fixed-bottom .nav > li a.active{
	color: #ff6600;
}
.navbar-fixed-bottom .nav > li > a:hover, 
.navbar-fixed-bottom .nav > li > a:focus{
	background: transparent;
}
.category-works .submenu-mobile.side-menu{
	padding: 0 25px;
}
.category-works .submenu-mobile.side-menu .menu-item{
	padding: 0.625rem;
}
.category-works .submenu-mobile.side-menu{
	transform: translateX(0);
	display: none;
} 

.category-works .side-menu{
	display: flex;
	flex-direction: column;
	top: 0;
	right: 100%;
	z-index: 2;
	min-width: 17em;
	padding-left: 0;
	transform: translateX(-1rem);
}
.category-works .side-menu .menu-item{
	padding: 0.625rem 0;
}
.category-works .side-menu .menu-item:first-child{
	padding-top: 2.5rem;
}
.category-works .side-menu .menu-item a{
	font-weight: 400;
	cursor: pointer;
	padding-left: 0.625rem;
	transition: all 300ms ease;
	transition: border-left 100ms ease;
}
.category-works .side-menu .menu-item.active a,
.category-works .side-menu .menu-item:hover a{
	color: #ff6600;
	border-left: 4px solid #ff6600;
	font-weight: 600;
	font-size: 1.3rem;
}
.category-works .side-menu li{
	list-style: none;
	font-size: 1.2rem;
}