body {
	position: relative
}

h3 {
	font-size: 20px;
	font-weight: 600;
}

.element-hidden {
	display: none;
}

.element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
}

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
	position: static !important;
	clip: auto;
	overflow: visible;
	height: auto;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.panel-1col {}

.panel-1col .panel-col {
	width: 100%;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}



.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.bootstrap-megamenu .clearfix {
	*zoom: 1;
}

.bootstrap-megamenu .clearfix:before,
.bootstrap-megamenu .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.bootstrap-megamenu .clearfix:after {
	clear: both;
}

.bootstrap-megamenu .mega-inner {
	padding: 10px;
	*zoom: 1;
}

.bootstrap-megamenu .mega-inner:before,
.bootstrap-megamenu .mega-inner:after {
	display: table;
	content: "";
	line-height: 0;
}

.bootstrap-megamenu .mega-inner:after {
	clear: both;
}

.bootstrap-megamenu .row {
	padding-top: 10px;
}

.bootstrap-megamenu .mega>.mega-dropdown-menu {
	min-width: 200px;
	display: none;
}

.bootstrap-megamenu .mega-group {
	*zoom: 1;
}

.bootstrap-megamenu .mega-group:before,
.bootstrap-megamenu .mega-group:after {
	display: table;
	content: "";
	line-height: 0;
}

.bootstrap-megamenu .mega-group:after {
	clear: both;
}

.bootstrap-megamenu .mega-group-ct {
	margin: 0;
	padding: 0;
	*zoom: 1;
}

.bootstrap-megamenu .mega-group-ct:before,
.bootstrap-megamenu .mega-group-ct:after {
	display: table;
	content: "";
	line-height: 0;
}

.bootstrap-megamenu .mega-group-ct:after {
	clear: both;
}

.bootstrap-megamenu .col-md-12.mega-col-nav .mega-inner {
	padding: 10px;
}

.bootstrap-megamenu .mega-nav,
.bootstrap-megamenu .dropdown-menu .mega-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bootstrap-megamenu .mega-nav>li,
.bootstrap-megamenu .dropdown-menu .mega-nav>li {
	display: block;
	float: none;
	list-style: none;
	margin-left: 0;
}

.bootstrap-megamenu .mega-nav>li a,
.bootstrap-megamenu .dropdown-menu .mega-nav>li a {
	white-space: normal;
}

.bootstrap-megamenu .nav {
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.bootstrap-megamenu .nav>li>span {
	display: block;
}

.bootstrap-megamenu .dropdown {
	position: relative;
}

.bootstrap-megamenu .dropdown-toggle {
	*margin-bottom: -3px;
}

.bootstrap-megamenu .dropdown-toggle:active {
	outline: 0;
}

.bootstrap-megamenu .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.bootstrap-megamenu .dropdown-menu a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	white-space: nowrap;
}

.bootstrap-megamenu button.btn {
	*padding-top: 3px;
	*padding-bottom: 3px;
}

.bootstrap-megamenu button.btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.bootstrap-megamenu button {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}

.bootstrap-megamenu button {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bootstrap-megamenu .nav>li.relative-list {
	position: inherit;
}

.bootstrap-megamenu .bootstrap-megamenu-submenu.full-width-menu {
	position: absolute;
	min-width: 100%;
}

@media (max-width: 480px) {

	.bootstrap-megamenu .btn {
		font-size: 11px;
		padding: 1px 4px 2px 4px;
	}
}

@media (max-width: 738px) {

	.bootstrap-megamenu .navbar-collapse {
		margin: 0;
	}

	.bootstrap-megamenu .navbar-collapse .dropdown-menu {
		margin: 0;
	}

	.bootstrap-megamenu .navbar-collapse li a {
		margin-bottom: 0;
		border-top: 1px solid #d9d9d9;
	}

	.bootstrap-megamenu .navbar-collapse .nav>li>a,
	.bootstrap-megamenu .navbar-collapse .dropdown-menu a {
		border-radius: 0;
	}

	.bootstrap-megamenu .navbar-collapse .dropdown-menu li+li a {
		margin-bottom: 0;
	}
}

.bootstrap-megamenu:before,
.bootstrap-megamenu:after {
	content: "";
	display: table;
	line-height: 0;
}

.bootstrap-megamenu:after {
	clear: both;
}

.bootstrap-megamenu .row:before,
.bootstrap-megamenu .row:after {
	display: table;
	content: "";
	line-height: 0;
}

.bootstrap-megamenu .row:after {
	clear: both;
}

.bootstrap-megamenu .nav {
	margin: 0;
}

.bootstrap-megamenu .nav>li {
	float: left;
	margin-left: 0;
}

.bootstrap-megamenu .nav>li>span {
	border-top: 0;
	padding: 15px 20px;
	text-shadow: none;
}

.bootstrap-megamenu .nav>li>a:focus,
.bootstrap-megamenu .nav>li>a:hover {
	text-decoration: none;
	text-shadow: none;
	outline: none;
}

.bootstrap-megamenu .navbar-btn {
	display: none;
	float: left;
	padding: 10px;
	margin: 0;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075);
}

