/* Widgets layout =========================================================== */
#body .widget{
	border-bottom: 1px solid #A3A3A3;
}

#body .mainpageclass .widget{
	border-bottom: 1px solid #5A5A5A;
}

.widget_content_list_one{
	
	
}
.widget_content_list_three{
	padding-bottom:40px;
	padding-top:14px;
}
.widget_content_list_three .image img{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	width:100%!important;
}
.holidwd{
	margin-top:40px;
}
.histwd{
	border-bottom: 0px solid #A3A3A3!important;	
}
.bar_item.icms-favorites__btn.text-success{
	background: url('/templates/default/images/icons/bookmark_f.png') center center no-repeat!important;	
}
.bar_item.icms-favorites__btn{
	height:36px;
	width:36px;
	padding:0!important;
	border:1px solid #3593D4;
	text-align:center;
	border-radius:50%;
}
.info_bar{
	position:relative;
}
.forwardlink{
	height:36px;
	line-height:34px;
	width:36px;
	padding:0!important;
	border:1px solid #3593D4;
	text-align:center;
	border-radius:50%;
	display:block;
	float: left;
	margin-left:10px;
}
.forwardblock{
	position:absolute;
	z-index:10;
	padding:7px 10px;
	background:#fff;
	top:38px;
	border:1px solid #C9C9C9;
	border-radius:5px;
}
.bar_item.icms-favorites__btn a{
	display:block;
	height:36px;
	text-align:center;
}
.widget_content_list_three .image{
	position:relative;
	margin-bottom:24px;
}
.widget_content_list_three .image .tags_bar{
	position:absolute;
	top:16px;
	right:16px;
	background: #FFFFFF;
	border-radius: 4px;
	padding:0 20px;
}
.widget_content_list_three .image .tags_bar a{
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-transform: capitalize;
	color: #3593D5;
	text-decoration:none;
}
.widget .widget_content_list_three .title a{
	font-family: 'Droid Serif';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 120%;
	color: #414141;
	overflow: hidden;  
	height:44px;
	padding-bottom: 0;
	margin-bottom: 8px;
}

.widget .widget_content_list_three .teaser{
	font-family: 'Droid Serif';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #414141;
	margin-bottom:15px;
}
.widget_content_list_three .item{
	margin-bottom:30px;
}

.widget_content_list_three .item .links a {
    margin-top: 0;
}






.widget {
    margin-bottom:20px;
    position: relative;
}
.widget .teaser a{
	text-decoration:none;
}
.widget .teaser a:hover{
	color:inherit;
}
.widget_ajax_wrap:last-child .widget:last-child {
    margin-bottom: 0;
}
.widget_ajax_wrap {
    position: relative;
    box-sizing: border-box;
}
.widget > .title{

}

.widget > .body{
    
}

.widget_text_block{
   
}

aside .widget {
    background: #FFF;
}

aside .widget > .title {
    font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #5A5A5A;
	padding: 0 ;
    background: transparent;
}

/* Tabbed Widgets layout ==================================================== */

.widget_tabbed {
    margin-bottom:10px;
    background:#FFF;
}

.widget_tabbed .tabs ul,
.widget_tabbed .tabs ul li{
    margin: 0; padding: 0; list-style: none;
}

.widget_tabbed .tabs ul {
    overflow:hidden;
    height:47px;
    line-height:47px;
    background: #34495E;
}

.widget_tabbed .tabs ul li {
    float:left;
    height:45px;
    line-height:45px;
}

.widget_tabbed .tabs ul li a {
    display:block;
    height:47px;
    line-height:47px;
    font-size:14px;
    padding:0 15px;
    cursor: pointer;
    color:#FFF;
}

.widget_tabbed .tabs ul li a.active {
    background-color:#FFF;
    color:#34495E;
}

.widget_tabbed .body {
    padding:15px;
    line-height: 20px;
    box-sizing: border-box;
    position: relative;
}

.widget_tabbed > .tabs .links, .widget > .title .links {
    float:right;
    font-size:13px;
    padding-right:15px;
}
.widget > .title .links {
    padding-right: 0;
}
aside .widget > .title .links {
    padding-right: 5px;
}
.widget_tabbed > .tabs .links a, .widget > .title .links a {
    display:inline;
    padding: 3px 8px;
    background: #27ae60;
    color:#fff;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    margin: 0 5px 0 0;
}
.widget_tabbed > .tabs .links a:last-child, .widget > .title .links a:last-child {
    margin-right: 0;
}

.widget_tabbed > .tabs .links  a:hover, .widget > .title .links a:hover {
    background:#2ecc71;
}

aside .widget_tabbed .tabs ul {
    height:38px;
    line-height:38px;
}

aside .widget_tabbed .tabs ul li.links{
    height:25px;
    line-height:25px;
    padding-right:5px;
}

aside .widget_tabbed .tabs ul li a {
    font-size:12px;
    height:38px;
    line-height:38px;
    font-weight: bold;
}

aside .widget_tabbed > .tabs .links a {
    background: #27ae60;
    color:#fff;
    font-size: 10px;
}

/* Widgets styles =========================================================== */

.widget_content_list { overflow: hidden; }

