/* ==========================================================================
Layout Definition
========================================================================== */
.myrow {
	width: 1280px;
	max-width: 100%;
	min-width: 960px;
	margin: 0 auto;
}
.myrow.full-width {
	width: 100%;
}
.myrow .myrow {
	width: auto;
	max-width: none;
	min-width: 0;
	margin: 0 -10px;
}

/* columns of same height styles
========================================================================== */

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

/* Columns Setup
========================================================================== */
/*[class*="_of_"],*/
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid0h, .grid1h, .grid2h, .grid3h, .grid4h, .grid5h {
	float: left;
	min-height: 1px;
	position: relative;
	padding: 0 10px 0;
}
/*
[class*="_of_"] + [class*="_of_"]:last-child {
	float: right;
}
*/
.cells {
	float: left;
	display:inline-block;
	min-height: 1px;
	position: relative;
	width: 100%;
}
.cell1, .cell2, .cell3, .cell4, .cell5, .cell6, .cell0h, .cell1h, .cell2h, .cell3h, .cell4h, .cell5h {
	float: left;
	display:inline-block;
	min-height: 1px;
	position: relative;
	padding: 0 10px 0;
}
/* 6 Columns dimensions
========================================================================== */
.grid6, .cell6 {
	width: 100%;
}

.grid5h, .cell5h {
	width: 91.66667%;
}

.grid5, .cell5 {
	width: 83.33333%;
}

.grid4h, .cell4h {
	width: 75%;
}

.grid4, .cell4 {
	width: 66.66667%;
}

.grid3h, .cell3h {
	width: 58.33333%;
}

.grid3, .cell3{
	width: 50%;
}

.grid2h, .cell2h {
	width: 41.66667%;
}

.grid2, .cell2 {
	width: 33.33333%;
}

.grid1h, .cell1h {
	width: 25%;
}

.grid1, .cell1 {
	width: 16.66667%;
}

.grid0h, .cell0h {
	width: 8.33333%;
}

/* Extra helper classes
========================================================================== */
.block {
	display: block !important;
}

.inlineblock {
	display: inline-block !important;
}

.alpha {
	padding-left: 0 !important;
}
.omega {
	padding-right: 0 !important;
}
.left {
	float: left !important;
}

.right {
	float: right !important;
}

.full {
	width: 100%;
}

.half {
	width: 49%;
}

/* Nicolas Gallagher's micro clearfix
========================================================================== */

.myrow:before,
.myrow:after,
.grid1:before, .grid2:before, .grid3:before, .grid4:before, .grid5:before, .grid6:before, .grid0h:before, .grid1h:before, .grid2h:before, .grid3h:before, .grid4h:before, .grid5h:before,
.grid1:after, .grid2:after, .grid3:after, .grid4:after, .grid5:after, .grid6:after, .grid0h:after, .grid1h:after, .grid2h:after, .grid3h:after, .grid4h:after, .grid5h:after,
.cell1:before, .cell2:before, .cell3:before, .cell4:before, .cell5:before, .cell6:before, .cell0h:before, .cell1h:before, .cell2h:before, .cell3h:before, .cell4h:before, .cell5h:before,
.cell1:after, .cell2:after, .cell3:after, .cell4:after, .cell5:after, .cell6:after, .cell0h:after, .cell1h:after, .cell2h:after, .cell3h:after, .cell4h:after, .cell5h:after,
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.myrow:after,
.grid1:after, .grid2:after, .grid3:after, .grid4:after, .grid5:after, .grid6:after, .grid0h:after, .grid1h:after, .grid2h:after, .grid3h:after, .grid4h:after, .grid5h:after,
.cell1:after, .cell2:after, .cell3:after, .cell4:after, .cell5:after, .cell6:after, .cell0h:after, .cell1h:after, .cell2h:after, .cell3h:after, .cell4h:after, .cell5h:after,
.clearfix:after {
	clear: both;
}

.myrow,
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid0h, .grid1h, .grid2h, .grid3h, .grid4h, .grid5h,
.cell1, .cell2, .cell3, .cell4, .cell5, .cell6, .cell0h, .cell1h, .cell2h, .cell3h, .cell4h, .cell5h,
.clearfix {
	zoom: 1;
}

