body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	background: #eee url("../images/bg.png");
	line-height: 21px;
	margin: 0;
	font-family: "roboto_ltregular" , arial , sans-serif;
}
/*
@font-face {
	font-family: 'robotobold';
	src: url(../fonts/roboto-bold.eot);
	src: url(../fonts/roboto-bold.eot?#iefix) format('embedded-opentype'), url(../fonts/roboto-bold.woff) format('woff'), url(../fonts/roboto-bold.ttf) format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'roboto_condensedlight';
	src: url(../fonts/robotocondensed-light.eot);
	src: url(../fonts/robotocondensed-light.eot?#iefix) format('embedded-opentype'), url(../fonts/robotocondensed-light.woff) format('woff'), url(../fonts/robotocondensed-light.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'roboto_cnregular';
	src: url(../fonts/roboto-condensed.eot);
	src: url(../fonts/roboto-condensed.eot?#iefix) format('embedded-opentype'), url(../fonts/roboto-condensed.woff) format('woff'), url(../fonts/roboto-condensed.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'roboto_ltregular';
	src: url(../fonts/roboto-light.eot);
	src: url(../fonts/roboto-light.eot?#iefix) format('embedded-opentype'), url(../fonts/roboto-light.woff) format('woff'), url(../fonts/roboto-light.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'robotoregular';
	src: url(../fonts/roboto-regular.eot);
	src: url(../fonts/roboto-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/roboto-regular.woff) format('woff'), url(../fonts/roboto-regular.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'roboto_thregular';
	src: url(../fonts/roboto-thin.eot);
	src: url(../fonts/roboto-thin.eot?#iefix) format('embedded-opentype'), url(../fonts/roboto-thin.woff) format('woff'), url(../fonts/roboto-thin.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}
*/
.input, .date-input, .city-input, .textarea, select{box-shadow:none}

ul{
	list-style:none;
	margin:0;
	padding:0
}
a{
	text-decoration:none
}
img{max-width: 100%;}
.tc_boxed {
	max-width: 1366px;
	min-width: 300px;
	margin: auto;
}
#tc_top_header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	border-top: 1px solid rgba(0, 0, 0, 0.10);
	position: relative;
    min-width: 300px;
    height: 42px;
}
.tc_th_left{
	border-left: 1px solid rgba(0, 0, 0, 0.10);
    float: left;
    padding: 0;
    margin: 0;
}
.tc_th_right{
	color: #000000;
    border-right: 1px solid rgba(0, 0, 0, 0.10);
	float: right;
    padding: 0;
    margin: 0;
}
#tc_top_header .tc_boxed > div > ul, #tc_top_header .tc_boxed > div > div{
    float: left !important;
}

#tc_top_header .tc_boxed > div .widget_text_block, #tc_top_header .tc_boxed > div .widget_html_block{
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	padding: 0 10px;
}
#tc_top_header .tc_boxed > div .widget_text_block p, #tc_top_header .tc_boxed > div .widget_html_block p{
    margin: 0;
    padding: 0;
}
#tc_top_header .menu > li{
    float: left;
    position: relative;
	border-right: 1px solid rgba(0, 0, 0, 0.10);
}
#tc_top_header .tc_th_right .menu li:first-child{border-left:1px solid rgba(0, 0, 0, 0.10);}
#tc_top_header .tc_th_right .menu:last-child li:last-child{border-right:none}
#tc_top_header .menu li a{
	display: block;
    line-height: 20px;
	font-size: 15px;
    color: #555;
    border-bottom: 2px solid transparent;
	padding: 11px 14px 9px 28px;
	background-position: 5px 13px;
}
#tc_top_header .menu > li.active a{border-bottom-color: rgba(0, 136, 26, 0.59);}
#tc_top_header .menu > li:hover a{border-bottom-color: #26abd3;}
#tc_center_header{
    border-bottom: 0px solid rgba(0, 0, 0, 0.10);
	min-width: 300px;
    height: 102px;
}
#tc_cp_logo{
	border-left: 1px solid rgba(0, 0, 0, 0.10);
    border-right: 1px solid rgba(0, 0, 0, 0.10);
	line-height: 100px;
    text-align: center;
    overflow: hidden;
    width: 250px;
    float: left;
}
#tc_center_header img{vertical-align:middle}
#tc_cp_widgets{
	border-right: 1px solid rgba(0, 0, 0, 0.10);
	float: left;
    width: calc(100% - 273px);
	text-align: right;
    overflow: hidden;
	padding: 0 10px;
}

#tc_bottom_header{
	background-color: #3a3a3a;
	position: relative;
	height: 50px;
}

nav#main_menu.menu_fix{position:fixed;left:0;right:0;top:0;z-index:500;display:flex;padding-right:53px}
.lm_variant nav#main_menu.menu_fix{box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.22);}
nav#main_menu.menu_fix .menu{margin:auto}
header .widget_user_avatar.menu_fix{position:fixed;z-index:501;width:42px;top:4px}
header .widget_user_avatar.menu_fix .user_info .name{display:none}
header .widget_user_avatar.menu_fix .user_info{padding-right:5px}
header .widget_user_avatar.menu_fix .user_info:after{content:none}
#tc_bottom_header .menu{
	position: relative;
	float: left;
	height: 50px;
	line-height: 50px;
	z-index: 5;
	font-family: "robotoregular" , arial , sans-serif;
	padding: 0;
	display:block
}
#tc_bottom_header .menu li{float: left;}
#tc_bottom_header .menu li:hover {
    position: relative;
    cursor: default;
}
#tc_bottom_header .menu li a{
	display: block;
	padding: 0 15px;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	font-size:14px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #000;
	font-weight: normal;
	text-transform:none
}
#tc_bottom_header  .menu > .folder > a > .wrap,#tc_bottom_header .menu > ul *.folder > a{
    padding-right: 0;
    background: none !important;
}
#tc_bottom_header .menu li a:hover,#tc_bottom_header .menu ul li:hover > a,#tc_bottom_header  .menu > li.active > a{
    background: rgba(0, 0, 0, 0.14)!important;
}
#tc_bottom_header .menu li ul{
	visibility: hidden;
	position: absolute;
	top: 98%;
	left: 0;
	width: 200px;
	margin-top: 1px;
	list-style: none;
	box-shadow: none;
	border-radius: 0;
	z-index: 598;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.45);
}
#tc_bottom_header .menu li:hover > ul{
    visibility: visible;
}
#tc_bottom_header .menu li:last-child ul{
	right: 0;
    left: auto;
}
#tc_bottom_header .menu li ul li{
	background: #464646;
	float: none;
	border-bottom: solid 1px rgba(255, 255, 255, 0.15);
}
#tc_bottom_header .menu li ul li a{
    text-transform: none;
    height: 40px;
    line-height: 40px;
	background-image: none !important;
}
#tc_bottom_header .menu li ul li:last-child{border-bottom:none}
#tc_bottom_header .menu li ul li ul{top:-1px;left: 99%;}
#tc_bottom_header .menu li:last-child ul li ul{    
	right: auto;
    left: -200px !important;
    top: 0px !important;
}


#tc_top_header .menu li ul{left: 0;box-shadow: 1px 3px 3px rgba(99, 99, 99, 0.25882352941176473);    width: 200px;}
#tc_top_header .menu li ul li{
    background: #eee;
    border: none;
}
#tc_top_header .menu li ul li a{
    padding: 5px 15px;
    line-height: 30px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.34901960784313724) !important;
}
#tc_top_header .tc_boxed > div > .menu li ul li a{background:none}
#tc_top_header .menu li ul li:last-child a{border:none}
#tc_top_header .tc_boxed > div > .menu li ul li a:hover, #tc_top_header .tc_boxed > div > .menu ul li:hover > a{background: rgba(214, 214, 214, 0.37);}
#tc_top_header .menu li ul li ul{top:-1px;left: 99%;}
#tc_top_header .menu li:last-child ul{    
	right: 0;
    left: auto;
}
#tc_top_header .menu li:last-child ul li ul{    
	right: auto;
    left: -200px !important;
    top: 0px !important;
}

#tc_bottom_header .menu > .folder > a > .wrap:after,#tc_bottom_header .menu .flexMenu-viewMore > a:after{content: "\f078";font: normal normal normal 14px/1 FontAwesome;margin-left: 5px;display: inline-block;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
#tc_bottom_header .menu > .folder > ul .folder > a:after,#tc_bottom_header .menu > .flexMenu-viewMore > ul .folder > a:after{content: "\f0da";font: normal normal normal 14px/1 FontAwesome;margin:13px 0 0;display: inline-block;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;float: right;}
#tc_top_header  .menu .flexMenu-viewMore > a{background-image:url("/templates/default/images/icons/menu.png");}