.columns-2 .widget_content_list .item { float:left; width:47%; }
.columns-2 .widget_content_list .item:nth-child(3) { clear:left; }
.columns-3 .widget_content_list .item { float:left; width:31%; }
.columns-3 .widget_content_list .item:nth-child(4) { clear:left; }
.columns-4 .widget_content_list .item { float:left; width:22%; }
.columns-4 .widget_content_list .item:nth-child(5) { clear:left; }

.widget_content_list .item { margin-bottom: 10px; overflow: hidden; }
.widget_content_list .item:last-child { margin-bottom: 0; }

.widget_content_list .item .image img { display: block; }
.widget_content_list .item .info {  }

.widget_content_list .item .title{ font-size:16px; margin-bottom: 3px; }
.widget_content_list .details { font-size:11px; color:#999; }
.widget_content_list .details a{ color:#BDC3C7; }
.widget_content_list .details a:hover{ color:#d35400; }

.widget_content_list .details span {padding-right: 5px;}
.widget_content_list .details span.comments {
    padding-left:20px;
    background: url("../images/icons/comment-small.png") no-repeat left center;
}

.widget_content_list.featured .item .title { font-size:14px; }
.widget_content_list.featured .item-first { float:left; margin-right:15px; width:33%; }
.widget_content_list.featured .item-first .image { margin-bottom: 5px; clear:both; width:100%; height:150px; }
.widget_content_list.featured .item-first .image a, .widget_content_list.featured .item-first .image > div { display:block; width:100%; height:100%; background-position: center; background-repeat: no-repeat; background-color:#bdc3c7; background-size: cover; }
.widget_content_list.featured .item-first .title { font-size:21px; margin-top:5px; line-height: 24px;}
.widget_content_list.featured .item-first .title a { color:#000; text-decoration: none; }
.widget_content_list.featured .item-first .read-more a {
    display:inline-block;
    clear:both;
    background: #2980b9;
    color:#FFF;
    text-decoration: none;
    padding:5px 10px;
    margin-top: 10px;
}

.widget_content_list.featured .item-first .read-more a:hover { background:#3498db; }
.widget_content_list.tiles-big { margin-right: -15px; }
.widget_content_list.tiles-big .item .title { font-size:14px; }
.widget_content_list.tiles-big .item { float: left; margin-bottom: 15px; width: calc(25% - 15px); margin-right: 15px; box-sizing: border-box; }
.widget_content_list.tiles-big .item:nth-child(5),
.widget_content_list.tiles-big .item:nth-child(9),
.widget_content_list.tiles-big .item:nth-child(13),
.widget_content_list.tiles-big .item:nth-child(17),
.widget_content_list.tiles-big .item:nth-child(21),
.widget_content_list.tiles-big .item:nth-child(25) { clear:left; }
.widget_content_list.tiles-big .item .image { margin-bottom: 5px; clear:both; width:100%; height:100px; }
.widget_content_list.tiles-big .item .image a, .widget_content_list.tiles-big .item .image > div { display:block; width:100%; height:100%; background-position: center; background-repeat: no-repeat; background-color:#bdc3c7; background-size: cover; }
.widget_content_list.tiles-big .item .title { font-size:14px; margin-top:5px; }
.widget_content_list.tiles-big .item .title a { color:#000; text-decoration: none; }
.widget_content_list.tiles-big .item .title a:hover { color:#34495e; text-decoration: underline; }


.widget_content_list.tiles-small .item .image { margin:0; }

.widget_content_list.compact .item { margin-bottom: 5px; }
.widget_content_list.compact .item:last-child { margin-bottom: 0; }
.widget_content_list.compact .item .title { font-size:13px; margin-bottom: 0; line-height: 15px; }

@media screen and (max-width: 480px) {
    .widget_content_list .item, .widget_content_list.featured .item-first {
        width: 100% !important;
    }
}

/* ========================================================================== */

.widget_content_slider { overflow: hidden; position: relative;}
.widget_content_slider .slide {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.widget_content_slider > table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  min-height: 300px;
}
.widget_content_slider > table td,
.widget_content_slider > table th {
  padding: 0;
}
.widget_content_slider .slide img {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.widget_content_slider .slide img:first-child, .widget_content_slider img {
    display:block;
}
.widget_content_slider .slide .heading {
  background: rgba(0, 0, 0, 0.85);
  display: block;
  padding: 10px;
  right: 0;
  position:absolute;
  left:0;
  bottom:0;
  z-index:2
}

.widget_content_slider .slide .heading h2,
.widget_content_slider .slide .heading .teaser{
    display: inline-block;
    margin:0;
    color:#ecf0f1;
}

.widget_content_slider .slide .heading h2 {
    font-size:14px;
    font-weight: bold;
    color:#f1c40f;
}

.widget_content_slider .slide .heading .teaser{
    font-size:12px;
}

.widget_content_slider .slide .heading .teaser .date{
    color: #7f8c8d;
    padding-left: 10px;
}

.widget_content_slider .items {
  background:#ecf0f1;
  position: relative;
  z-index: 2;
  vertical-align: top;
}

.widget_content_slider .items .item {
    overflow: hidden;
    padding:10px;
    font-size:12px;
    line-height:15px;
    cursor:pointer;
    position:relative;
}

.widget_content_slider .items .item:hover {
    background:#bdc3c7;
}

.widget_content_slider .items .item .title {
    display:block;
    vertical-align:middle;
    color:#000;
}

.widget_content_slider .items .item.active {
    background:#27ae60;
}

.widget_content_slider .items .item.active .title {
    color:#FFF;
}
@media (max-width: 767px) {
  .widget_content_slider .items .item .title {
    display:none;
  }
}
@media (min-width: 768px) {
  .widget_content_slider .slide {
    width: 70%;
  }
  .widget_content_slider .items {
    width: 30%;
  }
  .widget_content_slider .items .item .image {
      float:left; margin-right: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .widget_content_slider .items .item {
    padding: 8px;
  }
}

/* ========================================================================== */

.widget_activity_list { overflow: hidden; }

.widget_activity_list h4 { margin:0; margin-bottom: 5px; }

.widget_activity_list .item { margin-bottom: 15px; overflow: hidden; }
.widget_activity_list .item:last-child { margin-bottom: 0; }

.widget_activity_list .item > .image, .widget_comments_list .item .image { float:left; margin-right: 10px; position: relative; }
.widget_activity_list .item > .image img, .widget_comments_list .item .image img { display: block; border-radius: 50%; }
.widget_activity_list .item .info { line-height:17px; padding-top:2px; }

.widget_activity_list .item .title{ }
.widget_activity_list .item .title a.author{ color:#376499; }
.widget_activity_list .item .title a.author:hover{ color:#d35400; }

.widget_activity_list .item .details { font-size:11px; }
.widget_activity_list .item .details .date { color:#999; }
.widget_activity_list .item .details .reply {
    padding-left: 5px;
}
.widget_activity_list .item .details .reply a {
    padding-left: 20px;
    background:url("../images/icons/comment-small.png") no-repeat left center;
    color:#BDC3C7;
}

.widget_activity_list .item .details .reply a:hover {
    color:#d35400;
}

.widget_activity_list .item .images { overflow: hidden; margin:10px 0; padding-left:48px; }
.widget_activity_list .item .images .image {
    float:left; margin-right:2px;
    display:block; overflow: hidden;
}
.widget_activity_list .item .images .image.more {
    background: #ecf0f1;
    text-align: center;
    line-height: 64px;
    font-size:18px;
}
.widget_activity_list .item .images .image.more a {
    display:block; width: 64px; height:64px; overflow: hidden;
    color:#7f8c8d;
    text-decoration: none;
}
.widget_activity_list .item .images .image.more a:hover {
    color:#2c3e50;
}
.widget_activity_list .item .actions {
    float:right;
    visibility: hidden;
}

.widget_activity_list .item:hover .actions {
    visibility: visible;
}

.widget_activity_list .actions .delete{
    display:inline-block;
    width:16px;
    height:16px;
    background:url("../images/icons/delete.png") no-repeat center;
}
/* ========================================================================== */

.widget_comments_list { overflow: hidden; line-height: 20px; }

.widget_comments_list .item { margin-bottom: 15px; overflow: hidden; }
.widget_comments_list .item:last-child { margin-bottom: 0; }

.widget_comments_list .item .info { line-height:17px; padding-top:2px; }
.widget_comments_list .item .title a.author{ color:#376499; }
.widget_comments_list .item .title a.author:hover{ color:#d35400; }

.widget_comments_list .item .title a.subject{ padding-right: 5px; }

.widget_comments_list .item .date { font-size:11px; color:#999; padding-right: 5px; }
.widget_comments_list .item .text { color:#666; }

/* ========================================================================== */

.widget_profiles_list { overflow: hidden; }

.columns-2 .widget_profiles_list .item { float:left; width:50%; }
.columns-2 .widget_profiles_list .item:nth-child(3) { clear:left; }
.columns-3 .widget_profiles_list .item { float:left; width:33%; }
.columns-3 .widget_profiles_list .item:nth-child(4) { clear:left; }
.columns-4 .widget_profiles_list .item { float:left; width:25%; }
.columns-4 .widget_profiles_list .item:nth-child(5) { clear:left; }

.columns-2 .widget_profiles_list.list .item,
.columns-3 .widget_profiles_list.list .item,
.columns-4 .widget_profiles_list.list .item{
    padding-right:10px;
}

.widget_profiles_list.list .item {
    line-height:32px;
    margin-bottom: 5px;
    padding: 0 0 10px 0;
    clear: both;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.widget_profiles_list.list .item:last-child { margin-bottom: 0; }

.widget_profiles_list.list .item .image { float:left; margin-right: 10px; }
.widget_profiles_list .item .image img, .item-avatar > img { display: block; }
.widget_profiles_list.list .item .info { float:left; }

.widget_profiles_list.tiles .item, .widget_online_list .item, .widget_user_avatar .default_avatar { display:inline-block; }

.widget_profiles_list.list .item:last-child {
    padding: 0;
}
.widget_profiles_list.list .item .field {
    line-height: 18px;
}

/* ========================================================================== */

.widget_online_list { overflow: hidden; }

.widget_online_list .item-name {
    padding-left:18px;
    padding-right:2px;
    background:url("../images/icons/user.png") no-repeat left center;

}

/* ========================================================================== */

.widget_content_tree ul{
    margin:0;
    padding:0;
}

.widget_content_tree li{
    margin-left: 0px;
    list-style: none;
    padding-left:20px;
    background: url("../images/icons/folder.png") no-repeat left 2px;
}
.folder_hidden { display: none; }
.widget_content_tree ul li.active > a:hover,
.widget_content_tree ul li.active > a { color:#000; text-decoration: none; }

/* ========================================================================== */

.widget_user_avatar .user_info {
    overflow: hidden;
    clear:both;
    margin:-15px;
    padding:6px;
    margin-bottom: 10px;
    background:#34495E;
}

.widget_user_avatar .user_info .avatar{
    float:right;
}

.widget_user_avatar .user_info .name {
    height:32px;
    line-height: 32px;
    padding-left:10px;
}

.widget_user_avatar .user_info .name a {
    text-decoration: none;
    font-size:12px;
    font-weight: bold;
}
@media (min-width: 992px) {
.widget_user_avatar {
    position: relative;
}
}
header .widget_user_avatar {
   
}
header .widget_user_avatar .user_info {
    float: right;
    clear: none;
    margin: 0;
    background: none;
    line-height: 50px;
    height: 50px;
    padding: 9px 34px 9px 5px;
    box-sizing: border-box;
    transition: background 0.5s;
    position: relative;	
	z-index:103;
	border: 1px solid transparent;
	border-bottom:0px;
	margin-left:8px;
}
header .widget_user_avatar .user_info:after {
    content: '';
    background: url(../images/nav-arrow-down-white.png) no-repeat center center;
    width: 16px;
    height: 32px;
    position: absolute;
    right: 10px;
    opacity: 0.5;
    transition: opacity 0.5s;
}
header .widget_user_avatar:hover .user_info:after{ opacity: 1; }
@media (min-width: 992px) {
	header .widget_user_avatar:hover .user_info {
		background: #fff;
		border: 1px solid #D9D9D9;
		border-bottom:0px;
	}
}
@media (max-width: 992px) {
	header .menu.menu-personal li ul.active {
		display:block;
		position:relative;
		left: 0!important;
		right: 0!important;
		top: auto!important;
		padding: 0 0;
		background: #fff;
		margin-top: 0px;
		border: 0px solid #D9D9D9;
	}
}
header .widget_user_avatar .user_info .avatar{
    border-radius: 50%;
    overflow: hidden;
    height: 32px;
}
header .widget_user_avatar .user_info .name {
    float: left;
    margin-right: 10px;
}
@media (min-width: 992px) {
	header .widget_user_avatar .menu {
		visibility: hidden;
		float: none;
		position: absolute;
		top: 49px;
		right: 0;
		height: auto;
		background: #fff;
		width: 240px;
		padding: 20px 0;
		border: 1px solid #D9D9D9;
		box-shadow:0px 8px 30px rgba(0, 0, 0, 0.15);
		opacity: 0.99;
		transition: visibility 0.2s;
		z-index: 102;
	}
}
@media (max-width: 992px) {
	header .widget_user_avatar .menu {
		visibility: hidden;
		float: none;
		position: absolute;
		width:100%;
		right: 0;
		height: auto;
		background: #fff;
		padding: 15px 0;
		border: 1px solid #D9D9D9;
		box-shadow:0px 8px 30px rgba(0, 0, 0, 0.15);
		opacity: 0.99;
		transition: visibility 0.2s;
		z-index: 102;
	}

	
}	
	
	
@media (min-width: 992px) {
	header .widget_user_avatar:hover .user_info + .menu {
		visibility: visible;
	}
}
header .widget_user_avatar .user_info + .menu.active {
		visibility: visible;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		overflow-y: auto;
		border: 1px solid #D9D9D9;
		box-shadow: 0px 8px 30px rgb(0 0 0 / 15%);
		z-index: 110;
		padding: 15px 30px 15px 30px;
		display: flex;
		flex-wrap: wrap;
		width:auto;

	}
@media (max-width: 992px) {
	header .widget_user_avatar .user_info + .menu.active {
		position: fixed;
		max-height: 100%;
		overflow-y: auto;
	}	
}
header .widget_user_avatar .menu > li {
    float: none;
}
header .widget_user_avatar .menu > li:hover, header .widget_user_avatar .menu ul li a:hover {
    background-color: #1c549c;
}
header .widget_user_avatar .menu ul {
    left: auto;
    right: 160px;
    top: 0;
    box-shadow: none;
    border-radius: 0;
    box-shadow: -2px 2px 10px #224674;
}
header .widget_user_avatar .menu ul li, header .widget_user_avatar .menu ul li a {
    border-radius: 0;
}
header .widget_user_avatar .user_info .avatar  a{
    display:inline-block;
	height:32px;
	width:32px;
}
header .widget_user_avatar .user_info .avatar a img{
    vertical-align: top;
}

header .menu-smheadnavi{
	float:right;
}
header .menu-smheadnavi a{
	
}
header .widget_user_avatar .menu.active > li {
    width:100%;
}
header .widget_user_avatar .menu.active > li a{
    padding: 3px 0;
}
/* ========================================================================== */

.widget_tags_cloud .tags_as_list,
.widget_tags_cloud .tags_as_list li,
.widget_tags_cloud .tags_as_cloud,
.widget_tags_cloud .tags_as_cloud li {
    margin:0; padding:0;
    list-style:none;
}

.widget_tags_cloud .tags_as_cloud {
    overflow: hidden;
}

.widget_tags_cloud .tags_as_cloud li {
    float:left;
    margin:0 8px 8px 0;
}

.widget_tags_cloud .tags_as_list li {
    margin:0 0 6px 0;
    padding-left:20px;
    background: url("../images/icons/tag.png") no-repeat left center;
}

.widget_tags_cloud .tags_as_list li .counter {
    font-size:11px;
}
.widget_tags_cloud li.colored > a {
    color: inherit;
}
.widget_auth form fieldset {
    padding: 0;
    border: none;
}
.widget_auth form fieldset legend {
    display: none;
}
.widget_auth .auth_remember::after {
    content: '';
}
.widget_auth .auth_restore_link {
    display: block;
}
@media screen and (max-width: 640px) {
    .widget_content_slider .items .item .title { display:none !important; }
    .widget_content_slider .items { width:60px  !important; }
    .widget_content_list.featured .item-first { float:none; margin-right:0; width:100%; }
}

/* ========================================================================== */

.widget_search { display:flex; }

.widget_search .input {
    border:none; 
	box-shadow: none;
    font-size:13px;
	background:transparent;
	border:0px;
	line-height:38px;
	padding:0;
	height:38px;
}

/* ========================================================================== */

.widget_content_filter .title{
	font-weight: bold;
	color:#34495e;
	margin-bottom:4px;
}

.widget_content_filter .field {
	margin-bottom: 30px;
}

.widget_content_filter .field .input[type=text], .widget_content_filter .field .chosen-choices {
	border: 1px solid #C9C9C9;
	border-radius: 4px;
	min-height:38px;
	line-height:38px;
	padding:0 15px;
}
.widget_content_filter .chosen-container-multi .chosen-choices li.search-choice {
    height:30px;
	line-height: 22px!important;
}

.widget_content_filter .cancel_filter_link{
	font-family: 'Droid Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #3593D5;
	display:inline-block;
	float:right;
	margin-top:5px;
	text-decoration:none;
}
.widget_content_filter .ft_caption.f_title .value{
	position:relative;
}

.widget_content_filter .ft_caption.f_title .value:before{
	content:'';
	position:absolute;
	top:0;
	right:0;
	width: 50px;
	height: 38px;
	background: #3593D5 url(../images/search.png) no-repeat center center;
	border-radius: 4px;
	z-index:10;
}

.widget_content_filter .ft_date .value,
.widget_content_filter .ft_number .value {
	font-size:12px;
}

.widget_content_filter .ft_date button{
	display:none;
}

.widget_content_filter .date-input,
.widget_content_filter .input-small{
	width:60px !important;
}

.widget_content_filter .buttons {
	margin-top:20px;
	font-size:12px;
}

.widget_content_filter .buttons input {
	margin-right: 10px;
}
section .widget.fixed_actions_menu {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    box-shadow: -4px 4px 5px #CCC;
    background: #a7b4b7;
}
section .widget.fixed_actions_menu:before {
    content: '';
    width: 32px;
    background:url("../images/icons/menu.png") no-repeat center center;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
section .widget.fixed_actions_menu:hover .body, section .widget.fixed_actions_menu.clicked .body {
    display: block;
}
section .widget.fixed_actions_menu > * {
    display: none;
    margin: 32px 0 0 0;
    padding: 0;
}
section .widget.fixed_actions_menu > .edit_wlinks {
    margin: 0;
}
.edit_wlinks {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 100;
    transition: opacity 0.4s;
}
.widget:hover .edit_wlinks, .widget_tabbed .body:hover .edit_wlinks {
    opacity: 0.4;
}
.widget:hover .edit_wlinks:hover, .widget_tabbed .body:hover .edit_wlinks:hover {
    opacity: 0.95;
}
.edit_wlinks a {
    background-color: #95a5a6;
    color: #FFF;
    text-decoration: none;
    padding: 5px;
    float: left;
    box-sizing: border-box;
    font-size: 12px;
}
.edit_wlinks a.delete {
    background-color: #e74c3c;
}
.widget_content_list .date{
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	text-transform: uppercase;
	color: #A3A3A3;
	padding-bottom:15px;
	display:block;
}
.widget_content_list.type1 .item-first .date{
	font-size: 14px;
	line-height: 16px;
	color: #EA3A4F;
	padding-bottom:8px;
	display:block;
	text-transform: none;
}
.widget_content_list.type1 .item-first .datetime{
	font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    text-transform: uppercase;
    color: #A3A3A3;
	padding-top:8px;
	display:block;
}

.widget .title, .widget .title a {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	color: #5A5A5A;
	padding-bottom:8px;
	text-decoration:none;
	display:block;
}
.widget .title a:hover {
	color: inherit;
	text-decoration:none;
}
#body .widget_content_list.type1 .firstline{
	padding-bottom:20px;
	margin-bottom:16px;
	border-bottom:1px solid #D9D9D9;
}
#body .widget_content_list.type1 .item-first .teaser{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #D9D9D9;
}
#body .widget_content_list.type1 .item-first h3{
	padding-bottom:0;
	margin-bottom:0;
}
.widget_content_list.type1 .secondtitle{
	font-weight: 700;
	font-size: 16px;
	line-height: 120%;
	color: #131313;
	text-decoration:none;
	display:block;
	padding-bottom:8px;
}

#body #widget_wrapper_163 .widget_content_list.type1 .row > .col-lg-6{
	border-right:1px solid #D9D9D9;
}
#body #widget_wrapper_163 .widget_content_list.type1 .row > .col-lg-6:last-child{
	border-right:0px solid #D9D9D9;
}
@media (max-width: 992px) {
	#body #widget_wrapper_163  .widget_content_list.type1 .row > .col-lg-6{
		border-right:0px solid #D9D9D9;
		border-bottom:1px solid #D9D9D9;
		padding-bottom:16px;
		margin-bottom:16px;
	}
	#body  #widget_wrapper_163 .widget_content_list.type1 .row > .col-lg-6:last-child{
		border-right:0px solid #D9D9D9;
		border-bottom:0px solid #D9D9D9;
		padding-bottom:0;
		margin-bottom:0;
	}
}
#body section .widget{
	border-bottom: 1px solid #5A5A5A;
	margin-bottom:25px;
	padding-bottom:25px;
}

#body  #widget_wrapper_167 .col-lg-6{
	border-left:1px solid #D9D9D9;
	border-right:1px solid #D9D9D9;
}
#body  #widget_wrapper_167 .col-lg-3 .item:first-child{
	border-bottom:1px solid #D9D9D9;
	padding-bottom:16px;
}
#widget_wrapper_167 .title{
	font-weight:700;
	line-height:19px;
	padding-bottom: 3px;
}
#widget_wrapper_167 .desc p{
	line-height:24px;
}
.widget_content_list.type5 a{
	display:block;
	position:relative;
}
.widget_content_list.type5 a img{
	width:100%;	
}
#widget_wrapper_168 .widget_text_block{
	top:32px;
	right:16px;
	left:40%;
	position:absolute;
	line-height: 150%;
	color: #414141;
}
.widget .links a{
	width: 100%;
	max-width: 230px;
	line-height: 32px;
	text-decoration:none;
	background: #3593D5;
	box-shadow: 0px 10px 30px rgba(31, 65, 89, 0.15);
	border-radius: 4px;
	font-size: 14px;
	display:inline-block;
	color:#fff;
	text-align:center;
	margin-top:15px;
}
.widget .links a:hover {
    background: #F4F3F3;
    color: #3593D5;
}
#body  aside .widget{
	border-bottom: 1px solid #D9D9D9;
	padding-bottom:24px;
}
#body aside .widget:last-child{
	border-bottom: 0px solid #D9D9D9;
	padding-bottom:0px;
	margin-bottom: 0px;
}
#body aside .widget p{
	margin-bottom:0;
	line-height: 150%;
}
#body  #widget_wrapper_44{
	border-bottom: 0px solid #D9D9D9;
}
#body  #widget_wrapper_44 .body{
	border:1px solid #D9D9D9;
	padding:42px;
}
.widget_comments_list_front{
	background:url(../images/comm_bg.png) no-repeat center center;
	min-height:264px;
	max-width:464px;
}
.widget_comments_list_front .widget_text_block{
	display:block;
	font-size: 16px;
	line-height: 150%;
	color: #414141;
	padding:57px 9px 20px;
	width:55%;	
	text-decoration:none;
}
.mainpageclass .maintop .col-lg-8{
	border-right: 1px solid #C9C9C9;
}
@media (max-width: 992px) {
	.maintop .col-lg-8{
		border-right: 0px solid #C9C9C9;
	}
	#body .widget_content_list.type1 .item-first .teaser {
		padding-bottom: 0;
		border-bottom: 0px solid #D9D9D9;
	}
}




.mainbottom .widget:first-child{
	border-top: 1px solid #5A5A5A;
	padding-top:24px;
	padding-bottom:24px;
	margin-top:24px;
}
.mainbottom .widget{
	padding-bottom:24px;
	margin-bottom:24px;
}
#widget_wrapper_173 p{
	margin-bottom:0;
}
.widget_content_list.tiles-small  .image{
	height:100%;
	display:flex;
	min-height:172px;
}
.widget_content_list.tiles-small  .image a{
	display:block;
	width:100%;
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.widget_content_list.tiles-small .title{
	height:22px;
	overflow:hidden;
	margin-bottom:8px;
}
.widget_content_list.tiles-small .title a{
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	text-decoration:none;
}
.widget_content_list.tiles-small .teaser{
	height:120px;
	overflow:hidden;
	margin-bottom:8px;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #414141;
}
.widget_content_list.tiles-small .date{
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: #A3A3A3;
}
.widget_content_list.tiles-small .item{
	margin-top:24px;
}
.widget_content_list.tiles-small .col-xl-4:nth-child(1) .item, .widget_content_list.tiles-small .col-xl-4:nth-child(2) .item, .widget_content_list.tiles-small .col-xl-4:nth-child(3) .item {
	margin-top:0;
}
#widget_wrapper_comr table{
	width:100%;
}
#widget_wrapper_comr td{
	vertical-align: top;
}

