

/* General Blueprint Style */
#mwrap *, #mwrap *:after, #mwrap *:before { 
    -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	letter-spacing:normal; 
	
	}


/* reset  list style */
.cbp-tm-menu,
.cbp-tm-menu ul {
	list-style: none;

}

/* set menu position; change here to set to relative or float, etc. */
.cbp-tm-menu {
	display: none;
	position: absolute;
	z-index: 40;
	top: 0;
	width: 100%;
	background: none;
	margin: 0;
}

/* first level menu items */
.cbp-tm-menu > li {
	text-align:right;
    display: inline-block;
	padding:0 15px 0 15px ; 
	margin: 0 ;
	position: relative;
	height:51px;
	
}

.cbp-tm-menu > li > a {
	line-height:51px;
	font-weight:400;
	font-size: 18px;
	display: block;
	color: #ecebeb;
	letter-spacing: 5pt;
	
}

.no-touch .cbp-tm-menu > li > a:hover,
.no-touch .cbp-tm-menu > li > a:active {
    letter-spacing: 0pt;
    font-weight:400;
	color: #fff;
}

/* sumbenu with transitions */
.cbp-tm-submenu {
	position: absolute;
	display: block;
	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;
}

.cbp-tm-show .cbp-tm-submenu {
	width: 120px;
        left: 50%;
	margin: 0px 0 0 -60px;
       opacity: 1;
	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;
}

.cbp-tm-show-above .cbp-tm-submenu {
	bottom: 100%;
	padding-bottom: 10px;
}

.cbp-tm-show-below .cbp-tm-submenu {
	top: 100%;
	padding-top:0;
}

/* 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: -10px;
}

.cbp-tm-submenu:after {
	border-color: transparent;
	border-width: 8px;
	margin-left: -8px;
	left: 50%;
}

.cbp-tm-show-above .cbp-tm-submenu:after {
	border-top-color: #fff;
}

.cbp-tm-show-below .cbp-tm-submenu:after {
	border-bottom-color: #fff;
}*/

/* */

.cbp-tm-submenu > li {
	display: block;
	background:#f7f7f7;
}

.cbp-tm-submenu > li > a {
	/*padding: 5px 2.3em 5px 0.6em; /* top/bottom paddings in 'em' cause a tiny "jump" in Chrome on Win */
	/*padding: 5px 5px;*/
	display: block;
	font-size: 12px;
	position: relative;
	color: #202020;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	text-align:center;
	line-height:32px;
	height:32px;
	border-bottom:1px solid #dddddd;
}

.cbp-tm-submenu > li:first-child > a {
	border-top: 0px solid #fff !important;
}

.cbp-tm-submenu > li:last-child > a {
	border-bottom: 0px solid #fff !important;
}

.no-touch .cbp-tm-submenu > li > a:hover,
.no-touch .cbp-tm-submenu > li > a:active {
	color: #00a987;
	background:#fff;
	font-weight:600;
}


/* the icons (main level menu icon and sublevel icons) */
.cbp-tm-submenu li a:before,
.cbp-tm-menu > li > a:before {

	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	margin-right: 0;
	-webkit-font-smoothing: antialiased;
}

.cbp-tm-submenu li a:before {
	position: absolute;
	top: 50%;
	margin-top: 0;
	right: 0.5em;
}


/* Media Queries */

/*@media screen and (max-width: 55.6875em) {
	.cbp-tm-menu {
		font-size: 80%;
	}
}

@media screen and (max-height: 25.25em), screen and (max-width: 44.3125em) {

	.cbp-tm-menu {
		font-size: 100%;
		position: relative;
		text-align: center;
		padding: 0;
		top: auto;
	}

	.cbp-tm-menu > li {
		display: block;
		margin: 0;
		border-bottom: 4px solid #3793ca;
	}

	.cbp-tm-menu > li:first-child {
		border-top: 4px solid #3793ca;
	}

	li.cbp-tm-show > a,
	.no-touch .cbp-tm-menu > li > a:hover,
	.no-touch .cbp-tm-menu > li > a:active {
		color: #fff;
		background: #02639d;
	}

	.cbp-tm-submenu {
		position: relative;
		display: none;
		width: 100%;
	}

	.cbp-tm-submenu > li {
		padding: 0;
	}

	.cbp-tm-submenu > li > a {
		padding: 0.6em 2.3em 0.6em 0.6em;
		border: none;
		border-bottom: 2px solid #6fbbe9;
	}

	.cbp-tm-submenu:after {
		display: none;
	}

	.cbp-tm-menu .cbp-tm-show .cbp-tm-submenu {
		display: block;
		width: 100%;
		left: 0;
		margin: 0;
		padding: 0;
	}

}*/


/** Γί°‘ **/



#cbp-tm-menu{width:750px; min-width:750px; position: fixed; top:0px; right: 225px; opacity:0; display:block;}

.r_thum{width:490px !important; background:#fff; height:120px; text-align:center; border-top:#00a987 2px solid;position:relative;top:-7px;}
.r_thum_in{width:490px; height:120px; margin-top:10px; position: absolute; float:left !important; padding:0 !important;}
.rv_box1{ float:left !important; width:90px;cursor:pointer;}
.rv_box{ float:left !important; width:93px; margin:0px 5px 0 0px; cursor:pointer;font-size:12px;color:#2c2c2c; line-height: 25px;}
.rv_box > img {opacity:1;}
.rv_box > img:hover,
.rv_box > img:active {
	opacity:0.8;
}
.arr {width:120px;text-align:center;  border-bottom:#00a987 2px solid;}

.tmline{min-width: 1px !important; min-height: 15px !important; background: #eeeeee !important;  position: absolute; top: 2px; clear: both;}
