@font-face {
	font-family: 'nunito';
	src: url('../fonts/nunito-regular-webfont.eot');
	src: url('../fonts/nunito-regular-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/nunito-regular-webfont.woff') format('woff'), url('../fonts/nunito-regular-webfont.ttf') format('truetype'), url('../fonts/nunito-regular-webfont.svg#nunito') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'nunito';
	src: url('../fonts/nunito-bold-webfont.eot');
	src: url('../fonts/nunito-bold-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/nunito-bold-webfont.woff') format('woff'), url('../fonts/nunito-bold-webfont.ttf') format('truetype'), url('../fonts/nunito-bold-webfont.svg#nunito') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'nunitolight';
	src: url('../fonts/nunito-light-webfont.eot');
	src: url('../fonts/nunito-light-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/nunito-light-webfont.woff') format('woff'), url('../fonts/nunito-light-webfont.ttf') format('truetype'), url('../fonts/nunito-light-webfont.svg#nunito') format('svg');
	font-weight: lighter;
	font-style: italic;
}

.clearfix {
	*zoom: 1;
}

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

.clearfix:after {
	clear: both;
}

.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.rok-left {
	float: left;
}

.rok-right {
	float: right;
}

.rok-dropdown-group, .rok-dropdown {
	position: relative;
}

.rok-dropdown-open .rok-dropdown {
	display: block;
}

.rok-popover-group, .rok-popover {
	position: relative;
}

.rok-popover-open .rok-popover {
	display: block;
}

.gf-menu {
	margin: 0 auto;
	list-style: none;
}

.gf-menu:after {
	display: table;
	content: '';
	clear: both;
}

.gf-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.gf-menu li {
	float: left;
	display: block;
	text-align: center;
	position: relative;
	border: none;
	border: 1px solid transparent;
}

.gf-menu li:hover > .dropdown, .gf-menu li.active:hover > .dropdown {
	left: 0;
	top: auto;
	opacity: 1;
}

.gf-menu .item {
	font-size: 13px;
	line-height: 26px;
	padding: 3px 8px;
	text-align: left;
	text-decoration: none;
	display: block;
	height: auto;
	outline: 0;
	cursor: pointer;
}

.gf-menu .item.subtext {
	line-height: 15px;
}

.gf-menu .item.subtext .menu-item-bg > em {
	display: block;
	font-size: 10px;
	text-align: left;
	font-style: normal;
	position: relative;
	top: -2px;
}

.gf-menu .item.icon [class^="icon-"], .gf-menu .item.icon [class*= " icon-"] {
	background-image: none !important;
	width: auto;
	font-family: inherit;
}

.gf-menu .item.icon [class^="icon-"]:before, .gf-menu .item.icon [class*= " icon-"]:before {
	text-indent: 0;
	margin-right: 5px;
}

.gf-menu .item .menu-image {
	max-width: inherit;
	vertical-align: text-top;
	margin-top: -2px;
	margin-left: -2px;
}

.gf-menu.l1 > li > .item {
	font-size: 15px;
	padding: 0 15px;
	display: table-cell;
	vertical-align: middle;
	line-height: 26px;
}

.gf-menu.l1 > li > .item.subtext .menu-item-bg > em {
	display: block;
	font-size: 11px;
	position: relative;
	line-height: 10px;
}

.gf-menu.l1 > li > .item.subtext.icon .menu-item-bg > em, .gf-menu.l1 > li > .item.subtext.image .menu-item-bg > em {
	margin-left: 0 !important;
}

.gf-menu.l1 > li > .item .menu-image {
	margin-top: 2px;
}

.gf-menu.l1 > li > .dropdown-spacer {
	width: 100%;
	height: 10px;
}

.gf-menu.l1 > li > .dropdown {
	margin-top: 10px;
}

.gf-menu li.parent > .item {
	position: relative;
	padding-right: 17px;
}

.gf-menu li.parent > .item:after {
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -12px;
	font-family: FontAwesome;
	content: "\f107";
	font-size: 18px;
	opacity: 0.8;
}

.gf-menu li.parent > .item.subtext .menu-item-bg > em {
	margin-right: 18px;
}

.gf-menu li.parent > .item.subtext.icon .menu-item-bg > em, .gf-menu li.parent > .item.subtext.image .menu-item-bg > em {
	margin-left: 18px !important;
}

.gf-menu .dropdown-spacer {
	display: block;
	position: absolute;
	z-index: 100;
}

.gf-menu .dropdown {
	margin: 0 auto;
	padding: 10px 0;
	position: absolute;
	opacity: 0;
	left: -999em;
	text-align: left;
	-webkit-transition: opacity 0.3s ease-in;
	-moz-transition: opacity 0.3s ease-in;
	-o-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
	z-index: 100;
	-webkit-backface-visibility: hidden;
}