.bootstrap-megamenu .dropdown-menu {
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.bootstrap-megamenu .dropdown-menu li>a {
	border-top: 1px solid #eee;
	padding: 5px 20px;
	text-shadow: none;
}

.bootstrap-megamenu .dropdown-menu li:first-child>a {
	border-top: 0;
}

.bootstrap-megamenu .mega-nav>li:first-child>a,
.bootstrap-megamenu .dropdown-menu .mega-nav>li:first-child>a {
	margin-top: 0;
	padding-top: 0;
}

.bootstrap-megamenu .nav>li>.dropdown-menu:before {
	display: none;
}

.bootstrap-megamenu .nav>li>.dropdown-menu:after {
	display: none;
}

.bootstrap-megamenu .mega-inner {
	padding: 10px;
}

.bootstrap-megamenu .mega-nav>li a,
.bootstrap-megamenu .dropdown-menu .mega-nav>li a {
	padding: 5px 0;
}

.bootstrap-megamenu .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	list-style: none;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-top: none;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	padding: 0;
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.bootstrap-megamenu .dropdown-menu li>a {
	clear: both;
	display: block;
	line-height: 20px;
	font-weight: normal;
	padding: 3px 20px;
	text-shadow: none;
	white-space: nowrap;
}

@media (max-width: 979px) {

	.bootstrap-megamenu .always-show .mega>.mega-dropdown-menu,
	.bootstrap-megamenu .always-show .dropdown-menu {
		display: block !important;
	}
}

@media (max-width: 979px) {
	.bootstrap-megamenu .navbar-collapse .nav>li {
		float: none;
	}

	.bootstrap-megamenu .navbar-btn {
		display: block;
		margin-bottom: 10px;
	}

	.bootstrap-megamenu .navbar-btn:hover {
		cursor: pointer;
	}

	.bootstrap-megamenu .navbar-collapse {
		margin-top: 10px;
		position: absolute;
		top: 27px;
		width: 100%;
		z-index: 999;
	}

	.bootstrap-megamenu .navbar-collapse .nav {
		margin: 0;
	}

	.bootstrap-megamenu .navbar-collapse .nav>li>a {
		font-size: 15px;
		margin-bottom: 0;
	}

	.bootstrap-megamenu .navbar-collapse .nav>li>a,
	.bootstrap-megamenu .navbar-collapse .dropdown-menu a {
		border-right: none;
		text-shadow: none;
		border-radius: 0;
	}

	.bootstrap-megamenu .navbar-collapse .dropdown-menu li+li a {
		margin-bottom: 0;
	}

	.bootstrap-megamenu .navbar-collapse .dropdown-menu a {
		border-bottom: 0;
		font-weight: normal;
		padding: 10px 20px;
	}

	.bootstrap-megamenu .navbar-collapse .dropdown-menu {
		margin: 0;
		padding: 0;
		border: none;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		width: 100% !important;
	}
}

@media (max-width: 979px) {
	.bootstrap-megamenu .mega-inner {
		padding: 10px 20px;
	}

	.bootstrap-megamenu .row,
	.bootstrap-megamenu .mega-dropdown-menu,
	.bootstrap-megamenu .row [class*="col-md-"] {
		width: 100% !important;
		min-width: 100% !important;
		left: 0 !important;
		margin-left: 0 !important;
		transform: none !important;
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
	}

	.bootstrap-megamenu .mega-nav>li a,
	.bootstrap-megamenu .dropdown-menu .mega-nav>li a {
		padding: 5px 0;
		margin-left: 20px;
	}
}

@media (max-width: 979px) {

	.bootstrap-megamenu .navbar-collapse {
		clear: both;
	}

	.bootstrap-megamenu .navbar-collapse {
		float: none;
		margin: 0 0 10px;
	}

	.bootstrap-megamenu .navbar-collapse .nav>li {
		float: none;
	}

	.bootstrap-megamenu .navbar-collapse .nav>li>a {
		margin-bottom: 2px;
	}

	.bootstrap-megamenu .navbar-collapse .nav>li>a,
	.bootstrap-megamenu .navbar-collapse .dropdown-menu a {
		padding: 9px 15px;
		border-radius: 3px;
	}

	.bootstrap-megamenu .navbar-collapse .dropdown-menu li+li a {
		margin-bottom: 2px;
	}

	.bootstrap-megamenu .navbar-collapse .dropdown-menu {
		position: static;
		top: auto;
		left: auto;
		float: none;
		display: none;
		max-width: none;
		margin: 0 15px;
		padding: 0;
		border: none;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.bootstrap-megamenu .navbar-collapse .dropdown-menu:before,
	.bootstrap-megamenu .navbar-collapse .dropdown-menu:after {
		display: none;
	}

	.bootstrap-megamenu .navbar-collapse .nav>li>.dropdown-menu:before,
	.bootstrap-megamenu .navbar-collapse .nav>li>.dropdown-menu:after {
		display: none;
	}

	.bootstrap-megamenu .navbar-collapse {
		overflow: hidden;
		height: 0;
	}
}

@media (max-width: 767px) {

	.bootstrap-megamenu .nav>li.relative-list {
		position: relative;
	}

	.bootstrap-megamenu .bootstrap-megamenu-submenu.full-width-menu {
		position: relative;
	}
}

.bootstrap-megamenu {
	position: relative;
}

.bootstrap-megamenu .nav {
	padding: 0;
}

@media (max-width: 979px) {

	.bootstrap-megamenu .navbar-collapse {
		z-index: 999;
	}
}

.mm-menu.mm-horizontal>.mm-panel {
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.mm-menu .mm-hidden {
	display: none;
}

.mm-menu,
.mm-menu>.mm-panel {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.mm-menu {
	background: inherit;
	display: block;
	overflow: hidden;
	padding: 0;
}

.mm-menu>.mm-panel {
	background: inherit;
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	-webkit-transform: translate(100%, 0);
	transform: translate(100%, 0);
}

.mm-menu>.mm-panel.mm-opened {
	-webkit-transform: translate(0%, 0);
	transform: translate(0%, 0);
}

.mm-menu .mm-list {
	padding: 20px 0;
}

.mm-menu>.mm-list {
	padding-bottom: 0;
}

.mm-menu>.mm-list:after {
	content: '';
	display: block;
	height: 40px;
}

.mm-panel>.mm-list {
	margin-left: -20px;
	margin-right: -20px;
}

.mm-panel>.mm-list:first-child {
	padding-top: 0;
}

.mm-list,
.mm-list>li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

.mm-list {
	font: inherit;
	font-size: 14px;
}

.mm-list a,
.mm-list a:hover {
	text-decoration: none;
}

.mm-list>li {
	position: relative;
}

.mm-list>li>a,
.mm-list>li>span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: inherit;
	line-height: 20px;
	display: block;
	padding: 10px 10px 10px 20px;
	margin: 0;
}

.mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
	content: '';
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
	width: auto;
	margin-left: 20px;
	position: relative;
	left: auto;
}

.mm-list a.mm-subopen {
	background: rgba(3, 2, 1, 0);
	width: 40px;
	height: 100%;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.mm-list a.mm-subopen:before {
	content: '';
	border-left-width: 1px;
	border-left-style: solid;
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.mm-list a.mm-subopen+a {
	padding-right: 5px;
	margin-right: 40px;
}

.mm-list a.mm-subclose {
	text-indent: 20px;
	padding-top: 30px;
	margin-top: -20px;
}

.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
	content: '';
	border: 2px solid transparent;
	display: inline-block;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-bottom: -5px;
	position: absolute;
	bottom: 50%;
}

.mm-list a.mm-subopen:after {
	border-top: none;
	border-left: none;
	right: 18px;
}

.mm-list a.mm-subclose:before {
	border-right: none;
	border-bottom: none;
	margin-bottom: -15px;
	left: 22px;
}

.mm-menu.mm-vertical .mm-list .mm-panel {
	display: none;
	padding: 10px 0 10px 10px;
}

.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
	border-color: transparent;
}

.mm-menu.mm-vertical .mm-list>li>a.mm-subopen {
	height: 40px;
}

.mm-menu.mm-vertical .mm-list>li>a.mm-subopen:after {
	top: 16px;
	bottom: auto;
}

.mm-menu {
	background: #333333;
	color: rgba(255, 255, 255, 0.6);
}

.mm-menu .mm-list>li:after {
	border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu .mm-list>li>a.mm-subclose {
	background: rgba(0, 0, 0, 0.1);
	color: rgba(255, 255, 255, 0.3);
}

.mm-menu .mm-list>li>a.mm-subopen:after,
.mm-menu .mm-list>li>a.mm-subclose:before {
	border-color: rgba(255, 255, 255, 0.3);
}

.mm-menu .mm-list>li>a.mm-subopen:before {
	border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-offcanvas {
	display: none;
	position: fixed;
}

.mm-menu {
	width: 80%;
	min-width: 140px;
	max-width: 440px;
}

em.mm-counter {
	font: inherit;
	font-size: 14px;
	font-style: normal;
	text-indent: 0;
	line-height: 20px;
	display: block;
	margin-top: -10px;
	position: absolute;
	right: 40px;
	top: 50%;
}

em.mm-counter+a.mm-subopen {
	padding-left: 40px;
}

em.mm-counter+a.mm-subopen+a {
	margin-right: 80px;
}

.mm-vertical em.mm-counter {
	top: 12px;
	margin-top: 0;
}

.mm-menu em.mm-counter {
	color: rgba(255, 255, 255, 0.3);
}

.mm-footer {
	background: inherit;
	border-top: 1px solid transparent;
	text-align: center;
	line-height: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 10px 10px 0 20px;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
}

.mm-menu.mm-hasfooter>.mm-panel:after {
	height: 80px;
}

.mm-menu .mm-footer {
	border-color: rgba(0, 0, 0, 0.15);
	color: rgba(255, 255, 255, 0.3);
}

.mm-header {
	background: inherit;
	border-bottom: 1px solid transparent;
	text-align: center;
	line-height: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	padding: 0 50px;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

.mm-menu.mm-hasheader li.mm-subtitle {
	display: none;
}

.mm-menu.mm-hasheader>.mm-panel {
	padding-top: 80px;
}

.mm-menu.mm-hasheader>.mm-panel.mm-list {
	padding-top: 60px;
}

.mm-menu.mm-hasheader>.mm-panel>.mm-list:first-child {
	margin-top: -20px;
}

.mm-menu .mm-header {
	border-color: rgba(0, 0, 0, 0.15);
	color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-right {
	left: auto;
	right: 0;
}

.mm-menu.mm-front {
	z-index: 1;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.mm-menu.mm-front {
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}

.mm-menu.mm-front.mm-right {
	-webkit-transform: translate(100%, 0);
	transform: translate(100%, 0);
}

body {
	-webkit-user-select: initial !important;
	-moz-user-select: initial !important;
	-ms-user-select: initial !important;
	-o-user-select: initial !important;
	user-select: initial !important;
}

.mmenu-nav.mm-basic {
	z-index: 10000;
	background: #32394a;
	color: #c4ccda;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	-webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.5) !important;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.5) !important;
	text-shadow: 0 1px #333333;
}

.mmenu-nav.mm-basic [class^="icon-"],
.mmenu-nav.mm-basic .mmenu-block-icon {
	display: table-cell;
	vertical-align: middle;
	font-style: normal;
	padding-right: 15px;
}

.mmenu-nav.mm-basic .mmenu-block-title {
	display: table-cell;
}

.mmenu-nav.mm-basic>.mm-header {
	border-color: #242a37;
	color: #c4ccda;
	height: 60px;
	line-height: 60px;
	background: #434b5c;
	background: -webkit-gradient(linear, left top, left bottom, from(#434b5c), to(#394152));
	background: linear-gradient(to bottom, #434b5c 0%, #394152 100%);
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='$from',endColorstr='$to',GradientType=0)";
}

.mmenu-nav.mm-basic>.mm-list {
	padding-top: 0;
	padding-bottom: 0;
}

.mmenu-nav.mm-basic>.mm-list li {
	border-top: 1px solid #404857;
	border-bottom: 1px solid #242a37;
}

.mmenu-nav.mm-basic>.mm-list li>a:not(.mm-subopen):not(.mm-subclose):not(.mm-fullsubopen) {
	padding: 10px 20px;
	white-space: normal;
}

.mmenu-nav.mm-basic>.mm-list li:after {
	margin-left: 0 !important;
	border-color: rgba(0, 0, 0, 0);
}

.mmenu-nav.mm-basic>.mm-list li.mmenu-expanded .mmenu-block-expanded {
	padding: 5px 10px 5px 10px !important;
	background: #434b5c;
	background: -webkit-gradient(linear, left top, left bottom, from(#434b5c), to(#394152));
	background: linear-gradient(to bottom, #434b5c 0%, #394152 100%);
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='$from',endColorstr='$to',GradientType=0)";
}

.mmenu-nav.mm-basic>.mm-list>.mm-list {
	margin: 0;
	padding: 0;
}

.mmenu-nav.mm-basic.mm-hasheader>.mm-panel {
	padding-top: 60px;
}

.mmenu-nav.mm-basic.mm-hasfooter>.mm-panel {
	padding-bottom: 40px;
}

.mmenu-nav.mm-basic em.mm-counter {
	color: #c4ccda;
	right: 35px;
}

.mmenu-nav.mm-basic .mm-subopen,
.mmenu-nav.mm-basic .mm-subclose {
	padding-left: 25px;
}

.mmenu-nav.mm-basic .mm-subopen:before,
.mmenu-nav.mm-basic .mm-subclose:before {
	border-left: none;
}

.mmenu-nav.mm-basic .mm-subopen:after,
.mmenu-nav.mm-basic .mm-subclose:after {
	border-color: #c4ccda !important;
	width: 8px;
	height: 8px;
}

.mmenu-nav.mm-basic em.mm-counter+a.mm-subopen+a {
	margin-right: 65px;
	padding: 10px 20px;
}

.mmenu-nav.mm-basic>.mm-footer {
	background: #32394a;
	color: #c4ccda;
	padding: 0;
	font-size: 1.25em;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.element-invisible {
	margin: 0;
	padding: 0;
	width: 1px
}

.navbar .logo {
	padding-left: 15px;
	padding-right: 15px
}

@media screen and (min-width: 768px) {
	.navbar .logo {
		margin-right: 0;
		padding-left: 0
	}
}

p:last-child {
	margin-bottom: 0
}

input {
	max-width: 100%;
	width: auto
}

.form-group:last-child {
	margin-bottom: 0
}

ul li.collapsed,
ul li.leaf {
	list-style: none
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
footer,
header,
nav,
section {
	display: block;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

strong {
	font-weight: bold;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

small {
	font-size: 80%;
}

img {
	border: 0;
}

button,
input {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button {
	text-transform: none;
}

button {
	-webkit-appearance: button;
	cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " ("attr(href) ")";
	}

	a[href^="javascript:"]:after {
		content: "";
	}

	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2 {
		orphans: 3;
		widows: 3;
	}

	h2 {
		page-break-after: avoid;
	}

	.navbar {
		display: none;
	}
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: "Lato", sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333333;
	background-color: #fff;
}

input,
button {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #337ab7;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #23527c;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 20px 0;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

h1,
h2 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h1,
h2 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

p {
	margin: 0 0 10px;
}

small {
	font-size: 85%;
}

ul {
	margin-top: 0;
	margin-bottom: 10px;
}

ul ul {
	margin-bottom: 0;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.container,
.node-type-blog #hero-content .region-hero-content,
.node-type-blog #hero-content .region-hero-content .view-title-block-in-hero-region .views-row {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container:before,
.node-type-blog #hero-content .region-hero-content:before,
.node-type-blog #hero-content .region-hero-content .view-title-block-in-hero-region .views-row:before,
.container:after,
.node-type-blog #hero-content .region-hero-content:after,
.node-type-blog #hero-content .region-hero-content .view-title-block-in-hero-region .views-row:after {
	content: " ";
	display: table;
}

.container:after,
.node-type-blog #hero-content .region-hero-content:after,
.node-type-blog #hero-content .region-hero-content .view-title-block-in-hero-region .views-row:after {
	clear: both;
}

@media (min-width: 768px) {

	.container,
	.node-type-blog #hero-content .region-hero-content,
	.node-type-blog #hero-content .region-hero-content .view-title-block-in-hero-region .views-row {
		width: 750px;
	}
}

@media (min-width: 992px) {

	.container,
	.node-type-blog #hero-content .region-hero-content,
	.node-type-blog #hero-content .region-hero-content .view-title-block-in-hero-region .views-row {
		width: 970px;
	}
}

@media (min-width: 1200px) {

	.container,
	.node-type-blog #hero-content .region-hero-content,
	.node-type-blog #hero-content .region-hero-content .view-title-block-in-hero-region .views-row {
		width: 1170px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
	content: " ";
	display: table;
}

.container-fluid:after {
	clear: both;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row:before,
.row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.col-md-3,
.col-sm-6,
.col-sm-12,
.col-md-12 {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {

	.col-sm-6,
	.col-sm-12 {
		float: left;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-12 {
		width: 100%;
	}
}

@media (min-width: 992px) {

	.col-md-3,
	.col-md-12 {
		float: left;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-12 {
		width: 100%;
	}
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999;
}

.form-control::-webkit-input-placeholder {
	color: #999;
}

.form-group {
	margin-bottom: 15px;
}

.has-feedback {
	position: relative;
}

.has-feedback .form-control {
	padding-right: 42.5px;
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}

.has-feedback label~.form-control-feedback {
	top: 25px;
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn:focus,
.btn:active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover,
.btn:focus {
	color: #333;
	text-decoration: none;
}

.btn:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.collapse {
	display: none;
}

.dropdown {
	position: relative;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.nav:before,
.nav:after {
	content: " ";
	display: table;
}

.nav:after {
	clear: both;
}

.nav>li {
	position: relative;
	display: block;
}

.nav>li>span {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.navbar {
	position: relative;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
	content: " ";
	display: table;
}

.navbar:after {
	clear: both;
}

@media (min-width: 768px) {
	.navbar {
		border-radius: 4px;
	}
}

.navbar-header:before,
.navbar-header:after {
	content: " ";
	display: table;
}

.navbar-header:after {
	clear: both;
}

@media (min-width: 768px) {
	.navbar-header {
		float: left;
	}
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
	content: " ";
	display: table;
}

.navbar-collapse:after {
	clear: both;
}

@media (min-width: 768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.navbar-static-top .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
}

.container>.navbar-header,
.container>.navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width: 768px) {

	.container>.navbar-header,
	.container>.navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}

@media (min-width: 768px) {
	.navbar-static-top {
		border-radius: 0;
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.navbar-toggle:focus {
	outline: 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}

@media (min-width: 768px) {
	.navbar-toggle {
		display: none;
	}
}

.navbar-nav {
	margin: 7.5px -15px;
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

@media (min-width: 768px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}

	.navbar-nav>li {
		float: left;
	}

	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}

.navbar-default .navbar-nav>li>a {
	color: #777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #333;
	background-color: transparent;
}

.navbar-default .navbar-toggle {
	border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}

.navbar-default .navbar-collapse {
	border-color: #e7e7e7;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	width: device-width;
}

@media (max-width: 767px) {

	#block-bootstrap-megamenu-menu-mega-main-menu,
	.affix #block-bootstrap-megamenu-menu-mega-main-menu {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	#block-bootstrap-megamenu-menu-mega-main-menu,
	.affix #block-bootstrap-megamenu-menu-mega-main-menu {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.mm-mobile-menu .box-shadow-menu {
		display: none !important;
	}
}

h1 {
	font-family: ‘Merriweather’, Georgia, serif;
	font-size: 72px;
	font-weight: 700;
	color: #000000;
}

h2 {
	font-family: ‘Merriweather’, Georgia, serif;
	font-size: 42px;
	font-weight: 700;
	color: black;
}

small {
	font-size: 14px;
}

body,
p {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	color: #222222;
}

a,
body a {
	color: #D14120;
}

strong {
	font-weight: 700;
}

.node-type-blog .top-background {
	background: #4c5f6e;
}

.navbar {
	margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
	.navbar {
		margin-bottom: 20px;
	}
}

.wdf-btn {
	background: #918261;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 8px 30px;
	border-radius: 30px;
	font-size: 12px;
	border: none;
	cursor: pointer;
}

.wdf-btn a {
	color: #fff;
}

.wdf-btn a:hover {
	text-decoration: none;
}

.wdf-btn:hover {
	background: #72674d;
}

.field-name-body p {
	margin: 0 0 20px;
}

.field-name-body a {
	color: #D14120;
	font-weight: 700;
}

.navbar-static-top {
	border-width: 0 !important;
	z-index: 100;
}

#block-wdf-custom-custom-block-share {
	position: relative;
}

@media only screen and (min-width: 768px) {
	#block-wdf-custom-custom-block-share ul {
		position: absolute;
		top: 80px;
		right: 0;
	}
}

#block-wdf-custom-custom-block-share ul {
	float: right;
}

#block-wdf-custom-custom-block-share ul::before {
	content: "Share";
	text-transform: uppercase;
	color: white;
	font-size: 12px;
	padding-right: 10px;
}

#block-wdf-custom-custom-block-share ul li {
	display: inline;
	border-bottom: none;
	padding: 10px;
	font-size: 20px;
}

#block-wdf-custom-custom-block-share ul li a {
	color: white;
}

#block-wdf-custom-custom-block-share ul li a:hover {
	color: #D14120;
	text-decoration: none;
}

#block-wdf-custom-custom-block-share span {
	font-size: 0;
}

.field-name-field-lead-image-caption {
	font-style: italic;
	font-size: 14px;
	padding-top: 5px;
}

.node-type-blog .top-background {
	background: #4c5f6e;
}

.node-type-blog {
	background: #e8edf1;
}

.node-type-blog #hero-content .region-hero-content {}

@media only screen and (min-width: 768px) {
	.node-type-blog #hero-content .region-hero-content {}
}

.node-type-blog #hero-content .region-hero-content .view-title-block-in-hero-region .views-row {
	width: 100%;
}

.node-type-blog #hero-content .region-hero-content .view-title-block-in-hero-region .views-row .views-field-published-at {
	color: white;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.node-type-blog #hero-content .region-hero-content .view-title-block-in-hero-region .views-row .views-field-title h1 {
	color: white;
	font-size: 26px;
}

@media only screen and (min-width: 768px) {
	.node-type-blog #hero-content .region-hero-content {
		padding: 0 100px 0 60px;
		margin-bottom: 80px;
	}

	.node-type-blog #hero-content .region-hero-content .view-title-block-in-hero-region .views-row {
		width: 100%;
	}

	.node-type-blog #hero-content .region-hero-content .view-title-block-in-hero-region .views-row .views-field-published-at {
		color: white;
		text-transform: uppercase;
		margin-bottom: 10px;
	}

	.node-type-blog #hero-content .region-hero-content .view-title-block-in-hero-region .views-row .views-field-title h1 {
		color: white;
		font-size: 32px;
	}
}

@media only screen and (min-width: 992px) {
	.node-type-blog #hero-content .region-hero-content {
		padding: 0 100px 0 80px;
		margin-bottom: 80px;
	}

	.node-type-blog #hero-content .region-hero-content .view-title-block-in-hero-region .views-row {
		width: 100%;
	}

	.node-type-blog #hero-content .region-hero-content .view-title-block-in-hero-region .views-row .views-field-published-at {
		color: white;
		text-transform: uppercase;
		margin-bottom: 10px;
	}

	.node-type-blog #hero-content .region-hero-content .view-title-block-in-hero-region .views-row .views-field-title h1 {
		color: white;
		font-size: 72px;
		margin-top: 0;
	}
}

@media only screen and (min-width: 992px) {
	.node-type-blog #hero-content .region-hero-content .view-title-block-in-hero-region .views-row {
		padding: 0 0 0 80px;
	}
}

@media only screen and (min-width: 768px) {
	.node-type-blog #hero-content .region-hero-content .view-title-block-in-hero-region .views-row {
		padding: 0;
	}
}