#tc_bottom_header.lm_variant{border-top:1px solid rgba(0, 0, 0, 0.10);border-bottom: 1px solid rgba(0, 0, 0, 0.10);}
.is_page_frontpage #tc_bottom_header.lm_variant{border-bottom:none}
#tc_bottom_header.lm_variant .menu li a{color: #444;text-shadow: none;}
#tc_bottom_header.lm_variant .menu li a:hover, #tc_bottom_header.lm_variant .menu ul li:hover > a, #tc_bottom_header.lm_variant .menu > li.active > a {background: rgba(0, 0, 0, 0.05)!important}
#tc_bottom_header.lm_variant .menu > li.active > a {border-left:1px solid rgba(0, 0, 0, 0.07);border-right:1px solid rgba(0, 0, 0, 0.07);}

#body{min-width: 300px;clear: both;}

.tc_b_center{
    overflow: hidden;
    position: relative;
	margin: 20px 0;
}
#body section#tc_main_content{
    width: 100%;
	float: right;
    position: relative;
}

/*************************COLUMNS****************************/

.tc_columns{
	position: relative;
	overflow: hidden;
}

.tc_col_m{
	padding-left: 2px;
	padding-right: 2px;
}

.tc_col_lmr{
	padding-left: 22%;
	padding-right: 29%;
}

.tc_col_lm{
	padding-left: 29%;
    padding-right: 0.5%;
}
#body .tc_col_lm aside#tc_left_sidebar{
    width: 39%;
    margin-left: -41%;
}

.tc_col_rm{
	padding-left: 0.5%;
	padding-right: 29%;
}
#body .tc_col_rm aside#tc_right_sidebar{
    width: 39%;
    margin-right: -41%;
}

#body aside#tc_left_sidebar{
    width: 41%;
    margin-left: -44%;
    float: left;
}
#body aside#tc_right_sidebar{
    width: 56%;
    float: right;
    margin-right: -59%;
    position: relative;
    right: -100%;
}

/*************************COLUMNS****************************/

#layout #tc_footer{
    padding: 0;
    font-size: 14px;
    color: #aaa;
    background: #fff;
    height: auto;
}
.tc_footer_inner{background: rgba(0, 0, 0, 0.73)}
.tc_footer_inner > .tc_boxed{overflow:hidden}
footer a{color:#e3e3e3}
footer a:hover{color:#fff}
footer #widget_pos_footers > div{
	padding: 15px;
	background: transparent;
	float: left;
    width: 31%;
}
footer #widget_pos_footers > div:first-child{padding-left:0}
footer #widget_pos_footers > div:last-child{padding-right:0}
footer .widget_tabbed .tabs ul{
    height: auto;
    line-height: normal;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    display: inline-block;
    width: 100%;
    overflow: visible !important;
}
#layout footer .widget_tabbed .tabs ul li{
    height: auto;
    line-height: normal;
    margin: 0;
}
#layout footer .widget_tabbed .tabs ul li a{
    height: auto;
    line-height: normal;
    padding: 4px 20px 10px 0;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
    color:#909090;
    font-family: "robotobold" , arial , sans-serif;
    position: relative;
}
#layout footer .widget_tabbed .tabs ul li a.active{background:none;color:#e2e1e1;border-bottom:1px solid transparent;   margin-bottom:-1px}
footer .widget_tabbed .tabs ul li a.active:before,footer .widget_tabbed .tabs ul li a.active:after{
	position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none;
}
footer .widget_tabbed .tabs ul li a.active:before{
	margin-left: -11px;
	border-width: 8px;
	border-top-color: rgba(255, 255, 255, 0.18);
}
footer .widget_tabbed .tabs ul li a.active:after{
	margin-left: -10px;
	border-width: 7px;
	border-top-color: #454545;
}
footer .widget .title{
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	font-weight: bold;
	color: #e2e1e1;
	margin:0 0 10px 0;
	padding: 0;
	background: transparent;
	font-family: "robotobold" , arial , sans-serif;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
footer .widget .title span{display: inline-block;border-bottom: 1px solid transparent;padding: 0 2px;}
footer .widget .body{
    padding: 0;
}
footer .widget .body p{
    margin: 6px 0 10px;
    line-height: 20px;
}
#layout  footer .widget .body .menu li{
	float: none;
	margin: 0;
	height: auto;
	line-height: 22px;
}
#layout  footer .widget .body .menu li a{
    display: block;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.20);
    padding: 5px 0;
    margin-bottom: 3px;
}
#layout  footer .widget .body .menu li:first-child a{padding-top:0}
#layout  footer .widget .body .menu li:last-child a{border-bottom:none}

footer .tc_footer_text {
background: rgba(255, 255, 255, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.3);
overflow: hidden;
}

footer .tc_footer_text .tc_boxed{
	line-height: 20px;
    min-height: 20px;
	text-shadow:1px 1px 3px #232323
}

footer .tc_copyrights {
	background-color: rgba(0, 0, 0, 0.5);
	border-top: 1px rgba(255, 255, 255, 0.24) solid;
	padding: 14px 10px 2px;
}
footer .tc_copyrights .tc_copyright_blocks {display: -webkit-box;display: -ms-flexbox;display: flex;}
footer .tc_copyrights .tc_left_copyright {width:50%}
footer .tc_copyrights .tc_left_copyright .tc_copytxt {
	padding-bottom: 10px;
	display: inline-block;
	margin-right: 10px;
}
footer .tc_copyrights .tc_left_copyright .tc_copytxt a{margin-right:5px;}
footer .tc_copyrights .tc_right_copyright{
    width: 50%;
    text-align: right;
}

footer .tc_copyrights .tc_right_copyright .menu{float:right}
footer .tc_copyrights .tc_right_copyright ul li{height: auto !important;line-height: normal !important}

#layout footer #widget_pos_footer .menu a{background:none}

.owl-carousel{overflow:hidden}

