/* Iconfont made with icomoon.com */
@font-face {
	font-family: 'cbp-tmicons';
	src:url('../../fonts/tmicons/cbp-tmicons.eot');
	src:url('../../fonts/tmicons/cbp-tmicons.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/tmicons/cbp-tmicons.woff') format('woff'),
		url('../../fonts/tmicons/cbp-tmicons.ttf') format('truetype'),
		url('../../fonts/tmicons/cbp-tmicons.svg#cbp-tmicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* reset  list style */
.cbp-tm-menu,
.cbp-tm-menu ul {
	list-style: none;
	z-index: 1000;
	background-color: white;
	padding: 0;
}

/* set menu position; change here to set to relative or float, etc. */
.cbp-tm-menu {
	display: block;
	/*position: absolute;*/
	z-index: 1000;
	bottom: 0;
	width: 100%;
	/*background: #0f69b4;
	text-align: right;
	padding: 0 2em;*/
	margin: 5px 0;
	text-transform: capitalize;
	display: table;
}

/* first level menu items */
.cbp-tm-menu > li {
	display: inline-block;
	/*margin: 0 2.6em;*/
	position: relative;
	/*border-right: dotted #A6A6A6 1px;*/
	float: none !important;
	display: table-cell;
	/*width: 16.666%;*/
}

.cbp-tm-menu > li > a:only-child{
	cursor: pointer;
}

.cbp-tm-menu > li > a {
	/*line-height: 4em;
	padding: 0 0.3em;
	font-size: 1.2em;
	display: block;
	color: #868686;
	cursor: default;*/
	
	color: #868686;
    cursor: default;
    display: block;
    font-size: 1em;
    line-height: 1em;
    padding: 0.5em 0.3em 0.5em 0.3em;
    white-space: normal;
}

.no-touch .cbp-tm-menu > li > a:hover{
	/*color: #0f69b4;*/
	color: #0f69b4;
	text-decoration: none;
	cursor: normal;
}

.no-touch .cbp-tm-menu > li > a.active {
	/*color: #0f69b4;
	color: #868686 !important;
	text-decoration: none;
	cursor: normal;*/
}

.cbp-tm-show-below .cbp-tm-submenu {
	display: block;
}

/* sumbenu with transitions */
.cbp-tm-submenu {
	position: absolute;
	/*display: none;*/
	visibility: hidden;
	opacity: 0;
	padding: 0;
	text-align: left;
	pointer-events: none;
	-webkit-transition: visibility 0s, opacity 0s;
	-moz-transition: visibility 0s, opacity 0s;
	transition: visibility 0s, opacity 0s;
	z-index: 50000;
	/*border: 1px solid #CCCCCC;*/
}

.cbp-tm-show .cbp-tm-submenu {
	width: 20em;
	left: 32%;
	margin: 0 0 0 -8em;
	opacity: 1;
	/*display: block;*/
	visibility: visible;
	pointer-events: auto;
	-webkit-transition: visibility 0s, opacity 0.3s;
	-moz-transition: visibility 0s, opacity 0.3s;
	transition: visibility 0s, opacity 0.3s;
	z-index: 50000;
}

.cbp-tm-show-above .cbp-tm-submenu {
	bottom: 100%;
	padding-bottom: 10px;
}

.cbp-tm-show-below .cbp-tm-submenu {
	top: 100%;
	/*padding-top: 10px;*/
	padding-top: 0px;
}

/* extreme cases: not enough space on the sides */
.cbp-tm-nospace-right .cbp-tm-submenu {
	right: 0;
	left: auto;
}

.cbp-tm-nospace-left .cbp-tm-submenu {
	left: 0;
}

/* last menu item has to fit on the screen */
.cbp-tm-menu > li:last-child .cbp-tm-submenu {
	right: 0;
}

/* 	
arrow: depending on where the menu will be shown, we set 
the right position for the arrow
*/

.cbp-tm-submenu:after {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.cbp-tm-show-above .cbp-tm-submenu:after {
	top: 100%;
	margin-top: -10px;
}

.cbp-tm-show-below .cbp-tm-submenu:after {
	bottom: 100%;
	margin-bottom: 0px;		/************ Para cambiar la altura de la flecha***********/
}

.cbp-tm-submenu:after {
	border-color: transparent;
	border-width: 8px;		/************ Para cambiar el tamaño de la flecha***********/
	margin-left: -16px;
	left: 53%;		/************ Para cambiar la posicion de la flecha***********/
}

.cbp-tm-show-above .cbp-tm-submenu:after {
	border-top-color: #fff;
}

.cbp-tm-show-below .cbp-tm-submenu:after {
	border-bottom-color: #e8e8e8;
}

.cbp-tm-submenu > li {
	display: block;
	background: #e8e8e8;
	float: none !important;
}
/*.cbp-tm-submenu > li:nth-child(odd) {
	background: white;
}
.cbp-tm-submenu > li:nth-child(even) {
	background: #f4f4f4;
}*/

.cbp-tm-submenu > li:hover {
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}

.cbp-tm-submenu > li > a {
	padding: 10px 2.3em 10px 0.6em; /* top/bottom paddings in 'em' cause a tiny "jump" in Chrome on Win */
	display: block;
	font-size: 1em;
	position: relative;
	color: #868686;
	/*border: 4px solid #fff;*/
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.no-touch .cbp-tm-submenu > li > a:hover,
.no-touch .cbp-tm-submenu > li > a:active {
	color: #fff;
	background: #0f69b4;
	text-decoration: none;
}

/* the icons (main level menu icon and sublevel icons) */
.cbp-tm-submenu li a:before,
.cbp-tm-menu > li > a:before {
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	margin-right: 0.6em;
	-webkit-font-smoothing: antialiased;
}

.cbp-tm-submenu li a:before {
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	right: 0.5em;
}

/*.cbp-tm-menu > li > a:not(:only-child):before {
	content: "\f0c9";
	font-size: 100%;
	opacity: 0.3;
}*/

/*.cbp-tm-menu > li > a:before{
	font-size: 300%;
	opacity: 0.3;
}

.cbp-tm-menu > li > a:nth-child(1):before {
	content: "\f006";
}

.cbp-tm-menu > li > a:nth-child(2):before {
	content: "\f007";
}

.cbp-tm-menu > li > a:nth-child(3):before {
	content: "\f007";
}

.cbp-tm-menu > li > a:nth-child(4):before {
	content: "\f007";
}

.cbp-tm-menu > li > a:nth-child(5):before {
	content: "\f1ea";
}

.cbp-tm-menu > li > a:nth-child(6):before {
	content: "\f007";
}/*

.cbp-tm-icon-archive:before {
	content: "\e002";
}

.cbp-tm-icon-cog:before {
	content: "\e003";
}

.cbp-tm-icon-users:before {
	content: "\e004";
}

.cbp-tm-icon-earth:before {
	content: "\e005";
}

.cbp-tm-icon-location:before {
	content: "\e006";
}

.cbp-tm-icon-mobile:before {
	content: "\e007";
}

.cbp-tm-icon-screen:before {
	content: "\e008";
}

.cbp-tm-icon-mail:before {
	content: "\e009";
}

.cbp-tm-icon-contract:before {
	content: "\e00a";
}

.cbp-tm-icon-pencil:before {
	content: "\e00b";
}

.cbp-tm-icon-article:before {
	content: "\e00c";
}

.cbp-tm-icon-clock:before {
	content: "\e00d";
}

.cbp-tm-icon-videos:before {
	content: "\e00e";
}

.cbp-tm-icon-pictures:before {
	content: "\e00f";
}

.cbp-tm-icon-link:before {
	content: "\e010";
}

.cbp-tm-icon-refresh:before {
	content: "\e011";
}

.cbp-tm-icon-help:before {
	content: "\e012";
}