.node-type-blog .region-content {
	margin-top: -80px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.node-type-blog .region-content footer {
	display: none;
}

.node-type-blog .node-blog .field-name-field-person {
	padding: 15px;
	text-transform: uppercase;
	color: #918261;
}

.node-type-blog .node-blog .field-name-field-person .field-item::before {
	content: "By";
	padding-right: 5px;
}

.node-type-blog .node-blog .field-name-field-description {
	padding: 20px;
	font-size: 26px;
	font-family: ‘Merriweather’, Georgia, serif;
	padding-bottom: 20px;
	color: #000000;
}

.node-type-blog .node-blog .group-lead-image-wrapper {
	padding: 20px;
}

.node-type-blog .node-blog .captioned-image .captioned-image img {
	width: 100%;
	padding-bottom: 10px;
}

.node-type-blog .node-blog .field-name-body {
	padding: 20px 10px 0;
}

@media only screen and (min-width: 768px) {
	.node-type-blog .node-blog .field-name-field-person {
		padding: 60px 80px 40px 80px;
		text-transform: uppercase;
		color: #918261;
	}

	.node-type-blog .node-blog .field-name-field-person .field-item::before {
		content: "By";
		padding-right: 5px;
	}

	.node-type-blog .node-blog .field-name-field-description {
		padding: 0 120px;
		font-size: 32px;
		font-family: ‘Merriweather’, Georgia, serif;
		padding-bottom: 20px;
	}

	.node-type-blog .node-blog .group-lead-image-wrapper {
		padding: 0 120px;
	}

	.node-type-blog .node-blog .field-name-body {
		padding: 20px 120px 0;
	}
}

@media only screen and (min-width: 992px) {
	.node-type-blog .node-blog .field-name-field-description {
		padding: 0 200px;
		margin-bottom: 20px;
	}

	.node-type-blog .node-blog .group-lead-image-wrapper {
		padding: 0 200px;
	}

	.node-type-blog .node-blog .field-name-body {
		padding: 20px 120px 0;
	}
}

footer {
	background: white;
	padding: 40px 0 40px 0;
}

@media only screen and (min-width: 768px) {
	footer .footer-menu-block {
		padding-top: 70px;
	}
}

footer h2.block-title {
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Lato", sans-serif;
	color: #1C2229;
	margin-bottom: 20px;
}

footer .menu-name-menu-useful-links ul li,
footer .footer-menu-block ul li {
	line-height: 2;
}

footer .menu-name-menu-useful-links ul li a,
footer .footer-menu-block ul li span {
	padding: 0;
	font-size: 14px;
	color: #222222;
	font-weight: 700;
}

@media only screen and (min-width: 768px) {
	footer .col-md-3 {}
}

.social-media-links ul {
	list-style: none;
	padding-left: 0;
}

.social-media-links ul li {
	display: inline-block;
	width: 30px;
	font-size: 20px;
}

.social-media-links ul li a {
	color: #222222;
}

.social-media-links ul li a:hover {
	color: #D14120;
	text-decoration: none;
}

.social-media-links ul li a span {
	display: none;
}

.region-hero-content {
	max-width: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width: 768px) {
	.region-hero-content {}
}

@media only screen and (min-width: 320px) {
	.region-hero-content {}
}

.views-row {
	margin-bottom: 20px;
}

.navbar-header .logo img {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 227px;
}

#block-bootstrap-megamenu-menu-mega-main-menu ul.bootstrap-megamenu-nav {
	padding-top: 30px;
	float: right;
}

