/**
 * @package		Mb2 CtMenu
 * @version		1.0.3
 * @author		Mariusz Boloz (http://mb2extensions.com)
 * @copyright	Copyright (C) 2016 Mariusz Boloz (http://mb2extensions.com). All rights reserved
 * @license		Commercial (http://codecanyon.net/licenses)
**/

@font-face {
  font-family: 'mb2ctm_font';
  src: url('font/mb2ctm_font.eot?35595855');
  src: url('font/mb2ctm_font.eot?35595855#iefix') format('embedded-opentype'),
       url('font/mb2ctm_font.woff?35595855') format('woff'),
       url('font/mb2ctm_font.ttf?35595855') format('truetype'),
       url('font/mb2ctm_font.svg?35595855#mb2ctm_font') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'mb2ctm_font';
    src: url('../font/mb2ctm_font.svg?35595855#mb2ctm_font') format('svg');
  }
}
*/
 
 [class^="mb2ctm_icon-"]:before, 
 [class*=" mb2ctm_icon-"]:before,
ul.mb2ctm-child-list2 > li > a:before,
.mb2ctm .menu2 .menu > li > a:before,
.mb2ctm .menu3 .menu > li > a:before,
.mb2ctm .menu4 .menu > li > a:before,
.mb2ctm .menu5 .menu > li > a:before,
.mb2ctm-parent-open:before,
.mb2ctm .menu > li > a:before,
li.mb2ctm-isparent > a:before   {
  font-family: "mb2ctm_font";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.mb2ctm_icon-up-open:before { content: '\e800'; } /* '' */
.mb2ctm_icon-down-open:before { content: '\e801'; } /* '' */
.mb2ctm_icon-menu:before { content: '\e802'; } /* '' */
.mb2ctm_icon-right-open:before { content: '\e803'; } /* '' */
.mb2ctm_icon-left-open:before { content: '\e804'; } /* '' */
.mb2ctm_icon-search:before { content: '\e805'; } /* '' */
.mb2ctm_icon-cancel:before { content: '\e806'; } /* '' */






/* ==================================== GENERAL STYLES */

.mb2ctm {
	position: relative;
}

.mb2ctm *,
.mb2ctm *:before,
.mb2ctm *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
    box-sizing: content-box;	
}


/* Links */

.mb2ctm a:focus {
	outline: none;	
}


/* Headings */

.mb2ctm h1,
.mb2ctm h2,
.mb2ctm h3,
.mb2ctm h4,
.mb2ctm h5,
.mb2ctm h6 {
	margin-top: 0;	
}








/* ==================================== MENU BAR */


.mb2ctm-menu-bar {
	display: none;
	height: 50px;
	line-height: 50px;
	background-color: #6699ff;
	color: #fff;
	position: relative;	
	padding: 0 15px;
}

.mb2ctm-menu-open {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(0,0,0,.2);
	width: 50px;
	height: 100%;
	text-align: center;
	font-size: 18px;
	color: #fff;
	text-decoration: none;	
}

.mb2ctm-menu-open:hover,
.mb2ctm-menu-open:focus {
	color: #fff;
	text-decoration: none;	
}






/* ==================================== MENU LIST */


.mb2ctm-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.desk-menu > ul {
	display: block !important;	
}

.mb2ctm-list > li {
	margin: 0;
	padding: 0;
	display: inline-block;	
}

.mb2ctm-list > li > a {
	display: inline-block;
	position: relative;
	padding: 0 18px;
	color: #555;
	height: 38px;
	line-height: 38px;	
}

.mb2ctm-list > li:hover > a,
.mb2ctm-list > li.mb2ctm-hover > a {
	background-color: #6699ff;
	color: #fff;
	text-decoration: none;	
}



/* Arrow fro parent menu items */

li.mb2ctm-isparent > a:before {
	content: '\e801';	
	position: absolute;
	right: 2px;
	top: 50%;
	margin-top: -5px;
	font-size: 9px;
	width: 10px;
	height:10px;
}


li.mb2ctm-sitem > a:before {
	display: none;	
}



/* Menu alignment */

.mb2ctm-right .mb2ctm-list {
	text-align: right;	
}

.mb2ctm-center .mb2ctm-list {
	text-align: center;	
}

.mb2ctm-center .mb2ctm-list li,
.mb2ctm-right .mb2ctm-list li {
	text-align: left;	
}




/* Search module */

.mb2ctm-sitem > a {
	text-align: center;
}