#body .widget {
    border: 1px solid #fff;
    border-radius: 3px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 4px rgba(151, 150, 150, 0.58);
}
#body section > article{
	background: #FFF;
    border: 1px solid #FFF;
    border-radius: 3px;
    box-shadow: 0px 1px 4px rgba(151, 150, 150, 0.58);
    padding: 20px;
}
#body section #controller_wrap > h1, #body section #user_profile_title, #body section #group_profile_title,#body section #controller_wrap > div > h1.nowrap_text{
    background: #F9F9F9;
    border-bottom: solid 1px #FFF;
    box-shadow: 0 1px 1px #DDD;
    text-shadow: 0 1px 1px #FFF;
    margin: -20px;
    padding:15px;
    margin-bottom: 20px;
    color:#354247;
	font-size:20px;
	position: static;
}
#body .widget > .title, .widget_user_avatar .user_info{
    background: #f3f3f3;
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
    font-family: "robotobold" , arial , sans-serif;
	color: #555;
	font-size: 16px;
}
#body .widget > .title div{display: inline-block;}
.widget_user_avatar .user_info{line-height: 0;}
.widget_user_avatar .user_info .name a{color:#555;text-shadow: 0 1px 1px #FFF;}
#body aside .menu li {
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f9f9f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9f9));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
    border-top: solid 1px #FFF;
    border-bottom: solid 1px #ECECEC;
}
#body aside .menu li:hover,#body aside .menu li.active{
	background: #f7f7f7;
    background: -moz-linear-gradient(top,  #f7f7f7 0%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ededed));
    background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ededed 100%);
    background: -o-linear-gradient(top,  #f7f7f7 0%,#ededed 100%);
    background: -ms-linear-gradient(top,  #f7f7f7 0%,#ededed 100%);
    background: linear-gradient(to bottom,  #f7f7f7 0%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0 );
}

#body aside#tc_left_sidebar .menu li ul {
    right: auto;
    left: 95%;
}

#body aside .widget > .title,aside .widget_tabbed .tabs ul li a, section .widget_tabbed .tabs ul li a{font-size:14px;font-weight: normal;font-family: "robotoregular" , arial , sans-serif;}
#body aside#tc_left_sidebar .widget > .title,#body aside#tc_left_sidebar .widget_tabbed .tabs ul li a{font-size:13px}

aside .widget_tabbed,section .widget_tabbed{border: 1px solid #fff;box-shadow: 0px 1px 4px rgba(151, 150, 150, 0.58);border-radius: 3px 3px 0 0;}
aside .widget_tabbed .tabs, section .widget_tabbed .tabs{overflow: hidden;height: 48px;}
aside .widget_tabbed .tabs ul,section .widget_tabbed .tabs ul{
    border-bottom: 1px solid #ddd;
    background: #f3f3f3;
    overflow: visible;
    border-radius: 3px 3px 0 0;
}
aside .widget_tabbed .tabs ul li,section .widget_tabbed .tabs ul li{height: 34px;}
aside .widget_tabbed .tabs ul li a,section .widget_tabbed .tabs ul li a{color: #777;}
aside .widget_tabbed .tabs ul li:first-child a.active,section .widget_tabbed .tabs ul li:first-child a.active{border-left:none}
aside .widget_tabbed .tabs ul li a.active,section .widget_tabbed .tabs ul li a.active{border-left: 1px solid #dfdfdf;border-right: 1px solid #dfdfdf;border-bottom: 1px solid #fff;color: #777;}
.widget_tabbed > .tabs .links a, aside .widget_tabbed > .tabs .links a,.widget > .title .links a{
    background: transparent;
    color: #999;
    padding: 0 2px 0;
    margin-right: 2px;
    border-right: 1px solid rgba(0, 0, 0, 0.12)
}
aside .widget_tabbed > .tabs .links a,aside .widget > .title .links a{font-size: 11px;}
.widget_tabbed > .tabs .links a:last-child, .widget > .title .links a:last-child{border-right:none}
.widget_tabbed > .tabs .links a:hover, .widget > .title .links a:hover{background: transparent;color:#444}

aside .widget > .title .links, aside .widget_tabbed .tabs ul li.links{margin-right:3px}

#body aside .widget_content_list.tiles-big {margin:0}
#body aside .widget_content_list.tiles-big .item{float: none;width: 100%;}
#body aside .widget_content_list.tiles-big .item:last-child{margin-bottom:0}

#body .widget_content_slider .items .item.active {background: #3a3a3a}
#body section .widget_content_slider .slide .heading h2{font-size:14px}
#body section .content_list_item .ft_caption .value {font-size: 21px;}
#body section .content_list.table table td.ft_caption h2, #body section .content_list.tiled .tile .ft_caption, #body section .content_list.tiled .tile .ft_caption h2, #body section .album-photos-wrap .photo h3, #body section .content_item .fields_group .group_title{font-size: 16px;}
#body section .default_list_two .my_default_list_item .my_item_wrap .miw_description .miw_title{font-size: 18px;margin-top:0}
#user_profile_title .name h1,#body section #group_profile_title{font-size: 22px;font-family: 'roboto_ltregular';}
#wall_widget .title_bar .title{font-size:20px;font-family: 'roboto_ltregular'}

.content_datasets{
	margin: -20px -20px 20px;
    background: #F9F9F9;
    padding: 10px 15px 0;
    border-bottom: solid 1px white;
    box-shadow: 0 1px 1px #DDD;
}
#group_profile_header + .content_datasets {
    margin: -20px -12px 20px;
    background: none;
    padding: 10px 15px 0;
    border-bottom:none;
    box-shadow:none;
}

#user_profile_tab_content .content_datasets {
    margin: -20px 0 20px;
    background: none;
    padding: 5px 15px 0;
    border-bottom:none;
    box-shadow:none;
}

h1 + .content_datasets{
    margin:-28px -20px 20px;
    padding: 0 15px 0;
}

.content_datasets ul {
    margin-bottom: 8px;
}

.content_datasets ul li {
    font-size:14px;
    height:20px;
    line-height:20px;
    padding:0;
    border-radius: 0;
}

.content_datasets ul li a { color:#8ea4af; }
.content_datasets ul li a:hover { text-decoration:underline; }

.content_datasets ul .active {
    background:none;
    color:#354247;
    padding:0;
}

.content_categories {
    margin: -20px;
    margin-bottom: 20px;
    border: none;
    border-top: solid 1px #ececec;
    border-bottom: solid 1px #ddd;
    background:#F9F9F9;
}
.content_categories li,.widget_content_list.compact .item .title{font-size:14px}
.content_datasets .flexMenu-viewMore .flexMenu-popup{
    background: #eee;
    overflow: hidden;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.37);
    margin: 0;
    z-index: 2;
}
.content_datasets .flexMenu-viewMore .flexMenu-popup li{
    height: auto;
    line-height: normal;
    float: none;
    margin: 0;
}
.content_datasets .flexMenu-viewMore .flexMenu-popup li a, .content_datasets .flexMenu-viewMore .flexMenu-popup li > div{
    color: #444;
    padding: 7px 10px;
    display: block;
    border-bottom: 1px dashed #ccc;
}
#group_profile_header + .content_datasets .flexMenu-viewMore .flexMenu-popup{right: 0;}

.filter-panel{background: #f9f9f9;border-color: #ddd;}
.filter-panel .filter-link a:hover {background-color: #f8f8f8;}
.content_categories + .filter-panel,.content_list_styles + .filter-panel{margin-top:0}

.content_list_item .ft_html .value, .content_list_item .ft_text .value, .content_list_item .f_teaser .value,.widget_content_list .teaser,.widget_content_slider .slide .heading .teaser,.widget_content_slider .items .item .title,.dlo_teaser,.tc_comments_list .bcl_item .bcl_text,.bx_maps_item .bmi_text,.default_list_two .my_default_list_item .my_item_wrap .miw_description .miw_title a,.default_list_two .my_default_list_item .my_item_wrap .miw_description .miw_price_box .miw_price{font-family: "roboto_condensedlight" , arial , sans-serif;}
.content_list_item .ft_caption .value, .widget_content_list .item .title,.dlo_fields_title a,.bcl_item .bcl_target,.bx_maps_item .bmi_title h4 a,.bx_maps_item .bmi_addres{font-family: "roboto_cnregular" , arial , sans-serif;}
.tc_b_top .album-photos-wrap,.tc_b_bottom .album-photos-wrap {
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.36);
}
.tc_b_bottom .album-photos-wrap {box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.36);}

.widget_tags_cloud .tags_as_cloud li{margin:0}
#layout footer .widget_tags_cloud ul li{height:auto;line-height: normal;margin: 0;padding: 0;}
#layout footer .widget_tags_cloud ul.tags_as_list li{float:none;margin-bottom: 10px;padding-left: 20px}
#layout .is_blocks .widget_tags_cloud .tags_as_cloud li a{display:block;background: #ededed;color: #7f8c8d;font-size:14px;padding:5px 7px;margin:0 5px 5px 0;}
#layout .is_blocks .widget_tags_cloud .tags_as_cloud li{margin:0}


#layout .is_blocks .widget_tags_cloud ul.tags_as_list li{float:left;margin: 0 5px 5px 0;padding: 0;position: relative;background: #ededed}
#layout .is_blocks .widget_tags_cloud ul.tags_as_list li:hover,#layout .is_blocks .widget_tags_cloud ul li:hover a{background:#f5f5f5}
#layout .is_blocks .widget_tags_cloud ul.tags_as_list li a{
    padding: 7px;
    display: block;
    float: left;
    margin: 0;
    border-right: 1px solid #ddd;
    color: #7f8c8d;
}
#layout footer .is_blocks .widget_tags_cloud ul.tags_as_list li,#layout footer .is_blocks .widget_tags_cloud .tags_as_cloud li a{background:rgba(255, 255, 255, 0.14);color:#bdc3c7;}
#layout footer .is_blocks .widget_tags_cloud ul.tags_as_list li a{border-right: 1px solid rgba(0, 0, 0, 0.24);color: #d2d1d1;padding: 5px 6px;background: transparent;}
#layout footer .is_blocks .widget_tags_cloud ul.tags_as_list li:hover,#layout footer .is_blocks .widget_tags_cloud ul.tags_as_list li a:hover,#layout footer .is_blocks .widget_tags_cloud .tags_as_cloud li a:hover{background:rgba(0, 0, 0, 0.21)}
#layout .is_blocks .widget_tags_cloud ul.tags_as_list li .counter{float:right;padding: 7px 10px;}
.widget_tags_cloud{overflow:hidden}
.controller_actions_menu {
    right: 10px;
    top: 13px;
    position: absolute;
}
#body section #group_profile_title,.widget_content_list.featured .item-first .title{font-size:18px}
#group_head {border-radius: 4px 4px 0 0;}
#group_head + .controller_actions_menu{top: 243px;}

.tabs-menu .tabbed li.active a,.tabs-menu .tabbed li.active{background:#fff}
.tabs-menu .tabbed li.active a,.tabs-menu .tabbed li.active a:hover {border: solid 1px #ddd;border-bottom: none;}
.tabs-menu > ul{border-color:#ddd}

.content_list_styles{float: none;margin: -9px 0 10px 0;text-align: right;}
.content_list_styles a{
	vertical-align: middle;
	background: #eee;
	margin-right: 1px;
	padding: 6px 8px 5px 9px;
	color: #444;
	border-radius: 2px;
	display: inline-block;
}
.content_list_styles a.active, .content_list_styles a:hover{
    background: #a7a7a7;
    color: #fff;
}
.content_list_styles a:last-child{
    margin: 0;
}

.my_fa{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-width: 15px;
	text-align: left;
}
.my_fa:before {content: "\f0c9";}
.one .my_fa:before {content: "\f00b";}
.featured .my_fa:before {content: "\f03b";}
.table .my_fa:before {content: "\f09d";}
.tiles .my_fa:before {content: "\f009";}

input.button-submit, input.button{background:#555;margin-bottom: 3px}
input.button-submit:hover, input.button:hover{background:#777}

.my_socialicons{
	overflow: hidden;
	list-style: none;
	text-align:center;
	padding: 8px 0;
}
.my_socialicons li{
	float: left;
	padding: 0 2px;
	line-height: inherit;
	list-style-type: none;
}
.my_socialicons li a{
	width: 25px;
	height: 25px;
	color: #272727;
	display:block;
	background: rgba(0, 0, 0, 0.05);
	overflow:hidden;
}
.my_socialicons li a i{
	display:block;
	font-size: 14px;
	line-height: 26px;
	text-align:center;
}
.my_socialicons li a:hover{color: #fff;background: rgba(0, 0, 0, 0.61);}
footer .my_socialicons li a:hover{text-decoration:none}

.topbar_search_button{
	width: 42px;
	height: 42px;
	background: #eee;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
    color: #969696;
	text-align:center;
	display: inline-block;
}
.topbar_search_button:focus,
.topbar_search_button:hover{background:#ddd;color:#6f6f6f;text-decoration:none;outline:none;}
.topbar_search_button i{
	display:block;
	width:100%;
	font-size: 16px;
	line-height: 40px;
}

.topbar_search{
	top:0;
	left:0;
	z-index:601;
	right: 0;
	height:100%;
	display:none;
	overflow:hidden;
	position:absolute;
}
.topbar_search_form{
	width:100%;
	float:left;
	position:relative;
}
.topbar_search_form fieldset{
	width:100%;
	float:left;
	margin:0;
	border:0;
	padding:0;
	position:relative;
}

.topbar_search_form fieldset .form-control::-moz-placeholder{color:rgba(173, 173, 173, 0.69);}
.topbar_search_form fieldset .form-control::-webkit-input-placeholder {color:rgba(173, 173, 173, 0.69);}
.topbar_search_form fieldset .form-control:-ms-input-placeholder {color:rgba(173, 173, 173, 0.69);}
.topbar_search_form fieldset input[type="search"]{
	width:100%;
	height: 42px;
	border:0;
	font-size: 18px;
	line-height: 42px;
	background: #e5e5e5;
	color: #444;
	padding: 0 60px 0 55px;
	-webkit-appearance: none;
    border-radius: 0;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	outline-offset: -2px;
	outline:none
}
.topbar_search_form fieldset:after{
	content:'\f002';
	top: -10px;
	left: 10px;
	width: 54px;
	height: 52px;
	line-height: 60px;
	color: rgba(173, 173, 173, 0.69);
	font-size: 30px;
	position:absolute;
	font-family: 'FontAwesome';
}
.topbar_search_close{
	top:0;
	right:0;
	color:#fff;
	width: 43px;
	height: 42px;
	display:block;
	line-height: 42px;
	text-align:center;
	position:absolute;
	background: rgba(0, 0, 0, 0.23);
}

#layout .widget.fixed_actions_menu {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    box-shadow: -4px 4px 5px #CCC;
    background: #a7b4b7;
}
#layout .widget.fixed_actions_menu:before {
    content: '';
    width: 32px;
    background:url("/templates/default/images/icons/menu.png") no-repeat center center;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
#layout .widget.fixed_actions_menu:hover .body, #layout .widget.fixed_actions_menu.clicked .body {
    display: block;
}
#layout .widget.fixed_actions_menu .body {
    display: none;
    margin: 32px 0 0 0;
    padding: 0;
}
#layout .widget.fixed_actions_menu .body .menu, #layout .widget.fixed_actions_menu .body .menu li{ margin:0; padding:0; list-style: none; background:#FFF; display: block; }
#layout .widget.fixed_actions_menu .body .menu a,
#layout .widget.fixed_actions_menu .body .menu span.item {
    overflow: hidden;
    display:block;
    color:#666;
    text-decoration: none;
    padding:4px 10px;
    padding-left:36px;
	position: relative;
}
.fixed_actions_menu .menu a {
    background: url("/templates/default/images/icons/item.png") no-repeat 10px center;
}
#layout .widget.fixed_actions_menu .body .menu li:hover{
    position: relative;
    z-index: 2;
    cursor: default;
    background: #ecf0f1;
}

#body #widget_pos_left-top .widget .menu {
	margin: -16px -15px -21px;
	padding: 0;
	box-shadow: none;
	height: 45px;
	border: none;
	background: transparent;
}
#body #widget_pos_left-top .widget .menu li.flexMenu-viewMore.flexMenu-allInPopup{background: transparent;}
#body #widget_pos_left-top .widget .menu li.flexMenu-viewMore.flexMenu-allInPopup > a{padding: 11px 10px 10px;}
#body #widget_pos_left-top .menu:after {
	content: "";
	display: table;
	clear: both;
}
#body #widget_pos_left-top .menu {
    margin: 0 0 15px;
    padding: 0;
    box-shadow: 0px 1px 4px rgba(151, 150, 150, 0.58);
    display: block;
}
#body #widget_pos_left-top .menu li{float: left;margin: 0 5px 0 0;}
#body #widget_pos_left-top .menu li.flexMenu-viewMore.flexMenu-allInPopup, #body #widget_pos_left-top .menu li.flexMenu-viewMore.flexMenu-allInPopup li, #body #widget_pos_left-top .menu li.flexMenu-viewMore li,.tabs-menu ul li.flexMenu-viewMore li{float: none;margin:0;}
#body #widget_pos_left-top .menu li.flexMenu-viewMore > a{padding:10px;}
#body #widget_pos_left-top .menu li.flexMenu-viewMore ul.flexMenu-popup,.tabs-menu ul li.flexMenu-viewMore ul.flexMenu-popup{right:0;white-space:nowrap}
#body #widget_pos_left-top .menu li.flexMenu-viewMore.flexMenu-allInPopup ul.flexMenu-popup{left:0;right:0}
#body #widget_pos_left-top .menu li a{padding:10px 10px 10px 36px;position: relative;}
#body #widget_pos_left-top .menu li a .counter{margin-left:5px;padding:2px 5px}
.tabs-menu ul li.flexMenu-viewMore ul.flexMenu-popup{border: 1px solid #b3c2c9;margin-top:2px;border-top:none;border-bottom:none;z-index:2}
.tabs-menu ul.tabbed li.flexMenu-viewMore.active li a{
    border: none;
    min-width: 100px;
    display: block;
    padding: 4px 10px;
    border-bottom: 1px solid #b3c2c9;
	margin:0
}
.tabs-menu ul.tabbed li.flexMenu-viewMore.active li.folder, #user_profile_rates .block a, #wall_widget .title_bar #wall_add_link, #body .controller_actions_menu ul.menu li{position:relative}
.tabs-menu li.flexMenu-viewMore.active li.folder > ul{
    right: 100%;
    top: 0;
	border-bottom:none
}
.tabs-menu li.flexMenu-viewMore.active li.folder > ul li a{width:auto}
.tabs-menu li.flexMenu-viewMore.active li.folder > ul li a:hover{border-bottom: 1px solid #b3c2c9 !important}


#breadcrumbs > ul:before, #breadcrumbs > ul:after {
  content: ' ';
  display: table;
}
#breadcrumbs > ul:after {
  clear: both;
}

#breadcrumbs > ul li.home{float: left;margin-right: 3px;width: 30px;}
#breadcrumbs > ul li.home a {padding: 8px 10px;height: auto;width: auto;background: none;}
#breadcrumbs > ul li.home a:after{border-left-color: #fafafa;}
#breadcrumbs > ul li{display: inline-block;overflow: visible;}
#breadcrumbs > ul li a,#breadcrumbs > ul li:last-child span{
	position: relative;
	display: block;
	padding: 8px 5px 8px 20px;
	font-size: 14px;
	text-align: center;
	color: #aaa;
	cursor: pointer;
	background: #f5f5f5;
	text-transform: none;
	transition:none;
}