.gf-menu .dropdown .flyout {
	display: block;
	margin-left: 10px;
	margin-top: -5px;
}

.gf-menu .dropdown li.parent > .dropdown-spacer {
	top: 0;
	right: -10px;
	width: 35px;
	height: 35px;
}

.gf-menu .dropdown li:hover > .flyout {
	left: 100%;
	top: -5px;
}

.gf-menu .dropdown ul li {
	display: block;
	float: none;
	margin: 0;
	padding: 0 5px;
	border: 0;
}

.gf-menu .dropdown ul li .item {
	border: 1px solid transparent;
}

.gf-menu .dropdown ul li.parent > .item:after {
	margin-top: -12px;
	font-family: FontAwesome;
	content: "\f105";
	font-size: 18px;
	opacity: 0.5;
}

.gf-menu .dropdown ul li:first-child {
	margin-top: 0;
}

.gf-menu .dropdown ul li:last-child {
	margin-bottom: 0;
}

.gf-menu .dropdown .grouped.parent > .item:after {
	font-family: FontAwesome;
	content: "\f078";
	font-size: 12px;
}

.gf-menu .dropdown .grouped ol {
	margin: 5px 0 15px 0;
	padding: 5px 0;
}

.gf-menu .dropdown .grouped ol > li {
	padding: 0;
}

.gf-menu .dropdown .grouped ol > li .item {
	padding: 1px 5px;
}

.gf-menu .dropdown .grouped:hover:after {
	top: 39px;
}

.gf-menu .dropdown .modules {
	font-size: 90%;
	text-align: left;
	padding: 5px 0;
}

.gf-menu .dropdown .modules .module-content {
	padding: 0 10px;
}

.gf-menu .column {
	float: left;
	position: relative;
	width: 180px;
}

.gf-menu .position-left {
	float: left;
	margin-right: 15px;
}

.gf-menu .position-right {
	float: right;
	margin-left: 15px;
}

ul.menu .menu-image {
	margin-top: -4px;
}

ul.menu li > .item.subtext .menu-item-bg > em {
	display: block;
	font-size: 11px;
	position: relative;
	line-height: 10px;
	margin-left: 25px;
}

ul.menu li > .item.subtext.icon .menu-item-bg > em, ul.menu li > .item.subtext.image .menu-item-bg > em {
	margin-left: 48px !important;
}

.gf-menu-toggle {
	padding: 8px;
	position: absolute;
	z-index: 30000;
	top: 13px;
	left: 13px;
	cursor: pointer;
}

.gf-menu-toggle .icon-bar {
	border-radius: 1px 1px 1px 1px;
	display: block;
	height: 2px;
	width: 18px;
}

.gf-menu-toggle .icon-bar + .icon-bar {
	margin-top: 3px;
}