#widget_wrapper_comr td img{
	padding-left:15px;
	width:100%;
}
#widget_wrapper_comr tr:first-child td:last-child{	
	width:342px;
}
#widget_wrapper_comr  .storiessecondblock{
	display:none;
}
#widget_wrapper_comr tr .title{	
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	text-decoration:none;
}
#widget_wrapper_comr tr:first-child {	
	padding-bottom:16px;
}
#widget_wrapper_comr tr:first-child .title{	
	font-family: 'Droid Serif';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 120%;
	color: #414141;
	text-decoration:none;
}
#widget_wrapper_comr .date{	
	font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    text-transform: uppercase;
    color: #A3A3A3;
    padding-bottom: 15px;
    display: block;
	display:block;
}
.widget .teaser p{
	line-height: 150%;
}
.widget .relative .tags_bar{
	padding:0 12px;
	line-height: 32px;
	height: 32px;
	left: 28px;
	top: 16px;
	right:auto;
	bottom:auto;
	width:auto;
	background: #3593D5;
	border-radius: 4px;
	position:absolute;
	z-index:1;
	color:#fff;
	display: flex;
	text-align: center;
}
.widget .relative .tags_bar a{
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	color: #FFFFFF;
	text-decoration:none;
	display:inline-block;
	
}
.widget .relative .tags_bar a:first-letter{
    text-transform: uppercase;
}