#breadcrumbs > ul li a:hover {
    background: #eee;
}

#breadcrumbs > ul li:last-child span {
    color: #777;
    background-color: #fafafa;
	cursor: default;
}
#breadcrumbs > ul li:last-child span span{padding: 0;}

#breadcrumbs > ul a:before,#breadcrumbs > ul a:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 100%;
    z-index: 1;
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 10px solid transparent;
}

#breadcrumbs > ul li a:before {
    margin-left: 1px;
    border-left-color: #d5d5d5;
}

#breadcrumbs > ul li a:after {
    border-left-color: #f5f5f5;
}

#breadcrumbs > ul li a:hover:after {
    border-left-color: #eee;
}

#breadcrumbs > ul li a.active:after {
    border-left-color: #fafafa;
}

#breadcrumbs > ul li a.active:hover {
    cursor: default;
}

#breadcrumbs > ul li:last-child a:before,#breadcrumbs > ul li:last-child a:after {
    display: none;
}

.pagebar{
    background: #F9F9F9;
    margin: 20px -20px -20px;
    padding: 10px 15px;
    border-top: solid 1px #FFF;
    box-shadow: 0 -1px 3px #0606061c;
    text-shadow: 0 1px 1px #FFF;
}
.pagebar_nav{
    display: inline-block;
}
.pagebar_nav .pagebar_page:first-child:before{
	content: "\f053";
	font-family: FontAwesome;
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
}
.pagebar_nav .pagebar_page,.pagebar_pages .pagebar_page:nth-child(5),.pagebar_pages .pagebar_page:nth-child(1){
	font-size: 0;
	padding: 0;
}
.pagebar_nav .pagebar_page.disabled{
    background: #f1f1f1;
    color: #dadada;
}
.pagebar_nav .pagebar_page:first-child {
    margin-right: 2px;
}
.pagebar_nav .pagebar_page:last-child:before{
	content: "\f054";
	font-family: FontAwesome;
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
}
.pagebar_pages .pagebar_page:nth-child(5):before{
	content: "\f101";
	font-family: FontAwesome;
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
}
.pagebar_pages .pagebar_page:nth-child(1):before{content:"1";font-size:14px}
.pagebar_page,.pagebar_current{
	width: 34px;
	height: 33px;
	display: inline-block;
	text-align: center;
	background: #eee;
	padding: 0;
	line-height: 34px;
	transition:none;
	font-size: 14px;
}
.pagebar_current{background: #87aec7;text-shadow:none}
.pagebar_pages .pagebar_page:hover {background: #cad4da;color: #fff;text-shadow:none}
.pagebar_notice{float: right;margin: 12px 0 0 10px;}

#layout .tc_comments_list .bcl_item{height:auto;line-height:normal;float: none;margin: 0 0 20px;padding:0;list-style:none}
#layout .tc_comments_list .bcl_item:last-child{margin: 0 0 10px}
#layout .tc_comments_list .bcl_item .bcl_text{
    background: #eee;
	color:#8e8e8e;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    position: relative;
    margin: 0 0 13px
}
#layout footer .tc_comments_list .bcl_item .bcl_text{background:#333}
#layout footer .tc_comments_list .bcl_item .bcl_text:after{border-top-color: #333}
#layout .tc_comments_list .bcl_item .bcl_text:after {
    top: 100%;
    left: 18px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136,183,213,0);
    border-top-color: #eee;
    border-width: 5px;wi
    margin-left: 0px
}