@media (max-width:767px) {
	.layout-mode-responsive .gf-menu-device-container select {
		margin-bottom: 0;
		width: 100%;
	}

	.layout-mode-responsive .gf-menu {
		background-image: url(../images/menu/tree-main.png) !important;
		background-repeat: repeat-y;
		background-clip: content-box;
		-webkit-background-clip: content-box;
	}

	.layout-mode-responsive .gf-menu ul, .layout-mode-responsive .gf-menu ol {
		background: transparent url(../images/menu/tree-main.png) repeat-y !important;
	}

	.layout-mode-responsive .gf-menu li {
		background: url(../images/menu/tree-node.png) no-repeat !important;
		padding-left: 20px !important;
		margin-right: 0 !important;
	}

	.layout-mode-responsive .gf-menu li.active.last {
		background: url(../images/menu/tree-node.png) no-repeat !important;
		border: 0 !important;
	}

	.layout-mode-responsive .gf-menu li .columns-1 > .col1 > ul > li:last-child, .layout-mode-responsive .gf-menu li .columns-2 > .col2 > ul > li:last-child, .layout-mode-responsive .gf-menu li .columns-3 > .col3 > ul > li:last-child, .layout-mode-responsive .gf-menu li .columns-4 > .col4 > ul > li:last-child {
		background: transparent url(../images/menu/tree-node-last.png) 0 -2px no-repeat !important;
	}

	.layout-mode-responsive .gf-menu li ol > li:last-child {
		background: transparent url(../images/menu/tree-node-last.png) 0 -2px no-repeat !important;
	}

	.layout-mode-responsive .gf-menu li .item {
		padding: 1px 5px !important;
		height: inherit !important;
	}

	.layout-mode-responsive .gf-menu li .item.subtext em {
		display: none;
	}

	.layout-mode-responsive .gf-menu li .item:after {
		content: '' !important;
	}

	.layout-mode-responsive .gf-menu > li:first-child, .layout-mode-responsive .gf-menu > li:first-child.active {
		background: url(../images/menu/tree-node-first.png) no-repeat !important;
	}

	.layout-mode-responsive .gf-menu > li:last-child, .layout-mode-responsive .gf-menu > li.parent.last.active {
		background: transparent url(../images/menu/tree-node-last.png) 0 -2px no-repeat !important;
	}

	.layout-mode-responsive .gf-menu .dropdown {
		width: 100% !important;
		border: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		background: transparent !important;
		position: relative;
		left: inherit;
		top: inherit;
		opacity: 1;
		*zoom: 1;
	}

	.layout-mode-responsive .gf-menu .dropdown:before, .layout-mode-responsive .gf-menu .dropdown:after {
		display: table;
		content: "";
		line-height: 0;
	}

	.layout-mode-responsive .gf-menu .dropdown:after {
		clear: both;
	}

	.layout-mode-responsive .gf-menu .dropdown .flyout {
		display: block;
	}

	.layout-mode-responsive .gf-menu .dropdown ul li {
		margin: 0;
	}

	.layout-mode-responsive .gf-menu .dropdown li:hover > .flyout {
		left: inherit;
		top: inherit;
	}

	.layout-mode-responsive .gf-menu .dropdown .column {
		width: 100% !important;
	}

	.layout-mode-responsive .gf-menu .dropdown .grouped ol {
		border: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.layout-mode-responsive .gf-menu .dropdown .modules {
		display: none;
	}

	.layout-mode-responsive .gf-menu.l1 > li {
		float: none;
		margin-left: -1px;
	}

	.layout-mode-responsive .gf-menu.l1 > li.active {
		margin-left: 0px;
		background: transparent;
		border: 0;
	}

	.layout-mode-responsive .gf-menu.l1 > li > .item {
		font-size: 16px;
	}

}

body.layout-mode-responsive {
	-webkit-transition: left 0.2s ease-out;
	-moz-transition: left 0.2s ease-out;
	-o-transition: left 0.2s ease-out;
	transition: left 0.2s ease-out;
	position: relative;
	left: 0;
}

body.layout-mode-responsive .gf-menu-device-container.responsive-type-panel {
	display: none;
}

body.layout-mode-responsive .gf-menu-device-wrapper-sidemenu {
	left: -280px;
	-webkit-overflow-scrolling: touch;
}

body.layout-mode-responsive .gf-sidemenu-size-left {
	left: 0;
	-webkit-transition: left 0.2s ease-out;
	-moz-transition: left 0.2s ease-out;
	-o-transition: left 0.2s ease-out;
	transition: left 0.2s ease-out;
}

body.gf-sidemenu-size-marginleft {
	left: 280px;
	position: fixed;
	overflow: hidden;
	-webkit-transition: left 0.2s ease-out;
	-moz-transition: left 0.2s ease-out;
	-o-transition: left 0.2s ease-out;
	transition: left 0.2s ease-out;
}

@media (max-width:767px) {
	.layout-mode-responsive .gf-menu-device-container.responsive-type-panel {
		display: block !important;
	}

	.layout-mode-responsive .gf-menu-device-container.responsive-type-panel ~ ul.gf-menu {
		display: none;
	}

	.layout-mode-responsive .gf-menu-device-wrapper.gf-menu-device-wrapper-sidemenu {
		margin-bottom: 0 !important;
	}

	.layout-mode-responsive .gf-menu-device-wrapper-sidemenu {
		-webkit-transition: left 0.2s ease-out;
		-moz-transition: left 0.2s ease-out;
		-o-transition: left 0.2s ease-out;
		transition: left 0.2s ease-out;
		position: fixed !important;
		top: 0;
		left: -280px;
		right: 0;
		bottom: 0;
		margin: 0 !important;
		z-index: 200;
		overflow: auto !important;
		border: 0;
		border-radius: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
		width: 280px;
	}

	.layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu-device-container {
		display: block;
		padding: 0;
		margin: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border: 0;
		width: 100%;
	}

}

@media (min-width:768px) {
	.layout-mode-responsive .gf-menu-device-wrapper-sidemenu {
		left: -280px;
	}

	body.gf-sidemenu-size-marginleft {
		left: 0;
	}

}

[class*="menu-dropdownmenu-position-content-"] #rt-content-top, [class*="menu-dropdownmenu-position-content-"] #rt-content-bottom {
	overflow: visible;
}

@media only screen and (min-width:768px) {
	.rt-dropdown-left:hover > .dropdown {
		right: 100% !important;
		left: auto !important;
	}

	.gf-menu > .rt-dropdown-left:hover > .dropdown {
		right: 0 !important;
		left: auto !important;
	}

	.rt-dropdown-right:hover > .dropdown {
		left: 100% !important;
		right: auto !important;
	}

	.gf-menu > .rt-dropdown-right:hover > .dropdown {
		left: 0 !important;
		right: auto !important;
	}

}