.mb2ctm-sitem .mb2ctm-module {
	margin-left: 15px;
	margin-right: 15px;	
}


.mb2ctm-sitem input[type="text"] {
	width: 100%;
	font-size: 1.8em;
	height: 50px;
	border: 0;
	background-color: transparent;
	padding: 0;	
	outline: none!important;
}






/* ==================================== SUB-MENU CONTAINER */


.mb2ctm-smenu {
	position: absolute;
	width: 100%;
	top:100%;
	left: 0;
	z-index: 999;
	display: none;	
	background-color: #fafbfc;
	border-top: solid 2px #6699ff;
}

.mb2ctm-smenu-inner {
	margin-left:auto;
	margin-right:auto;
}


.click-mode > ul > li.mb2ctm-hover > .mb2ctm-smenu {
	display: block !important;	
}


/* Open smenu on mobile devices */

.mb2ctm-smenu-open {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	background-color: rgba(0,0,0,.2);
	color: #fff;
	display: none;
	cursor: pointer;	
}

.mb2ctm-smenu-open.active:before {
	content:'\e800';	
}



/* Submenu inner container */

.mb2ctm-smenu-inner {
	padding-top: 15px;
	padding-bottom: 15px;	
}

/*.mb2ctm-smenu-panel .mb2ctm-smenu-inner {
	padding-top: 30px;
	padding-bottom: 30px;	
}*/








/* ==================================== SUB-MENU ITEMS */


.mb2ctm-smenu-item {
	padding: 15px;	
}

.mb2ctm-parent-open {
	display: none;
	position: absolute;
	top: 10px;
	right: 15px;
	width: 30px;
	height: 30px;	
	cursor: pointer;
	text-align: center;
	line-height: 30px;
}

.mb2ctm-parent-open:before {
	content: '\e801';		
}


.mb2ctm-parent-open.active:before {
	content: '\e800';		
}






/* ==================================== SUB-MENU TABS */


.mb2ctm-tabs {
	position: relative;
	margin: 0 15px;	
}

.mb2ctm-tabs-list {
	margin: 0;
	padding: 0;	
	list-style: none;
}

.mb2ctm-tabs-list li {
	margin: 0;
	padding: 0;	
	display: inline-block;
}

.mb2ctm-tabs-list li a {
	display: block;
	padding: 10px 15px;	
	color: #555;
	border: solid 1px #d1d2d3;
}

.mb2ctm-tabs-list li a:hover,
.mb2ctm-tabs-list li a:focus {
	text-decoration: none;
}

.mb2ctm-tabs-list li.active a {
	background-color: #6699ff;
	color: #fff;
	border-color: #6699ff;
}



/* Tabs left and right */

.mb2ctm-tabs-left .mb2ctm-tabs-list,
.mb2ctm-tabs-right .mb2ctm-tabs-list {
	display: block;
	width: 200px;
	padding-top: 15px;	
}

.mb2ctm-tabs-left .mb2ctm-tabs-list li,
.mb2ctm-tabs-right .mb2ctm-tabs-list li {
	display: block;
	margin-bottom: 10px;	
}


/* Tabs left */ 

.mb2ctm-tabs-left {
	padding-left:215px;		
}

.mb2ctm-tabs-left .mb2ctm-tabs-list {	
	margin-left: -215px;	
	float: left;	
}




/* Tabs right */ 

.mb2ctm-tabs-right {
	padding-right: 215px;	
}

.mb2ctm-tabs-right .mb2ctm-tabs-list {
	margin-right: -215px;
	float: right;
}



/* Tabs top and bottom  */

.mb2ctm-tabs-top .mb2ctm-tabs-list,
.mb2ctm-tabs-bottom .mb2ctm-tabs-list {
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;	
}

.mb2ctm-tabs-top .mb2ctm-tabs-list li,
.mb2ctm-tabs-bottom .mb2ctm-tabs-list li {
	margin: 0 4px;	
}


/* Tabs top */

.mb2ctm-tabs-top .mb2ctm-tabs-list {
	margin-top: 30px;	
}



/* Tabs bottom */

.mb2ctm-tabs-bottom .mb2ctm-tabs-list {
	margin-bottom: 30px;	
}




/* Tabs content */

.mb2ctm-tab-content {	
	padding: 0;	
}

.mb2ctm-tab-col {
	float: left;	
}

.mb2ctm-tab-col-inner {
	padding: 15px;	
}






/* ==================================== MODULES IN SUB-MENU CONTAIONER */

/* Module title */