.bcl_item .bcl_user_avatar{float:left;margin-right:5px}
.bcl_item .bcl_user_avatar img,.bcl_item .bcl_user_avatar .default_avatar{
    background: none;
    border: none;
    padding: 0;
    margin: 0 7px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	width:32px
}
.bcl_item .bcl_target{
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
}

.bcl_clr {
    clear: both;
    height: 0;
    line-height: 0;
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    border: none
}

.content_list_item.second .photo img{max-width:250px}
.tc_col_lmr #tc_main_content .widget_content_list.tiles-big .item .title a {display: inline-block;height: 40px;overflow: hidden;}
.widget_content_list .teaser,.widget_content_slider .slide .heading .teaser,.content_list_item .f_teaser .value{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.is_top_info{background:#fff}
.is_top_info .widget{
    margin-bottom:0;
}

#user_profile_tabs > .tabs-menu ul{border-color:#eee;height: 32px;}
#user_profile_tabs > .tabs-menu ul li a{border: none;margin: 0;}
#user_profile_tabs > .tabs-menu ul li.active a{background:#eee}
#user_profile_tabs > .tabs-menu ul li.flexMenu-viewMore a{background:#fff}
#user_profile_tabs > .tabs-menu ul li.flexMenu-viewMore{position:relative}
#user_profile_tabs > .tabs-menu ul li.flexMenu-viewMore .flexMenu-popup{height:auto;box-shadow:-1px 2px 3px rgba(0, 0, 0, 0.25)}
#user_profile_tabs > .tabs-menu ul li.flexMenu-viewMore .flexMenu-popup a{background: #fff;padding: 0 10px;border-bottom: 1px solid #eee;}
#user_profile_tabs > .tabs-menu ul li.flexMenu-viewMore .flexMenu-popup a:hover{background: #eee}
#body #user_status_widget .input{border-color:#ddd}
#body #user_status_widget{background-color:#eee}
#body #user_status_widget{overflow:visible;position:relative}
#body #user_status_widget:before{
	position: absolute;
    top: -16px;
    left: 32px;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none;
}
#body #user_status_widget:before {
    border-width: 8px;
    border-bottom-color: #eee
}
select{height: 31px}
.content_item .info_bar .bar_item, .content_list_item .info_bar .bar_item{padding-top:4px;}
.tc_col_lmr .inside .inside_wrap {min-height: 380px;}
#layout #menu_mobile li a .wrap, #layout #main_menu li a .wrap{background:none !important}
body .redactor_box_fullscreen {z-index:9999 !important}

/* Menu icons =============================================================== */

.rating_widget .arrow span, .rating_widget .arrow a, #wall_widget .title_bar #wall_add_link, #body #user_profile_rates .karma .thumb, .icon-lock, .menu .lock .item, .icon-accept, .menu .accept .item, .icon-add, .menu .add .item, .icon-edit, .menu .edit .item, .icon-delete, .menu .delete .item, .icon-save, .menu .save .item, .icon-save_draft, .menu .save_draft .item, .icon-draft, .menu .draft .item, .icon-return_for_revision, .menu .return_for_revision .item, .icon-return, .menu .return .item, .icon-cancel, .menu .cancel .item, .icon-key, .menu .key .item, .icon-page_gear, .menu .page_gear .item, .icon-folder_add, .menu .folder_add .item, .icon-folder_edit, .menu .folder_edit .item, .icon-folder_delete, .menu .folder_delete .item, .icon-user_add, .menu .user_add .item, .icon-user_delete, .menu .user_delete .item,.icon-group, .menu .group .item, .icon-group_add, .menu .group_add .item,.icon-group_delete, .menu .group_delete .item, .icon-profile, .menu .profile .item, .icon-messages, .menu .messages .item, .icon-info, .menu .info .item, .icon-blog, .menu .blog .item, .icon-settings, .menu .settings .item, .icon-cpanel, .menu .cpanel .item, .icon-more, .menu .more > .item, .icon-logout, .menu .logout .item, .icon-checklist, .menu .checklist .item, .icon-onchecklist, .menu .onchecklist .item, .icon-images, .menu .images .item, .icon-invites, .menu .invites .item, .icon-balance, .menu .balance .item, .icon-transfer, .menu .transfer .item, .icon-coins_add, .menu .coins_add .item, .icon-coins_delete, .menu .coins_delete .item, .icon-basket_put, .menu .basket_put .item, .icon-basket_remove, .menu .basket_remove .item, .icon-basket, .menu .basket .item, .icon-newspaper_add, .menu .newspaper_add .item, .icon-newspaper_delete, .menu .newspaper_delete .item, .icon-send_gift, .menu .send_gift .item, .icon-flirtiki, .menu .flirtiki .item, .icon-bell, .menu .bell .item{background-image:none}