.widget .widget_content_list.type1 .relative .tags_bar{
	right: 28px;
	left:auto;
}

#body section .widget:last-child{
	border-bottom: 0px solid #5A5A5A!important;	
    padding-bottom: 0;
    margin-bottom: 0;
}
.tabed21 .col-lg-8{
	border-right: 1px solid #D9D9D9;
}
.photo_alt{
	font-weight: 400;
	font-size: 10px;
	line-height: 150%;
	color: #000000;
	margin-top:15px;
	text-align: right;
	font-style:italic;
}
.type6 .photo_alt{
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	margin-top:20px;
}
.widget_content_list.type6 .item .title, .widget_content_list.type7 .item .title  {
    font-weight: 300;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
	margin-bottom:0px;
}
.type6 .teaser, .type7 .teaser {
	margin-bottom:8px;
}
@media (min-width: 992px) and  (max-width: 1200px){
	.widget_content_list.tiles-small .col-xl-4:nth-child(3) .item {
		margin-top:24px;
	}
}
@media (max-width: 992px) {
	#body section .widget:last-child{
		border-bottom: 1px solid #5A5A5A;
	}
	#widget_wrapper_comr  table, #widget_wrapper_comr tbody, #widget_wrapper_comr  table tr{
		display: flex;
		flex-wrap: wrap;
	}
	
	#widget_wrapper_comr  table tr td{
		display: flex;
		width:100%;
	}
	#widget_wrapper_comr  table tr:first-child td:first-child{
		order: 1;		
	}
	#widget_wrapper_comr  table tr:first-child td:last-child{
		order: 2;
		width: 100%;
		text-align:center;
		border-bottom: 1px solid #D9D9D9;
	}
	#widget_wrapper_comr  table tr:last-child td:first-child{
		order: 3;
	}
	#widget_wrapper_comr .storiessecondblock {
		order: 4;
		display: flex;
		text-align:center;
	}
	#widget_wrapper_comr a{
		display: block;
		width: 100%;
	}
	#widget_wrapper_comr td img{
		padding-bottom:15px;
		padding-left:0;
	}
	#widget_wrapper_167 .imagesblock{
		margin:16px 0;
	}
	.widget_content_list.tiles-small .teaser {
		height: auto;
	}
	.widget_content_list.tiles-small .item .col-4 {
		order:2;
	}
	.widget_content_list.tiles-small .item .col-8 {
		order:1;
	}
	.widget_content_list.tiles-small .item {
		margin-top: 0;
		margin-bottom: 16px;
		padding-bottom: 16px;
		border-bottom: 1px solid #C9C9C9;
	}
	.widget_content_list.tiles-small .col-12:last-child .item{
		margin-top: 0;
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0px solid #C9C9C9;
	}
	.widget_content_list.tiles-small .col-12:first-child .item {
		margin-top: 0;
	}
	.widget_content_list.tiles-small .image {
		min-height: auto;
		max-height: 130px;
	}
	.tabed21 > .row > .col-lg-8{
		border-right: 0px solid #D9D9D9;
		margin-bottom: 20px;
	}
	.tabed21 .type6, .tabed21 .type7{
		border-bottom: 1px solid #D9D9D9;
	}
	.tabed21 .type7{
		padding-bottom: 16px;
	}
	.type6 .photo_alt {
		margin-top: 12px;
		margin-bottom: 20px;
	}
}    