.navbar-default {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-default .block-bootstrap-megamenu {
	float: right;
}

.navbar-default .block-bootstrap-megamenu ul.bootstrap-megamenu-nav {
	padding-top: 30px;
	float: right;
}

.navbar-default .block-bootstrap-megamenu ul.bootstrap-megamenu-nav li.bootstrap-megamenu-item:active {
	background: none;
}

.navbar-default .block-bootstrap-megamenu ul.bootstrap-megamenu-nav li.bootstrap-megamenu-item span {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}

.navbar-default .block-bootstrap-megamenu ul.bootstrap-megamenu-nav li.bootstrap-megamenu-item .bootstrap-megamenu-submenu {
	left: -200px;
}

.navbar-default .block-bootstrap-megamenu ul.bootstrap-megamenu-nav li.bootstrap-megamenu-item .bootstrap-megamenu-submenu .bootstrap-megamenu-row {
	padding: 60px;
	background: url(../sites/all/themes/r5d/images/wdf_primary_shape_right.png);
	background-repeat: no-repeat;
	background-position: right;
}

.navbar-default .block-bootstrap-megamenu ul.bootstrap-megamenu-nav li.bootstrap-megamenu-item .bootstrap-megamenu-submenu .bootstrap-megamenu-row .bootstrap-megamenu-column ul.bootstrap-megamenu-subnav li {
	padding: 0;
}

.navbar-default .block-bootstrap-megamenu ul.bootstrap-megamenu-nav li.bootstrap-megamenu-item .bootstrap-megamenu-submenu .bootstrap-megamenu-row .bootstrap-megamenu-column ul.bootstrap-megamenu-subnav li a {
	color: #1C2229;
	font-size: 12px;
	text-transform: none;
}

.navbar-default .block-bootstrap-megamenu ul.bootstrap-megamenu-nav li.bootstrap-megamenu-item .bootstrap-megamenu-submenu .bootstrap-megamenu-row .bootstrap-megamenu-column ul.bootstrap-megamenu-subnav li a:hover {
	background: none;
	color: #D14120;
	text-decoration: none;
}

.navbar-default .block-bootstrap-megamenu ul.bootstrap-megamenu-nav li.bootstrap-megamenu-item .bootstrap-megamenu-submenu .bootstrap-megamenu-row .bootstrap-megamenu-column ul.bootstrap-megamenu-subnav li a:focus {
	background: none;
}

.navbar-default .block-bootstrap-megamenu ul.bootstrap-megamenu-nav li.bootstrap-megamenu-item .bootstrap-megamenu-submenu .bootstrap-megamenu-row .bootstrap-megamenu-column ul.bootstrap-megamenu-subnav li a.mega-group-title {
	color: #222222;
	text-transform: uppercase;
}

.navbar-default .block-bootstrap-megamenu ul.bootstrap-megamenu-nav li.bootstrap-megamenu-item .bootstrap-megamenu-submenu .bootstrap-megamenu-row .bootstrap-megamenu-column .bootstrap-megamenu-column-inner {
	padding: 0;
}

.navbar-default .block-bootstrap-megamenu ul.bootstrap-megamenu-nav li.bootstrap-megamenu-item .bootstrap-megamenu-submenu .bootstrap-megamenu-row .bootstrap-megamenu-column ul.bootstrap-megamenu-subnav li.bootstrap-megamenu-item a.mega-group-title {
	margin-bottom: 20px;
}

.navbar-default .block-bootstrap-megamenu ul.bootstrap-megamenu-nav li.bootstrap-megamenu-item .bootstrap-megamenu-submenu .bootstrap-megamenu-row .bootstrap-megamenu-column ul.bootstrap-megamenu-subnav li.bootstrap-megamenu-item a.mega-group-title:hover {
	background: none;
}

.navbar-default .block-bootstrap-megamenu ul.bootstrap-megamenu-nav li.bootstrap-megamenu-item .bootstrap-megamenu-submenu .bootstrap-megamenu-row .bootstrap-megamenu-column ul.bootstrap-megamenu-subnav li.bootstrap-megamenu-item .bootstrap-megamenu-submenu::before {
	content: "";
}

.navbar-default .block-bootstrap-megamenu ul.bootstrap-megamenu-nav li.bootstrap-megamenu-item .bootstrap-megamenu-submenu .bootstrap-megamenu-row .bootstrap-megamenu-column ul.bootstrap-megamenu-subnav li.bootstrap-megamenu-item .bootstrap-megamenu-submenu .bootstrap-megamenu-row {
	background: none;
	content: "";
	padding: 0;
}

.navbar-default .block-bootstrap-megamenu ul.bootstrap-megamenu-nav li span {
	font-size: 14px;
}

.affix {
	top: 0;
	width: 100%;
	z-index: 99999;
	background: #4c5f6e;
	padding-bottom: 15px;
}

.affix_white {
	background: #ffffff;
}

.affix #block-bootstrap-megamenu-menu-mega-main-menu ul.bootstrap-megamenu-nav {
	padding-top: 30px;
	float: right;
}