.mb2ctm-module > div > h1,
.mb2ctm-module > div > h2,
.mb2ctm-module > div > h3,
.mb2ctm-module > div > h4,
.mb2ctm-module > div > h5,
.mb2ctm-module > div > h6,
.mb2ctm-module > div > p,
.mb2ctm-module > div > div,
.mb2ctm-tab-col .title {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 140%;
}






/* ==================================== MENU LIST */

/* MList style */

.mb2ctm .menu,
.mb2ctm-child-list1,
.mb2ctm-child-list2 {
	margin: 0;
	padding: 0;	
	list-style: none;
}

.mb2ctm .menu ul,
.mb2ctm-child-list1 ul {
	padding-top: 10px;
}


/* Li element style */

.mb2ctm .menu > li,
.mb2ctm-child-list1 li {
	margin: 0;
	padding: 0;	
}

.mb2ctm .menu > li a,
.mb2ctm-child-list1 > li a {
	padding: 4px 0;
	color: #555;
	text-decoration: none;
	display: inline-block;	
	line-height: 1.5;
	position: relative;
	
}




/* Menu Item link */

.mb2ctm .menu > li.active a,
.mb2ctm .menu > li.current a,
.mb2ctm .menu > li.selected a,
.mb2ctm .menu > li a:hover,
.mb2ctm .menu > li a:focus {
	color: #6699ff;
	text-decoration: none;	
}



/* Next leve list */


.mb2ctm-child-list2 > li > a,
.mb2ctm .menu > li > a {
	padding-left: 20px;	
}

.mb2ctm-child-list2 > li > a:before,
.mb2ctm .menu > li > a:before {
	content: '\e803';
	font-size: 9px;
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	line-height:10px;
	left: 0;
	top: 50%;
	margin-top:-5px	
}

.mb2ctm-child-list3,
.mb2ctm-child-list3 ul,
.mb2ctm .menu ul,
.mb2ctm .menu ul ul {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
	position: relative;
}

.mb2ctm-child-list3,
.mb2ctm .menu > li > ul {
	margin-left: 35px;	
}

.mb2ctm-child-list3:before,
.mb2ctm-child-list3 ul:before,
.mb2ctm .menu  li ul:before {
	content: '';
	position: absolute;
	left: -15px;
	top: 0;
	height: 100%;
	width: 1px;
	border-left: dashed 1px #d1d2d3;	
}


.mb2ctm-child-list3 li a,
.mb2ctm .menu li ul li a {
	position: relative;	
	font-size: 90%;
}


.mb2ctm-child-list3 li a:before,
.mb2ctm .menu li ul li a:before {
	content: '';
	position: absolute;
	left: -12px;
	top: 50%;
	height: 10px;
	width: 10px;
	border-top: dashed 1px #d1d2d3;	
}





/* ==================================== MEGA MENU COLUMNS */


.mb2ctm-child-list1 {
	vertical-align: top;	
}

.mb2ctm-child-list1 > li {
	list-style: none;
	display: inline-block;
	line-height: 1;	
	margin: 15px 0;
	padding: 0;
	vertical-align: top;
}

.mb2ctm-child-list1 > li > a {
	margin-left: 15px;
	margin-right: 15px;	
	padding: 0;
	line-height: 1;
}

.mb2ctm-child-list1 > li > ul {
	margin: 0 15px;	
	padding: 0;
	line-height: 1;
}

.mb2ctm-isparent2 {
	width: 25%;
	max-width: 100%;	
}

.mb2ctm-isparent2 > a {
	margin-bottom: 15px;	
}







/* ==================================== OTHER STYLES */

/* Separator */

.mb2ctm-separator {
	width: 100%;
	float: none;	
}



/* Clear div */

.mb2ctm-clr {
	*zoom: 1;
}
.mb2ctm-clr:before,
.mb2ctm-clr:after {
	display: table;
	content: "";
	line-height: 0;
}
.mb2ctm-clr:after {
	clear: both;
}






/* ==================================== COLUMN CLASS */

/* Padding */

.mb2ctm .no-padding {
	padding: 0;	
}

.mb2ctm .no-padding-top {
	padding-top: 0;	
}

.mb2ctm .no-padding-bottom {
	padding-bottom: 0;	
}

.mb2ctm .no-padding-left {
	padding-left: 0;	
}

.mb2ctm .no-padding-right {
	padding-right: 0;	
}



/* Border */

.mb2ctm .border {
	border: solid 1px #ecedef;	
}

.mb2ctm .border-top {
	border-top: solid 1px #ecedef;	
}