/* ==========================================================================
Navigation: nav-outer (navigation container) & na-bar (ul)
========================================================================== */
/*
* Example HTML:
*
* <div class="nav-outer">
*     <ul class="nav-bar">
*     <li><a href="#"></a></li>
*     </ul>
* </div>
*/
.nav-outer {
	display:block;
	width: 100%;
	max-width: none;
	min-width: 0;
	position: relative;
	background: #fff;
	margin-bottom: 16px;
	z-index:10;
	zoom:1;
}
.ie7 .nav-outer + div{ z-index: 2 }
.old-version .nav-outer {
	display: block;
	width: 100%;
	max-width: none;
	min-width: 0;
	position: relative;
	background: #476380;
	border-bottom: 3px solid #8298B0;
	margin-bottom: 16px;
	z-index: 10;
	zoom: 1;
}
.nav-bar {
	display:block;
	position: relative;
	height: 100%;
	background: #fff;
	margin: 0 auto;
	padding: 0 10px;
	z-index: 1;
	zoom:1;
	overflow-y: auto;
	overflow-x: hidden;
}
.old-version .nav-bar {
	display: block;
	position: relative;
	height: 46px;
	background: #476380;
	margin: 0 auto;
	padding: 0 10px;
	z-index: 1;
	zoom: 1;
	overflow-y: visible;
	overflow-x: visible;
}
.nav-bar ul, nav-bar li {
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.old-version .nav-bar ul, nav-bar li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-bar li:not(.old-version .nav-bar li) {
	font-size: 0.875em;
	padding: 2px;
	display: block;
	position: relative;
	z-index: 10000;
	overflow: hidden;
}
.nav-bar li a:not(.old-version .nav-bar li a) {
	line-height: 35px;
	display: block;
	color: #000;
	position: relative;
	text-decoration: none;
	padding: 0 20px;
	white-space: nowrap;
	border-radius: 7px;
}
.old-version .nav-bar > li {
	height: 46px;
	font-size: 0.875em;
	display: block;
	float: left;
	position: relative;
	z-index: 10000;
}
.old-version .menu_notification_cnt {
	position: relative
}
.old-version .menu_notification {
	background-color: #ff4500;
	border-radius: 4px;
	color: #ffffff;
	font-size: 13px;
	line-height: 1.7em;
	padding: 0 7px;
	position: absolute;
	right: 5px;
	top: -10px;
}
.old-version .nav-bar li a {
	line-height: 46px;
	display: block;
	color: #ecf0f1;
	position: relative;
	text-decoration: none;
	padding: 0 28px;
	background: #476380;
	border-bottom: 3px solid #8298B0;
	text-shadow: 0 1px 3px rgb(0 0 0 / 30%);
	border-right: 1px solid #adbfd2;
}
.old-version .nav-bar li:first-child a {
	    border-left: 1px solid #adbfd2;
}
.old-version li.has-dropdown > ul {
	display: none;
	margin: 0;
	padding: 4px 0 0;
	position: absolute;
	white-space: nowrap;
	min-width: 100%;
	top: 45px;
	border-bottom-width: 3px;
	zoom: 1;
}
.old-version li.has-dropdown li {
	margin: 0;
	position: relative;
	float: none;
	display: block;
	z-index: 90;
}
.old-version li.has-dropdown li a,
.old-version li.has-dropdown li a:hover {
	line-height: 34px;
	height: 34px;
	border-bottom: 1px solid #adbfd2;
}
.old-version li.has-dropdown:hover > ul {
	display: block;
	z-index: 90;
}
.nav-bar li a.active,
.nav-bar li a:hover {
	background: #e8e8e8;
	color: #1e77ae;
}
.old-version .nav-bar li a.active,
.old-version .nav-bar li a:hover {
	background: #2C3E50;
	color: #fff;
	border-bottom: 3px solid #adbfd2;
}
.nav-bar li a:active {
	background: #e8e8e8;
	box-shadow: inset 0 0 7px 0 #000;
}
li.active > a {
	color: #1e77ae;
	background: #e8e8e8;
}
.old-version li.has-dropdown > ul {
	display: none;
	margin: 0;
	padding: 4px 0 0;
	position: absolute;
	white-space: nowrap;
	min-width: 100%;
	top: 45px;
	border-bottom-width: 3px;
	zoom: 1;
}
.old-version li.active > a {
	color: #fff;
	background: #2C3E50;
	border-bottom: 3px solid #c4ccd4;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #1e77ae;
	background: #e8e8e8;
}
/* ==========================================================================
Navigation: nav-pills
========================================================================== */
.nav-pills {
	font-size: 0.875em;
}
.nav-pills>li>a {
	padding: 4px 10px;
}
.nav-pills>li.active>a {
	color: #fff;
	background: #428bca;
	border-bottom: none;
}

/* ==========================================================================
Navigation: menu-tabs
========================================================================== */
.nav-bar .menu-tabs li:first-child {
	border-left: none;
}
.menu-tabs li a:not(.old-version .menu-tabs li a) {
	margin-left: 10px;
	border-bottom: 1px solid #000;
	border-radius: 5px;
}
.menu-tabs li a,
.menu-tabs li a:focus {
	color: #555;
}
.menu-tabs li.active a,
.menu-tabs li.active a:focus {
	color: #fff;
	background-color: #782f9a;
	border-radius: 5px;
}
.old-version .menu-tabs li.active a,
.old-version .menu-tabs li.active a:focus {
	border-radius: 0px;
}
.bmg-menu-tabs-labels {
	position: relative;
	background: transparent;
}
.bmg-menu-tabs-labels-responsive {
	overflow: visible;
}
.old-version .bmg-menu-tabs-labels {
	position: relative;
	background: transparent;
}
.bmg-menu-tabs {
	position: relative;
}
.old-version .bmg-menu-tab {
	position: absolute !important;
	width: 100%;
	z-index: 1;
}
.bmg-menu-tab.active {
	z-index: 2;
}
.bmg-menu-tabs-labels-responsive.nav-bar .dropdown-menu {
	border: none !important;
}
.bmg-menu-tabs-labels-responsive.nav-bar ul, .bmg-menu-tabs-labels-responsive.nav-bar li {
	height: auto;
}
.bmg-menu-tabs-labels > a {
	width: 75%;
	margin-left: 50% !important;
	transform: translateX(-50%);
	background-color: #fff !important;
	border: none !important;
	border-bottom: 1px solid #000 !important;
	border-radius: 4px !important;
}
.old-version .nav-tabs.menu-tabs>li.active>a, .old-version .nav-tabs.menu-tabs>li.active>a:focus {
	color: #ecf0f1;
	background-color: #476380;
}
.old-version .nav-tabs.menu-tabs>li>a, .old-version .nav-tabs.menu-tabs>li>a:focus {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
}
.flip-container {
	perspective: 1000;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-o-perspective: 1000;
}
.flip-container.rear .flipper {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
}
.bmg-menu-tab.front, .bmg-menu-tab.rear {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
}
.bmg-menu-tab.rear {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}
@media (max-width: 1131px) {
	.bmg-menu-tabs-labels-desktop {
		display:none;
	}
}