.widget_content_list.type4 .desc{
	margin-bottom:5px;
}
.widget_content_list.type4 .date{
	padding-bottom: 0;
}
#widget_wrapper_168 .body{
	background:url(../images/lettergpd.jpg) no-repeat center center;
	min-height:264px;
	position:relative;
	background-size: cover;
}
#body .mainbottom .widget:last-child {
    border-bottom: 0px solid #5A5A5A;
	padding-bottom: 0;
}
@media (max-width: 576px) {
	.widget_content_list.type7 .item  {
		margin-top:20px;
	}
}
@media (max-width: 400px) {
	#widget_wrapper_168 .widget_text_block{
		left: 16px;
	}
}

#widget_wrapper_184 .title{
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	color: #000;
	font-family: 'Fira Sans';
}
.dark #widget_wrapper_184 .title{
	color: #FFFFFF;
}
#widget_wrapper_184 .widget_text_block a{
	float:left;
	margin-right:15px;
	display:block;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
	border-radius:50%;
}
#widget_wrapper_184 .widget_text_block a:last-child{
	margin-right:0;
}
.admenu{
	text-align:right;
	clear:both;
	margin-bottom:20px;
}
button.dropdown-toggle {
   border:1px solid #c9c9c9;
   padding:3px 7px;
   font-size:14px;
   background:#fff;
}
.dropdown-menu {
    padding:5px 9px!important;
}
.dropdown-menu li a {
    text-decoration:none;
	font-size:14px;
}
.widget_content_list_pop .item{
	border-bottom: 1px solid #D9D9D9;
	padding-bottom:24px;
	margin-bottom:24px;
}
.widget_content_list_pop .item:last-child{
	border-bottom: 0px solid #D9D9D9;
	padding-bottom:24px;
	margin-bottom:0;
}
.widget_content_list_pop .title a{
	font-family: 'Droid Serif';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 120%;
	color: #414141;
}
.widget_content_list_pop .item .image a{
	display:block;
}
.widget_content_list_pop .item .image img{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	width:100%!important;
}
#comments_list .linkstop{
	float:right;
}
#comments_list .linkstop a{
	font-family: 'Droid Serif';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: #A3A3A3;
	text-decoration:none;
}
#comments_list .comment .body .avatar img {
    display: block;
    border-radius: 50%;
	width:80px;
	height:80px;
}
#comments_list .comment .body .avatar {
    margin-right:18px;
}
#comments_list .comment .info .name {
clear:both;
float:none;
width:100%;
}
#comments_list .comment .info .name a{
    font-family: 'Droid Serif';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 150%;