.mb2ctm .border-bottom {
	border-bottom: solid 1px #ecedef;
}

.mb2ctm .border-left {
	border-left: solid 1px #ecedef;	
}

.mb2ctm .border-right {
	border-right: solid 1px #ecedef;	
}





/* ==================================== MENU CLASS */


/* Menu horizontal */

.mb2ctm .menu-horizontal .menu > li ul {
	display: none;	
}

.mb2ctm .menu-horizontal .menu > li {
	display: inline-block;	
}

.mb2ctm .menu-horizontal .menu > li > a {
	display: inline-block;
	margin: 0 15px 0 0;	
}





@media only screen and (max-width:768px){
	
	
	
	/* Menu bar */
	
	.mb2ctm-menu-bar {
		display: block;
	}
	
	
	/* Menu list */
	
	.mb2ctm-list {
		border-bottom: 0;	
	}
	
	.is-bar .mb2ctm-list {
		display: none;	
	} 
	
	
	.mb2ctm-right .mb2ctm-list,
	.mb2ctm-center .mb2ctm-list {
		text-align: left;	
	}

 
	
	
	/* 1 level menu */
	
	.mb2ctm-list > li {
		display: block !important;
		position: relative;
		margin: 0 0 1px 0;	
	}
	
	.mb2ctm-list > li:last-child {
		margin-bottom: 0;	
	}
	
	.mb2ctm-list > li {
		display: block !important;	
		background-color: #ecedef;		
	}
	
	.mb2ctm-list > li > a {
		height: 50px !important;
		line-height: 50px !important;
		position: static !important;
		display: block;	
	}	
	
	.mb2ctm-list > li:hover > a {
		background-color: #ecedef;
		color: #555;	
	}
	
	li.mb2ctm-isparent > a:before {
		display: none;	
	}
	
	.mb2ctm-parent-open {
		display: block;	
	}
	
	
	
	
	
	/* Search module */
	
	.mb2ctm-sitem > a {
		display: none !important;	
	}
	
	.mb2ctm-sitem .mb2ctm-smenu {
		display: block !important;	
	}
	
	.mb2ctm-sitem .mb2ctm-smenu-inner {
		padding-bottom: 30px!important;	
		background-color: #ecedef;
	}
	
	.mb2ctm-sitem .mb2ctm-module {
		margin-left: 0;
		margin-right: 0;	
	}
	
	.mb2ctm-sitem input[type="text"] {
		height: auto;
		font-size:initial;
	}
	
	
	
	
	
	/* Mega menu columns */
	
	.mb2ctm-child-list1 > li {
		display: block;	
		margin: 0 0 20px 0;
		width: 100% !important;
	}
		
	.mb2ctm-child-list1 {
			
	}
	
	.mb2ctm-child-list1 li.mb2ctm-isparent2 {
			
	}
	
	.mb2ctm-isparent2 {
			
	}
	
	
	
	/* Submenu container */	
			
	
	li.mb2ctm-hover .mb2ctm-smenu {
		display: block!important;	
	}
	
	
	
	.mb2ctm-smenu {
		position: relative;
		top: auto;
		border-top: 0;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		-ms-box-shadow: none !important;
		-o-box-shadow: none !important;
		box-shadow: none !important;	
	}
	
	.mb2ctm-smenu-inner {
		padding-left: 15px;
		padding-right: 15px
	}
	
	.mb2ctm-smenu-panel .mb2ctm-smenu-inner {
		padding-bottom: 10px;	
	}	
	
	.mb2ctm-child-list > li {
		width: 100%;
	}
	
	
	/* Tabs */
	
	.mb2ctm-tabs {
		background-color: rgba(255,255,255,0);
		padding-left: 0 !important;	
		padding-right: 0 !important;	
	}
	
	.mb2ctm-tabs-list {
		display: block !important;
		width: 100% !important;
		float: none !important;
		text-align: center;
		margin: 30px 0 0 0 !important;
		padding: 0 !important;	
	}
	
	.mb2ctm-tabs-bottom .mb2ctm-tabs-list {
		margin: 0 0 30px 0 !important;	
	}
	
	.mb2ctm-tabs-list li {
		margin: 0 3px !important;;
		display: inline-block !important;	
	}
	
	
	
	/* Tab columns */
	
	.mb2ctm-tab-col {
		width: 100% !important;	
	}	
	
	.mb2ctm-tab-col-inner {
		padding-left: 0;
		padding-right: 0;		
	}
	
		
	
}