.affix #block-bootstrap-megamenu-menu-mega-main-menu ul.bootstrap-megamenu-nav li.bootstrap-megamenu-item span {
	font-size: 14px;
	text-transform: uppercase;
}

.affix #block-bootstrap-megamenu-menu-mega-main-menu ul.bootstrap-megamenu-nav li.bootstrap-megamenu-item .bootstrap-megamenu-submenu .bootstrap-megamenu-row .bootstrap-megamenu-column ul.bootstrap-megamenu-subnav li {
	padding: 0;
}

.affix #block-bootstrap-megamenu-menu-mega-main-menu ul.bootstrap-megamenu-nav li.bootstrap-megamenu-item .bootstrap-megamenu-submenu .bootstrap-megamenu-row .bootstrap-megamenu-column ul.bootstrap-megamenu-subnav li a {
	color: black;
	font-size: 12px;
	text-transform: none;
}

.affix #block-bootstrap-megamenu-menu-mega-main-menu ul.bootstrap-megamenu-nav li.bootstrap-megamenu-item .bootstrap-megamenu-submenu .bootstrap-megamenu-row .bootstrap-megamenu-column ul.bootstrap-megamenu-subnav li a:hover {
	background: none;
	color: #D14120;
	text-decoration: none;
}

.affix #block-bootstrap-megamenu-menu-mega-main-menu ul.bootstrap-megamenu-nav li.bootstrap-megamenu-item .bootstrap-megamenu-submenu .bootstrap-megamenu-row .bootstrap-megamenu-column ul.bootstrap-megamenu-subnav li a:focus {
	background: none;
}