aside .menu .item:after, section .menu .item:after, .fixed_actions_menu .menu .item:after, #tc_top_header .menu .item:after, #user_profile_rates .karma .thumb:after,#wall_widget .title_bar #wall_add_link:after, .rating_widget .arrow span:after, .rating_widget .arrow a:after{font-family: FontAwesome;position: absolute;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;left: 12px;top:8px;font-size: 14px}
section .menu .item:after{left: 14px;top:10px;}
#tc_top_header .menu .item:after{left: 10px;top:12px;}
#tc_top_header .widget_user_avatar .menu .item:after{top:8px;}
#tc_top_header .widget_user_avatar .menu > li ul li .item:after{top:2px;}
.fixed_actions_menu .menu .item:after{top:4px;}
#body .controller_actions_menu ul.menu li .item:after{top: 7px;}
#widget_pos_footer .menu .item:after{content:none}

.icon-lock:after, .menu .lock .item:after{content: "\f023"}
.icon-accept:after, .menu .accept .item:after{content: "\f14a"}
.icon-add:after, .menu .add .item:after{content: "\f067"}
.icon-edit:after, .menu .edit .item:after{content: "\f040"}
.icon-delete:after, .menu .delete .item:after{content: "\f1f8";color:#d41111}
.icon-save:after, .menu .save .item:after{content: "\f0c7"}
.icon-save_draft:after, .menu .save_draft .item:after{content: "\f044"}
.icon-draft:after, .menu .draft .item:after{content: "\f12e"}
.icon-return_for_revision:after, .menu .return_for_revision .item:after{content: "\f112"}
.icon-return:after, .menu .return .item:after{content: "\f0e2"}
.icon-cancel:after, .menu .cancel .item:after{content: "\f00d"}
.icon-key:after, .menu .key .item:after{content: "\f084"}
.icon-page_gear:after, .menu .page_gear .item:after{content: "\f1de"}
.icon-folder_add:after, .menu .folder_add .item:after{content: "\f07c"}
.icon-folder_edit:after, .menu .folder_edit .item:after{content: "\f044"}
.icon-folder_delete:after, .menu .folder_delete .item:after{content: "\f1f8";color:#d41111}
.icon-user_add:after, .menu .user_add .item:after{content: "\f234"}
.icon-user_delete:after, .menu .user_delete .item:after{content: "\f235";color:#d41111}
.icon-group:after, .menu .group .item:after{content: "\f0c0"}
.icon-group_add:after, .menu .group_add .item:after{content: "\f067"}
.icon-group_delete:after, .menu .group_delete .item:after{content: "\f1f8";color:#d41111}
.icon-profile:after, .menu .profile .item:after{content: "\f015"}
.icon-messages:after, .menu .messages .item:after{content: "\f003"}
.icon-info:after, .menu .info .item:after{content: "\f05a"}
.icon-blog:after, .menu .blog .item:after{content: "\f02d"}
.icon-settings:after, .menu .settings .item:after{content: "\f013"}
.icon-cpanel:after, .menu .cpanel .item:after{content: "\f0e4"}
.icon-more:after, .menu .more > .item:after{content: "\f142"}
.icon-logout:after, .menu .logout .item:after{content: "\f011"}
.icon-checklist:after, .menu .checklist .item:after{content: "\f14a"}
.icon-onchecklist:after, .menu .onchecklist .item:after{content: "\f046"}
.icon-images:after, .menu .images .item:after{content: "\f03e"}
.icon-invites:after, .menu .invites .item:after{content: "\f2bb"}
.icon-balance:after, .menu .balance .item:after{content: "\f219"}
.icon-transfer:after, .menu .transfer .item:after{content: "\f1d8"}
.icon-coins_add:after, .menu .coins_add .item:after{content: "\f067"}
.icon-coins_delete:after, .menu .coins_delete .item:after{content: "\f1f8";color:#d41111}
.icon-basket_put:after, .menu .basket_put .item:after{content: "\f014"}
.icon-basket_remove:after, .menu .basket_remove .item:after{content: "\f122"}
.icon-basket:after, .menu .basket .item:after{content: "\f014"}
.icon-newspaper_add:after, .menu .newspaper_add .item:after{content: "\f016"}
.icon-newspaper_delete:after, .menu .newspaper_delete .item:after{content: "\f1c3"}
.icon-send_gift:after, .menu .send_gift .item:after{content: "\f06b"}
.icon-flirtiki:after, .menu .flirtiki .item:after{content: "\f004"}
.icon-bell:after, .menu .bell .item:after{content: "\f0f3"}

#user_profile_rates .karma .thumb:after{content: "\f164";font-size: 18px;top: -1px;left: 0px;color: #4CAF50;}
#user_profile_rates .karma .thumb.thumb_down:after{content: "\f165";color: red;}
#wall_widget .title_bar #wall_add_link:after{content:"\f0fe";top: 1px;left: 3px;}


[data-tc-tip] {
 position:relative
}
[data-tc-tip]:before {
	content: '';
	display: none;
	border: 5px solid #1a1a1a;
	border-top-color: #1a1a1a;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	position: absolute;
	top: -8px;
	left: 8px;
	z-index: 8;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}
[data-tc-tip]:after {
	display: none;
	content: attr(data-tc-tip);
	position: absolute;
	top: -36px;
	left: -5px;
	padding: 0px 8px !important;
	background: #1a1a1a;
	color: #fff;
	z-index: 9;
	font-size: 13px;
	height: 28px;
	line-height: 28px;
	white-space: nowrap;
	word-wrap: normal;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-khtml-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	font-style:normal;
}
[data-tc-tip]:hover:before, [data-tc-tip]:hover:after {
	display: block;
}

.dsct_top_left[data-tc-tip]:after{left: auto;right: -5px;}
.dsct_top_left[data-tc-tip]:before{left: auto;right: 15px;top: -9px;}
.dsct_right[data-tc-tip]:before{
    top: 13px;
    left: calc(100% - 10px);
    border-top-color: transparent;
    border-right-color: #000;
}
.dsct_right[data-tc-tip]:after{
    top: 4px;
    left: 100%;
}
#f_time_zone .chosen-container .chosen-drop{
	top: auto;
	bottom: 100%;
	margin-top: 0px;
	margin-bottom: -1px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
	border-bottom:none
}

#tc_top_btn{
	position: fixed;
    color: rgb(238,238,238);
    line-height: 13px;
    text-align: center;
    cursor: pointer;
    z-index: 99999;
    opacity: 0.5;
    filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-ms-opacity:0.5;
	-khtml-opacity:0.5;
	-o-opacity:0.5;
	-webkit-opacity:0.5;
    display: none;
    font-size: 9px;
    background-color: rgba(0,0,0,0.67);
    width: 40px;
    height: 40px;
    font-size: 0;
    right: 6px;
    bottom: 20px;
    left: auto;
}
#tc_top_btn:hover {
    -moz-opacity:1;
	-ms-opacity:1;
	filter:alpha(opacity=100);
	-khtml-opacity:1;
	-o-opacity:1;
	-webkit-opacity:1;
	opacity:1;
}
#tc_top_btn i {
    line-height: 40px;
    font-size: 18px;
}

.content_item .f_content .value > *:first-child {
    margin-top: 0;
}

/*******ADDONS*****/
#body .spoil .sp_button{height:30px}
body .text_alertcookie {text-align: left}
body #layout .link_alertcookie a {color: cyan}
header .userlang_swither {width:60px;height:42px;line-height:42px;text-align:center}
header .userlang_swither .userlang_swither-toggle{background:none}
.ft_telephone{line-height: 20px;}
.ft_telephone .my_field_phone_prefix{padding: 4px 3px 3px 4px;}
#body .activity-list .item .actions {display: grid}
#body .my_b_f_fields .my_ft_price #my_ranged_price{margin-top:-32px}
#body .my_b_userinfo .my_b_v_buttons{line-height: 16px;}
#body .gifts_list_buttons{width: 180px;}
.tc_col_lmr .problems .problem_info .bottom_info{font-size:12px}
.tc_col_lmr .start_flirtiks{margin: -10px;}
#controller_wrap > #minichat{margin:-21px;width:108%}
.wd_app_hours ul li,.wd_slide_submit{line-height: 12px;}
.wd_app_hours ul li input{margin-left: 5px;}
#body .video_text{width:88%}
.balance-actions a{display:inline-block;margin-bottom:8px}
/*******ADDONS*****/


@-moz-document url-prefix(){
	.login_form h3{font-size:15px}
}

.tc_b_top .hide_in_main,.redactor_textarea ol > p,.redactor_textarea ul > p{display:none}
.content_item .value ul, .redactor_textarea ul {
    list-style-type: disc;
    margin-left: 20px;
    padding-left: 5px;
}
.content_item .value .fa-ul, .redactor_textarea .fa-ul{
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.tc_alert {
    padding: 15px;
    margin-bottom: 18px;
    border-radius: 2px;
	background: #eee;
    border: 1px solid #ddd;
}
.tc_alert_green{
    color: #7cb342;
    background-color: #dcedc8;
    border-color: #9ccc65;
}
.tc_alert_blue{
    color: #00acc1;
    background-color: #b2ebf2;
    border-color: #26c6da;
}
.tc_alert_yellow{
	color: #ffb300;
    background-color: #ffecb3;
    border-color: #ffca28;
}
.tc_alert_red{
	color: #dd191d;
    background-color: #f9bdbb;
    border-color: #e84e40;
}

.subscribe_wrap {margin: 7px -10px 0 0}

#body #widget_pos_left-top .menu li.flexMenu-viewMore ul.flexMenu-popup, .tabs-menu ul li.flexMenu-viewMore ul.flexMenu-popup{
	width:260px;
    border-bottom: 1px solid #EDEDED;
	font-size: 13px;
}
.pills-menu li.flexMenu-viewMore.active a{color:#95a5a6}
.fixed_actions_menu .edit_wlinks{display:none}
#comments_widget.tabs-menu .tabbed li.active a{height: 34px;line-height: 34px;}
#comments_widget .content_list_rss_icon a:after {margin: -18px 0 0 -20px}
.rating_widget .score {margin: 0 10px 0 6px}
#rating_info_window {min-width:100px}
.block .user_ratings_hint{text-shadow:none}
#wall_widget #entries_list .entry .links .get_replies, #user_profile #information .fieldset .field .title{font-family: "robotobold" , arial , sans-serif}

.is_page_groups .subscribe_wrap{margin-top:-13px}
.is_page_groups .subscribe_wrap + .content_datasets {background:none}

.widget .tc_wd_sett{
	cursor: pointer;
    margin: 0 0px 0 -16px;
    padding: 0 8px;
    display: inline-block;
}
footer .widget .tc_wd_sett{margin: 0 0px 0 -8px;padding: 0 8px !important;}
.widget > .title + .edit_wlinks{
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    overflow: hidden;
    background: rgba(0, 0, 0, 0.01);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.05) inset;
    max-height: 0;
    transition: max-height 0.15s ease-out;
}
footer .widget > .title + .edit_wlinks{
	margin: -11px 0 10px 0;
	border-bottom: 1px solid rgba(249, 249, 249, 0.13);
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25) inset
}
.widget > .title + .edit_wlinks.show_wd_sett{
	-moz-opacity: 1;
    -ms-opacity:1;
    filter:alpha(opacity=100);
    -khtml-opacity:1;
    -o-opacity:1;
    -webkit-opacity:1;
    opacity:1;
    max-height: 32px;
    transition: max-height 0.25s ease-in;
}
.widget > .title + .edit_wlinks a{
    background: none;
    color:#444
}
.widget > .title + .edit_wlinks a:hover{font-weight: bold;font-family: "robotobold" , arial , sans-serif;}
.widget > .title + .edit_wlinks a.delete:hover{font-weight: bold;color:red;font-family: "robotobold" , arial , sans-serif;}

