/****** PLACE YOUR CUSTOM STYLES HERE ******/


.nav-bar {
	height:100px; line-height:97px; max-height:100px; 
		}
	
	.nav-bar a {
 		 display: inline-block;
 		 height: 100px;
		}		
.menu li a {
  font-size: 13px;
}
.footer-1 .logo {
	max-height:60px;
		}
.shadow {
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
	 -webkit-text-stroke: 1px #cccccc; /* stroke color and weight */
}
.lh32 {
	line-height:32px;
	}
.mt18 {
	margin-top:18px;
	}
.mt26 {
	margin-top:26px;
	}	
.mb-4 {
	margin-bottom:-4px;
	}
.mb-40 {
	margin-bottom:-40px;
	}
.ml-10 {
	margin-left:10px;
	}
.ml-30 {
	margin-left:30px;
	}
.mr-10 {
	margin-right:10px;
	}
.mr-20 {
	margin-right:20px;
	}
.logo-carousel li {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1;
}
.logo-carousel li:hover {
  opacity: 0.5;
}
section,
footer {
	padding: 46px 0;
	position: relative;
	overflow: hidden;
	background-image: url(img/Wardjet-X-1530_foamCuttingMachine_Sureline_700x525.jpg);
}
.background-image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #292929;
  background-size: cover !important;
  background-position: 50% 20% !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}
.image-caption {
  position: relative;
  overflow: hidden;
  font-size:90%;
}
.alpha60 {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.3);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";

}
.alpha60-nav {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.2);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";

}
.ml-45 {
	margin-left:45px;
}
.mt-10 {
	margin-top:10px;
}
.mb-60 {
	margin-bottom:60px;
}
mb-xs-40 {
	margin-bottom:40px;
}
.pl-34 {
	padding-left:34px;
}
.bt-menu-sidebar {
	border-top: medium #107062 solid;
}
.bg-menu-sidebar {
	background-color: #107062;
}
.menu-sidebar {
	border:none;	
}
.menu-sidebar li {
	height:46px;
	line-height:34px;
}
.menu-sidebar > li {
	transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1;
}
.menu-sidebar li a {
	font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  opacity: 0.5;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  max-width: 100%;
  white-space: normal;
}
.menu-sidebar li:hover { 
	background-color:#066;
	color:#066;
	 opacity: 1 !important;
}
.list-outside {
	list-style-position:outside;
}
.feature boxed 2 {
	margin-bottom:0px;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
#content-right {
	background-color:#FFFFFF;
}
#side-left {
	background-color:#FFFFFF;
}
#side-nav {
	background-color:#FFFFFF;
}
#side-info {
	background-color:#FFFFFF;
}
@media screen and (max-width: 768px) {
  .container { 
    display: table;
  }
  .side-nav {
    display: table-footer-group;
  }
  .content-right {
    display: table-header-group;
  }
}