.affix #block-bootstrap-megamenu-menu-mega-main-menu ul.bootstrap-megamenu-nav li.bootstrap-megamenu-item .bootstrap-megamenu-submenu .bootstrap-megamenu-row .bootstrap-megamenu-column ul.bootstrap-megamenu-subnav li a.mega-group-title {
	color: #222222;
	text-transform: uppercase;
}

.link-color {
	color: #ffffff;
	text-transform: uppercase;
}

.link-color_black {
	color: #222222;
}

.affix+.container-fluid {
	padding-top: 155px;
}

.top-background {
	position: static !important;
}

.bootstrap-megamenu .dropdown-menu li>a {
	border-top: 0 solid #eee;
	padding: 5px 20px;
	text-shadow: none;
}

.bootstrap-megamenu .nav>li>a:hover,
.bootstrap-megamenu .nav>li>a:focus {
	text-decoration: none;
	background-color: transparent;
}

.bootstrap-megamenu .nav>li>a:hover,
.bootstrap-megamenu .nav>li>a:focus {
	text-decoration: none;
	background-color: transparent;
}

.bootstrap-megamenu .dropdown-menu {
	left: -100px;
}

.navbar-collapse ul.navbar-nav {
	display: block;
}

@media only screen and (min-width: 768px) {
	.navbar-collapse ul.navbar-nav {
		display: none;
	}
}