color: #5A5A5A!important;
text-decoration:none;
}
#comments_list .comment .info .date {
font-family: 'Droid Serif';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 150%;
color: #A3A3A3;
padding-top:6px;
margin-bottom:10px;
}
#comments_list .comment .info .date img {
    margin: -5px 3px 0 -3px;
}
#comments_list .comment .text{
	font-family: 'Droid Serif';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 150%;

color: #5A5A5A;
}
#comments_list .comment .links{
	float:right;
	clear:both;
}

#comments_list .comment .content .links a {
	font-family: 'Droid Serif';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
color: #A3A3A3;
text-decoration:none;
border-bottom: dashed 0 #999;
display:flex;
height:20px;
}
#comments_list .comment .content .links a:hover {
border-bottom: dashed 0 #999;
color:#000;
}
#comments_list .comment .content .links img {
	padding-right:6px;
}
#comments_list  .comment{
	padding:20px 0;
	margin:20px 0;
	border-bottom: 1px solid #D9D9D9;
}
article #comments_widget{
	margin-top:40px;
}
#comments_widget .tabbed:after {
    border-bottom: 1px solid #C9C9C9;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 38px;
    display: block;
    z-index: 0;
}


.topmenu.inner.menu-menumedia > li > a {
    font-weight: 400;
    font-size: 20px;
}
.topmenu.inner.menu-menumedia > li:first-child > a {
   font-size: 32px;
}
.mainway .widget{
	padding-bottom:20px;
}
.widget_content_list_one_video{
	margin-bottom:40px;
}
.widget_content_list_one_video .video{
	margin-bottom:20px;
	line-height: 1;
}
.widget_content_list_one_video .title a{
	font-family: 'Droid Serif';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: #5A5A5A;
	text-decoration:none;
}
.widget_content_list_one_video .info{
	background: #F4F3F3;
	border-radius: 4px;
	padding:11px 16px;
	margin-top:20px;
}
.mainway > .col-lg-4 .widget:last-child, .mainway > .col-lg-8 .widget:last-child {
	    border-bottom: 0px solid #A3A3A3!important;
}
.mainway > .col-lg-4 .widget:last-child {
	    padding-bottom:0px!important;
}