html.hc-nav-yscroll{overflow-y:scroll}body.hc-nav-open{overflow:visible;position:fixed;width:100%;min-height:100%}body .hc-offcanvas-nav{visibility:hidden;position:fixed;top:0;height:100%;z-index:9999;padding:0}.hc-offcanvas-nav.is-ios *{cursor:pointer !important}.hc-offcanvas-nav .nav-container{position:fixed;z-index:9998;top:0;width:240px;height:100%;max-width:100%;max-height:100%;box-sizing:border-box;transition:transform .4s ease}.hc-offcanvas-nav .nav-wrapper{width:100%;height:100%;max-height:100vh;overscroll-behavior:none;box-sizing:border-box}.hc-offcanvas-nav .nav-content{height:100%;max-height:100vh}.hc-offcanvas-nav .nav-wrapper-0>.nav-content{overflow:scroll;overflow-x:visible;overflow-y:auto;box-sizing:border-box}body .hc-offcanvas-nav ul{list-style:none;margin:0;padding:0;float:none;height:auto;line-height:normal;position:static;display:block;z-index:auto;width: auto;visibility: visible;box-shadow: none;}body .hc-offcanvas-nav li{position:relative;display:block;float:none;border: none !important;background: none !important;}.hc-offcanvas-nav li.level-open>.nav-wrapper{visibility:visible}.hc-offcanvas-nav input[type="checkbox"]{display:none}.hc-offcanvas-nav label{position:absolute;top:0;left:0;right:0;bottom:0;z-index:10;cursor:pointer}.hc-offcanvas-nav a{position:relative;display:block;box-sizing:border-box;cursor:pointer}.hc-offcanvas-nav a,.hc-offcanvas-nav a:hover{text-decoration:none}.hc-offcanvas-nav .nav-item{position:relative;display:block;box-sizing:border-box}.hc-offcanvas-nav.disable-body::after,.hc-offcanvas-nav .nav-wrapper::after{content:'';position:fixed;z-index:9990;top:0;left:0;right:0;bottom:0;width:100%;height:100%;overscroll-behavior:none;visibility:hidden;opacity:0;transition:visibility 0s ease .4s,opacity .4s ease}.hc-offcanvas-nav.disable-body.nav-open::after,.hc-offcanvas-nav .sub-level-open::after{visibility:visible;opacity:1;transition-delay:.05s}.hc-offcanvas-nav:not(.nav-open)::after{pointer-events:none}.hc-offcanvas-nav.nav-levels-expand .nav-content{overflow:scroll;overflow-x:visible;overflow-y:auto;box-sizing:border-box}.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after{display:none}.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper{min-width:0;max-height:0;overflow:hidden;transition:height 0s ease .4s}.hc-offcanvas-nav.nav-levels-expand .level-open>.nav-wrapper{max-height:none}.hc-offcanvas-nav.nav-levels-overlap .nav-content{overflow:scroll;overflow-x:visible;overflow-y:auto;box-sizing:border-box}.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper{position:absolute;z-index:9999;top:0;height:100%;visibility:hidden;transition:visibility 0s ease .4s,transform .4s ease}.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent{position:static}.hc-offcanvas-nav.nav-levels-overlap ul li.level-open>.nav-wrapper{visibility:visible;transform:translate3d(0, 0, 0);transition:transform .4s ease;z-index:99991}.hc-offcanvas-nav.nav-position-left{left:0}.hc-offcanvas-nav.nav-position-left .nav-container{left:0;transform:translate3d(-240px, 0, 0)}.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper{left:0;transform:translate3d(-100%, 0, 0)}.hc-offcanvas-nav.nav-position-right{right:0}.hc-offcanvas-nav.nav-position-right .nav-container{right:0;transform:translate3d(240px, 0, 0)}.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper{right:0;transform:translate3d(100%, 0, 0)}.hc-offcanvas-nav.nav-position-top{top:0}.hc-offcanvas-nav.nav-position-top .nav-container{top:0;width:100%;height:auto;transform:translate3d(0, -100%, 0)}.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper{left:0;transform:translate3d(0, -100%, 0)}.hc-offcanvas-nav.nav-position-bottom{top:auto;bottom:0}.hc-offcanvas-nav.nav-position-bottom .nav-container{top:auto;bottom:0;width:100%;height:auto;transform:translate3d(0, 100%, 0)}.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper{left:0;transform:translate3d(0, 100%, 0)}.hc-offcanvas-nav.nav-open[class*='hc-nav-'] div.nav-container{transform:translate3d(0, 0, 0)}.hc-nav-trigger{position:absolute;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:none;top:0;z-index:9980;min-height:24px}.hc-nav-trigger span{width:30px;top:50%;transform:translateY(-50%);transform-origin:50% 50%}.hc-nav-trigger span,.hc-nav-trigger span::before,.hc-nav-trigger span::after{display:block;position:absolute;left:0;height:4px;background:#34495E;transition:all .2s ease}.hc-nav-trigger span::before,.hc-nav-trigger span::after{content:'';width:100%}.hc-nav-trigger span::before{top:-10px}.hc-nav-trigger span::after{bottom:-10px}.hc-nav-trigger.toggle-open span{background:rgba(0,0,0,0);transform:rotate(45deg)}.hc-nav-trigger.toggle-open span::before{transform:translate3d(0, 10px, 0)}.hc-nav-trigger.toggle-open span::after{transform:rotate(-90deg) translate3d(10px, 0, 0)}.hc-offcanvas-nav::after,.hc-offcanvas-nav .nav-wrapper::after{background:rgba(0,0,0,0.3)}.hc-offcanvas-nav .nav-container,.hc-offcanvas-nav .nav-wrapper,.hc-offcanvas-nav ul{background: #607D8B;}.hc-offcanvas-nav h2{font-size:19px;font-weight:normal;text-align:left;padding:20px 17px;color:#1b3958}.hc-offcanvas-nav a,.hc-offcanvas-nav .nav-item{padding: 14px 17px !important;font-size:15px;color: #fff !important;z-index:1;background:rgba(0,0,0,0);border-bottom: 1px solid rgba(0, 0, 0, 0.14);text-transform: none  !important;font-weight: normal !important;height: auto !important;line-height: normal !important;}.hc-offcanvas-nav:not(.touch-device) a:hover{background: rgba(0, 0, 0, 0.05) !important;}.hc-offcanvas-nav ul:first-of-type:not(:first-child)>li:first-child:not(.nav-back):not(.nav-close)>a{border-top:1px solid #2c5d8f;margin-top:-1px}.hc-offcanvas-nav li{text-align:left}.hc-offcanvas-nav li.nav-close a,.hc-offcanvas-nav li.nav-back a{background: rgba(0, 0, 0, 0.14);border-top: 1px solid rgba(0, 0, 0, 0.10);border-bottom: 1px solid rgba(0, 0, 0, 0.08);}.hc-offcanvas-nav li.nav-close a:hover,.hc-offcanvas-nav li.nav-back a:hover{background:#2b5c8d}.hc-offcanvas-nav li.nav-close:not(:first-child) a,.hc-offcanvas-nav li.nav-back:not(:first-child) a{margin-top:-1px}.hc-offcanvas-nav li.nav-parent .nav-item{padding-right: 58px !important;}.hc-offcanvas-nav li.nav-close span,.hc-offcanvas-nav li.nav-parent span.nav-next,.hc-offcanvas-nav li.nav-back span{width:45px;position:absolute;top:0;right:0;bottom:0;text-align:center;cursor:pointer;transition:background .2s ease}.hc-offcanvas-nav li.nav-close span::before,.hc-offcanvas-nav li.nav-close span::after{content:'';position:absolute;top:50%;left:50%;width:6px;height:6px;margin-top:-3px;border-top:2px solid #fff;border-left:2px solid #fff}.hc-offcanvas-nav li.nav-close span::before{margin-left:-9px;transform:rotate(135deg)}.hc-offcanvas-nav li.nav-close span::after{transform:rotate(-45deg)}.hc-offcanvas-nav a[href]:not([href="#"])>span.nav-next{border-left: 1px solid rgba(0, 0, 0, 0.14);}.hc-offcanvas-nav span.nav-next::before,.hc-offcanvas-nav li.nav-back span::before{content:'';position:absolute;top:50%;left:50%;width:8px;height:8px;margin-left:-2px;box-sizing:border-box;border-top:2px solid #fff;border-left:2px solid #fff;transform-origin:center}.hc-offcanvas-nav span.nav-next::before{transform:translate(-50%, -50%) rotate(135deg)}.hc-offcanvas-nav li.nav-back span::before{transform:translate(-50%, -50%) rotate(-45deg)}.hc-offcanvas-nav.nav-position-left.nav-open .nav-wrapper{box-shadow:1px 0 2px rgba(0,0,0,0.2)}.hc-offcanvas-nav.nav-position-right.nav-open .nav-wrapper{box-shadow:-1px 0 2px rgba(0,0,0,0.2)}.hc-offcanvas-nav.nav-position-right span.nav-next::before{margin-left:0;margin-right:-2px;transform:translate(-50%, -50%) rotate(-45deg)}.hc-offcanvas-nav.nav-position-right li.nav-back span::before{margin-left:0;margin-right:-2px;transform:translate(-50%, -50%) rotate(135deg)}.hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper{box-shadow:0 1px 2px rgba(0,0,0,0.2)}.hc-offcanvas-nav.nav-position-top span.nav-next::before{margin-left:0;margin-right:-2px;transform:translate(-50%, -50%) rotate(-135deg)}.hc-offcanvas-nav.nav-position-top li.nav-back span::before{margin-left:0;margin-right:-2px;transform:translate(-50%, -50%) rotate(45deg)}.hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper{box-shadow:0 -1px 2px rgba(0,0,0,0.2)}.hc-offcanvas-nav.nav-position-bottom span.nav-next::before{margin-left:0;margin-right:-2px;transform:translate(-50%, -50%) rotate(45deg)}.hc-offcanvas-nav.nav-position-bottom li.nav-back span::before{margin-left:0;margin-right:-2px;transform:translate(-50%, -50%) rotate(-135deg)}.hc-offcanvas-nav.nav-levels-expand .nav-container ul .nav-wrapper,.hc-offcanvas-nav.nav-levels-none .nav-container ul .nav-wrapper{box-shadow:none;background:transparent}.hc-offcanvas-nav.nav-levels-expand .nav-container ul h2,.hc-offcanvas-nav.nav-levels-none .nav-container ul h2{display:none}.hc-offcanvas-nav.nav-levels-expand .nav-container ul ul .nav-item,.hc-offcanvas-nav.nav-levels-none .nav-container ul ul .nav-item{font-size:14px}.hc-offcanvas-nav.nav-levels-expand .nav-container li,.hc-offcanvas-nav.nav-levels-none .nav-container li{transition:background .3s ease}.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open,.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open{background:#2e6296}.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a,.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a{border-bottom:1px solid #295887}.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a:hover,.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a:hover{background:#2f649a}.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open>.nav-item .nav-next::before,.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open>.nav-item .nav-next::before{margin-top:2px;transform:translate(-50%, -50%) rotate(45deg)}.hc-offcanvas-nav.nav-levels-expand .nav-container span.nav-next::before,.hc-offcanvas-nav.nav-levels-none .nav-container span.nav-next::before{margin-top:-2px;transform:translate(-50%, -50%) rotate(-135deg)}.hc-offcanvas-nav .menu>.folder>a>.wrap{background:none!important;padding:initial}.hc-offcanvas-nav .menu ul *.folder>a{background-image:none!important;background-color:transparent}.hc-offcanvas-nav .menu > li.active > a,.hc-offcanvas-nav .menu > li > a:hover{background:rgba(0,0,0,0.10) !important}.hc-offcanvas-nav li[class*=ic-menu-]>a{font-family:FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1}.hc-offcanvas-nav li[class*=ic-menu-]>a span{font-family:sans-serif;margin-left:4px}
.hc-offcanvas-nav li.ic-menu-file>a:before{content:"\f15b"}

.category_description{margin:10px 0}
.is_page_groups .tabs-menu .tabbed li.active a,.is_page_groups .tabs-menu .tabbed li.active a:hover{margin-bottom:1px;border-radius: 3px 3px 0 0;}
.is_page_groups .tabs-menu .tabbed li a{height:33px}
.hc-nav-trigger{z-index:2}

.content_list.featured .first .info_bar .bar_item:first-child{padding-left:8px}
.is_page_groups #users_profiles_list .controller_actions_menu{position: static;}
#maps-marker-form #columns #map-canvas, #maps-marker-form #columns #city-selection, #maps-marker-form #columns #b-hours {width: 530px;}

/* if version < 2.12
	.content_item .info_bar .bi_rating, .content_list_item .info_bar .bi_rating{padding:5px 7px !important}
	.rating_widget .arrow{position:relative}
	.rating_widget .style-svg{display:none}
	.rating_widget .arrow span:after, .rating_widget .arrow a:after{content:"\f164";top: 0;left:0}
	.rating_widget .arrow.down span:after, .rating_widget .arrow.down a:after{content:"\f165"}
	.rating_widget .arrow a:after{content:"\f087";color:#4CAF50;font-size: 16px;}
	.rating_widget .arrow.down a:after{content:"\f088";color: red}
*/