.navbar-default .navbar-collapse ul.menu li a {
	color: white;
}

.navbar-default .navbar-collapse ul.menu li a::hover {
	background: none;
}

.navbar-toggle {
	display: none;
}

.mm-mobile-menu {
	position: relative;
	top: -80px;
}

.mm-mobile-menu .box-shadow-menu {
	position: relative;
	padding-left: 1.25em;
	text-indent: -9999px;
	background: transparent;
	cursor: pointer;
	width: 50px;
	height: 50px;
	display: block;
	z-index: 999999;
}

.mm-mobile-menu .box-shadow-menu:before {
	content: "";
	font-size: 45px;
	position: absolute;
	left: 0;
	top: 0.25em;
	width: 1em;
	height: 0.15em;
	background: white;
	-webkit-box-shadow: 0 0.25em 0 0 white, 0 0.5em 0 0 white;
	box-shadow: 0 0.25em 0 0 white, 0 0.5em 0 0 white;
}

.affix .mm-mobile-menu {
	position: absolute;
	z-index: 99999;
	right: 20px;
	top: 50px;
}

.affix .box-shadow-menu:before {
	content: "";
	font-size: 45px;
	position: absolute;
	left: 0;
	top: 0.25em;
	width: 1em;
	height: 0.15em;
	background: #ffffff;
	-webkit-box-shadow: 0 0.25em 0 0 #ffffff, 0 0.5em 0 0 #ffffff;
	box-shadow: 0 0.25em 0 0 #ffffff, 0 0.5em 0 0 #ffffff;
}

.navbar-is-static-top .mmenu-nav {
	margin-top: 130px;
}

.mmenu-nav.mm-basic {
	background: white;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	color: #1C2229;
	opacity: .9;
}

.mmenu-nav.mm-basic .mm-header {
	color: white;
	background: #4c5f6e;
	border: none;
	font-size: 14px;
	text-transform: capitalize;
}

@media only screen and (min-width: 768px) {
	.mmenu-nav.mm-basic .mm-header {
		font-size: 20px;
	}
}

.mmenu-nav.mm-basic .mm-footer {
	background: none;
}

.mmenu-nav.mm-basic ul.mm-list li {
	border: none;
	font-size: 16px;
	text-transform: uppercase;
}

.mmenu-nav.mm-basic ul.mmenu-mm-list-level-3 li {
	text-transform: none;
}