#widget_wrapper_tabshop{
	position:relative;
}
#widget_wrapper_tabshop .widget_text_block:last-child{
	position:absolute;
	z-index:5;
	top:20%;
	left:0;
	right:0;
}

#widget_wrapper_tabshop .title{
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 107px;
	line-height: 128px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: 0px 10px 30px rgba(31, 65, 89, 0.15);
	padding-bottom:32px;
}
#widget_wrapper_tabshop p{
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	color: #FFFFFF;
}
#widget_wrapper_tabshop .links a {
    background: #fff;
    color: #3593D5;
}
@media (max-width: 992px) {
	#widget_wrapper_tabshop{
		display:none;
	}
}

.addpage #widget_pos_right-top .widget{
	padding:15px;
	padding-bottom: 15px!important;
}
@media (min-width: 992px) {
	.topleftright{
		margin-bottom:30px;
	}
	.topleftright .col-12 .widget{
		border-bottom: 1px solid #A3A3A3;
	}
	.topleftright .col-12 .widget:last-child{
		border-bottom: 0px solid #A3A3A3!important;
	}
	.topleftright .col-lg-4{
		border-left: 1px solid #c9c9c9;
	}
	.topleftright .block{
		height:100%;
		border-bottom: 1px solid #A3A3A3;
	}
}
