/* .navbar-brand img {
	width: 60px;
} */

.mod-preview {
	display: inline;
	color: red;
}

.mod-preview-wrapper {
	background-color: white;
	border: 1px dotted red !important;
	padding: 10px;
}

.mt-106{
	margin-top: 106px;
}
.mt-22{
	margin-top: 22px;
}

.mt-5{
	margin-top: 5px;
}
body .navbar-brand {
	padding: 0;
}

.height-20{
	height: 50px;
}

.w-100{
	width: 100%;
}
#page-content {
	padding-top: 0;
	display: inline-block;
	width: 100%;
}
.page-wrapper{
	padding: 25px 0;
}
.landing-menu-link {
	line-height: 1;
  }
  .landing-menu-link li {
	display: inline-block;
	margin-right: 30px;
	position: relative;
  }
  .landing-menu-link li::before {
	background: #ff7f00 none repeat scroll 0 0;
	content: "";
	height: 11px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 1px;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 2px;
  }
  