.mmenu-nav.mm-basic ul.mmenu-mm-list-level-3 li a:hover {
	color: #D14120;
}

.mmenu-nav.mm-basic ul.mmenu-mm-list-level-3 li a.mmenu-mm-list {
	color: #1C2229;
}

.mmenu-nav.mm-basic ul.mmenu-mm-list-level-2 li.mmenu-mm-list-path-nolink {
	color: #4c5f6e;
}

.mmenu-nav.mm-basic ul.mmenu-mm-list-level-2 a.mmenu-mm-list .mmenu-block-title {
	color: #4c5f6e;
}

.mmenu-nav.mm-basic ul.mm-opened li.mmenu-expanded .mmenu-block-expanded {
	background: none;
}

.mm-list>li>a,
.mm-list>li>span {
	padding: 0 10px 10px 10px;
}

.wdf-custom-search-block {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 9999999;
}

@media only screen and (min-width: 768px) {
	.wdf-custom-search-block {
		right: 30px;
	}
}

@media only screen and (min-width: 1200px) {
	.wdf-custom-search-block {
		right: 20px;
		top: 40px;
		z-index: 9999999;
	}
}

.search-form .form-group {
	float: right !important;
	-webkit-transition: all 0.35s, border-radius 0s;
	transition: all 0.35s, border-radius 0s;
	width: 32px;
	height: 32px;
	background-color: transparent;
	background: transparent;
	border-radius: 25px;
}

.search-form .form-group input.form-control {
	padding-right: 20px;
	border: 0 none;
	background: white;
	background-color: white;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
}

.search-form .form-group input.form-control::-webkit-input-placeholder {
	display: none;
}

.search-form .form-group input.form-control:-moz-placeholder {
	display: none;
}

.search-form .form-group input.form-control::-moz-placeholder {
	display: none;
}

.search-form .form-group input.form-control:-ms-input-placeholder {
	display: none;
}

.search-form .form-group:hover {
	width: 100%;
	border-radius: 4px 25px 25px 4px;
}

.search-form .form-group span.form-control-feedback {
	position: absolute;
	top: -1px;
	right: -2px;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: black;
	left: initial;
	font-size: 16px;
}

.svg-inline--fa {
	width: 18px;
	height: 18px;
}

.svg-inline--fa path {
	fill: #ffffff;
}

.svg-inline--fa:hover path {
	fill: #D14120;
}

.field-name-body a.order {
	display: block;
	text-align: center;
	background-color: #4c5f6e;
	color: #ffffff;
	padding: 10px;
	border-radius: 5px;
	margin: 20px auto;
	max-width: 520px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
}

.comment-block {
	padding: 10px 0;
	width: 100%;
	margin-top: 30px;
}

.comment-block span {
	color: #000000;
}

.comment-header {
	border-bottom: 2px solid #e7e9ee;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.comment-heading {
	font-size: 1.5rem;
	color: #000;
}

.comment-heading:after {
	content: "";
	display: block;
	height: 2px;
	width: 120px;
	background-color: #2a2e2e;
	position: absolute;
	bottom: -2px;
}

.comment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 20px 0;
}

.comment-answer {
	margin-left: 60px;
}

.avatar {
	margin-right: 12px;
	width: 48px;
	min-width: 48px;
	height: 48px;
	border-radius: 3px;
	background-color: lightgrey;
}

.avatar img {
	display: block;
	width: 100%;
	height: 100%;
}

.comment-date {
	color: grey;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

.comment-circle {
	display: inline-block;
	background-color: lightgrey;
	border-radius: 50%;
	width: 5px;
	height: 5px;
	margin: 5px;
	position: relative;
	top: 2px;
}

.comment-name {
	color: #000000;
	text-decoration: none;
	font-weight: 600;
}

.comment-info {
	margin-bottom: 10px;
}

.comment-text p {
	margin: 0;
}

.comment .comment-content .comm-img {
	display: block;
	width: 40%;
	margin: 10px 0;
}

.tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tag {
	background-color: #4c5f6e;
	padding: 2px 10px;
	margin: 2px 5px;
	color: #ffffff;
	border-radius: 15px;
	font-size: 13px;
}

.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	padding: 0;
}

.listItem {
	margin: 10px;
}

@media screen and (max-width: 768px) {
	.d-flex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.views-row {
		margin-bottom: 80px;
	}
}

.all-form {
	font-family: 'Roboto', sans-serif;
	width: 100%;
	max-width: 620px;
	color: #000;
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
}

.all-form_active {
	height: auto;
	visibility: visible;
}

.all-form__time {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}

.all-form__time>span {
	display: block;
}

.all-form__count {
	color: red;
}

.all-form__body {
	padding: 25px 45px;
	margin-top: 25px;
	background-color: #fff;
	-webkit-box-shadow: 4px 5px 10px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 4px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

.all-form__title {
	font-size: 33px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}

.all-form__title span {
	color: #50b27c;
}

.all-form__label>span {
	display: block;
	margin-bottom: 5px;
}

.all-form__label+.all-form__label {
	margin-top: 20px;
}

.all-form__field {
	display: block;
	width: 100%;
	height: 50px;
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.all-form__btn {
	border: none;
	padding: 15px 40px;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	background-color: #53b57f;
	background: rgb(90, 188, 134);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(90, 188, 134, 1)), color-stop(50%, rgba(66, 163, 110, 1)));
	background: linear-gradient(180deg, rgba(90, 188, 134, 1) 0%, rgba(66, 163, 110, 1) 50%);
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
	max-width: 350px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 240px;
	flex: 1 0 240px;
	width: 100%;
	margin-right: 15px;
}

.all-form__btn:hover {
	-webkit-transform: scale(0.98);
	transform: scale(0.98);
}

.btnBlock {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width: 576px) {
	.btnBlock {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.prices {
		margin-top: 16px;
	}
}

.img-product {
	display: block;
	max-width: 600px;
	width: 100%;
	margin: 16px auto;
}

.footer {
	background: #4c5f6e !important;
	color: #fff !important
}

.main-lnk,
.main-lnk:hover {
	text-decoration: none;
	color: inherit;
}

@media (max-width:991px) {
	.navbar-static-top .container {
		display: flex;
		justify-content: center;
	}
}