/* $Id:styles.css 2016-07-23 00:00:00 SocialEngineSolutions $*/

/* ICONS */
.icon_sesnews_new:before{
	content:"\f044";
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.icon_sesnews_edit:before{
	content:"\f044";
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.icon_sesnews_delete:before{
	content:"\f056";
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.sesnews_gutter_report{
	background-image:none;
}
.sesnews_gutter_report:before{
	content:"\f024";
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.icon_sesnews_style{
	background-image:url(../images/sesnews_style.png);
}
.icon_comments{
	background-image:none;
}
.icon_sesnews_viewall{
	background-image:none !important;
}
.icon_sesnews_subscribe{
	background-image:none !important;
}
/*Global Classes*/
.sesnews_main_rss img{height:16px;margin-right:2px;}
.sesnews_animation{
	-webkit-transition:all 800ms ease 0s;
	-moz-transition:all 800ms ease 0s;
	-o-transition:all 800ms ease 0s;
	transition:all 800ms ease 0s;
}
.sesnews_label_featured{
	background-color:#47c8e3;
}
.sesnews_label_sponsored{
	background-color:#53dc10;
}
.sesnews_label_verified{
	background-color:#489fdd;
}
.sesnews_verified_sign{
	color:#93C33C;
	margin:0 3px;
	vertical-align:middle;
}
.sesnews_verified_sign :hover{
	color:#93c33c;
}
.sesnews_search_result{
	border-bottom-width:1px;
	font-weight:bold;
	margin-bottom:10px;
	padding:5px;
}
/*News List Inside*/
.layout_sesnews_related_news h3{
	border-bottom-width:1px;
	padding-bottom:10px;
	position:relative;
}
.layout_sesnews_related_news h3:before,
.sesnews_category_news .sesnews_category_header:before{
	content:'';
	height:3px;
	width:7%;
	position:absolute;
	background:#FD4326;
	bottom:-2px;
	left:10px;
}
[dir="rtl"] .layout_sesnews_related_news h3:before,
[dir="rtl"] .sesnews_category_news .sesnews_category_header:before{
	left:inherit;
	right:10px;
}
.sesnews_verified_label{
	position:absolute;
	bottom:0px;
	right:0px;
	background:#93C33C;
	padding:3px 5px;
	color:#fff;
}
/*Search Form*/
.layout_sesnews_browse_search .sesbasic_browse_search_vertical #filter_form{
	overflow:hidden;
}
.layout_sesnews_browse_search .sesbasic_browse_search_vertical #submit-label,
.layout_sesnews_browse_search .sesbasic_browse_search_vertical #loadingimgsesnews-label{
	display:none;
}
.layout_sesnews_browse_search .sesbasic_browse_search_vertical #submit-wrapper,
.layout_sesnews_browse_search .sesbasic_browse_search_vertical #loadingimgsesnews-wrapper{
	float:left;
}
.layout_sesnews_browse_search .sesbasic_browse_search_vertical #loadingimgsesnews-wrapper{
	margin:10px !important;
}
/*NEWS LISTINGS*/
/*Listings Thumb*/
.sesnews_thumb{
	position:relative;
}
.sesnews_thumb .sesnews_thumb_img > span{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	display:block;
	height:100%;
	width:100%;
}
/*Listing Buttons*/
.sesnews_thumb_btns{
	margin-left:2px;
	position:absolute;
	opacity:0;
	top:-20px;
	right:10px;
	z-index:2;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}
[dir="rtl"] .sesnews_thumb_btns{
	margin-left:0;
	margin-right:2px;
	left:10px;
	right:auto;
}
.sesnews_thumb:hover .sesnews_thumb_btns, .sesnews_listing_in_grid:hover .sesnews_thumb_btns{
	opacity:1;
	top:100px;
	right:60px;
	background-color:rgba(0,0,0,0.5);
}
/*Manage Options*/
.sesnews_list_option_toggle.fa{
	cursor:pointer;
	position:absolute;
	top:5px;
	right:10px;
}
[dir="rtl"] .sesnews_list_option_toggle.fa{
	left:10px;
	right:auto;
}
.sesnews_list_options{
	margin-top:5px;
}
.sesnews_list_option_toggle.fa:before{
	font-size:22px;
}
.sesnews_listing_options_pulldown{
	background-color:#fff;
	border:1px solid #ccc;
	position:absolute;
	right:0;
	top:24px;
	display:none;
	width:120px
}
[dir="rtl"] .sesnews_listing_options_pulldown{
	left:0;
	right:auto;
}
div.sesnews_listing_options_pulldown a{
	color:#333;
	display:block;
	padding:5px 10px;
}
.sesnews_list_option_toggle.open, .sesnews_list_option_toggle.open + div{
	display:block;
}
.sesnews_listing_options_pulldown a:hover{
	background-color:#ededed;
	text-decoration:none;
}
/*CREATE & EDIT NEWS FORM CSS START HERE*/
.sesnews_news_form .global_form > div{
	float:none;
}
.sesnews_news_form #artists-element .form-options-wrapper li{
	display:inline-block;
	vertical-align:top;
	width:180px;
}
.sesnews_news_form .global_form div.form-label label.required:after{
	content:" *";
	color:#f00;
}
/*CREATE & EDIT NEWS FORM CSS END HERE*/
/*CATEGORY COVER*/
.layout_sesnews_banner_category{
	padding:0px !important;
	border:none;
}
.layout_sesnews_banner_category > h3{
	display:none;
}
.sesnews_category_cover{
  border-style:solid;
	border-width:1px;
  margin-bottom:15px;
  padding:2px;
  width:100%;
}
.sesnews_category_cover_inner{
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  position:relative;
  width:100%;
}
.sesnews_category_cover_content{
  background-color:rgba(0, 0, 0, .7);
  padding:30px;
  width:100%;
}
.sesnews_category_cover_breadcrumb{
	margin-bottom:15px;
}
.sesnews_category_cover_breadcrumb,
.sesnews_category_cover_breadcrumb a{
  color:#fff !important;
  font-size:17px;
}
.sesnews_category_cover_breadcrumb a{
  font-weight:bold;
}
.sesnews_category_cover_blocks{
  background-color:rgba(0, 0, 0, .5);
  border:1px solid #111;
  height:250px;
  width:100%;
}
.sesnews_category_cover_block_img{
  border-right:1px solid #111;
  float:left;
  height:100%;
  width:50%;
}
[dir="rtl"] .sesnews_category_cover_block_img{
	float:right;
}
.sesnews_category_cover_block_img span{
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
  display:block;
  height:100%;
  width:100%;
}
.sesnews_category_cover_block_info{
  overflow:hidden;
  padding:20px;
}
.sesnews_category_cover_block_info div{
  color:#fff;
}
.sesnews_category_cover_title{
  font-size:20px;
  font-weight:bold;
  margin-bottom:10px;
}
.sesnews_category_cover_des{
	height:170px;
}
.sesnews_category_cover_des, .sesnews_category_cover_des *{
	height:170px;
}
.sesnews_category_cover_des.mCustomScrollbar{
	padding-right:10px;
}
[dir="rtl"] .sesnews_category_cover_des.mCustomScrollbar{
	padding-left:10px;
	padding-right:0;
}
.sesnews_category_cover_des.mCustomScrollbar .mCSB_dragger_bar{
	background-color:rgba(204, 204, 204, .5) !important;
}
/*Category Header*/
.sesnews_browse_cat_top{
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding:5px;
	margin-bottom:15px;
}
.sesnews_catview_title{
	font-size:20px;
	font-weight:bold;
}
.sesnews_catview_title, .sesnews_catview_des{
	margin-bottom:10px;
	text-align:center;
}
[dir="rtl"] .sesnews_catview_title, [dir="rtl"] .sesnews_catview_des{
	text-align:center;
}
/*SIDEBAR LISTING START HERE*/
.sesnews_sidebar_list{
	clear:both;
	padding:5px 0;
}
.sesnews_sidebar_list_thumb{
	float:left;
	margin-right:10px;
}
[dir="rtl"] .sesnews_sidebar_list_thumb{
	float:right;
	margin-left:10px;
	margin-right:0;
}
.sesnews_sidebar_list_info{
	overflow:hidden;
}
.sesnews_sidebar_list_title{
	font-weight:bold;
	margin-bottom:5px;
}
.sesnews_sidebar_list_stats{
	font-size:.8em;
	margin-bottom:3px;
}
/*SIDEBAR LISTING END HERE*/
/*LOCATION POPUP CSS START HERE*/
.sesnews_edit_location_popup{
	margin:15px;
}
.sesnews_edit_location_popup .form-elements{
	margin-top:0px;
}
.sesnews_edit_location_popup label{
	display:block;
	margin:0px 0 5px;
}
.sesnews_edit_location_popup input{
	width:400px;
}
#global_page_sesnews-index-location #global_content_simple, #global_page_sesnews-index-location #global_content_simple{
	display:block !important;
}
.sesnews_edit_location_popup #mapcanvas-wrapper{
	margin-top:15px;
	width:100%;
}
.sesnews_edit_location_popup .form-wrapper #fieldset-buttons #submit-label{
	display:none;
}
/*LOCATION POPUP CSS END HERE*/
.sesnews_create .global_form div.form-element{
	margin-bottom:15px;
}
.sesnews_create_form_tabs li{
	display:inline-block;
}
.sesnews_create_form_tabs li + li{
	border-left-width:1px;
	border-left-style:solid;
	margin-left:30px;
	padding-left:30px;
}
[dir="rtl"] .sesnews_create_form_tabs li + li{
	border-left-width:0;
	border-right-width:1px;
	border-right-style:solid;
	margin-left:0;
	margin-right:30px;
	padding-left:0;
	padding-right:30px;
}
.sesnews_create_form_tabs li a{
	font-weight:bold;
}
.sesnews_create_form_tabs li i{
	margin-right:5px;
}
[dir="rtl"] .sesnews_create_form_tabs li i{
	margin-left:5px;
	margin-right:0;
}
#fromurl-element button{
	margin-left:10px;
	padding:3px 10px;
}
[dir="rtl"] #fromurl-element button{
	margin-left:0;
	margin-right:10px;
}
.sesnews_upload_dragdrop_content{
	border-color:#ccc;
	border-style:dashed;
	border-width:2px;
	font-size:20px;
	cursor:pointer;
	height:180px;
	line-height:180px;
	text-align:center;
	vertical-align:middle;
	width:500px;
}
[dir="rtl"] .sesnews_upload_dragdrop_content{
	text-align:center;
}
.sesnews_upload_dragdrop_content.sesbd{
	border-width:2px;
}
.siteevent_upload_item_name{
	display:block;
	margin-bottom:5px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.siteevent_upload_item_options > a{
	margin-left:10px;
}
[dir="rtl"] .siteevent_upload_item_options > a{
	margin-left:0;
	margin-right:10px;
}
.sesnews_upload_url_content{
	border-style:solid;
	border-width:1px;
	float:left;
	padding:10px;
}
.sesnews_upload_url_content input[type="text"]{
	width:350px;
}
.sesnews_upload_photos_container{
	float:left;
	max-height:inherit;
	overflow:auto;
	width:auto;
}
[dir="rtl"] .sesnews_upload_photos_container{
	float:right;
}
.sesnews_upload_photos_container.iscontent{
	box-shadow:0 0 3px rgba(0, 0, 0, 0.4);
	margin:3px;
}
.sesnews_upload_item{
	border-style:solid;
	border-width:1px;
	float:left;
	height:230px;
	margin:5px;
	padding:5px;
	position:relative;
	width:250px !important;
}
[dir="rtl"] .sesnews_upload_item{
	float:right;
}
.sesnews_upload_item_overlay{
	background-color:rgba(0, 0, 0, .1);
	bottom:0;
	left:0;
	right:0;
	top:0;
	position:absolute;
	z-index:1;
}
.sesnews_upload_item_abort{
	position:absolute;
	text-align:center;
	top:130px;
	width:100%;
	z-index:2;
}
[dir="rtl"] .sesnews_upload_item_abort{
	text-align:center;
}
.sesnews_upload_item_abort span{
	background-color:#d9534f;
	border:1px solid #d43f3a;
	border-radius:3px;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	font-size:11px;
	padding:3px 5px;
}
.sesnews_upload_item_abort span:hover{
	background-color:#c9302c;
}
.sesnews_upload_item .progressBar{
	position:absolute;
	top:50px;
	width:100%;
	z-index:2;
}
.sesnews_upload_item .progressBar > div{
	background:url(../images/ajax_loading.gif) no-repeat center top;
	color:#fff;
	padding-top:20px;
	text-align:center;
	width:100% !important;
}
[dir="rtl"] .sesnews_upload_item .progressBar > div{
	text-align:center;
}
.sesnews_upload_item_photo{
	height:160px;
	margin-bottom:5px;
	overflow:hidden;
	width:100%;
}
.sesnews_upload_item_photo img{
	min-height:100%;
	width:100%;
}
.sesnews_upload_item_size{
	float:right;
	margin:0 0 5px 5px;
}
[dir="rtl"] .sesnews_upload_item_size{
	float:left;
	margin:0 5px 5px 0;
}
.sesnews_upload_item_name{
	display:block;
	margin-bottom:5px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.sesnews_upload_item_options{
	display:flex;
  margin-top:6px;
}
.sesnews_upload_item_options > a{
	margin-left:10px;
}
[dir="rtl"] .sesnews_upload_item_options > a{
	margin-left:0;
	margin-right:10px;
}
.sesnews_list_grid_img{
	display:block;
	width:100%;
}
.sesnews_list_grid_img span{
	background-position:center center;
	background-color:#ccc;
	background-size:cover;
	display:block;
	height:100%;
	width:100%;
}
/*NEWS CREATE PAGE START HERE*/
.sesnews_create_category_container{
	border-width:1px;
	border-style:solid;
	padding:10px;
	margin-bottom:15px;
}
.sesnews_create_category_items{
	border-width:1px;
	border-style:solid;
	display:inline-block;
	vertical-align:middle;
	width:24%;
}
.sesnews_create_category_items > ul{
	height:330px;
	overflow-y:auto;
	width:100%;
}
.sesnews_create_category_items ul > li{
	cursor:pointer;
	padding:0 10px;
	height:40px;
	line-height:40px;
}
.sesnews_create_category_items ul > li + li{
	border-top-width:1px;
}
.sesnews_create_category_items ul > li:hover, .sesnews_create_category_items ul > li.active{
	background-image:url(../images/transprant-bg.png);
}
.sesnews_create_category_items_last{
	border-width:0;
	text-align:center;
}
.sesnews_create_category_items_last span{
	display:block;
	margin-bottom:10px;
}
/*NEWS CREATE PAGE END HERE*/
/*CATEGORY ICONS BLOCK WIDGET CSS START HERE*/
.sesnews_cat_iconlist_container{
	text-align:center;
}
.sesnews_cat_iconlist_container.gridleft{
	text-align:left;
}
[dir="rtl"] .sesnews_cat_iconlist_container.gridleft{
	text-align:right;
}
.sesnews_cat_iconlist_container.gridright{
	text-align:right;
}
[dir="rtl"] .sesnews_cat_iconlist_container.gridright{
	text-align:left;
}
.sesnews_cat_iconlist_head{
	font-size:34px;
	margin-bottom:30px;
	text-align:center !important;
}
.sesnews_cat_iconlist{
	text-align:center !important;
}
.sesnews_cat_iconlist:hover{
	opacity:.9;
}
.sesnews_cat_iconlist a{
	text-decoration:none !important;
	outline-color:transparent !important;
}
.sesnews_cat_iconlist span{
	display:block;
}
.sesnews_cat_iconlist_icon{
	background-color:transparent !important;
	border-radius:50%;
	height:80px;
	margin:0 auto;
	width:80px;
}
.sesnews_cat_iconlist_icon img{
	width:50px;
	margin:15px;
}
.sesnews_cat_iconlist_title{
	margin-top:10px;
}
.sesnews_cat_iconlist_count{
	margin-top:2px;
}
/*CATEGORY ICONS BLOCK WIDGET CSS END HERE*/
/*News Information Block*/
.sesnews_dashboard_news_info_cover{
	background-color:#ccc;
	display:block;
	height:120px;
	overflow:hidden;
	width:100%;
	position:relative;
}
.sesnews_dashboard_news_main_photo{
	border-radius:5px;
	border-width:1px;
	border-style:solid;
	height:60px;
	width:60px;
	position:absolute;
	bottom:10px;
	left:10px;
	overflow:hidden;
}
[dir="rtl"] .sesnews_dashboard_news_main_photo{
	left:inherit;
	right:10px;
}
.sesnews_dashboard_news_photo{
	height:200px;
	position:relative;
	overflow:hidden;
	width:100%;
}
.sesnews_dashboard_news_info_cover img,
.sesnews_dashboard_news_main_photo img, .sesnews_dashboard_news_photo img{
	height:100%;
	object-fit:cover;
	width:100%;
}
.sesnews_dashboard_news_info_cover .sesnews_labels{
	top:10px;
}
.sesnews_dashboard_news_info_content{
	border-width:1px;
	border-style:solid;
	padding:10px;
}
.sesnews_dashboard_news_info .sesnews_news_status{
	margin-top:10px;
	width:100%;
	padding:5px;
}
.sesnews_dashboard_news_details{
	overflow:hidden;
}
.sesnews_dashboard_news_details .layout_sesnews_advance_share{
	margin:10px 0 0;
	float:left;
	width:100%;
}
/*news hover social icon start*/
.sesnews_list_thumb_over{
	opacity:0;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	-webkit-transition:all 800ms ease 0s;
	-moz-transition:all 800ms ease 0s;
	-o-transition:all 800ms ease 0s;
	transition:all 800ms ease 0s;
}
.sesnews_list_thumb_over > a{
	width:100%;
	height:100%;
	position:absolute;
}
.sesnews_thumb:hover .sesnews_list_thumb_over{
	opacity:1;
	background-color:rgba(0,0,0,0.5);
}
.sesnews_list_grid_thumb_btns{
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center !important;
}
.sesnews_grid_btns{
	position:absolute;
	top:50%;
	left:50%;
	z-index:2;
	display:flex;
	align-items:center;
	justify-content:center;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	transform:translate(-50%, -50%);
	width:100%;
	text-align:center;
}
[dir="rtl"] .sesnews_grid_btns{
	text-align:center;
}
.sesnews_subscribe_btn .sesnews_grid_btns > a {
	background:#8BC34A;
	color:#fff;
	padding:10px 15px;
	border-radius:50px;
}

/*news hover social icon end*/
/*List View*/
.sesnews_list_news_view{
	padding:15px 0;
	border-width:0;
	border-bottom-width:1px;
	margin:0 15px 0 15px;
	position:relative;
}
.sesnews_list_news_view:last-child{
	border-bottom-width:0;
}
.sesnews_list_news_view .sesnews_list_labels,
.sesnews_grid_labels,
.sesnews_grid_inside .sesnews_list_labels{
	position:absolute;
	bottom:10px;
	left:0;
	right:0;
	text-align:center;
	z-index:1;
	transition:all .5s ease;
}
[dir="rtl"] .sesnews_list_news_view .sesnews_list_labels,
[dir="rtl"] .sesnews_grid_labels,
[dir="rtl"] .sesnews_grid_inside .sesnews_list_labels{
	text-align:center;
}
.sesnews_list_news_view .sesnews_list_labels span{
	color:#000;
	display:inline-block;
	font-size:11px;
	letter-spacing:1px;
	margin:0 2px;
	padding:8px 15px;
	font-weight:700;
}
.sesnews_grid_labels,.sesnews_grid_verified_label{
	top:10px;
}
.sesnews_grid_verified_label,.sesnews_verified_label{
	top:0;
	bottom:auto !important;
}
.sesnews_grid_inside_inner .sesnews_grid_verified_label{
	top:0;
	bottom:auto;
}
.sesnews_grid_inside_inner:hover .sesnews_grid_labels,.sesnews_grid_inside_inner:hover .sesnews_grid_verified_label,.sesnews_slideshow_inside:hover .sesnews_grid_labels{
	opacity:0;
}
.sesnews_grid_inside .sesnews_list_labels{
	top:10px;
}
.sesnews_list_news_view .sesnews_list_labels p,
.sesnews_grid_labels p,
.sesnews_grid_inside .sesnews_list_labels p{
	color:#fff;
	font-size:10px;
	letter-spacing:1px;
	font-weight:700;
	border-radius:50px;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	display:inline-block;
}
.sesnews_list_news_view .sesnews_list_info{
	overflow:hidden;
	display:block;
	min-height:204px;
	position:relative;
}
.sesnews_list_news_view .sesnews_list_info_title{
	font-weight:bold;
	font-size:17px;
	margin-bottom:15px;
}
.sesnews_list_news_view .sesnews_list_info_title a{
	position:relative;
	display:block;
}
[dir="rtl"] .sesnews_list_news_view .sesnews_list_info_title a{
	position:relative;
}
.sesnews_list_news_view .sesnews_admin_list{
	display:inline-block;
	width:100%;
}
.sesnews_list_news_view .sesnews_static_list_group{
	border-top-width:1px;
	display:block;
	overflow:hidden;
	padding:10px 0px;
	bottom:0;
	width:100%;
}
.sesnews_list_news_view .sesnews_stats_list{
	float:left;
	margin-right:10px;
}
[dir="rtl"] .sesnews_list_news_view .sesnews_stats_list{
	float:right;
}
.sesnews_list_news_view .sesnews_stats_list span a:first-child{
	float:left;
	margin-right:5px;
	margin-top:-2px;
}
[dir="rtl"] .sesnews_list_news_view .sesnews_stats_list span a:first-child{
	float:right;
	margin-right:0px;
	margin-left:5px;
}
.sesnews_list_news_view .sesnews_stats_list span a img{
	width:20px;
	height:20px;
	border-radius:50%;
}
.sesnews_list_news_view .sesnews_list_stats{
	float:left;
	margin-bottom:5px;
	margin-top:6px;
}
[dir="rtl"] .sesnews_list_news_view .sesnews_list_stats{
	float:right;
}
.sesnews_list_news_view .sesnews_list_view_ratting{
	margin:0px;
}
.sesnews_list_news_view .sesnews_list_view_ratting span{
	vertical-align:bottom;
}
.sesnews_list_news_view .sesnews_list_location{
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	width:25%;
	margin-right:10px;
	float:left;
}
.sesnews_list_news_view .sesnews_list_location span a{
	color:#555;
	text-decoration:none;
}
.sesnews_list_news_view .sesnews_list_stats span{
	margin-right:5px;
}
[dir="rtl"] .sesnews_list_news_view .sesnews_list_stats span{
  margin-right:0;
	margin-left:5px;
}
.sesnews_list_news_view .sesnews_list_stats span i{
	padding-right:5px;
}
.sesnews_list_news_view .sesnews_list_readmore{
	padding:6px 0px;
}
.sesnews_list_news_view .sesnews_list_readmore a{
	font-weight:bold;
	padding:6px 0;
	text-decoration:none;
}
.sesnews_list_news_view .sesnews_list_des{
	margin-top:10px;
}
.sesnews_list_news_view .sesnews_list_thumb{
	float:left;
	height:200px;
	margin:0 20px 0 0;
	overflow:hidden;
	width:300px;
	padding:3px;
  border-width:1px;

}
[dir="rtl"] .sesnews_list_news_view .sesnews_list_thumb{
	float:right;
	margin:0 0 0 10px;
}
.sesnews_list_contant{
	line-height:24px;
	margin-bottom:10px;
	padding-bottom:10px;
}
.sesnews_list_news_view .sesnews_list_thumb:hover .sesnews_list_labels,
.sesnews_list_news_view .sesnews_list_thumb:hover .sesnews_verified_label,
.sesbasic_pinboard_list_item_top.sesnews_thumb:hover .sesnews_verified_label,
.sesnews_list_second_news .sesnews_thumb:hover .sesnews_list_second_news_date{
	display:none;
}
.sesnews_list_news_view .sesnews_verified_label{
	position:absolute;
	bottom:0px;
	right:0px;
	background:#93C33C;
	padding:3px 5px;
	color:#fff;
}

/*list view end*/
/*List View Second*/
.sesnews_list_second_news{
	padding:15px 10px;
	border-bottom-width:1px;
	margin:0 5px 15px;
}
.sesnews_list_second_news .sesnews_list_second_news_date{
	position:absolute;
	bottom:0px;
	right:0px;
	background-color:#0dc7f1;
	color:#fff;
	padding:5px;
	text-align:center;
	box-shadow:0px 0px 5px 1px rgba(0, 0, 0, 0.35);
	min-width:75px;
	opacity:0.8;
}
[dir="rtl"] .sesnews_list_second_news .sesnews_list_second_news_date{
	left:0px;
	right:inherit;
}
.sesnews_list_second_news .sesnews_list_second_news_date p span{
	display:block;
}
.sesnews_list_second_news .sesnews_list_second_news_date p span.date{
	font-weight:bold;
	font-size:22px;
}
.sesnews_list_second_news .sesnews_list_labels span{
	color:#000;
	display:inline-block;
	font-size:11px;
	letter-spacing:1px;
	margin:0 2px;
	padding:8px 15px;
	font-weight:700;
}
.sesnews_list_second_news .sesnews_list_labels p{
	color:#fff;
	font-size:9px;
	letter-spacing:1px;
	padding:8px 15px;
	font-weight:700;
}
.sesnews_list_second_news .sesnews_list_info{
	padding:0px 0px 0px 15px;
	overflow:hidden;
}
.sesnews_list_second_news .sesnews_list_info_title{
	font-weight:bold;
	font-size:20px;
	margin-bottom:10px;
	display:block;
	overflow:hidden;
}
.sesnews_list_second_news .sesnews_admin_list{
	display:inline-block;
	width:100%;
}
.sesnews_list_second_news .sesnews_stats_list{
	float:left;
	margin-right:10px;
	min-height:21px;
}
[dir="rtl"] .sesnews_list_second_news .sesnews_stats_list{
	float:right;
}
.sesnews_list_second_news .sesnews_stats_list span i{
	margin-right:5px;
}
[dir="rtl"] .sesnews_list_second_news .sesnews_stats_list span i{
	margin-right:0px;
	margin-left:5px;
}
.sesnews_list_second_news > .admin_img{
	margin-right:6px;
	margin-bottom:5px;
}
.sesnews_list_second_news .sesnews_stats_list span a:first-child{
	float:left;
	margin-right:5px;
}
[dir="rtl"] .sesnews_list_second_news .sesnews_stats_list span a:first-child{
	float:right;
	margin-right:0px;
	margin-left:5px;
}
.sesnews_list_second_news .sesnews_stats_list span a img{
	height:20px;
	width:20px;
	border-radius:50%;
	float:left;
}
.sesnews_list_second_news .sesnews_list_contant{
	border-bottom:0px;
	margin-bottom:0px;
}
.sesnews_list_second_news .sesnews_list_stats{
	margin-bottom:5px;
}
.sesnews_list_second_news .sesnews_list_location{
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	width:25%;
	margin-right:10px;
	float:left;
}
.sesnews_list_second_news .sesnews_list_location span a{
	color:#555;
	text-decoration:none;
}
.sesnews_list_second_news .sesnews_list_stats span{
	margin-right:5px;
}
[dir="rtl"] .sesnews_list_second_news .sesnews_list_stats span{
	margin-right:0px;
	margin-left:0px;
}
[dir="rtl"] .sesnews_list_second_news .sesnews_list_stats span i{
	padding-right:0px;
	padding-left:5px;
}
.sesnews_list_second_news .sesnews_list_readmore{
	padding:15px 0px 5px 0px;
}
.sesnews_list_second_news .sesnews_list_readmore a{
	border-width:1px;
	padding:6px 10px;
	text-decoration:none;
}
.sesnews_list_second_news .sesnews_list_des{
	margin-top:10px;
	min-height:72px;
}
.sesnews_list_second_news .sesnews_list_thumb{
	float:left;
	height:200px ;
	margin:0 10px 0 0;
	overflow:hidden;
	width:300px;
}
[dir="rtl"] .sesnews_list_second_news .sesnews_list_thumb{
	float:right;
	margin:0 0 0 10px;
}
.sesnews_list_second_news .sesnews_thumb{
	border:none !important;
}
.sesnews_list_second_news .sesnews_list_thumb:hover .sesnews_list_labels,
.sesnews_list_second_news .sesnews_list_thumb:hover .sesnews_verified_label,
.sesnews_list_news_view .sesnews_list_thumb:hover .sesnews_verified_label,
.sesbasic_pinboard_list_item_top.sesnews_thumb:hover .sesnews_verified_label{
	display:none;
}
.sesnews_list_second_news .sesnews_verified_label{
	position:absolute;
	bottom:inherit;
	top:0px;
	right:0px;
	background:#93C33C;
	padding:3px 5px;
	color:#fff;
}
/*list view second end*/
/*full list view start*/
.sesnews_list_full_view{
	margin-bottom:0px;
	border-left-width:5px;
	padding-left:47px;
	padding-bottom:20px;
	margin-left:28px;
	position:relative;
}
[dir="rtl"] .sesnews_list_full_view{
	margin-bottom:0px;
	border-right-width:5px;
	border-left-width:0px;
	padding-right:47px;
	padding-left:0px;
	padding-bottom:20px;
	margin-right:28px;
	margin-left:0px;
	position:relative;
}
.sesnews_list_full_view .sesnews_list_full_date_news{
	position:absolute;
	top:20px;
	left:-30px;
	background:#FFF;
	padding:10px;
	width:60px;
	border-radius:50%;
	height:60px;
	border-width:4px;
	text-align:center;
}
[dir="rtl"] .sesnews_list_full_view .sesnews_list_full_date_news{
	right:-30px;
	left:inherit;
}
.sesnews_list_full_view .sesnews_list_grid_thumb_btns .sesbasic_icon_btn{
	float:none !important;
	border-radius:50%;
	border:2px solid;
	border-color:#fff;
	display:inline-block;
	height:35px;
	width:35px;
}
.sesnews_list_full_view .sesnews_list_labels span{
	color:#000;
	display:inline-block;
	font-size:11px;
	letter-spacing:1px;
	margin:0 2px;
	padding:8px 15px;
	font-weight:700;
}
.sesnews_list_full_view .sesnews_list_labels p{
	color:#fff;
	font-size:9px;
	letter-spacing:1px;
	padding:8px 15px;
	font-weight:700;
}
.sesnews_list_full_view .sesnews_list_full_view_info{
	padding:10px 1px;
	overflow:hidden;
	clear:both;
}
.sesnews_list_full_view .sesnews_list_full_view_info .sesnews_list_info_title{
	font-weight:bold;
	font-size:22px;
	margin-bottom:10px;
}
.sesnews_list_full_view .sesnews_list_full_meta{
	clear:both;
	overflow:hidden;
}
.sesnews_list_full_view .sesnews_list_stats{
	float:left;
	margin-right:10px;
}
[dir="rtl"] .sesnews_list_full_view .sesnews_list_stats{
	float:right;
	margin-right:0px;
	margin-left:10px;
}
.sesnews_list_full_view .sesnews_list_stats span i{
	width:15px;
	margin-right:5px;
	text-align:center;
}
[dir="rtl"] .sesnews_list_full_view .sesnews_list_stats span i{
	margin-left:5px;
	margin-right:0px;
}
.sesnews_list_full_view .sesnews_list_stats span a:first-child{
	float:left;
	margin-right:5px;
}
[dir="rtl"] .sesnews_list_full_view .sesnews_list_stats span a:first-child{
	float:right;
	margin-right:0px;
	margin-left:5px;
}
.sesnews_list_full_view .sesnews_list_stats span a img{
	width:20px;
	height:20px;
	border-radius:50%;
}
.sesnews_list_full_view .sesnews_list_des{
	margin-top:10px;
	font-weight:600;
}
.sesnews_list_full_view .sesnews_list_thumb{
	float:left;
	margin:0 10px 0 0;
	overflow:hidden;
	width:100%;
}
.sesnews_list_full_view .sesnews_list_thumb img{
	width:100%;
}
.sesnews_list_full_view .sesnews_list_contant{
	line-height:24px;
	margin-bottom:10px;
	border-bottom-width:1px;
	padding-bottom:10px;
}
.sesnews_list_full_view .sesnews_list_thumb:hover .sesnews_list_labels,
.sesnews_list_full_view .sesnews_list_thumb:hover .sesnews_verified_label{
	display:none;
}
.sesnews_list_full_view .sesnews_list_full_border{
	clear:both;
	overflow:hidden;
	margin-top:10px;
}
.sesnews_list_full_view .sesnews_list_full_border .sesnews_list_border_one{
	background:#4a4a4a;
	width:25%;
	padding:3px
}
.sesnews_list_full_view .sesnews_list_full_border .sesnews_list_border_two{
	width:35%;
	padding:3px;
}
.sesnews_list_full_view .sesnews_list_full_border .sesnews_list_border_three{
	width:40%;
	padding:3px;
	background-color:#ccc;
}
.sesnews_list_full_view .sesnews_list_full_contant_news{
	padding:10px;
	line-height:25px;
}
.sesnews_list_full_view .sesnews_list_full_stats{
	width:100%;
	background:#7b7b7b;
	padding:0px;
	margin-bottom:5px;
	clear:both;
	overflow:hidden;
	display:table;
}
.sesnews_list_full_view .sesnews_list_full_stats span{
	margin-right:0px;
	display:block;
	display:table-cell;
	border-right-width:2px;
	padding:10px 0px 10px 15px;
	text-align:center;
	width:10%;
	font-weight:600;
}
[dir="rtl"] .sesnews_list_full_view .sesnews_list_full_stats span{
	border-left-width:2px;
	border-right-width:0px;
}
.sesnews_list_full_view .sesnews_list_full_stats span:last-child{
	border-right:none;
}
[dir="rtl"] .sesnews_list_full_view .sesnews_list_full_stats span:last-child{
	border-left:none;
}
.sesnews_list_full_view .sesnews_list_full_stats span i{
	text-align:left;
	float:left;
}
.sesnews_list_full_view .sesnews_list_readmore{
	padding:6px 10px;
}
.sesnews_list_full_view .sesnews_list_readmore a{
	border-width:1px;
	padding:6px 10px;
	text-decoration:none;
}
/* full list view end*/
/* new full list view start*/
.sesnews_list_new_full_view {
	margin:15px;
	border-width:1px;
}
.sesnews_list_new_full_view .sesnews_list_full_thumb{
	display:block;
	overflow:hidden;
	width:100%;
}
.sesnews_list_new_full_view .sesnews_list_full_thumb a img{
	width:100%;
	max-height:300px;
	object-fit:cover;
}
.sesnews_list_new_full_view .sesnews_list_new_full_view_meta ul{
	text-align:center;
	padding:15px 0px 10px;
}
.sesnews_list_new_full_view .sesnews_list_new_full_view_meta ul li{
	display:inline-block;
	vertical-align:top;
}
.sesnews_list_new_full_view .sesnews_list_new_full_view_meta ul li + li{
	border-left-width:1px;
	margin:0px 0px 0px 5px;
	padding:0px 0px 0px 10px;
}
[dir="rtl"] .sesnews_list_new_full_view .sesnews_list_new_full_view_meta ul li + li{
	border-width:0 1px 0 0;
	padding:0px 10px 0px 0px;
}
.sesnews_list_new_full_view .sesnews_list_new_full_view_meta .sesnews_list_new_full_view_meta_location{
	max-width:25%;
}
.sesnews_list_new_full_view .sesnews_list_new_full_view_meta ul li .sesnews_list_location{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	float:left;
	width:100%;
}
.sesnews_list_new_full_view .sesnews_list_new_full_view_meta ul li span a img{
	width:20px;
	height:20px;
	border-radius:50%;
  vertical-align:middle;
}
.sesnews_list_new_full_view .sesnews_list_full_view_info{
	padding:0px 15px;
}
.sesnews_list_new_full_view .sesnews_list_stats span i {
    width:15px;
    margin-right:5px;
    text-align:center;
}
.sesnews_list_new_full_view .sesnews_list_info_title{
	text-align:center;
}
.sesnews_list_new_full_view .sesnews_list_info_title a{
	font-size:20px;
}
.sesnews_list_new_full_view  .sesnews_list_new_full_contant_news{
	margin:15px 0px;
	line-height:24px;
}
.sesnews_list_new_full_view .sesnews_list_new_full_stats{
	display:inline-block;
	clear:both;
	margin:10px 0px;
	width:100%;
}
.sesnews_list_new_full_view .sesnews_list_new_full_stats .sesnews_list_stats{
	margin:10px 20px 10px 0px;
}
[dir="rtl"] .sesnews_list_new_full_view .sesnews_list_new_full_stats .sesnews_list_stats{
	margin:10px 10px 10px 20px;
}
.sesnews_list_new_full_view .sesnews_list_new_full_stats .sesnews_list_stats ul li{
	display:inline-block;
}
.sesnews_list_new_full_view .sesnews_list_socialicon{
	margin-left:20px;
}
[dir="rtl"] .sesnews_list_new_full_view .sesnews_list_socialicon{
	margin-left:0;
	margin-right:20px;
}
.sesnews_list_new_full_view .sesnews_list_divider{
	border-top-width:1px;
	overflow:hidden;
	margin:18px 0px 0px 0px;
}
.sesnews_list_new_full_view .sesnews_list_socialicon ul li{
	display:inline-block;
	border-width:1px;
	border-radius:50%;
	padding:8px 12px;
}
.sesnews_list_new_full_view .sesnews_list_socialicon ul li + li{
	margin-left:10px;
}
/* new full list view end/*
/*Grid View start*/
.sesnews_grid{
	margin:0 0 20px;
}
.sesnews_news_grid_view{
	margin: 0 -5px;
}
.sesnews_news_grid_view li{
	margin: 0 5px;
	display:inline-block;
}
.sesnews_grid .sesnews_grid_inner{
	position:relative;
	overflow:hidden;
	width:100%;
	border-radius:6px;
}
.sesnews_grid .sesnews_grid_thumb{
	float:left;
	height:150px;
	overflow:hidden;
	width:100%;
	position:relative;
}
.sesnews_grid .sesnews_grid_thumb > a{
	height:100%;
	width:100%;
}
.sesnews_grid .sesnews_thumb{
	border:none !important;
}
.sesnews_grid .sesnews_grid_labels{
	position:absolute;
	text-align:center;
	top:10px;
	left:0;
	right:0;
	text-align:center;
	z-index:0;
}
.sesnews_grid .sesnews_grid_labels p{
	color:#fff;
	font-size:10px;
	letter-spacing:1px;
	font-weight:700;
	border-radius:50px;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	display:inline-block;
}
.sesnews_grid_labels p i{
	display:block;
	text-align:center;
	line-height:19px;
}
.sesnews_grid .sesnews_grid_inner:hover .sesnews_grid_labels,
.sesnews_grid .sesnews_grid_inner:hover .sesnews_verified_label,
.sesnews_grid .sesnews_grid_inner:hover .sesnews_grid_verified_label{
	display:none;
}
.sesnews_grid .sesnews_verified_label,
.sesnews_list_full_thumb .sesnews_verified_label,
.sesnews_grid_verified_label{
	position:absolute;
	bottom:0px;
	right:5px;
	background:#93C33C;
	padding:3px 5px;
	color:#fff;
}
.sesnews_grid .sesnews_grid_thumb_btns .sesbasic_icon_btn{
	border-radius:50%;
	float:none !important;
	display:inline-block;
	border:2px solid;
	border-color:#fff;
	height:35px;
	width:35px;
}
.sesnews_grid .sesnews_grid_info{
	position:absolute;
  left:0;
  right:0;
	bottom:0;
	border-width:1px;
	padding:15px 8px;
	border:none;
	background:rgba(0, 0, 0, 0.7);
}
.sesnews_grid .sesnews_grid_info_title{
	height:20px;
	margin-bottom:10px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	display:block;
	padding-right:10px;
}
.sesnews_grid .sesnews_grid_meta_block{
	clear:both;
	overflow:hidden;
}
.sesnews_grid .sesnews_grid_meta_block .sesnews_list_stats:last-child{
	float:right;
  margin-top:2px;
}
[dir="rtl"] .sesnews_grid .sesnews_grid_meta_block .sesnews_list_stats:last-child {
  float:left;
  margin-top:0;
}
.sesnews_grid .sesnews_list_stats{
	float:left;
	margin-bottom:5px;
}
[dir="rtl"] .sesnews_grid .sesnews_list_stats{
	float:right;
}
.sesnews_grid .sesnews_list_stats span a{
	color:#fff;
}
.sesnews_grid .sesnews_list_stats span{
	margin-right:5px;
	color:#fff;
}
.sesnews_grid_info_title a{
	color:#fff;
}
.sesnews_grid .sesnews_grid_hover_block{
	background:#000;
}
[dir="rtl"] .sesnews_grid .sesnews_list_stats span{
	margin-right:0px;
	margin-left:5px;
}
[dir="rtl"] .sesnews_grid .sesnews_list_stats span a:first-child{
	float:right;
	margin-left:5px;
}
.sesnews_grid_hover_block > a{
	width:100%;
	height:100%;
	display:block;
}
.sesnews_grid .sesnews_grid_meta_block .sesnews_list_stats span a:first-child{
	float:left;
	margin-right:5px;
}
[dir="rtl"] .sesnews_grid .sesnews_grid_meta_block .sesnews_list_stats span a:first-child{
	float:right;
}
.sesnews_grid .sesnews_grid_meta_block .sesnews_list_stats span a img{
	height:20px;
	width:20px;
	border-radius:50%;
	float:left;
	margin-right:0px;
}
.sesnews_grid .sesnews_list_stats span i{
	margin-right:5px;
}
.sesnews_grid .sesnews_grid_meta_block .sesnews_list_location{
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	float:none;
}
.sesnews_grid .sesnews_grid_hover_block{
	clear:both;
	overflow:hidden;
	position:absolute;
	bottom:0px;
	top:100%;
	height:100%;
	padding:4px 10px;
	width:100%;
	opacity:0.8;
	transition:all .5s ease;
}
.sesnews_grid .sesnews_grid_info_hover_title{
	font-weight:bold;
	margin-bottom:10px;
	margin-top:50px;
	display:none;
}
.sesnews_grid .sesnews_grid_info_hover_title span{
	width:25%;
	border:1px solid;
	display:block;
	border-color:#fff;
	margin-top:10px;
}
.sesnews_grid_hover_block .sesnews_grid_meta_block{
	padding:5px;
	margin-bottom:5px;
	display:none;
}
.sesnews_grid .sesnews_grid_inner:hover .sesnews_grid_hover_block{
	top:0;
	margin-top:0;
	-webkit-transition:all 800ms ease 0s;
	-moz-transition:all 800ms ease 0s;
	-o-transition:all 800ms ease 0s;
	transition:all 800ms ease 0s;
}
.sesnews_grid .sesnews_grid_des{
	margin-top:10px;
}
.sesnews_grid .sesnews_grid_des{
	line-height:22px;
	margin:5px 0px;
}
.sesnews_grid .sesnews_grid_hover_block_footer{
	position:absolute;
	bottom:10px;
	right:12px;
	left:12px;
}
.sesnews_grid .sesnews_thumb:hover .sesnews_grid_info{
	bottom:-100px;
	transition:all .5s ease;
}
.sesnews_grid .sesnews_grid_read_btn{
	float:none;
}
[dir="rtl"] .sesnews_grid .sesnews_grid_read_btn{
	border-left:none;
	padding-left:0px;
	border-right:1px solid #fff;
	padding-right:7px;
}
.sesnews_grid .sesnews_grid_read_btn a{
	display:block;
	color:#fff;
	text-decoration:none;
	float:left;
}
.sesnews_grid .sesnews_grid_inner.sesnews_thumb:hover .sesnews_list_thumb_over{
	background:none;
}
.sesnews_grid .sesnews_list_thumb_over{
	height:auto;
}
.sesnews_grid .sesnews_list_thumb_over > a{
	height:auto;
}
.sesnews_grid .sesnews_list_grid_thumb_btns{
	position:absolute;
	top:-20px;
	left:50%;
	z-index:2;
	-webkit-transition:all 800ms ease 0s;
	-moz-transition:all 800ms ease 0s;
	-o-transition:all 800ms ease 0s;
	transition:all 800ms ease 0s;
	transform:translate(-50%, -50%);
	width:100%;
	text-align:center;
	opacity:0;
}
.sesnews_grid .sesnews_grid_inner:hover .sesnews_list_grid_thumb_btns{
	top:30px;
	opacity:1;
}
.layout_left .sesnews_grid .sesnews_grid_inner:hover .sesnews_list_grid_thumb_btns,
.layout_right .sesnews_grid .sesnews_grid_inner:hover .sesnews_list_grid_thumb_btns {
  top:40px;
}
.layout_left .sesnews_grid,
.layout_right .sesnews_grid{
	margin:0 !important;
	padding:0;
	width:100% !important;
}
.layout_left .sesnews_grid + .sesnews_grid,
.layout_right .sesnews_grid + .sesnews_grid{
	margin-top:10px !important;
}
/*Grid View end*/
/*Second Grid view start*/
.sesnews_new_grid_block{
	float:left;
	margin:0 0 15px;
	padding:0 5px;
	width:33.33%;
}
.sesnews_new_grid_block .sesnews_grid_inner{
	position:relative;
	overflow:hidden;
	width:100%;
}
.sesnews_new_grid_block .sesnews_grid_thumb{
	float:left;
	height:100%;
	overflow:hidden;
	width:100%;
}
.sesnews_new_grid_block .sesnews_thumb{
	border:none !important;
}
.sesnews_new_grid_block .sesnews_grid_labels{
	position:absolute;
	text-align:center;
	top:0px;
	z-index:0;
	right:0px;
}
.sesnews_new_grid_block .sesnews_grid_labels p{
	color:#fff;
	font-size:11px;
	letter-spacing:1px;
	padding:6px 10px;
	font-weight:600;
}
.sesnews_new_grid_block .sesnews_grid_thumb:hover .sesnews_grid_labels,
.sesnews_new_grid_block .sesnews_grid_thumb:hover .sesnews_grid_verified_label{
	display:none;
}
.sesnews_new_grid_block .sesnews_grid_thumb_over{
	opacity:0;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	-webkit-transition:all 800ms ease 0s;
	-moz-transition:all 800ms ease 0s;
	-o-transition:all 800ms ease 0s;
	transition:all 800ms ease 0s;
}
.sesnews_new_grid_block .sesnews_grid_thumb_over > a{
	width:100%;
	height:100%;
	position:absolute;
}
.sesnews_new_grid_block .sesnews_thumb:hover .sesnews_grid_thumb_over{
	opacity:1;
	background-color:rgba(0,0,0,0.5);
}
.sesnews_new_grid_block .sesnews_grid_thumb_btns{
	padding-top:35%;
	margin-top:-40px;
	text-align:center;
}
.sesnews_new_grid_block .sesnews_grid_thumb_btns .sesbasic_icon_btn{
	border-radius:50%;
	float:none !important;
	display:inline-block;
	border:2px solid;
	border-color:#fff;
	height:35px;
	width:35px;
}
.sesnews_new_grid_block .sesnews_grid_info_title{
	padding:7px;
	background:#000;
}
.sesnews_new_grid_block .sesnews_grid_info_title a{
	text-transform:uppercase;
	text-decoration:none;
	color:#fff !important;
}
.sesnews_new_grid_block .sesnews_grid_info{
	padding:11px 0px 0px 20px;
	position:relative;
	transition:all .5s ease;
}
.sesnews_new_grid_block .sesnews_grid_date_news{
	padding:6px 15px;
	word-break:break-all;
	word-wrap:break-word;
	text-transform:capitalize;
	width:60px;
	position:absolute;
	top:-24px;
	left:20px;
	text-align:center;
	text-decoration:none;
}
[dir="rtl"] .sesnews_new_grid_block .sesnews_grid_date_news{
	right:20px;
	left:inherit;
}
.sesnews_new_grid_block .sesnews_list_rating{
	margin-top:25px;
}
.sesnews_new_grid_block .sesnews_second_grid_info_title{
	font-size:16px;
	margin-top:25px;
	margin-bottom:10px;
	font-weight:bold;
	overflow:hidden;
	display:block;
	padding-right:15px;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.sesnews_new_grid_block .sesnews_grid_meta_block{
	margin-bottom:10px;
	clear:both;
	overflow:hidden;
}
.sesnews_new_grid_block .sesnews_grid_meta_block .sesnews_list_stats{
	float:left;
	margin-right:10px;
}
[dir="rtl"] .sesnews_new_grid_block .sesnews_grid_meta_block .sesnews_list_stats{
	float:right;
	margin-right:0px;
	margin-left:10px;
}
[dir="rtl"] .sesnews_new_grid_block .sesnews_grid_meta_block .sesnews_list_stats span a:first-child{
	float:right;
	margin-left:5px;
}
.sesnews_new_grid_block .sesnews_grid_meta_block .sesnews_list_stats span a img{
	width:20px;
	height:20px;
	border-radius:50%;
	float:left;
	margin-right:5px;
}
.sesnews_new_grid_block .sesnews_grid_meta_block .sesnews_list_stats span i{
	margin-right:5px;
}
[dir="rtl"] .sesnews_new_grid_block .sesnews_grid_meta_block .sesnews_list_stats span i{
	margin-left:5px;
	margin-right:0px;
}
.sesnews_new_grid_block .sesnews_grid_meta_block .sesnews_list_location{
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	float:none !important;
}
.sesnews_new_grid_block .sesnews_grid_des{
	margin:10px 0px;
}
.sesnews_new_grid_block .sesnews_grid_des span{
	border-top-width:1px;
	width:25%;
	height:1px;
	display:block;
	margin-top:10px;
}
.sesnews_new_grid_block .sesnews_comment_list span{
	margin-right:10px;
}
[dir="rtl"] .sesnews_new_grid_block .sesnews_comment_list span{
	margin-right:0px;
	margin-left:10px;
}
.sesnews_new_grid_block .sesnews_comment_list span i{
	margin-right:5px;
}
[dir="rtl"] .sesnews_new_grid_block .sesnews_comment_list span i{
	margin-left:5px;
	margin-right:0px;
}
.sesnews_new_grid_block .sesnews_second_readmore_link{
	padding:5px;
	text-align:center;
	margin-top:11px;
	background:#000;
}
.sesnews_new_grid_block .sesnews_second_readmore_link a{
	color:#fff;
	text-decoration:none;
}
/*Second Grid view end*/
/*three Grid view start*/
.sesnews_last_grid_block{
	float:left;
	margin:0 0 15px;
	padding:0 5px;
	width:50%;
}
[dir="rtl"] .sesnews_last_grid_block{
	float:right;
}
.sesnews_last_grid_block .sesnews_grid_inner{
	position:relative;
	overflow:hidden;
	width:100%;
	border-width:1px;
	padding:15px;
	border-style:dashed;
	border-color:#ccc;
}
.sesnews_last_grid_block .sesnews_gird-top_news .sesnews_grid_info_title a{
	font-weight:bold;
	text-transform:uppercase;
}
.sesnews_last_grid_block .sesnews_gird-top_news{
	clear:both;
	overflow:hidden;
	margin-bottom:8px;
}
.sesnews_last_grid_block .sesnews_grid_thumb{
	float:left;
	height:400px;
	overflow:hidden;
	width:100%;
}
.sesnews_last_grid_block .sesnews_thumb{
	border:none !important;
}
.sesnews_last_grid_block .sesnews_grid_labels{
	position:absolute;
	text-align:center;
	bottom:0px;
	z-index:0;
}
.sesnews_last_grid_block .sesnews_grid_labels p{
	color:#fff;
	font-size:11px;
	letter-spacing:1px;
	padding:6px 10px;
	font-weight:600;
}
.sesnews_last_grid_block:hover .sesnews_grid_labels,
.sesnews_last_grid_block:hover .sesnews_grid_verified_label{
	display:none;
}
.sesnews_last_grid_block .sesnews_grid_thumb_over{
	opacity:0;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	-webkit-transition:all 800ms ease 0s;
	-moz-transition:all 800ms ease 0s;
	-o-transition:all 800ms ease 0s;
	transition:all 800ms ease 0s;
}
.sesnews_last_grid_block .sesnews_grid_thumb_over > a{
	width:100%;
	height:100%;
	position:absolute;
}
.sesnews_last_grid_block:hover .sesnews_thumb .sesnews_grid_thumb_over{
	opacity:1;
	background-color:rgba(0,0,0,0.1);
}
.sesnews_last_grid_block .sesnews_list_grid_thumb_btns{
	top:-30px;
	right:10px;
	text-align:right;
	opacity:0;
	-webkit-transition:all 800ms ease 0s;
	-moz-transition:all 800ms ease 0s;
	-o-transition:all 800ms ease 0s;
	transition:all 800ms ease 0s;
}
.sesnews_last_grid_block:hover .sesnews_list_grid_thumb_btns{
	top:30px;
	opacity:1;
}
.sesnews_last_grid_block .sesnews_grid_thumb_btns .sesbasic_icon_btn{
	border-radius:50%;
	float:none !important;
	display:inline-block;
	border:2px solid;
	border-color:#fff;
	height:35px;
	width:35px;
}
.sesnews_last_grid_block .sesnews_grid_info{
	position:absolute;
	background-color:rgba(255, 255, 255, 0.9);
	padding:20px 15px;
	top:35%;
	left:7%;
	width:85%;
}
.sesnews_last_grid_block .sesnews_grid_info:before{
	position:absolute;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	opacity:0.1;
}
.sesnews_last_grid_block .sesnews_grid_info > *{
	position:relative;
}
.sesnews_last_grid_block .sesnews_grid_meta_block{
	clear:both;
	overflow:hidden;
	margin-bottom:10px;
}
.sesnews_last_grid_block .sesnews_grid_meta_block .sesnews_list_stats{
	float:left;
	margin-right:10px;
}
[dir="rtl"] .sesnews_last_grid_block .sesnews_grid_meta_block .sesnews_list_stats{
	float:right;
	margin-right:0px;
	margin-left:10px;
}
.sesnews_last_grid_block .sesnews_grid_meta_block .sesnews_list_location{
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	float:none !important;
}
[dir="rtl"] .sesnews_last_grid_block .sesnews_grid_meta_block .sesnews_list_stats span a:first-child{
	float:right;
	margin-left:5px;
}
.sesnews_last_grid_block .sesnews_grid_meta_block .sesnews_list_stats span a img{
	width:20px;
	height:20px;
	border-radius:50%;
	float:left;
	margin-right:5px;
}
.sesnews_last_grid_block .sesnews_grid_three_info_title{
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	margin:10px 0px;
	overflow:hidden;
	display:block;
	padding-right:15px;
}
.sesnews_last_grid_block .sesnews_grid_three_info_title a{
	text-decoration:none;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	display:block;
}
.sesnews_last_grid_block .sesnews_grid_des{
	margin-bottom:10px;
}
.sesnews_last_grid_block .sesnews_comment_list span{
	margin-right:10px;
}
[dir="rtl"] .sesnews_last_grid_block .sesnews_comment_list span{
	margin-right:0px;
	margin-left:10px;
}
.sesnews_last_grid_block .sesnews_comment_list span i{
	margin-right:5px;
}
[dir="rtl"] .sesnews_last_grid_block .sesnews_comment_list span i{
	margin-right:0px;
	margin-left:5px;
}
/*three Grid view end*/
/*new grid view start*/
.sesnews_new_grid{
	float:left;
	margin:0 0 30px;
	padding:0 5px;
	width:33%;
}
.sesnews_new_grid .sesnews_new_grid_inner{
	overflow:hidden;
	width:100%;
}
.sesnews_new_grid .sesnews_new_grid_inner a.sesnews_thumb_img{
	float:left;
	height:100%;
	overflow:hidden;
	width:100%;
	position:relative;
}
.sesnews_new_grid .sesnews_new_grid_inner a img{
	height:100%;
	object-fit:cover;
	width:100%;
}
.sesnews_new_grid .sesnews_grid_info,
.sesnews_new_grid .sesnews_grid_stats ul{
	background-image:url('../images/transprant-bg.png');
}
.sesnews_new_grid .sesnews_grid_info .sesnews_new_grid_category_title{
	margin:15px 0px 6px 0px;
	text-align:center;
}
.sesnews_new_grid .sesnews_gird_title{
	text-align:center;
	font-size:17px;
	padding:0px 10px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.sesnews_new_grid .sesnews_grid_meta_tegs ul{
	margin:15px 0px;
	text-align:center;
	padding:0px 10px;
}
.sesnews_new_grid .sesnews_grid_meta_tegs ul li{
	display:inline-block;
	vertical-align:top;
}
.sesnews_new_grid .sesnews_grid_meta_tegs ul li + li{
	border-left-width:1px;
	margin-left:5px;
	padding-left:5px;
}
.sesnews_new_grid .sesnews_grid_meta_tegs ul li span a:first-child{
	float:left;
	margin-right:5px;
}
[dir="rtl"] .sesnews_new_grid .sesnews_grid_meta_tegs ul li span a:first-child{
	float:right;
	margin-left:5px;
	margin-right:0;
}
.sesnews_new_grid .sesnews_grid_meta_tegs ul li .sesnews_list_location{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	float:left;
	width:100%;
}
.sesnews_new_grid .sesnews_grid_meta_tegs ul li span a img{
	height:20px;
	width:20px;
	border-radius:50%;
	float:left;
	margin-right:0px;
}
.sesnews_new_grid .sesnews_grid_meta_tegs ul li a{
	font-style:italic;
}
.sesnews_new_grid .sesnews_grid_meta_tegs .sesnews_grid_meta_location{
	max-width:25%;
}
.sesnews_new_grid .sesnews_grid_contant{
	text-align:center;
	margin:15px 0px;
	min-height:40px;
	padding:0px 10px;
}
.sesnews_new_grid .sesnews_grid_stats{
	position:relative;
}
.sesnews_new_grid .sesnews_grid_stats ul li span i{
	margin-right:5px;
}
.sesnews_new_grid .sesnews_grid_stats ul{
	text-align:center;
	bottom:-6px;
	padding:0px 7px;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	white-space:nowrap;
}
.sesnews_grid_divider{
	height:1px;
	width:100%;
	background:#000;
	margin-top:30px;
}
.sesnews_new_grid .sesnews_grid_stats ul li{
	display:inline-block;
}
.sesnews_new_grid .sesnews_grid_stats ul li + li{
	margin-left:5px;
	padding-left:5px;
	border-left-width:1px;
}
/*new grid view end*/
/*pinboard news start*/
.sesnews_news_listing[class*="sesbasic_pinboard"]{
  padding-bottom:50px;
  box-sizing:content-box;
}
.sesnews_pinboard_list{
	display:block;
	float:left;
	padding:5px;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}
.sesnews_pinboard_list_item{
	float:left;
	width:100%;
}
.sesnews_pinboard_list_item_top{
	position:relative;
}
.sesnews_pinboard_list_item_thumb{
	display:block;
}
.sesnews_pinboard_list_item_thumb img{
	float:left;
	width:100%;
}
.sesnews_label_hot {
  background:#ffa500;
}
.sesnews_label_new{
  background:#673ab7;
}
.sesnews_pinboard_list .sesnews_pinboard_labels{
	position:absolute;
	top:10px;
	left:0;
	right:0;
	text-align:center;
	z-index:1;
}
.sesnews_pinboard_list .sesnews_pinboard_labels p{
	color:#fff;
	font-size:10px;
	letter-spacing:1px;
	font-weight:700;
	border-radius:50px;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	display:inline-block;
}
.sesnews_pinboard_list .sesnews_verified_label{
	top:0px;
	bottom:inherit;
}
.sesnews_pinboard_list_item_top:hover .sesnews_pinboard_labels{
	display:none;
}
.sesnews_pinboard_list .sesnews_pinboard_thumb_over{
	opacity:0;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	-webkit-transition:all 800ms ease 0s;
	-moz-transition:all 800ms ease 0s;
	-o-transition:all 800ms ease 0s;
	transition:all 800ms ease 0s;
}
.sesnews_pinboard_list .sesnews_pinboard_thumb_over > a{
	width:100%;
	height:100%;
	position:absolute;
}
.sesnews_pinboard_list_item_top:hover .sesnews_pinboard_thumb_over{
	opacity:1;
	background-color:rgba(0,0,0,0.5);
}
.sesnews_pinboard_list .sesnews_pinboard_list_btns{
	padding-top:50%;
	margin-top:-17px;
	text-align:center;
}
.sesnews_pinboard_list .sesnews_pinboard_list_btns .sesbasic_icon_btn{
	border-radius:50%;
	float:none !important;
	display:inline-block;
	border:2px solid;
	border-color:#fff;
	height:35px;
	width:35px;
}
.sesnews_pinboard_info_news{
  border-width:1px;
	clear:both;
	position:relative;
}
.sesnews_pinboard_list_item_cont{
	padding:10px;
	position:relative;
}
.sesnews_pinboard_categry{
	margin-bottom:10px;
	position:absolute;
  top:5px;
}
.sesnews_pinboard_categry > span {
	padding:5px;
}
.sesnews_pinboard_categry span a{
	text-decoration:none;
}
[dir="rtl"] .sesnews_pinboard_categry span a i{
	padding-left:5px;
}
.sesnews_pinboard_title{
	font-weight:bold;
	margin-bottom:10px;
	overflow:hidden;
	display:block;
	padding-right:10px;
}
.sesnews_pinboard_meta_news{
	clear:both;
	overflow:hidden;
	padding-bottom:10px;
}
.sesnews_pinboard_meta_news .sesnews_list_stats{
	float:left;
	width:auto;
	clear:none;
	margin-right:10px;
}
[dir="rtl"] .sesnews_pinboard_meta_news .sesnews_list_stats{
	float:right;
	margin-left:10px;
	margin-right:0px;
}
[dir="rtl"] .sesnews_pinboard_meta_news .sesnews_list_stats a:first-child{
	float:right;
	margin-left:5px;
}
.sesnews_pinboard_meta_news .sesnews_list_stats span i{
	margin-right:5px;
}
[dir="rtl"] .sesnews_pinboard_meta_news .sesnews_list_stats span i{
	margin-right:0px;
	margin-left:5px;
}
.sesnews_pinboard_meta_news .sesnews_list_stats a img{
	width:24px;
	height:24px;
	border-radius:50%;
	float:left;
	margin-right:5px;
}
.sesnews_pinboard_meta_news .sesnews_list_location{
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	float:none !important;
}
.sesnews_pinboard_list_item_des{
	margin:5px 0 0;
	overflow:hidden;
	line-height:20px;
  letter-spacing:.4px;
}
.sesnews_pinboard_readmore > a{
	display:inline-block;
  text-decoration:none;
	padding:6px 0;
	font-weight:bold;
}
.sesnews_pinboard_list_statics{
	text-align:center !important;
	padding:10px 0;
  border-top-width:1px;
  margin-top:10px;
}
.sesnews_pinboard_list_statics > span{
	margin-right:10px;
}
[dir="rtl"] .sesnews_pinboard_list_statics > span{
	margin-right:0;
	margin-left:10px;
}
.sesnews_pinboard_list_statics > span i{
	margin-right:5px;
}
.sesnews_pinboard_list_comments .comments{
	width:100%;
}
.sesnews_pinboard_list_comments .comments .sesadvcmt_options{
	padding:0 10px;
}
.sesnews_pinboard_list_comments .comments > form,
.sesnews_pinboard_list_comments .comments > ul > li{
  border-top-width:0;
  background-color:rgba(0, 0, 0, .02);
  padding:10px;
	margin-top:0;
  border-top-style:solid;
}
.sesnews_pinboard_list_comments .comments > form > textarea{
	width:100%;
	border-width:1px;
	padding:5px;
}
.sesnews_pinboard_list_comments .comments ul li .comments_body{
	display:block;
}
.sesnews_pinboard_list .comments_options{
	display:none;
}
.sesnews_grid .sesnews_grid_des,.sesnews_grid .sesnews_grid_hover_block  .sesnews_list_contant{
	line-height:22px;
	margin:50px 0 10px;
}
.sesnews_pinboard_list + div > .sesbasic_paging{
	position:absolute;
	bottom:10px;
	margin:0px;
}
/*pinboard news end*/
/*Sidebar grid list view*/
.sesnews_sidebar_grid{
	margin:0 0 20px;
	position:relative;
	overflow:hidden;
}
.sesnews_sidebar_grid .sesnews_thumb{
	border:none !important;
}
.sesnews_sidebar_grid .sesnews_grid_inner{
	position:relative;
	overflow:hidden;
	width:100%;
}
.sesnews_sidebar_grid .sesnews_grid_thumb{
	float:left;
	height:150px;
	overflow:hidden;
	width:100%;
	position:relative;
}
.sesnews_sidebar_grid .sesnews_thumb{
	border:none !important;
}
.sesnews_item_grid_thumb_img, .sesnews_item_grid_thumb_img > span{
	width:100%;
	height:100%;
}
.sesnews_item_grid_thumb_img > span{
	background-position:center center;
	background-size:cover;
}
.sesnews_sidebar_grid .sesnews_grid_labels{
	position:absolute;
	text-align:center;
	bottom:0px;
	z-index:0;
}
.sesnews_sidebar_grid .sesnews_grid_labels p{
	color:#fff;
	font-size:11px;
	letter-spacing:1px;
	padding:6px 10px;
	font-weight:600;
}
.sesnews_sidebar_grid .sesnews_grid_inner:hover .sesnews_grid_labels{
	display:none;
}
.sesnews_sidebar_grid .sesnews_grid_thumb_btns .sesbasic_icon_btn{
	border-radius:50%;
	float:none !important;
	display:inline-block;
	border:2px solid;
	border-color:#fff;
	height:35px;
	width:35px;
}
.sesnews_sidebar_grid .sesnews_grid_info_title{
	font-weight:bold;
	margin-bottom:8px;
	font-size:15px;
	height:40px;
	overflow:hidden;
}
.sesnews_sidebar_grid .sesnews_admin a{
	display:inline-block;
	vertical-align:top;
}
.sesnews_sidebar_grid .sesnews_grid_meta_block{
	clear:both;
	overflow:hidden;
}
.sesnews_sidebar_grid .sesnews_grid_meta_block .sesnews_list_stats:last-child{
	border-right:0px;
	margin-right:0px;
}
.sesnews_sidebar_grid .sesnews_list_stats{
	float:left;
	margin-bottom:5px;
}
[dir="rtl"] .sesnews_sidebar_grid .sesnews_list_stats{
	float:right;
}
.sesnews_sidebar_grid .sesnews_list_stats span{
	margin-right:5px;
}
.sesnews_sidebar_grid .sesnews_grid_meta_block .sesnews_list_stats span a:first-child{
	float:left;
	margin-right:5px;
}
.sesnews_sidebar_grid .sesnews_grid_meta_block .sesnews_list_stats span a img{
	height:20px;
	width:20px;
	border-radius:50%;
	float:left;
}
.sesnews_sidebar_grid .sesnews_list_stats span i{
	margin-right:5px;
}
.sesnews_sidebar_grid .sesnews_grid_meta_block .sesnews_list_location{
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	float:none;
}
.sesnews_sidebar_grid .sesnews_grid_des{
	margin-top:10px;
}
.sesnews_sidebar_grid .sesnews_grid_thumb .sesnews_verified_label{
	position:absolute;
	bottom:0px;
	right:0px;
	background:#93C33C;
	padding:3px 5px;
	color:#fff;
}
.sesnews_sidebar_grid .sesnews_admin a img{
	width:20px;
	height:20px;
	border-radius:50%;
	float:left;
	margin-right:5px;
}
[dir="rtl"] .sesnews_sidebar_grid .sesnews_admin a img{
	float:right;
	margin-right:0px;
	margin-left:5px;
}
.layout_right .sesnews_sidebar_grid .sesnews_grid_info_title,
.layout_left .sesnews_sidebar_grid .sesnews_grid_info_title{
	height:auto;
}
/*Sidebar Grid End Here*/
/*News List Inside*/
.sesnews_grid_inside{
	float:left;
	padding:5px;
}
[dir="rtl"] .sesnews_grid_inside{
	float:right;
}
.sesnews_category_carousel_item.sesnews_grid_inside{
	padding:0;
}
.sesnews_grid_inside_inner{
	position:relative;
	overflow:hidden;
}
.sesnews_grid_inside_inner .sesnews_thumb > a,
.sesnews_grid_inside_info  a{
	display:initial;
	vertical-align:top;
}
.sesnews_grid_inside .sesnews_thumb:after{
	background-color:rgba(0, 0, 0, 0.1);
	z-index:1;
	content:"";
	position:absolute;
	height:100%;
	width:100%;
	top:0;
}
.sesnews_news_carousel_wrapper .sesnews_thumb:after{
	display:none;
}
.sesnews_grid_inside_info{
	bottom:0;
	padding:10px;
	position:absolute;
	left:0;
	width:100%;
	z-index:2;
	background:-moz-linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.6) 100%);
	background:-webkit-linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.6) 100%);
	background:-o-linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.6) 100%);
	background:-ms-linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.6) 100%);
	background:linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.6) 100%);
}
.sesnews_grid_inside_info *{
	color:#fff !important;
}
.sesnews_grid_inside_info .category_tag{
	margin:10px 0;
}
.sesnews_grid_inside_info .category_tag a{
	text-decoration:none;
	color:#fff;
	padding:4px 8px;
	border-radius:5px;
}
.sesnews_grid_inside_info .sesnews_list_rating{
	display:block;
	overflow:hidden;
	float:none;
}
.sesnews_grid_inside_info .sesnews_list_stats{
	margin-top:5px;
}
.sesnews_grid_inside_info .sesnews_list_stats i{
	width:15px;
	text-align:center;
}
.sesnews_grid_inside_info .sesnews_list_stats > span, .sesnews_grid_inside_info .sesnews_list_stats > span i{
	margin-right:5px;
}
[dir="rtl"] .sesnews_grid_inside_info .sesnews_list_stats > span, [dir="rtl"] .sesnews_grid_inside_info .sesnews_list_stats > span i{
	margin-right:0px;
	margin-left:5px;
}
.sesnews_grid_inside .sesnews_list_grid_thumb_btns{
	top:-80px;
	position:absolute;
	left:0;
	right:0;
	text-align:center;
	z-index:3;
	transform:none;
	-webkit-transition:all 800ms ease 0s;
	-moz-transition:all 800ms ease 0s;
	-o-transition:all 800ms ease 0s;
	transition:all 800ms ease 0s;
}
.sesnews_grid_inside:hover .sesnews_list_grid_thumb_btns{
	top:30px;
}
.sesnews_grid_inside:hover .sesnews_list_labels, .sesnews_grid_inside:hover .sesnews_verified_label{
	display:none;
}
.sesnews_grid_memta_title{
	position:absolute;
  top:10px;
	left:10px;
}
.sesnews_grid_memta_title > span > a{
	padding:6px 10px;
	border-radius:4px;
}
.sesnews_grid_inside .sesnews_verified_label{
	position:absolute;
	bottom:0px;
	right:0px;
	background:#93C33C;
	padding:3px 5px;
	color:#fff;
}
.layout_left .sesnews_grid_inside,
.layout_right .sesnews_grid_inside{
	width:100% !important;
	padding:5px 0;
}
/*Listings CSS end here*/

/******Dashboard CSS Start Here******/
/*News roles start*/
.sesnews_manage_role_form{
	min-height:526px !important;
}
.sesnews_manage_role_form_top{
	padding-bottom:15px;
	border-bottom-width:1px;
	margin-bottom:15px;
}
.sesnews_manage_role_form p.heading_desc{
	padding:10px 0;
	margin-bottom:10px;
	border-bottom-width:1px;
}
.sesnews_manage_roles_item{
	position:relative;
	margin:20px 0px;
	clear:both;
	width:100%;
	display:inline-block;
}
.sesnews_manage_roles_item span.show_img{
	border:2px dashed #CCC;
	width:50PX;
	height:49px;
	display:inline-block;
	float:left;
	margin-right:10px;
}
[dir="rtl"] .sesnews_manage_roles_item span.show_img{
	float:right;
	margin-right:0px;
	margin-left:10px;
}
.sesnews_manage_roles_item input[type=text]{
	width:50%;
}
.sesnews_manage_roles_item input.input_loading{
	background-image:url(../images/loading.gif);
	background-position:right center;
	background-repeat:no-repeat;
}
[dir="rtl"] .sesnews_manage_roles_item input.input_loading{
	background-position:left center;
}
.sesnews_manage_roles_item ul.sesbasic-autosuggest{
	left:64px;
}
.sesnews_manage_roles_item p.edit_desc{
	display:table;
}
.sesnews_manage_roles_item a.remove_icon{
	float:right;
}
.sesnews_manage_role_form_top button{
	float:right;
}
[dir="rtl"] .sesnews_manage_role_form_top button{
	float:left;
}
.sesnews_manage_role_form .sesnews_footer_contant{
	display:block;
	overflow:hidden;
}
.sesnews_manage_role_form .sesnews_footer_contant b{
	margin-bottom:10px;
	display:block;
}
.sesnews_manage_role_form .sesnews_footer_contant p{
	margin-bottom:15px;
}
.sesnews_footer_contant .admin_manage{
	float:left;
	width:33%;
	padding:10px 10px 10px 10px;
	box-sizing:border-box;
	background-image:url(../images/transprant-bg.png);
	border-width:1px;
	margin-right:2px;
	margin-bottom:2px;
}
[dir="rtl"] .sesnews_footer_contant .admin_manage{
	float:right;
}
.sesnews_footer_contant .admin_manage a{
	float:left;
	padding-right:5px;
}
[dir="rtl"] .sesnews_footer_contant .admin_manage a{
	float:right;
	padding-right:0px;
	padding-left:5px;
}
.sesnews_footer_contant .admin_manage a.remove_news{
	float:right;
}
.sesnews_footer_contant .news_role_img{
	text-align:center;
	margin:20px 0px 0px;
	display:inline-block;
	width:100%;
}
.sesnews_footer_contant .news_role_img img{
	height:50px;
}
/*News roles end*/
/******Dashboard CSS End Here******/
/******NEWS VIEW PAGE START HERE******/
.layout_sesnews_like_button,
.layout_sesnews_favourite_button{
	box-shadow:none !important;
	border-width:0 !important;
	padding:0 !important;
}
.sesnews_button a{
	border-radius:3px;
	display:block;
	padding:10px;
}
.sesnews_button a i{
	margin-right:4px;
}
[dir="rtl"] .sesnews_button a i{
	margin-right:0px;
	margin-left:4px;
}
/*Video Tab*/
.layout_sesnews_profile_videos .sesbasic_profile_tabs_top + .sesbasic_view_type{
	float:left;
	width:100%;
	margin-top:-50px;
}
/*Music Tab*/
.layout_sesnews_profile_musicalbums .sesmusic_item_grid{
	border-width:1px;
}
.sesnews_musicalbum_manage_op{
	position:absolute;
	top:1px;
	right:1px;
	z-index:3;
}
.sesnews_musicalbum_manage_op_btn{
	background-color:#fff;
	padding:5px;
	display:block;
	cursor:pointer;
	height:25px;
	width:25px;
	text-align:center;
}
.sesnews_musicalbum_manage_op_btn i:before{
	font-size:17px;
	color:#555;
	line-height:0;
}
.sesnews_musicalbum_manage_op:hover .sesnews_album_option_box{
	display:block;
	right:0;
	width:140px;
}/*News profile one page start*/
.layout_sesnews_gutter_photo{
//background:#0dc7f1 !important;
}
.sesnews_onear_photo{
	text-align:center;
}
.sesnews_onear_photo a{
	color:#fff;
	display:block;
}
.sesnews_onear_photo a img{
	border-radius:50%;
	border:4px solid #fff;
	max-width:150px;
}
.sesnews_onear_photo a.sesnews_gutter_name{
	margin:10px 0px;
	text-transform:capitalize;
	font-weight:bold;
	font-size:18px;
}
.sesnews_onear_photo p.about_contatant{
	color:#fff;
}
.sesnews_layout_contant h2{
	font-size:22px;
	font-weight:bold;
	margin:10px 0 20px;
	text-align:center;
}
.sesnews_layout_contant .sesnews_entrylist_entry_date{
	background-image:url(../images/transprant-bg.png);
	text-align:center;
	padding:10px 20px;
	margin-left:-15px;
	margin-right:-15px;
	margin-bottom:20px;
}
.sesnews_layout_contant .sesnews_entrylist_entry_date p{
	display:inline-block;
}
.sesnews_layout_contant .sesnews_news_image{
	text-align:center;
	margin:10px 0px;
}
.sesnews_layout_contant .sesnews_news_image img{
	width:100%;
}
.sesnews_layout_contant .sesnews_entrylist_entry_body p{
	line-height:28px;
}
.sesnews_layout_contant .sesnews_deshboard_news ul li{
	float:left;
	margin-right:10px;
	padding:5px 0px;
}
[dir="rtl"] .sesnews_layout_contant .sesnews_deshboard_news ul li{
	float:right;
}
.sesnews_layout_contant .sesnews_deshboard_news ul li:last-child{
	margin-right:0px;
}
[dir="rtl"] .sesnews_layout_contant .sesnews_deshboard_news ul li:last-child{
	margin-right:10px;
}
.sesnews_layout_contant .sesnews_deshboard_news ul li a{
	background:#222;
	padding:8px 10px;
	border-radius:3px;
	color:#fff;
	display:block;
	text-decoration:none;
}
.sesnews_layout_contant .sesnews_deshboard_news ul li a i{
	margin-right:5px;
}
[dir="rtl"] .sesnews_layout_contant .sesnews_deshboard_news ul li a i{
	margin-right:0px;
	margin-left:5px;
}
.sesnews_layout_contant .sesnews_footer_two_news{
	display:inline-block;
	width:100%;
}
.sesnews_layout_contant .sesnews_footer_two_news .sesnews_deshboard_news{
	margin:15px 0px;
}
[dir="rtl"] .sesnews_layout_contant .sesnews_footer_two_news .sesnews_deshboard_news{
	float:right;
}
.sesnews_layout_contant .sesnews_footer_two_news .sesbasic_rating_star{
	margin:15px 0px;
}
.sesnews_layout_contant .sesnews_footer_two_news .sesnews_shear_news{
	display:table;
	width:100%;
	clear:both;
	overflow:hidden;
}
.sesnews_layout_contant .sesnews_footer_two_news .sesnews_shear_news a{
	padding:0px 5px;
	width:auto;
	padding:6px;
	white-space:nowrap;
	float:left;
	text-align:center;
	color:#fff;
	border-radius:4px;
	text-decoration:none;
	height:34px;
	margin:.5%;
	width:19%;
}
.sesnews_layout_contant .sesnews_footer_two_news .sesnews_shear_news a:hover{
	opacity:.8;
}
.sesnews_layout_contant .sesnews_footer_two_news .sesnews_shear_news a span,
.sesnews_layout_contant .sesnews_footer_two_news .sesnews_shear_news a i,
.sesnews_layout_contant .sesnews_footer_two_news .sesnews_shear_news a img{
	display:inline-block;
	vertical-align:middle;
}
.sesnews_layout_contant .sesnews_footer_two_news .sesnews_shear_news a i,
.sesnews_layout_contant .sesnews_footer_two_news .sesnews_shear_news a img{
	margin-right:5px;
}
[dir="rtl"] .sesnews_layout_contant .sesnews_footer_two_news .sesnews_shear_news a i,
[dir="rtl"] .sesnews_layout_contant .sesnews_footer_two_news .sesnews_shear_news a img{
	margin-right:0px;
	margin-left:5px;
}
.sesnews_layout_contant .sesnews_footer_two_news .sesnews_shear_news a.sesbasic_icon_flipboard_btn{
	background:#EC2127;
}
.sesnews_layout_contant .sesnews_footer_two_news .sesnews_shear_news a.sesbasic_icon_googleplus_btn{
	background:#DC4E41;
}
.sesnews_layout_contant .sesnews_footer_two_news .sesnews_shear_news a.sesbasic_icon_pintrest_btn{
	background:#DB4A39;
}
.sesnews_layout_contant .sesnews_footer_two_news .sesnews_shear_news a.sesbasic_icon_twitter_btn{
	background:#00ACEE;
}
.sesnews_layout_contant .sesnews_footer_two_news .sesnews_shear_news a.sesbasic_icon_gmail_btn{
	background:#f32c25;
}
.sesnews_layout_contant .sesnews_footer_two_news .sesnews_shear_news a.sesbasic_icon_linkedin_btn{
	background:#0077B5;
}
.sesnews_layout_contant .sesnews_footer_two_news .sesnews_shear_news a.sesbasic_icon_bookmarks_btn{
	background:#FFA500;
}
.sesnews_layout_contant .sesnews_footer_two_news .sesnews_shear_news a.sesbasic_icon_rediff_btn{
	background:#EC2127;
}
.sesnews_layout_contant .sesnews_footer_two_news .sesnews_shear_news a.sesbasic_icon_facebookmessager_btn{
	background:#0084FF;
}
.sesnews_layout_contant .sesnews_footer_two_news .sesnews_shear_news a.sesbasic_icon_myspace_btn{
	background:#003399;
}
.sesnews_layout_contant .sesnews_footer_two_news .sesnews_shear_news a.sesbasic_icon_stumbleupon_btn{
	background:#EE4813;
}
.sesnews_layout_contant .sesnews_footer_two_news .sesnews_shear_news a.sesbasic_icon_digg_btn{
	background:#000;
}
.sesnews_layout_contant .sesnews_footer_two_news .sesnews_shear_news a.sesbasic_icon_tumblr_btn{
	background:#2E4F6E;
}
.sesnews_layout_contant .sesnews_footer_two_news .sesnews_shear_news a.sesbasic_icon_facebook_btn{
	background:#3B5998;
}
.sesnews_layout_contant .sesnews_footer_two_news .sesnews_shear_news a.sesbasic_icon_whatsapp_btn{
	background-color:#00A859;
}
.sesnews_layout_contant .sesnews_footer_two_news .sesnews_shear_news a.sesbasic_icon_skype_btn{
	background-color:#00AFF0;
}
.sesnews_layout_contant .sesnews_footer_two_news .sesnews_shear_news a.share_icon{
	background:#CA2127;
}
.sesnews_layout_contant .sesnews_footer_two_news .sesnews_shear_news a.sesbasic_icon_vk_btn{
	background:#436eab;
}
.sesnews_layout_contant .sesnews_footer_two_news .sesnews_shear_news a.sesbasic_icon_email_btn{
	background:#787878;
}
.sesnews_layout_contant .sesnews_footer_two_news .sesnews_shear_news a.sesbasic_icon_yahoo_btn{
	background:#7f40bd;
}
.sesnews_layout_contant .sesnews_footer_two_news .sesnews_shear_news a.sessocial_icon_add_btn{
	background:#FF4C4C;
}
/*News profile one page end*/

/*News profile second page start*/
.sesnews_profile_layout_second{
	padding:10px 0px;
}
.sesnews_profile_layout_second_image {
  width:100%;
}
.sesnews_profile_layout_second_image img{
  width:100%;
  max-height:400px;
  object-fit:cover;
}
.sesnews_profile_layout_second .sesnews_category_teg{
	position:relative;
	margin-bottom:40px;
}
.sesnews_profile_layout_second .sesnews_category_teg p:before{
	content:"";
	width:1px;
	height:40px;
	background:#0dc7f1;
	position:absolute;
  left:50%;
/*	top:-25px;*/
}
.sesnews_profile_layout_second .sesnews_category_teg p{
	text-align:center;
}
.sesnews_profile_layout_second .sesnews_category_teg p a{
	background-color:#0DC7F1;
	padding:5px 8px;
	color:#fff;
	border-radius:4px;
	display:inline-block;
	margin:0 auto;
	position:relative;
	top:15px;
}
.sesnews_profile_layout_second h2{
	text-align:center;
	font-weight:bold;
	margin-bottom:5px;
	text-transform:uppercase;
}
.sesnews_profile_layout_second .sesnews_entrylist_entry_date{
	text-align:center;
	padding:10px 0px;
	border-bottom:1px solid #e8e8e8;
	margin-left:-15px;
	margin-right:-15px;
	margin-bottom:20px;
}
.sesnews_profile_layout_second .sesnews_entrylist_entry_date p{
	display:inline-block;
}
.sesnews_profile_layout_second .sesnews_entrylist_entry_body{
	padding:0px 30px;
}
.sesnews_profile_layout_second .sesnews_entrylist_entry_body p{
	line-height:28px;
	text-align:justify;
}
.sesnews_profile_layout_second .sesnews_view_footer_top{
	margin:20px 30px 15px;
}
.sesnews_profile_layout_second .sesnews_view_footer_links{
	text-align:right;
	font-style:italic;
}
.sesnews_profile_layout_second .sesnews_view_footer_links ul li{
	display:inline-block;
	margin-right:10px;
	padding:5px 0px;
}
.sesnews_profile_layout_second .sesnews_view_footer_links ul li a i{
	margin-right:5px;
}
[dir="rtl"] .sesnews_profile_layout_second .sesnews_view_footer_links ul li a i{
	margin-right:0px;
	margin-left:5px;
}
.sesnews_profile_layout_second .sesnews_view_footer_links a.sesnews_like_link.button_active i{
	color:#02adea;
}
.sesnews_profile_layout_second .sesnews_view_footer_links a.sesnews_fav_link.button_active i{
	color:#ff4c4c;
}
.sesnews_profile_layout_second .sesnews_view_footer_top_bottom:before{
	content:"";
	position:absolute;
	border-bottom:1px dashed #ccc;
	left:0px;
	top:10px;
	right:0px;
}
.sesnews_profile_layout_second .sesnews_view_footer_top_bottom{
	display:block;
	overflow:hidden;
	padding:0px 30px;
	margin-top:15px;
	padding-top:20px;
	border-top:1px dashed #ccc;
	position:relative;
}
/*News profile second page end*/
/*News profile three page start*/
.layout_sesnews_gutter_photo{
	border-width:1px;
}
.sesnews_onear_photo_three{
	text-align:center !important;
}
.sesnews_onear_photo_three p.about_title{
	font-weight:normal;
	font-size:18px;
	margin-bottom:18px;
	text-align:center;
	border-bottom-width:1px;
	padding-bottom:18px;
	position:relative;
}
.sesnews_onear_photo_three p.about_title:before{
	content:'';
	background-color:#ebecee;
	height:1px;
	width:100%;
	position:absolute;
	bottom:3px;
	left:0px;
}
.sesnews_onear_photo_three a{
	display:block;
}
.sesnews_onear_photo_three a.sesnews_gutter_photo img{
	border-radius:50%;
	border:none;
	height:200px;
	width:200px;
	object-fit:cover;
}
.sesnews_onear_photo_three a.sesnews_gutter_photo_square img{
	border-radius:15%;
}
.sesnews_onear_photo_three a.sesnews_gutter_name{
	margin:10px 0px;
	text-transform:capitalize;
	font-weight:bold;
	font-size:18px;
}
.sesnews_onear_photo_three p.about_contatant{
	text-align:center;
}
.sesnews_profile_layout_three{
	padding:10px 0px;
}
.sesnews_profile_layout_three .sesbasic_rating_star{
	margin-top:15px;
	margin-left:10px;
}
.sesnews_profile_layout_three h2:before{
	width:4px;
	content:'';
	height:25px;
	background:#222;
	position:absolute;
	left:-10px;
	top:0px;
}
[dir="rtl"] .sesnews_profile_layout_three h2:before{
	left:inherit;
	right:-10px;
}
.sesnews_profile_layout_three h2:after{
	width:1px;
	content:'';
	height:25px;
	background:#222;
	position:absolute;
	left:-4px;
	top:0px;
}
[dir="rtl"] .sesnews_profile_layout_three h2:after{
	left:inherit;
	right:-4px;
}
.sesnews_profile_layout_three h2{
	text-align:left;
	font-weight:bold;
	margin:15px 0px;
	padding-left:5px;
	text-transform:uppercase;
	position:relative;
}
[dir="rtl"] .sesnews_profile_layout_three h2{
	text-align:right;
}
.sesnews_profile_layout_three .sesnews_entrylist_entry_date{
	text-align:left;
	padding:10px 0px;
	border-top-width:1px;
	border-bottom width:1px;
	margin-bottom:20px;
	overflow:hidden;
	display:block;
}
.sesnews_profile_layout_three .sesnews_entrylist_entry_date p.catogery{
	background-image:url(../images/transprant-bg.png);
	border-width:1px;
	padding:3px 8px;
}
.sesnews_profile_layout_three .sesnews_entrylist_entry_date > p{
	overflow:hidden;
	display:block;
}
[dir="rtl"] .sesnews_profile_layout_three .sesnews_entrylist_entry_date > p{
	float:right;
}
.sesnews_profile_layout_three .sesnews_entrylist_entry_date > p > span{
	display:inline-block;
	margin:5px 10px 5px 0;
}
.sesnews_profile_layout_three .sesnews_entrylist_entry_date p i{
	margin-right:5px;
}
[dir="rtl"] .sesnews_profile_layout_three .sesnews_entrylist_entry_date p i{
	margin-right:0px;
	margin-left:5px;
}
.sesnews_profile_layout_three .sesnews_news_image{
	text-align:center;
	margin:10px 0px;
}
.sesnews_profile_layout_three .sesnews_news_image img{
	width:100%;
}
.sesnews_profile_layout_three .sesnews_entrylist_entry_body{
	padding:0px 30px;
}
.sesnews_profile_layout_three .sesnews_entrylist_entry_body p{
	line-height:28px;
}
.sesnews_three_news_footer{
	display:block;
	overflow:hidden;
	margin:15px 0;
	padding:15px 30px 0 30px;
	border-top-width:1px;
}
.sesnews_three_news_footer_links ul{
	text-align:right;
}
.sesnews_three_news_footer_links ul li{
	display:inline-block;
	margin-right:3px;
}
.sesnews_three_news_footer_links ul li a i{
	margin-right:5px;
}
[dir="rtl"] .sesnews_three_news_footer_links ul li a i{
	margin-right:0px;
	margin-left:5px;
}
.sesnews_three_news_footer_links ul li a.sesnews_like_link.button_active i{
	color:#02adea;
}
.sesnews_three_news_footer_links ul li a.sesnews_fav_link.button_active i{
	color:#ff4c4c;
}
.sesnews_profile_layout_three .sesnews_footer_news{
	display:block;
	overflow:hidden;
	padding:15px 30px;
	margin-top:15px;
	text-align:center;
	border-top-width:1px;
	border-bottom-width:1px;
}
.sesnews_profile_layout_three .sesnews_footer_news p {
	font-size:22px;
	margin-bottom:20px;
}
.sesnews_profile_layout_three .sesnews_footer_news_social_share{
	text-align:center;
}
.sesnews_profile_layout_three .sesnews_footer_news_social_share a{
	display:inline-block;
	float:none !important;
	width:auto;
	padding:3px 10px;
	line-height:24px;
}
.sesnews_profile_layout_three .sesnews_footer_news_social_share a img,
.sesnews_profile_layout_three .sesnews_footer_news_social_share a i,
.sesnews_profile_layout_three .sesnews_footer_news_social_share a span{
	display:inline-block;
	vertical-align:middle;
	color:#fff;
}
.sesnews_profile_layout_three .sesnews_footer_news_social_share a img{
	max-height:12px;
}
.sesnews_profile_layout_three .sesnews_footer_news_social_share a img,
.sesnews_profile_layout_three .sesnews_footer_news_social_share a i{
	margin-right:5px;
}
.sesnews_profile_layout_three .sesnews_footer_news_social_share a:hover{
	opacity:.9;
}
.sesnews_profile_layout_three a.sesbasic_icon_facebook_btn{background-color:#3b5998;}
.sesnews_profile_layout_three a.sesbasic_icon_twitter_btn{background-color:#00aced;}
.sesnews_profile_layout_three a.sesbasic_icon_pintrest_btn{background-color:#cc2127;}
.sesnews_profile_layout_three a.sesbasic_icon_flipboard_btn{background-color:#CD0000;}
.sesnews_profile_layout_three a.sesbasic_icon_googleplus_btn{background-color:#DC4E41;}
.sesnews_profile_layout_three a.sesbasic_icon_gmail_btn{background-color:#F32C25;}
.sesnews_profile_layout_three a.sesbasic_icon_linkedin_btn{background-color:#0077b5;}
.sesnews_profile_layout_three a.sesbasic_icon_bookmarks_btn{background-color:#FFA500;}
.sesnews_profile_layout_three a.sesbasic_icon_rediff_btn{background-color:#EC2127;}
.sesnews_profile_layout_three a.sesbasic_icon_myspace_btn{background-color:#003399;}
.sesnews_profile_layout_three a.sesbasic_icon_stumbleupon_btn{background-color:#EE4813;}
.sesnews_profile_layout_three a.sesbasic_icon_digg_btn{background-color:#000;}
.sesnews_profile_layout_three a.sesbasic_icon_tumblr_btn{background-color:#2E4F6E;}
.sesnews_profile_layout_three a.sesbasic_icon_whatsapp_btn{background-color:#25d366;}
.sesnews_profile_layout_three a.sesbasic_icon_vk_btn{background-color:#436eab;}
.sesnews_profile_layout_three a.sesbasic_icon_email_btn{background-color:#787878;}
.sesnews_profile_layout_three a.sesbasic_icon_yahoo_btn{background-color:#7f40bd;}
.sesnews_profile_layout_three a.sessocial_icon_add_btn{background-color:#FF4C4C;}
/*News profile three page end*/
/*News profile one page start*/
.sesnews_profile_layout_four{
	padding:10px 0px;
}
.sesnews_profile_layout_four h2{
	text-align:left;
	font-weight:bold;
	margin-bottom:20px;
	overflow:hidden;
}
[dir="rtl"] .sesnews_profile_layout_four h2{
	text-align:right;
}
.sesnews_profile_layout_four .sesnews_entrylist_entry_date{
	position:relative;
	display:inline-block;
	width:100%;
}
.sesnews_profile_layout_four .sesnews_entrylist_entry_date p > span{
	display:inline-block;
	margin:5px 0px;
}
.sesnews_profile_layout_four .sesnews_entrylist_entry_date p > span > i{
	margin-right:5px;
}
.sesnews_profile_layout_four .sesnews_entrylist_entry_date p a{
	text-decoration:none;
}
.sesnews_profile_layout_four .sesnews_entrylist_entry_date p a img{
	width:20px !important;
	height:20px;
	border-radius:50%;
	float:left;
}
.sesnews_profile_layout_four .sesnews_entrylist_entry_body{
	padding:0px;
}
.sesnews_profile_layout_four .sesnews_news_image{
	text-align:center;
	margin:10px 0px;
}
.sesnews_profile_layout_four .sesnews_news_image img{
	width:100%;
}
.sesnews_profile_layout_four .sesnews_social_tabs{
	padding:10px 10px 0;
	margin-bottom:10px;
}
.sesnews_profile_layout_four .sesnews_social_tabs > a{
	border-radius:50%;
	float:left;
	height:35px;
	width:35px;
	line-height:normal;
	text-align:center;
	text-decoration:none;
	margin:0 10px 10px 0 !important;
	padding:0;
}
.sesnews_profile_layout_four .sesnews_social_tabs > a:hover{
	opacity:.8;
}
.sesnews_profile_layout_four .sesnews_social_tabs > a i:before{
	color:#fff;
	line-height:35px;
}
.sesnews_profile_layout_four .sesnews_social_tabs > a img{
	margin-top:10px;
}
.sesnews_profile_layout_four .sesnews_social_tabs > a.commenting{
	background-color:#56C6E3;
	border-radius:15px;
	padding:0px 16px;
	width:auto;
	color:#fff;
}
.sesnews_profile_layout_four .sesnews_social_tabs > a.sesbasic_icon_facebook_btn{background-color:#3b5998;}
.sesnews_profile_layout_four .sesnews_social_tabs > a.sesbasic_icon_twitter_btn{background-color:#00aced;}
.sesnews_profile_layout_four .sesnews_social_tabs > a.sesbasic_icon_pintrest_btn{background-color:#cc2127;}
.sesnews_profile_layout_four .sesnews_social_tabs > a.sesbasic_icon_flipboard_btn{background-color:#CD0000;}
.sesnews_profile_layout_four .sesnews_social_tabs > a.sesbasic_icon_googleplus_btn{background-color:#DC4E41;}
.sesnews_profile_layout_four .sesnews_social_tabs > a.sesbasic_icon_gmail_btn{background-color:#F32C25;}
.sesnews_profile_layout_four .sesnews_social_tabs > a.sesbasic_icon_linkedin_btn{background-color:#0077b5;}
.sesnews_profile_layout_four .sesnews_social_tabs > a.sesbasic_icon_bookmarks_btn{background-color:#FFA500;}
.sesnews_profile_layout_four .sesnews_social_tabs > a.sesbasic_icon_rediff_btn{background-color:#EC2127;}
.sesnews_profile_layout_four .sesnews_social_tabs > a.sesbasic_icon_myspace_btn{background-color:#003399;}
.sesnews_profile_layout_four .sesnews_social_tabs > a.sesbasic_icon_stumbleupon_btn{background-color:#EE4813;}
.sesnews_profile_layout_four .sesnews_social_tabs > a.sesbasic_icon_digg_btn{background-color:#000;}
.sesnews_profile_layout_four .sesnews_social_tabs > a.sesbasic_icon_tumblr_btn{background-color:#2E4F6E;}
.sesnews_profile_layout_four .sesnews_social_tabs > a.sesbasic_icon_whatsapp_btn{background-color:#25d366;}
.sesnews_profile_layout_four .sesnews_social_tabs > a.sesbasic_icon_vk_btn{background-color:#436eab;}
.sesnews_profile_layout_four .sesnews_social_tabs > a.sesbasic_icon_email_btn{background-color:#787878;}
.sesnews_profile_layout_four .sesnews_social_tabs > a.sesbasic_icon_yahoo_btn{background-color:#7f40bd;}
.sesnews_profile_layout_four .sesnews_social_tabs > a.sessocial_icon_add_btn{background-color:#FF4C4C;}
.sesnews_profile_layout_four .sesnews_entrylist_entry_body p{
	line-height:28px;
}
.sesnews_profile_layout_four .sesnews_deshboard_links{
	text-align:right;
	border-top-width:1px;
	margin-top:20px;
	padding-top:20px;
	display:block;
	overflow:hidden;
}
.sesnews_profile_layout_four .sesnews_deshboard_links .profile_layout_fore_post_com{
	padding:5px 0px;
}
.sesnews_profile_layout_four .sesnews_deshboard_links .profile_layout_fore_post_com a{
	color:#555;
	font-style:italic;
}
.sesnews_profile_layout_four .sesnews_deshboard_links .profile_layout_fore_post_com a i{
	margin-right:3px;
}
[dir="rtl"] .sesnews_profile_layout_four .sesnews_deshboard_links .profile_layout_fore_post_com a i{
	margin-left:3px;
}
.sesnews_profile_layout_four .sesnews_deshboard_links ul li{
	display:inline-block;
	margin-right:10px;
}
.sesnews_profile_layout_four .sesnews_deshboard_links ul li a i{
	margin-right:5px;
}
/*News profile one page end*/
/*WYSIWYG Editor show Content body common css start here*/
#global_page_sesnews-index-view .rich_content_body ol {
  margin-left:30px;
}
#global_page_sesnews-index-view .rich_content_body ul {
  margin-left:30px;
  list-style-type:disc;
}
[dir="rtl"] #global_page_sesnews-index-view .rich_content_body ol,
[dir="rtl"] #global_page_sesnews-index-view .rich_content_body ul{
  margin-left:0px;
  margin-right:20px;
}
#global_page_sesnews-index-view .rich_content_body img{
  max-width:100%;
  height:auto;
  margin:5px 0;
}
#global_page_sesnews-index-view .rich_content_body blockquote{
	margin:0px auto;
	width:90%;
	display:block;
	box-shadow:0px 1px 15px 0px #dedede;
	padding:10px;
	margin-top:18px;
	margin-bottom:18px;
	border-left:5px solid #ff4c4c;
}
/*WYSIWYG Editor show Content body common css end here*/
/*News profile cover page start*/
.layout_sesnews_news_cover{
	padding:0px !important;
	border:none;
}
.sesnews_cover_news .sesnews_cover_photo{
	height:300px;
}
.sesnews_cover_news .sesnews_cover_photo img{
	width:100%;
	display:block;
	height:100%;
	object-fit:cover;
}
.sesnews_cover_news{
	position:relative;
}
.sesnews_cover_news .sesnews_profile_image{
	position:absolute;
	bottom:44px;
	left:150px;
	border-radius:50%;
	overflow:hidden;
}
.sesnews_cover_news .sesnews_profile_image img{
	height:135px;
	width:135px;
	position:relative;
}
.sesnews_cover_news .sesnews_profile_image p{
	position:absolute;
	bottom:0;
	text-align:center;
	width:100%;
	background:#0dc7f1;
	padding:3px 0px;
}
.sesnews_cover_news .sesnews_profile_image p a{
	color:#fff;
	text-decoration:none;
}
.sesnews_cover_news .sesnews_cover_lebals{
	position:absolute;
	bottom:0px;
	width:100%;
}
.sesnews_cover_news .sesnews_cover_lebals .sesnews_verified_label{
	float:right;
	background:#93C33C;
	color:#fff;
	padding:10px;
	text-align:center;
}
.sesnews_cover_news .sesnews_list_grid_thumb_btns{
	top:8%;
	text-align:right;
	right:10px;
}
/*News profile cover page end*/
/*News cagegories list css start*/
.sesnews_gutter_categories_news{
	text-transform:uppercase;
}
.sesnews_gutter_categories_news .sesnews_search_form{
	margin-bottom:10px;
}
.sesnews_gutter_categories_news .sesnews_search_form label.overTxtLabel{
	top:4px !important;
}
.sesnews_gutter_categories_news .sesnews_search_form input[type=text]{
	width:100%;
	background-color:rgba(0, 0, 0, 0.05);
}
.sesnews_gutter_categories_news ul li{
	background:#555;
	display:inline-block;
	padding:5px 9px;
	margin:0px 2px 4px 0px;
	cursor:pointer;
}
.sesnews_gutter_categories_news ul li:hover{
	background-color:#5CD4F3;
	-webkit-transition:all 800ms ease 0s;
	-moz-transition:all 800ms ease 0s;
	-o-transition:all 800ms ease 0s;
	transition:all 800ms ease 0s;
}
.sesnews_gutter_categories_news ul li a{
	color:#fff;
	text-decoration:none;
}
/*News cagegories list css end*/
/*News gutter labels css start*/
.layout_sesnews_labels{
	padding:0 !important;
	background:none !important;
	border:none;
}
.sesnews_gutter_labels .sesnews_list_labels{
	position:inherit;
	text-align:center;
	text-transform:uppercase;
}
.sesnews_gutter_labels .sesnews_list_labels p{
	padding:12px;
	color:#ffff;
	font-weight:bold !important;
	margin:10px 0;
}
/*News gutter labels css end*/

/**********CATEGORY PAGES CSS START HERE**********/
/*news category news css start*/
.sesnews_category_news .sesnews_category_header{
	padding:15px 15px 15px 0px;
	border-bottom-width:1px;
	background-image:url(../images/transprant-bg.png);
	clear:both;
	position:relative;
}
div + .sesnews_category_news .sesnews_category_header{
	border-top-width:1px;
	top:-1px;
	position:relative;
}
.sesnews_category_news{
	margin-bottom:10px;
}
.sesnews_category_news .sesnews_category_header p{
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:15px;
}
.sesnews_category_news .sesnews_category_header p a:hover{
	text-decoration:none;
}
.sesnews_category_news .sesnews_category_header span{
	margin-left:20px;
}
[dir="rtl"] .sesnews_category_news .sesnews_category_header span{
	margin:0;
	margin-right:20px;
}
.sesnews_category_news .sesnews_category_header span a{
	border:none;
}
.sesnews_category_news .sesnews_category_header span button{
	border-radius:0px;
	text-transform:capitalize;
}
.sesnews_category_news .sesnews_category_contant_news{
	display:block;
	overflow:hidden;
}
.sesnews_category_news .sesnews_category_item_single{
	float:left;
	padding:15px 15px 15px 0px;
	width:50%;
}
.sesnews_category_news .sesnews_category_item_single_info{
	position:relative;
	display:block;
	overflow:hidden;
	height:306px;
}
.sesnews_category_item_single_info .sesnews_grid_labels{
	top:10px;
}
.sesnews_category_news .sesnews_category_item_single .sesnews_entry_img{
	width:100%;
	height:100%;
	float:left;
	margin:0px 15px 0px 0px;
}
.sesnews_category_news .sesnews_category_item_single .sesnews_entry_img a img{
	height:100%;
	object-fit:cover;
	width:100%;
	float:left;
}
.sesnews_category_news .sesnews_category_item_single_content{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	padding:10px;
	background:rgba(0, 0, 0, 0.2);
	color:#fff;
	z-index:9;
}
.sesnews_category_news .sesnews_category_item_single_content a{
	color:#fff;
}
.sesnews_category_news .sesnews_category_item_single p.title{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	display:block;
	overflow:hidden;
	padding-right:10px;
}
.sesnews_category_news .sesnews_category_item_single p.discription{
	line-height:22px;
}
.sesnews_category_news .sesnews-category_item_list{
	display:block;
	overflow:hidden !important;
	height:318px;
}
.sesnews_category_news .sesnews_category_item{
	float:left;
	width:100%;
	padding:15px;
	position:relative;
}
.sesnews_category_news .sesnews_category_item + .sesnews_category_item{
	border-top-width:1px;
}
.sesnews_category_news .sesnews_category_item:hover{
	background-image:url(../images/transprant-bg.png);
}
.sesnews_category_news .sesnews_category_item .sesnews_entry_img{
	margin-right:15px;
	height:80px;
	width:150px;
	float:left;
}
[dir="rtl"] .sesnews_category_news .sesnews_category_item .sesnews_entry_img{
	float:right;
	margin-right:0px;
	margin-left:15px;
}
.sesnews_category_news .sesnews_category_item .sesnews_entry_img a img{
	height:100%;
	object-fit:cover;
	width:100%;
}
.sesnews_category_news .sesnews_category_item p.title{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.sesnews_category_news .entry_meta{
	display:block;
	overflow:hidden;
	margin-top:0;
}
.entry_meta .sesnews_stats_list > span{
	margin-right:10px;
	color:#fff !important;
}
[dir="rtl"] .entry_meta .sesnews_stats_list > span{
	margin-right:0;
	margin-left:10px;
}
.entry_meta .sesnews_stats_list a img {
	width:20px;
	height:20px;
	border-radius:100px;
	vertical-align:bottom;
	border:0;
}
.sesnews_category_news .entry_meta a{
	text-decoration:none;
}
.sesnews_category_news .sesnews_category_item_single_content .entry_meta .entry_meta-date{
	color:#fff;
	margin-top:1px;
}
.sesnews_category_news .sesnews_category_item_single_content .entry_meta .entry_meta-comment span{
	color:#fff;
}
.sesnews_category_news .entry_meta-comment span{
	margin-left:5px;
}
.entry_meta-comment span i{
	margin-right:5px;
}
.sesnews_category_news .sesnews-category_item_list .mCSB_scrollTools_vertical,
.sesnews_category_news .sesnews-category_item_list .mCSB_dragger_bar{
	opacity:1 !important;
}
/*news category news css end*/
/*Category Thumb View Start Here*/
.sesnews_category_grid ul li{
	float:left;
	width:302px;
	padding:5px;
}
[dir="rtl"] .sesnews_category_grid ul li{
	float:right;
}
.sesnews_category_grid .sesnews_thumb_contant{
	background-color:#ccc;
	position:relative;
	display:block;
	overflow:hidden;
	margin-bottom:20px;
}
.sesnews_category_grid a{
	display:block;
	height:100%;
}
.sesnews_category_grid img.list_main_img{
	border:0;
	height:100%;
	object-fit:cover;
	width:100%;
}
.sesnews_category_grid .animate_contant{
	position:absolute;
	bottom:0;
	background:#1d1d1d;
	width:100%;
	text-align:center;
	height:32px;
	-webkit-transition:all 800ms ease 0s;
	-moz-transition:all 800ms ease 0s;
	-o-transition:all 800ms ease 0s;
	transition:all 800ms ease 0s;
}
.sesnews_category_grid .animate_contant > div{
	color:#fff;
	text-align:center;
}
.sesnews_category_grid a:hover .animate_contant{
	height:100%;
	background:rgba(0, 0, 0, 0.6);
}
.sesnews_category_grid a:hover .animate_contant > div{
	color:#fff;
	position:absolute;
	top:50%;
	width:100%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
}
.sesnews_category_grid .animate_contant img{
	width:40px;
	display:none;
	margin:0 auto;
}
.sesnews_category_grid .animate_contant p.title{
	padding:5px 0;
  box-sizing:border-box;
  margin-bottom:0;
	font-size:16px;
}
.sesnews_category_grid .animate_contant p.count{
	display:none;
}
.sesnews_category_grid a:hover .animate_contant img, 
.sesnews_category_grid a:hover .animate_contant p.count{
	display:block;
}
.sesnews_category_grid a:hover .animate_contant img{
	margin-bottom:8px;
}
/*Category Thumb View End Here*/
/*news category hover list two start*/
.sesnews_category_grid_list_thumb_two ul li{
	float:left;
	width:311px;
	height:260px;
	padding:5px;
}
.sesnews_category_grid_list_thumb_two ul li .sesnews_thumb_contant{
	position:relative;
}
.sesnews_category_grid_list_thumb_two ul li a:before{
	content:" ";
	position:absolute;
	left:0;
	bottom:2px;
	width:100%;
	height:100%;
	background:#000;
	display:block;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 800ms ease 0s;
	-moz-transition:all 800ms ease 0s;
	-o-transition:all 800ms ease 0s;
	transition:all 800ms ease 0s;
}
.sesnews_category_grid_list_thumb_two ul li:hover a:before{
	opacity:.5;
	visibility:visible;
}
.sesnews_category_grid_list_thumb_two ul li a.link_img img{
	width:100%;
}
.sesnews_category_grid_list_thumb_two ul li a .animate_contant{
	position:absolute;
	height:35px;
	width:100%;
	text-align:center;
	bottom:34px;
	-webkit-transition:all 800ms ease 0s;
	-moz-transition:all 800ms ease 0s;
	-o-transition:all 800ms ease 0s;
	transition:all 800ms ease 0s;
}
.sesnews_category_grid_list_thumb_two ul li:hover a.link_img .animate_contant{
	bottom:50%;
	transform:translateY(50%);
}
.sesnews_category_grid_list_thumb_two ul li a .animate_contant p{
	color:#fff;
	margin:0 auto;
	padding:7px;
	position:absolute;
}
.sesnews_category_grid_list_thumb_two ul li a .animate_contant p.title{
	background:#000;
	color:#fff;
	width:30%;
	margin:0 auto;
	padding:7px;
	border-radius:10px;
	text-transform:uppercase;
	position:absolute;
	left:32%;
	bottom:61%;
	-webkit-transition:all 800ms ease 0s;
	-moz-transition:all 800ms ease 0s;
	-o-transition:all 800ms ease 0s;
	transition:all 800ms ease 0s;
}
.sesnews_category_grid_list_thumb_two ul li a:hover .animate_contant p{
	left:32%;
	bottom:61%;
	background:none;
}
.sesnews_category_grid_list_thumb_two ul li a:hover .animate_contant p.title{
	font-weight:bold;
}
.sesnews_category_grid_list_thumb_two ul li a .animate_contant p.album_list_animate{
	display:none;
	top:37%;
}
.sesnews_category_grid_list_thumb_two ul li a:hover .animate_contant p.album_list_animate{
	display:block;
}
/*news category hover list end*/
/**********CATEGORY PAGES CSS START HERE**********/

/*News of the day css start*/
.sesnews_grid .sesnews_list_stats a img{
	width:20px;
	height:20px;
	border-radius:50%;
	float:left;
	margin-right:5px;
}
[dir="rtl"] .sesnews_grid .sesnews_list_stats a img{
	margin-right:0px;
	margin-left:5px;
}
.sesnews_grid .sesnews_list_location{
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	float:none;
}
/*News of the day css end*/
/*News second of the day css start*/
.sesnews_news_second_of_the_day{
	display:block;
	overflow:hidden;
}
.sesnews_news_second_of_the_day .sesnews_grid{
	width:100% !important;
}
.sesnews_grid .sesnews_list_location{
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	float:none;
}
.sesnews_news_second_of_the_day .sesnews_grid_labels{
	top:0px;
	bottom:inherit;
}
.sesnews_news_second_of_the_day .sesnews_verified_label{
	top:0px;
	bottom:inherit;
}
.sesnews_news_second_of_the_day .sesnews_grid_info{
	position:absolute;
	bottom:0px;
	padding:15px;
	width:100%;
}
.sesnews_news_second_of_the_day .sesnews_grid_info .sesnews_category_grid_info_title{
	margin-bottom:10px;
}
.sesnews_news_second_of_the_day .sesnews_grid_info .sesnews_category_grid_info_title a{
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
	color:#fff;
}
.sesnews_news_second_of_the_day .sesnews_list_grid_info .sesnews_list_grid_owner, .sesnews_news_second_of_the_day .sesnews_list_grid_info a{
	color:#fff;
}
.sesnews_news_second_of_the_day .sesnews_grid_contant{
	color:#fff;
}
.sesnews_news_second_of_the_day .sesnews_grid .sesnews_list_stats{
	color:#fff;
}
/*News second of the day css end*/
/*News three of the day css start*/
.sesnews_news_three_of_the_day .sesnews_last_grid_block{
	width:100% !important;
}
.sesnews_news_three_of_the_day .sesnews_grid_meta_block .sesnews_grid_memta_title{
	padding:5px 0px;
}
.sesnews_news_three_of_the_day .sesnews_grid_meta_block .sesnews_grid_memta_title span a{
	padding:5px 15px;
}
.sesnews_news_three_of_the_day .sesnews_grid_thumb_over{
	top:30px !important;
	height:auto !important;
}
.sesnews_news_three_of_the_day .sesnews_last_grid_block .sesnews_grid_labels{
	top:0px;
	right:0px;
}
.sesnews_news_three_of_the_day .sesnews_grid_contant{
	margin-bottom:10px;
}
.sesnews_news_three_of_the_day .sesnews_last_grid_block .sesnews_grid_info{
	top:inherit;
	bottom:0px;
	left:0px;
	width:57%;
}
.sesnews_news_three_of_the_day .sesnews_last_grid_block .sesnews_grid_three_info_title{
	font-size:16px;
}
/*News three of the day left and right news css start*/
.layout_left .sesnews_news_three_of_the_day .sesnews_last_grid_block .sesnews_grid_info, .layout_right .sesnews_news_three_of_the_day .sesnews_last_grid_block .sesnews_grid_info{
	width:100%;
	padding:10px;
}
.layout_left .sesnews_news_three_of_the_day .sesnews_list_grid_thumb_btns .sesbasic_icon_btn, .layout_right .sesnews_news_three_of_the_day .sesnews_list_grid_thumb_btns .sesbasic_icon_btn{
	width:32px;
	height:32px;
}
.layout_left .sesnews_news_three_of_the_day .sesnews_last_grid_block .sesnews_grid_meta_block .sesnews_list_stats span, .layout_right .sesnews_news_three_of_the_day .sesnews_last_grid_block .sesnews_grid_meta_block .sesnews_list_stats span{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.layout_left .sesnews_news_three_of_the_day .sesnews_comment_list, .layout_right .sesnews_news_three_of_the_day .sesnews_comment_list{
	font-size:10px;
}
.layout_left .sesnews_news_three_of_the_day .sesnews_second_readmore_link, 
.layout_right .sesnews_news_three_of_the_day .sesnews_second_readmore_link{
	margin-top:5px;
}
/*News three of the day css end*/
/*news tabs list css start*/
.sesnews_profile_tabs{
	position:relative;
}
.sesnews_profile_tabs > div, .sesnews_profile_tabs ul{
	border-width:0 !important;
	margin:0 !important;
	padding:0 !important;
	background-color:transparent !important;
	box-shadow:none !important;
}
.sesnews_profile_tabs ul li{
	background-color:transparent;
	border-width:0;
	display:block;
	float:none;
	margin:0 !important;
	padding:0 !important;
	position:relative;
}
.sesnews_profile_tabs ul li + li{
	margin-top:2px !important;
}
.sesnews_profile_tabs ul li:before{
	content:'';
	position:absolute;
	left:0;
	width:3px;
	height:35px;
}
.sesnews_profile_tabs ul li:hover:before, .sesnews_profile_tabs ul li.active:before{
	width:100%;
}
.sesnews_profile_tabs ul li a{
	background-color:transparent;
	border-width:0 !important;
	font-weight:normal !important;
	text-decoration:none;
	position:relative;
	padding:0 20px;
	display:block;
	line-height:35px;
	height:35px;
}
.sesnews_profile_tabs ul li a:before{
	content:"\f005";
	font-family:"Font Awesome 5 Free";
	font-style:normal;
	font-weight:900;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	margin-right:5px;
}
.sesnews_profile_tabs ul li.tab_layout_core_content a:before{
	content:"\f15c";
}
.sesnews_profile_tabs ul li.tab_layout_sesnews_profile_videos a:before{
	content:"\f03d";
}
.sesnews_profile_tabs ul li.tab_layout_sesnews_profile_musicalbums a:before{
	content:"\f001";
}
.sesnews_profile_tabs ul li.tab_layout_sesnews_profile_photos a:before{
	content:"\f03e";
}
.sesnews_profile_tabs ul li.tab_layout_sesnews_news_reviews a:before{
	content:"\f044";
}
.sesnews_profile_tabs ul li a, .sesnews_profile_tabs ul li:before{
	-webkit-transition:all 800ms ease 0s;
	-moz-transition:all 800ms ease 0s;
	-o-transition:all 800ms ease 0s;
	transition:all 800ms ease 0s;
}
/*news tabs list css end*/
/*sideabar list news css start*/
.layout_sesnews_tabbed_widget_news .sesnews_news_listing .tip{
	text-align:center;
}
.layout_sesnews_tabbed_widget_news .sesnews_news_listing .tip > span{
	float:none;
}
.sesnews_news_listing{
	position:relative;
}
.sesnews_sidebar_news_list{
	padding:8px 0;
	position:relative;
}
.sesnews_sidebar_news_list .sesnews_list_labels {
	left:15px;
}
.sesnews_sidebar_news_list + li{
	border-top-width:1px;
}
.sesnews_sidebar_news_list_img{
	float:left;
	margin-right:10px;
	height:60px;
	width:60px;
}
[dir="rtl"] .sesnews_sidebar_news_list_img{
	float:right;
	margin-left:10px;
	margin-right:0px;
}
.sesnews_sidebar_news_list_img > a{
	height:100%;
	width:100%;
}
.sesnews_sidebar_news_list_img img, .sesnews_sidebar_news_list_img span{
	background-position:center center;
	background-size:cover;
	display:block;
	height:100%;
	max-height:inherit;
	max-width:inherit;
	object-fit:cover;
	width:100%;
}
.sesnews_sidebar_news_list_cont{
	overflow:hidden;
}
.sesnews_sidebar_news_list_title{
	font-weight:bold;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.sesnews_sidebar_news_list_date{
	display:block;
	overflow:hidden;
	margin-top:5px;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.sesnews_sidebar_news_list_date > span{
	margin-right:3px;
	display:inline-block;
}
[dir="rtl"] .sesnews_sidebar_news_list_date > span{
	margin-right:0;
	margin-left:3px;
}
.sesnews_sidebar_news_list .sesnews_sidebar_news_list_date a{
	display:inline-block;
	vertical-align:top;
}
.sesnews_sidebar_list_date span + span{
	margin-top:5px;
	display:block;
}
.sesnews_sidebar_news_list_date i{
	margin-right:3px;
}
.sesnews_news_listing_more a:before{
	margin-right:5px;
}
/*sideabar list news css end*/
ul.news_gutter_options > li + li{
	border-top-width:1px;
	border-style:dashed;
}
ul.news_gutter_options > li a{
	display:block;
	padding:6px 0px 6px 22px !important;
	position:relative;
}
[dir="rtl"] ul.news_gutter_options > li a{
	padding:6px 22px 6px 0px !important;
}
.sesnews_gutter_share:before{
	content:'\f064';
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.icon_sesnews_viewall:before{
	content:"\f06e";
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.sesnews_gutter_subscribe:before{
	content:"\f09e";
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.news_gutter_options li .buttonlink:before{
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	position:absolute;
	left:0;
}
[dir="rtl"] .news_gutter_options li .buttonlink:before{
	left:inherit;
	right:0px;
}
/*Review Grid Listing*/
.sesnews_review_grid{
	border-width:1px;
	float:left;
	position:relative;
	width:100% !important;
}
.sesnews_review_grid_thumb{
	position:relative;
	overflow:hidden;
}
.sesnews_review_grid_thumb, .sesnews_review_grid_thumb > a, .sesnews_review_grid_thumb > a > span{
	background-size:cover;
	background-position:center center;
	height:100%;
	display:block;
	width:100%;
}
.sesnews_review_grid .sesnews_list_labels{
	top:0;
	bottom:auto;
}
.sesnews_review_grid_thumb_cont{
	padding:10px;
	position:absolute;
	bottom:0;
	background:rgba(0,0,0,0.6);
	background:-moz-linear-gradient(top, transparent 5%, rgba(0,0,0,0.5) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(5%, transparent), color-stop(100%, rgba(0,0,0,0.5)));
	background:-webkit-linear-gradient(top, transparent 5%, rgba(0,0,0,0.5) 100%);
	background:-webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,0,0,0.7)));
	background:linear-gradient(to bottom, transparent 5%, rgba(0,0,0,0.5) 100%);
	width:100%;
}
.sesnews_review_grid_thumb .sesnews_grid_btns{
	position:absolute;
	top:-40px;
	right:0px;
	-webkit-transition:all 800ms ease 0s;
	-moz-transition:all 800ms ease 0s;
	-o-transition:all 800ms ease 0s;
	transition:all 800ms ease 0s;
}
[dir="rtl"] .sesnews_review_grid_thumb .sesnews_grid_btns{
	right:inherit;
	left:0px;
}
.sesnews_review_grid_thumb .sesnews_grid_btns .sesbasic_icon_btn{
	border-radius:50%;
	border:2px solid;
	border-color:#fff;
	display:inline-block;
	height:35px;
	width:35px;
}
[dir="rtl"] .sesnews_review_grid_thumb:hover .sesnews_grid_btns{
	right:inherit;
	left:0px;
}
.sesnews_review_grid_thumb:hover .sesnews_grid_btns{
	position:absolute;
	top:30px;
	right:0px;
}
.sesnews_review_grid_title{
	font-weight:bold;
}
.sesnews_review_grid_title a{
	color:#fff !important;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	width:85%;
	float:left;
}
.sesnews_review_grid_info{
	padding:10px;
}
.sesnews_review_grid_stat{
	margin-top:8px;
	display:inline-block;
	width:100%;
}
.sesnews_review_grid_stat span, .sesnews_review_grid_stat span i{
	margin-right:5px;
}
[dir="rtl"] .sesnews_review_grid_stat span, [dir="rtl"] .sesnews_review_grid_stat span i{
	margin-right:0px;
	margin-left:5px;
}
.sesnews_review_grid_stat a.sesnews_reviw_prof_img{
	margin-right:10px;
}
[dir="rtl"] .sesnews_review_grid_stat a.sesnews_reviw_prof_img{
	margin-right:0px;
	margin-left:10px;
}
.sesnews_review_title_block{
	overflow:hidden;
}
.sesnews_review_title_block p{
	float:left;
	margin-right:2px;
}
[dir="rtl"] .sesnews_review_title_block p{
	float:right;
}
.sesnews_sidebar_image_rounded a img, .sesnews_sidebar_image_rounded a span, .sesnews_sidebar_image_rounded span, .sesnews_sidebar_image_rounded span a{
	border-radius:100%;
}
.sesnews_review_show_rating.sesnews_review_listing_star .sesbasic_rating_star > span:not(.sesbasic_rating_text),
.sesnews_review_show_rating.review_ratings_listing .sesbasic_rating_star > span:not(.sesbasic_rating_text){
	width: auto;
}
.sesnews_review_show_rating.sesnews_review_listing_star .sesnews_rating_star_disable:before,
.sesnews_review_show_rating.review_ratings_listing .sesnews_rating_star_disable:before,
.sesnews_footer_two_news .sesnews_rating_star_disable:before{
	content: "\f005";
}
/*Review Sidebar Listing*/
.sesnews_review_sidebar_block li + li{
	border-top-width:1px;
	border-top-style:dashed;
}
.sesbasic_rating_star .sesbasic_rating_star_small.fa:before{
	color:#ff4500;
	font-size:12px;
}
.sesnews_review_sidebar_list{
	padding:10px 0px 10px 0px;
}
.sesnews_review_sidebar_list > a{
	float:left;
	margin-right:10px;
}
[dir="rtl"] .sesnews_review_sidebar_list > a{
	float:right;
	margin-right:0px;
	margin-left:10px;
}
.sesnews_review_sidebar_list_info{
	overflow:hidden;
}
.sesnews_review_sidebar_list_title{
	font-weight:bold;
}
.sesnews_review_sidebar_list_stat{
	margin-top:5px;
	float:left;
}
.sesnews_review_sidebar_list_stat.sesnews_list_rating{
	margin-top:7px;
}
[dir="rtl"] .sesnews_review_sidebar_list_stat{
	float:right;
}
.sesnews_review_sidebar_list_stat span, .sesnews_review_sidebar_list_stat span i{
	margin-right:5px;
}
[dir="rtl"] .sesnews_review_sidebar_list_stat span, [dir="rtl"] .sesnews_review_sidebar_list_stat span i{
	margin-right:0px;
	margin-left:5px;
}
.sesnews_review_sidebar_list_body{
	font-style:italic;
	text-align:justify;
	word-break:break-all;
}
.sesnews_review_sidebar_list_body:before, .sesnews_review_sidebar_list_body:after{
	content:'"';
	font-size:17px;
}
.sesnews_review_sidebar_featured_list{
	text-align:center !important;
	margin:10px 0px;
}
.sesnews_review_sidebar_featured_list p{
	display:inline-block;
	margin-right:5px;
	color:#fff;
	padding:2px 12px;
}
.sesnews_review_sidebar_featured_list p.featured{
	background:#47C8E3;
}
.sesnews_review_sidebar_featured_list p.verified{
	background:#93C33C;
}
/**********NEWS REVIEWS CSS START HERE**********/
/*Review View Page Css Start Here*/
.sesnews_review_owner_photo{
	text-align:center;
}
[dir="rtl"] .sesnews_review_owner_photo{
	text-align:center;
}
.sesnews_review_owner_photo span{
	margin-top:10px;
	display:block;
}
.sesnews_review_owner_photo span a{
	font-weight:bold;
}
.sesnews_review_owner_photo a img{
	width:100%;
	height:100%;
}
.sesnews_review_view{
	margin-bottom:20px;
}
.sesnews_review_view_top{
	width:100%;
	border-bottom-width:1px;
	padding-bottom:5px;
	margin-bottom:10px;
}
.sesnews_review_view_title{
	font-weight:bold;
	margin-bottom:10px;
	font-size:17px;
}
.sesnews_review_view_item_info{
	float:left;
	width:50%;
}
[dir="rtl"] .sesnews_review_view_item_info{
	float:right;
}
.sesnews_review_view_info_img{
	float:left;
	margin-right:15px;
}
[dir="rtl"] .sesnews_review_view_info_img{
	float:right;
	margin-left:15px;
	margin-right:0;
}
.sesnews_review_view_info_cont{
	overflow:hidden;
}
.sesnews_review_view_stats{
	display:block;
	margin-top:3px;
}
.sesnews_review_view_stats span{
	margin-right:10px;
}
[dir="rtl"] .sesnews_review_view_stats span{
	margin-left:10px;
	margin-right:0;
}
.sesnews_review_view_stats span i{
	margin-right:5px;
}
.sesnews_review_view_cont_row{
	margin-bottom:10px;
}
.sesnews_review_view_cont_row > b{
	display:block;
	margin-bottom:5px;
}
.sesnews_review_view_recommended i{
	margin-left:10px;
	font-size:17px;
}
.sesnews_review_view_recommended i.fa-check{
	color:#93C33C;
}
.sesnews_review_view_recommended i.fa-times{
	color:#F00;
}
/*Review View Page Css End Here*/
/*Review Listing*/
.sesnews_review_listing li{
	padding-left:10px;
	padding-right:10px;
}
.sesnews_review_listing li + li{
	border-top-width:1px;
	margin-top:15px;
	padding-top:15px;
}
.sesnews_review_listing_left{
	float:left;
	margin-right:15px;
	text-align:center;
}
[dir="rtl"] .sesnews_review_listing_left{
	float:right;
	margin-left:15px;
	margin-right:0px;
}
.sesnews_review_listing_left_photo{
	border-radius:50%;
	height:150px;
	width:150px;
	overflow:hidden;
}
.sesnews_review_listing_left_photo img{
	height:100%;
	object-fit:cover;
	width:100%;
}
.sesnews_review_listing_left p{
	margin-top:10px;
}
[dir="rtl"] .sesnews_review_listing_left p{
	text-align:center;
}
.sesnews_review_featured_block p{
	background-color:#47c8e3;
	padding:3px;
	text-align:center;
	color:#fff;
	position:relative;
	width:100%;
}
.sesnews_review_featured_block p:after{
	background-position:right center;
	left:128px;
}
.sesnews_review_verified_block p{
	background-color:#93c33c;
	padding:3px;
	text-align:center;
	color:#fff;
	position:relative;
	width:100%;
}
[dir="rtl"] .sesnews_review_verified_block p, [dir="rtl"] .sesnews_review_featured_block p{
	right:0px;
}
.sesnews_review_verified_block p:after{
	background-position:right center;
	left:128px;
}
.sesnews_review_listing_left_title{
	font-weight:bold;
}
.sesnews_review_listing_right{
	overflow:hidden;
}
.sesnews_review_listing_top{
	width:100%;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	padding-bottom:5px;
	margin-bottom:10px;
}
.sesnews_review_listing_title{
	font-size:17px;
	font-weight:bold;
	margin-bottom:10px;
}
.sesnews_review_view_title{
	font-weight:bold;
	margin-bottom:10px;
	font-size:17px;
}
.sesnews_review_featured_verified_block{
	position:absolute;
	top:0px;
	right:0px;
	width:auto;
}
.sesnews_review_featured_verified_block p{
	float:left;
	margin-right:10px;
	padding:0px 8px;
	color:#fff;
}
.sesnews_review_featured_verified_block .featured{
	background:#47C8E3;
}
.sesnews_review_featured_verified_block p.featured:before{
	content:"";
	border-left:14px solid transparent;
	border-right:15px solid transparent;
	border-top:6px solid #47C8E3;
	position:absolute;
	bottom:-6px;
	left:0px;
}
.sesnews_review_featured_verified_block p.verified{
	background:#93C33C;
}
.sesnews_review_featured_verified_block p.verified:before{
	content:"";
	border-left:14px solid transparent;
	border-right:15px solid transparent;
	border-top:6px solid #93C33C;
	position:absolute;
	bottom:-6px;
	right:10px;
}
.sesnews_review_listing_top_info{
	float:left;
	width:50%;
}
[dir="rtl"] .sesnews_review_listing_top_info{
	float:right;
}
.sesnews_review_listing_top_info_img{
	float:left;
	margin-right:15px;
}
[dir="rtl"] .sesnews_review_listing_top_info_img{
	float:right;
	margin-left:15px;
	margin-right:0;
}
.sesnews_review_listing_top_info_cont{
	display:block;
	overflow:hidden;
}
.sesnews_review_listing_stats{
	display:block;
	margin-top:3px;
}
.sesnews_review_listing_stats span{
	margin-right:10px;
}
[dir="rtl"] .sesnews_review_listing_stats span{
	margin-left:10px;
	margin-right:0;
}
.sesnews_review_listing_stats span i{
	margin-right:5px;
}
[dir="rtl"] .sesnews_review_listing_stats span i{
	margin-left:5px;
	margin-right:0px;
}
.sesnews_review_listing_desc p{
	margin-bottom:10px;
}
.sesnews_review_listing_desc > p > b{
	display:block;
}
.sesnews_review_listing_recommended i{
	margin-left:10px;
	font-size:17px;
}
[dir="rtl"] .sesnews_review_listing_recommended i{
	margin-right:10px;
	margin-left:0px;
}
.sesnews_review_listing_recommended i.fa-check{
	color:#93C33C;
}
.sesnews_review_listing_recommended i.fa-times{
	color:#F00;
}
.sesnews_review_listing_more{
	text-align:right;
	font-weight:bold;
	font-style:italic;
	overflow:hidden;
}
[dir="rtl"] .sesnews_review_listing_more{
	float:left;
}
/*Profile Reviews Css Start Here*/
.sesnews_profile_reviews_filters{
	border-width:1px;
	background-image:url(../images/t-img-light.png);
	padding:10px;
	margin-bottom:15px;
}
.sesnews_profile_reviews_filters #filter_form, .sesnews_profile_reviews_filters #filter_form > div, .sesnews_profile_reviews_filters #filter_form > div > div, .sesnews_profile_reviews_filters #filter_form > div > div > div{
	border-width:0 !important;
	background:none !important;
	padding:0 !important;
	margin:0 !important;
	overflow:hidden;
}
.sesnews_profile_reviews_filters .form-wrapper{
	float:left;
	padding-right:15px;
	margin:0 !important;
}
.sesnews_profile_reviews_filters #submit-wrapper{
	width:auto;
}
.sesnews_profile_reviews_filters .form-wrapper{
	width:25%;
}
.sesnews_profile_reviews_filters .form-label{
	margin-bottom:3px;
}
.sesnews_profile_reviews_filters select{
	padding:4px 5px;
	width:100%;
}
.sesnews_profile_reviews_filters button{
	padding:6px 15px 7px;
}
.sesnews_profile_reviews_filters #loadingimgsesnewsreview-wrapper{
	display:none !important;
}
.sesnews_review_form_block{
	border-top-width:1px;
	margin-top:15px;
	position:relative;
	background-image:url(../images/t-img-light.png);
	padding:10px;
}
.sesnews_review_form_block .global_form, .sesnews_review_form_block .global_form > div, .sesnews_review_form_block .global_form > div > div, .sesnews_review_form_block .global_form > div > div > div{
	border-width:0 !important;
	background:none !important;
	padding:0 !important;
	margin:0 !important;
	overflow:hidden;
	float:none;
}
.sesnews_review_form_block #description-element{
	float:none;
}
#global_content_simple #sesnews_review_form #buttons-label{
	display:none;
}
/*Profile Reviews Css End Here*/
/*Review Listing Footer*/
.sesnews_review_listing_footer{
	clear:both;
	overflow:hidden;
}
.sesnews_review_listing_footer p{
	margin-bottom:5px;
}
.sesnews_review_listing_btn_left a{
	float:left;
	margin-right:5px;
}
[dir="rtl"] .sesnews_review_listing_btn_left a{
	margin-right:0px;
	margin-left:5px;
}
.sesnews_review_listing_btn_left a i{
	height:16px;
	width:16px;
	display:inline-block;
}
.sesnews_review_useful i{
	background-image:url(../images/light-bulb.png);
	background-repeat:no-repeat;
}
.sesnews_review_useful.active{
	background:#F49A3B;
	color:#fff !important;
	box-shadow:0 5px 5px rgba(0, 0, 0, .2) inset;
	border-color:#C68642;
}
.sesnews_review_useful.active:hover{
	background:#F49A3B;
}
.sesnews_review_useful.active i{
	background-image:url(../images/light-bulb_white.png);
	background-repeat:no-repeat;
}
.sesnews_review_funny i{
	background-image:url(../images/happy.png);
	background-repeat:no-repeat;
}
.sesnews_review_funny.active{
	background:#9DAB52;
	color:#fff !important;
	box-shadow:0 5px 5px rgba(0, 0, 0, .2) inset;
	border-color:#94A14E;
}
.sesnews_review_funny.active:hover{
	background:#9DAB52;
}
.sesnews_review_funny.active i{
	background-image:url(../images/happy_white.png);
	background-repeat:no-repeat;
}
.sesnews_review_cool i{
	background-image:url(../images/snowflake.png);
	background-repeat:no-repeat;
}
.sesnews_review_cool.active{
	background:#789FD8;
	color:#fff !important;
	box-shadow:0 5px 5px rgba(0, 0, 0, .2) inset;
	border-color:#6C93CC;
}
.sesnews_review_cool.active:hover{
	background:#789FD8;
}
.sesnews_review_cool.active i{
	background-image:url(../images/snowflake_white.png);
	background-repeat:no-repeat;
}
.sesnews_review_listing_btn_right a{
	float:left;
}
.sesnews_review_listing_btn_right a + a{
	margin-left:5px;
}
.sesnews_review_listing_footer a.sesbasic_button_icon:before{
	text-align:center;
	margin:0;
}
.sesnews_review_listing_footer a.sesbasic_button_icon span{
	position:absolute;
	margin:-60px 0 0 -10px;
	background:#000;
	color:#fff;
	padding:5px 10px;
	display:none;
}
.sesnews_review_listing_footer a.sesbasic_button_icon span i{
	position:absolute;
	bottom:-9px;
	color:#000;
}
.sesnews_review_listing_footer a.sesbasic_button_icon:hover span{
	display:block;
}
/*Top Rated Members widget css end here*/
/*Rating Star*/
.sesnews_rating_star:before,
.sesnews_rating_star_small:before,
.sesnews_rating_star_small_half:before,
.sesnews_rating_star_disable:before{
	font-family:"Font Awesome 5 Free";
	display:inline-block;
	font-weight:900;
	color:#FFC107;
}
.sesnews_rating_star_small:before,
.sesnews_rating_star:before{
	content:"\f005";
}
.sesnews_rating_star_small_half:before,
.sesnews_rating_star_half:before{
	content:"\f089";
}
.sesnews_rating_star_disable:before{
	content:"\f006";
	font-weight:400 !important;
}
.sesnews_rating_star{
	font-size:22px;
	height:24px;
	width:24px;
	display:inline-block;
	line-height:24px;
	text-align:center;
}
/*Review Rating Box*/
.sesnews_review_show_rating{
	float:right;
	position:relative;
}
[dir="rtl"] .sesnews_review_show_rating{
	float:left;
}
.sesnews_review_show_rating_box{
	overflow:hidden;
	position:absolute;
	display:none;
	background:#fff;
	padding:10px;
	box-shadow:-1px 4px 19px -5px #000;
	right:6px;
	margin-top:10px;
	width:200px;
}
.review_rattings_listing_box > div{
	margin:5px 0;
}
.sesnews_review_show_rating_label{
	float:left;
	margin-right:5px;
	width:85px;
}
[dir="rtl"] .sesnews_review_show_rating_label{
	float:right;
	text-align:right;
}
[dir="rtl"] .sesnews_review_show_rating_box{
	left:0px;
}
.sesnews_review_show_rating_parameters{
	overflow:hidden;
}
.sesnews_review_show_rating:hover .sesnews_review_show_rating_box{
	display:block;
}
/*Review Rating Box end*/
.sesnews_grid .sesnews_grid_inner:hover .sesnews_list_labels{
	display:none;
}
/*news sidebar next and privew css start*/
.sidebar_privew_next_btns{
	width:100%;
	text-align:center !important;
	display:inline-block;
}
.sidebar_privew_next_btns div{
	display:inline-block;
	margin-top:8px;
	vertical-align:middle;
}
.sidebar_previous_btn{
	display:inline-block;
	margin-right:5px;
}
[dir="rtl"] .sidebar_previous_btn{
	display:inline-block;
	margin-left:5px;
	margin-right:0px;
}
.sidebar_privew_next_btns a{
	padding:0px;
	font-size:14px;
	text-decoration:none !important;
	font-weight:bold !important;
	position:relative;
}
.sidebar_next_btns{
	display:inline-block;
	margin-left:5px;
}
[dir="rtl"] .sidebar_next_btns{
	margin-left:0px;
	margin-right:5px;
}
.sidebar_privew_next_btns a{
	padding:0;
	text-decoration:none !important;
	font-weight:bold !important;
}
.sidebar_privew_next_btns .previous_icon:before{
	content:"\f0a8";
	padding:0px 5px 0px 0px;
}
[dir="rtl"] .sidebar_privew_next_btns .previous_icon:before{
	content:"";
	padding:0px;
}
[dir="rtl"] .sidebar_privew_next_btns .previous_icon:after{
	content:"\f0a9";
	padding:0px 0px 0px 5px;
}
.sidebar_privew_next_btns .next_icon:after{
	content:"\f0a9";
	padding:0px 0px 0px 5px;
}
[dir="rtl"] .sidebar_privew_next_btns .next_icon:after{
	content:"";
	padding:0px;
}
[dir="rtl"] .sidebar_privew_next_btns .next_icon:before{
	content:"\f0a8";
	padding:0 5px 0 0;
}
.sidebar_privew_next_btns .previous_icon:before, .sidebar_privew_next_btns .next_icon:after{
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
[dir="rtl"] .sidebar_privew_next_btns .previous_icon:after, [dir="rtl"] .sidebar_privew_next_btns .next_icon:before{
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
/*news sidebar next and privew css end*/

.sesnews_success_message{
	color:#3c763d;
	background-color:#dff0d8;
	border-color:#d6e9c6;
	padding:15px;
	margin-bottom:20px;
	border-radius:4px;
}
.sesnews_error_message{
  background-color:#e47c7c;
  border:1px solid #cd6262;
  color:#fff;
	padding:15px;
	margin-bottom:20px;
	border-radius:4px;
}
.sesnews_success_message i,
.sesnews_error_message i{
	margin-right:5px;
}
/*create news css*/
/*Page URL Field*/
#custom_url_news-element .sesnews_check_availability_btn{
	position:absolute;
	margin:8px 0 0 -36px;
}
[dir="rtl"] #custom_url_news-element .sesnews_check_availability_btn{
  margin:8px -36px 0 0;
}
#custom_url_news-element .fa{
	font-size:17px;
}
#custom_url_news-element .fa.fa-check:before{
	color:#ffffff;
}
#custom_url_news-element .fa.fa-close:before{
	color:#fff;
}
.sesnews_check_availability_btn{
	margin-left:10px;
}
.sesnews_check_availability_btn button{
	outline:none;
	font-size:11px;
	line-height:normal;
	width:28px;
	height:28px;
	padding:0px;
}
.sesnews_check_availability_btn button._available{
	background-color:#090;
}
.sesnews_check_availability_btn button._notavailable{
	background-color:#C00;
}
.sesnews_check_availability_btn button .availability_tip{
	background-color:rgba(0, 0, 0, 0.72);
	padding:6px;
	border-radius:3px;
	color:#fff;
	white-space:nowrap;
	position:absolute;
	top:-30px;
	left:50%;
	display:none;
	transform:translateX(-50%);
}
.sesnews_check_availability_btn button .availability_tip:after{
	content:'';
	width:0;
	height:0;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-top:6px solid #474747;
	position:absolute;
	bottom:-6px;
	left:45%;
}
.sesnews_check_availability_btn button:hover .availability_tip{
	display:block;
}
.sesnews_create .sesnews_choose_date #event_start_time-element span{
	width:247px;
	float:left;
	margin-right:5px;
}
[dir="rtl"] .sesnews_create .sesnews_choose_date #event_start_time-element span{
	margin-right:0px;
	margin-left:5px;
}
.sesnews_create .sesnews_choose_date #event_start_time-element span input[type=text]{
	width:100%;
}
.sesnews_create #newstyle-element .form-options-wrapper li{
	display:inline-block;
	margin-right:10px;
	text-align:center;
}
.sesnews_create #location-wrapper #location-element input[type=text]{
	background-position:7px;
	padding:7px 10px 7px 10px;
}
#sesnews_edit #newstyle-element .form-options-wrapper li, .sesnews_create #newstyle-element .form-options-wrapper li{
	position:relative;
	height:170px;
	width:125px;
	margin-bottom:10px;
	border-width:1px;
	padding:5px;
	float:left;
  margin-right:10px;
}
#sesnews_edit #newstyle-element .form-options-wrapper li label a, .sesnews_create #newstyle-element .form-options-wrapper li label a{
	width:100%;
	position:absolute;
	top:30px;
	left:0px;
}
#sesnews_edit #newstyle-element .form-options-wrapper li label a img, .sesnews_create #newstyle-element .form-options-wrapper li label a img{
	width:100%;
}
#sesnews_edit #newstyle-element .form-options-wrapper li input[type=radio].sesnews_create #newstyle-element .form-options-wrapper li input[type=radio]{
	display:inline-block;
	float:none;
	vertical-align:sub;
}
#sesnews_edit #newstyle-element .form-options-wrapper li label, .sesnews_create #newstyle-element .form-options-wrapper li label{
	display:inline-block;
	float:none;
}
.sesnews_create #fancyuploadfileids-wrapper{
	display:none;
}
#TB_ajaxContent .icon_close{
	position:absolute;
	right:15px;
	top:10px;
	cursor:pointer;
	padding:5px;
}
#TB_ajaxContent .popup_design_title{
	margin-bottom:5px;
}
#TB_ajaxContent > div{
	text-align:center;
}
/*sesnews sesarch form css*/
/*sesnews form horizontal css*/
.sesnews_browse_search form{
	padding:0;
}
.sesnews_browse_search .form-wrapper{
	margin:0 0 10px !important;
}
.sesnews_browse_search input[type="text"], .sesnews_browse_search select{
	max-width:200px;
	width:95%;
}
.sesnews_browse_search input[type="checkbox"] + label, .sesnews_browse_search input[type="radio"] + label{
	overflow:hidden;
}
.sesnews_browse_search [id^='advanced_options_search']{
	font-weight:bold;
	display:block;
	margin:10px 0;
	text-decoration:none !important;
}
.sesnews_browse_search [id^='advanced_options_search'] i{
	margin-right:5px;
	font-size:17px;
}
[dir="rtl"] .sesnews_browse_search [id^='advanced_options_search'] i{
	margin-left:5px;
	margin-right:0;
}
.sesnews_browse_search_horizontal .form-wrapper{
	display:inline-block;
	clear:none;
	margin-right:10px !important;
	vertical-align:top;
	width:inherit !important;
}
.sesnews_browse_search .form-wrapper .form-label label{
	margin-bottom:5px;
}
/*sesnews search form vertical css*/
.sesnews_browse_search_vertical .form-wrapper{
	width:100% !important;
}
.sesnews_browse_search_vertical .form-wrapper #submit-label{
	display:none;
}
.sesnews_browse_search_vertical #submit-wrapper{
	margin-bottom:0px !important;
}
.sesnews_browse_search_vertical #submit-element{
	margin-top:15px;
}
.sesnews_browse_search_vertical #submit-element button{
	width:100% !important;
}
/*sesnews featured news css start*/
.sesnews-featured_news_view{
	overflow:hidden;
	display:block;
}
.sesnews-featured_news_view .featured_news_listing{
	width:50% !important;
	height:333px !important;
}
.sesnews-featured_news_view .featured_news_list img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}
.sesnews-featured_news_view .featured_news_list .featured_teg{
	position:absolute;
	top:0;
	margin:15px 8px;
	z-index:9;
}
.sesnews-featured_news_view .featured_news_list:hover .featured_teg{
  opacity:0;	
}
.sesnews-featured_news_view .featured_news_list .featured_teg a{
	text-decoration:none;
	padding:5px 10px;
	border-radius:3px;
}
.sesnews-featured_news_view .featured_news_list .sesnews_list_labels{
	top:0px;
	bottom:inherit;
	right:0px;
}
[dir="rtl"] .sesnews-featured_news_view .featured_news_list .sesnews_list_labels{
	left:0px;
	right:inherit;
}
.sesnews-featured_news_view .featured_news_list .sesnews_verified_label{
	position:absolute;
	bottom:0px;
	right:0px;
	background:#93C33C;
	padding:3px 5px;
	color:#fff;
}
.sesnews-featured_news_view .featured_news_list .featured_news_list_inner:hover .sesnews_list_labels, .sesnews-featured_news_view .featured_news_list .featured_news_list_inner:hover .sesnews_verified_label{
	display:none;
}
.sesnews-featured_news_view .featured_news_list .featured_news_list_inner .sesnews_list_thumb_over{
	opacity:inherit;
	background:rgba(0,0,0,0.2);
}
.sesnews-featured_news_view .sesnews_list_thumb_over:hover{
	background:rgba(0,0,0,0.5);
}
.sesnews-featured_news_view .sesnews_list_thumb_over .sesnews_list_grid_thumb_btns{
	opacity:0;
	webkit-transition:all 800ms ease 0s;
	-moz-transition:all 800ms ease 0s;
	-o-transition:all 800ms ease 0s;
	transition:all 800ms ease 0s;
}
.sesnews-featured_news_view .sesnews_list_thumb_over:hover .sesnews_list_grid_thumb_btns{
	opacity:1;
	padding-top: 30px;
}
.sesnews-featured_news_view .featured_news_list .featured_news_list_contant{
	position:absolute;
	bottom:0px;
	width:100%;
	padding:15px;
	background:-moz-linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.6) 100%);
	background:-webkit-linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.6) 100%);
	background:-o-linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.6) 100%);
	background:-ms-linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.6) 100%);
	background:linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.6) 100%);
}
.sesnews-featured_news_view .featured_news_list .featured_news_list_contant p.title{
	color:#fff;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	margin-bottom:5px;
}
.sesnews-featured_news_view .featured_news_list .featured_news_list_contant p.title a{
	font-size:17px;
	font-weight:bold;
	color:#fff;
}
.sesnews-featured_news_view .featured_news_list{
	width:25%;
	float:left;
	position:relative;
	height:333px;
	padding:0px 5px;
}
[dir="rtl"] .sesnews-featured_news_view .featured_news_list{
	float:right;
}
.sesnews-featured_news_view .featured_news_list .featured_news_list_inner{
	position:relative;
	height:100%;
	overflow:hidden;
}
.sesnews-featured_news_view .featured_news_list .featured_news_date_location{
	clear:both;
	overflow:hidden;
}
.sesnews-featured_news_view .featured_news_list .featured_news_date_location .sesnews_list_stats{
	margin-right:10px;
	margin-bottom:5px;
}
.sesnews-featured_news_view .featured_news_list .featured_news_date_location .sesnews_list_location{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	width:100px;
}
.sesnews-featured_news_view .featured_news_list .featured_news_date_location .sesnews_list_stats p i{
	margin-right:5px;
}
[dir="rtl"] .sesnews-featured_news_view .featured_news_list .featured_news_date_location .sesnews_list_stats p i{
	margin-left:5px;
	margin-right:0px;
}
.sesnews-featured_news_view .featured_news_list .featured_news_date_location .sesnews_list_stats p, .sesnews-featured_news_view .featured_news_list .featured_news_date_location .sesnews_list_stats p a{
	color:#fff;
}
.sesnews-featured_news_view .featured_news_list .featured_news_date_location .sesnews_list_stats span, .sesnews-featured_news_view .featured_news_list .featured_news_date_location .sesnews_list_stats span i{
	color:#fff;
	margin-right:5px;
	display:inline-block;
}
[dir="rtl"] .sesnews-featured_news_view .featured_news_list .featured_news_date_location .sesnews_list_stats span, [dir="rtl"] .sesnews-featured_news_view .featured_news_list .featured_news_date_location .sesnews_list_stats span i{
	margin-left:5px;
	margin-right:0px;
}
/*sesnews top newsger css start*/
.sesnews_top_newser_list li.sesnewser_top_sidebar_list{
	display:block;
	overflow:hidden;
	margin:0px 0px 8px 0px;
}
.sesnews_top_newser_list li.sesnewser_top_sidebar_list + li.sesnewser_top_sidebar_list{
	border-top-width:1px;
	padding-top:12px;
	border-style:dashed;
}
.sesnews_top_newser_list li.sesnewser_top_sidebar_list a{
	float:left;
}
.sesnews_top_newser_list li.sesnewser_top_sidebar_list a img{
	width:70px;
	height:70px;
	margin-right:10px;
	border-radius:50%;
}
.sesnews_top_newser_list li.sesnewser_top_sidebar_list .sesnews_top_news_info{
	display:block;
	overflow:hidden;
}
.sesnews_top_newser_list li.sesnewser_top_sidebar_list .sesnews_top_news_title{
	display:block;
	overflow:hidden;
	margin-bottom:5px;
}
.sesnews_top_newser_list li.sesnewser_top_sidebar_list .sesnews_top_news_list_stats{
	font-style:italic;
}
.sesnews_top_newser_list .sesnewser_top_gird_list{
	margin-bottom:20px;
}
.sesnews_top_newser_list .sesnewser_top_gird_list .sesnewser_top_gird_thumb_news{
	position:relative;
	height:174px;
}
.sesnews_top_newser_list .sesnewser_top_gird_list a img{
	width:100%;
	height:100%;
	float:left;
	object-fit:cover;
	max-width:inherit;
	max-height:inherit;
}
.sesnews_top_newser_list .sesnewser_top_gird_list .sesnews_top_news_info{
	position:absolute;
	bottom:0;
	padding:5px 10px;
	width:100%;
	background-color:rgba(0, 0, 0, 0.6);
	left:0;
}
.sesnews_top_newser_list .sesnewser_top_gird_list a{
	display:block;
	overflow:hidden;
	margin-bottom:5px;
	color:#fff;
	height:100%;
}
.sesnews_top_newser_list .sesnewser_top_gird_list .sesnews_top_news_list_stats{
	color:#fff;
}
/*sesnews tag horizantal news css start*/
.layout_sesnews_tag_horizantal_news{
    padding:0px !important;
    border:none;
		height:56px;
}
.layout_sesnews_tag_horizantal_news .sesbasic_cloud_widget h3{
	background-color:#000;
	color:#fff;
	float:left;
	border:none;
	border-radius:0px;
	padding:0px 20px;
	margin-right:15px;
	margin-bottom:0px;
	position:relative;
	height:58px;
	line-height:58px;
}
.layout_sesnews_tag_horizantal_news .sesbasic_cloud_widget h3:after{
	content:'';
	display:block;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent;
	border-left:8px solid #000;
	position:absolute;
	right:-8px;
	top:36%;
}
.layout_sesnews_tag_horizantal_news .sesbasic_cloud_widget h3 img{
	width:26px;
	margin-right:12px;
	float:left;
	padding-top:16px;
}
.layout_sesnews_tag_horizantal_news .sesnews_tags_horizantal_news{
	display:block;
	overflow:hidden;
}
.sesnews_tags_horizantal_news .mCSB_horizontal.mCSB_inside > .mCSB_container{
	margin-bottom:6px !important;
}
.sesnews_tags_horizantal_news .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color:#000;
	background-color:rgba(0, 0, 0, 0.75);
	filter:"alpha(opacity=75)";
	-ms-filter:"alpha(opacity=75)";
}
.sesnews_tags_horizantal_news .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color:#000;
    background-color:rgba(0, 0, 0, 0.85);
    filter:"alpha(opacity=85)";
    -ms-filter:"alpha(opacity=85)";
}
.sesnews_tags_horizantal_news .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.sesnews_tags_horizantal_news .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background-color:#000 ;
	background-color:rgba(0,0,0,0.9);
	filter:"alpha(opacity=90)";
	 -ms-filter:"alpha(opacity=90)";
}
.layout_sesnews_tag_horizantal_news .sesbasic_cloud_widget_full{
	position:absolute;
	left:0px;
	right:0px;
}
.global_left_panel.panel-collapsed .sesnews_slideshow_news_wrapper.isfull_width .sesnews_slideshow_news_container,
.global_left_panel.panel-collapsed .layout_sesnews_tag_horizantal_news .sesbasic_cloud_widget_full{
	left:60px;
}
[dir="rtl"] .global_left_panel.panel-collapsed .sesnews_slideshow_news_wrapper.isfull_width .sesnews_slideshow_news_container,
[dir="rtl"] .global_left_panel.panel-collapsed .layout_sesnews_tag_horizantal_news .sesbasic_cloud_widget_full{
	left:0px;
	right:60px;
}
.layout_sesnews_tag_horizantal_news .sesbasic_cloud_widget{
	overflow:hidden;
	padding:0px;
  /*background-color:#3d3d3d !important; */
	height:58px;
}
.layout_sesnews_tag_horizantal_news .sesbasic_cloud_widget a.sesbasic_more_link{
	float:right;
	clear:inherit;
	padding:0 20px;
	margin:0;
	margin-left:12px;
	height:58px;
	line-height:58px;
}
.layout_sesnews_tag_horizantal_news .sesnews_tags_horizantal_news ul li{
	float:left;
	margin-right:10px;
	padding:11px 0;
}
.layout_sesnews_tag_horizantal_news .sesnews_tags_horizantal_news ul li a{
	text-decoration:none;
	color:#fff;
	display:block;
	padding:0px 20px;
	line-height:30px;
	text-transform:capitalize;
	text-align:center;
	border-top:1px solid #343638;
	border-bottom:1px solid #645d5d;
	border-radius:7px;
	background-color:#000000;
	margin-right:7px;
}
/*sesnews list cloud news css */
.sesnews_tags_cloud_news .sesnews_tags_cloud_list{
	text-align:left
}
.sesnews_tags_cloud_news .sesnews_tags_cloud_list li{
	display:inline-block;
	margin:5px 5px 10px 0px;
}
[dir="rtl"] .sesnews_tags_cloud_news .sesnews_tags_cloud_list{
	text-align:right;
}
[dir="rtl"] .sesnews_tags_cloud_news .sesnews_tags_cloud_list li{
	margin:5px 0px 10px 5px;
}
.sesnews_tags_cloud_news .sesnews_tags_cloud_list li a{
	color:#fff;
	text-decoration:none;
	padding:3px 7px;
	border-radius:4px;
	background:#000;
}
.sesnews_tags_cloud_news .sesnews_tags_cloud_list li a:hover{
	opacity:0.8;
}
.sesnews_tags_cloud_news .sesnews_tags_cloud_list li:nth-child(1) a, .sesnews_tags_cloud_news .sesnews_tags_cloud_list li:nth-child(1n+10) a{
	background:#F17074;
}
.sesnews_tags_cloud_news .sesnews_tags_cloud_list li:nth-child(2) a, .sesnews_tags_cloud_news .sesnews_tags_cloud_list li:nth-child(2n+10) a{
	background:#8377B7;
}
.sesnews_tags_cloud_news .sesnews_tags_cloud_list li:nth-child(3) a, .sesnews_tags_cloud_news .sesnews_tags_cloud_list li:nth-child(3n+10) a{
	background:#51A2CF;
}
.sesnews_tags_cloud_news .sesnews_tags_cloud_list li:nth-child(4) a, .sesnews_tags_cloud_news .sesnews_tags_cloud_list li:nth-child(4n+10) a{
	background:#49CCC4;
}
.sesnews_tags_cloud_news .sesnews_tags_cloud_list li:nth-child(5) a, .sesnews_tags_cloud_news .sesnews_tags_cloud_list li:nth-child(5n+10) a{
	background:#FFBF05;
}
.sesnews_tags_cloud_news .sesnews_tags_cloud_list li:nth-child(6) a, .sesnews_tags_cloud_news .sesnews_tags_cloud_list li:nth-child(6n+10) a{
	background:#9C28B1;
}
.sesnews_tags_cloud_news .sesnews_tags_cloud_list li:nth-child(7) a, .sesnews_tags_cloud_news .sesnews_tags_cloud_list li:nth-child(7n+10) a{
	background:#247ECA;
}
.sesnews_tags_cloud_news .sesnews_tags_cloud_list li:nth-child(8) a, .sesnews_tags_cloud_news .sesnews_tags_cloud_list li:nth-child(8n+10) a{
	background:#03A9F5;
}
.sesnews_tags_cloud_news .sesnews_tags_cloud_list li:nth-child(9) a, .sesnews_tags_cloud_news .sesnews_tags_cloud_list li:nth-child(9n+10) a{
	background:#F23B37;
}
.sesnews_tags_cloud_news .sesnews_tags_cloud_list li:nth-child(10) a, .sesnews_tags_cloud_news .sesnews_tags_cloud_list li:nth-child(10n+10) a{
	background:#B7DC7C;
}
/*sesnews category news*/
.sesnews_subcat_list_head p{
	font-size:18px;
	margin:15px 0px;
	font-weight:bold;
}
.sesnews_catogery_grid_view .sesnews_grid_info_hover_title{
	margin-top:10px;
}
.sesnews_grid .sesnews_list_contant{
	color:#fff;
	border-bottom-width:0px;
}
/*deshboard css*/
.sesbasic_dashboard_tabs > ul > li i.tab-icon{
	font-style:normal;
	text-align:center;
}
.sesbasic_dashboard_tabs > ul > li i.tab-icon:before{
	content:'\f073';
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	font-size:14px;
}
.sesbasic_dashboard_tabs > ul > li i{
	background-image:none;
}
.sesnews_dashboard_news_info .sesnews_dashboard_news_info_content .sesnews_dashboard_news_title, .sesnews_dashboard_news_info .sesnews_dashboard_news_info_content .sesnews_list_stats{
	margin-bottom:5px;
}
.sesnews_dashboard_news_info_content .sesnews_list_stats span i{
	float:left;
	margin-right:5px;
	margin-top:4px;
	width:20px;
	text-align:center;
}
[dir="rtl"] .sesnews_dashboard_news_info_content .sesnews_list_stats span i{
	float:right;
	margin-right:0px;
	margin-left:5px;
}
.sesnews_dashboard_news_info_content .sesnews_list_stats span.widthfull span{
	overflow:hidden;
	display:block;
}
.sesnews_dashboard_news_info .sesnews_dashboard_news_info_content .sesbasic_popup_slide_open{
	width:100%;
}
/*sesnews sidebar categroies list start*/
.sesnews_sidebar_categroies_list li{
	padding:6px 0 6px 0;
	clear:both;
	overflow:hidden;
}
.sesnews_sidebar_categroies_list li + li{
	border-top-width:1px;
	border-style:dashed;
}
.sesnews_sidebar_categroies_list li a.cattoggel{
	float:right;
	width:35px;
	text-align:center;
}
[dir="rtl"] .sesnews_sidebar_categroies_list li a.cattoggel{
	float:left;
}
.sesnews_sidebar_categroies_list li a.catlabel{
	float:left;
}
.sesnews_sidebar_categroies_list li ul{
	padding-left:20px;
}
.sesnews_sidebar_categroies_list a{
	text-decoration:none;
	float:left;
	width:auto;
}
[dir="rtl"] .sesnews_sidebar_categroies_list a{
	float:right;
}
.sesnews_sidebar_categroies_list li a img{
	width:18px;
	float:left;
	margin-right:12px;
}
[dir="rtl"] .sesnews_sidebar_categroies_list li a img{
	float:right;
	margin-right:0px;
	margin-left:12px;
}
.sesnews_sidebar_categroies_list li a span{
	overflow:hidden;
}
.sesnews_sidebar_categroies_list a:before{
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	float:right;
}
[dir="rtl"] .sesnews_sidebar_categroies_list a:before{
	float:left;
}
[dir="rtl"] .sesnews_sidebar_categroies_list a.cattoggelright:before{
	content:'\f104';
}
.sesnews_sidebar_categroies_list a.cattoggelright:before{
	content:'\f105';
}
.sesnews_sidebar_categroies_list a.cattoggeldown:before{
	content:'\f107';
}
/*Animate Marker*/
.animated{
	-webkit-animation-duration:.5s;
	animation-duration:.5s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-timing-function:linear;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
}
@-webkit-keyframes bounce{
	0%, 100%{-webkit-transform:translateY(0);}
	50%{-webkit-transform:translateY(-5px);}
}
@keyframes bounce{
	0%, 100%{transform:translateY(0);}
	50%{transform:translateY(-5px);}
}
.bounce{
	-webkit-animation-name:bounce;
	animation-name:bounce;
}
/*End Animate Marker*/
/*location news map markker css*/
.layout_sesnews_news_location .sesbasic_large_map .pin img{
	margin:auto;
}
.map_large_marker .sesnews_map_thumb{
	position:relative;
	overflow:hidden;
}
.map_large_marker .sesnews_list_grid_thumb_btns{
	position:absolute;
	top:-50px;
	right:0;
	-webkit-transition:all 800ms ease 0s;
	-moz-transition:all 800ms ease 0s;
	-o-transition:all 800ms ease 0s;
	transition:all 800ms ease 0s;
}
.map_large_marker .sesnews_map_thumb:hover .sesnews_list_grid_thumb_btns{
	top:60px;
}
.map_large_marker .sesnews_large_map_content .sesnews_large_map_content_title{
	margin:5px 0px;
}
.map_large_marker .sesnews_large_map_content .sesnews_large_map_content_title a{
	color:#222;
	font-weight:bold;
}
.map_large_marker .sesnews_map_thumb:hover .sesnews_list_labels,
.map_large_marker .sesnews_map_thumb:hover .sesnews_verified_label{
	display:none;
}
.map_large_marker .sesnews_large_map_content .sesnews_list_stats,
.map_large_marker .sesnews_large_map_content .sesnews_list_grid_rating{
	clear:both;
	overflow:hidden;
	margin-bottom:5px;
}
.sesbasic_large_map_content .sesnews_list_stats > span > i{
	width:18px;
	text-align:center;
	float:left;
}
[dir="rtl"] .sesbasic_large_map_content .sesnews_list_stats > span > i{
	float:right;
}
.sesbasic_large_map_content .sesnews_list_stats > span > span{
	overflow:hidden;
	display:block;
}
.map_large_marker .sesnews_large_map_content .sesnews_list_stats span a{
	font-weight:normal;
}
.map_large_marker .sesnews_large_map_content .sesbasic_largemap_stats span span{
	float:left;
	margin:0 5px 0 0;
}
[dir="rtl"] .map_large_marker .sesnews_large_map_content .sesbasic_largemap_stats span span{
	float:right;
	margin:0 0 0 5px;
}
.map_large_marker .sesnews_large_map_content .sesbasic_largemap_stats span span i{
	margin:0 3px 0 0;
}
[dir="rtl"] .map_large_marker .sesnews_large_map_content .sesbasic_largemap_stats span span i{
	margin:0 0 0 3px;
}

/*sesnews social share widegt css*/
.layout_sesnews_advance_share{
	padding:0px !important;
	border:0px;
}
.sesnews_socila_share_button button{
	width:100%;
}
/*sesnews deshboard edit news css*/
/*sesblo deshboard contact iformation*/
.sesnews_create_form .global_form .form-element select, .sesnews_create_form .global_form .form-element input[type=text]{
	width:300px;
	max-width:300px;
}
.sesnews_create_form .global_form #event_start_time-element .sesnews-date-field{
	float:left;
	margin-right:10px;
	width:145px;
}
.sesnews_create_form .global_form #event_start_time-element .sesnews-date-field input[type=text]{
	width:100%;
}
.sesnews_create_form .global_form #event_start_time-element .sesnews-time-field{
	width:145px;
	float:left;
}
.sesnews_create_form .global_form #event_start_time-element .sesnews-time-field input[type=text]{
	width:100%;
}
.sesnews_seo_add_news .global_form .form-element select, .sesnews_seo_add_news .global_form .form-element input[type=text], .sesnews_seo_add_news .global_form .form-element textarea{
	width:300px;
	max-width:300px;
}
.sesnews_create_form .global_form div.form-element{
	max-width:inherit;
	float:none;
	display:block;
}
/*sesnews deshboard edit photo css*/
.sesnews_edit_photo_news .global_form #buttons-wrapper{
	margin-top:5px;
}
.sesnews_edit_photo_news .global_form #current-element div img.thumb_profile{
	width:200px;
	max-width:inherit;
	height:200px;
	object-fit:cover;
}
[dir="rtl"] .sesnews_edit_photo_news .global_form #Filedata-element{
	text-align:right;
}
/*sesnews deshboard edit style css*/
.sesnews_dashboard_menu_list{
	clear:both;
	overflow:hidden;
}
.sesnews_edit_style_news .global_form #style-element p.description{
	width:100%;
	max-width:inherit;
}
.sesnews_edit_style_news .global_form #style-element textarea{
	width:100%;
	max-width:inherit;
	box-sizing:border-box;
}
.sesnews_edit_style_news .global_form #submit-label{
	display:none;
}
.sesnews_edit_style_news .global_form #submit-element{
	text-align:left;
	width:100%;
}
[dir="rtl"] .sesnews_edit_style_news .global_form #submit-element{
	text-align:right;
}
.sesnews_dashboard_menu_list .sesbasic_dashboard_top_section_left{
	width:70%;
}
[dir="rtl"] .sesnews_dashboard_top_section_btns{
	float:left;
}
.sesnews_dashboard_menu_list .sesbasic_dashboard_top_section_left .sesbasic_dashboard_top_section_item_title{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis
}
.sesnews_create label.required:after{
	content:'*';
	color:#FF0000;
}
.sesnews_dashboard_menu_list .sesbasic_dashboard_tabs ul.sesbm li a i{
	width:25px;
	text-align:center;
}
/*sesnews deshboard menu list css start*/
.sesnews_dashboard_menu_list .sesnews_dashboard_top_section{
	border-width:1px;
	border-style:solid;
	clear:both;
	margin-right:1px;
	padding:10px;
	margin-bottom:15px;
}
.sesnews_dashboard_content {
	border-style:solid;
	border-width:1px;
	overflow:hidden;
	padding:20px;
}
.sesnews_dashboard_top_section_btns{
	float:right;
}
.sesnews_dashboard_top_section_btns a {
	padding:0 20px;
	margin-left:5px;
	display:inline-block;
	height:33px;
	line-height:33px;
}
.sesnews_dashboard_menu_list .sesbasic_dashboard_tabs{
	margin-right:10px;
}
[dir="rtl"] .sesnews_dashboard_menu_list .sesbasic_dashboard_tabs{
	margin-left:10px;
	margin-right:0px;
}
.sesnews_dashboard_menu_list .sesbasic_dashboard_tabs > ul.sesbm > li > a{
	padding:0px;
}
.sesnews_dashboard_menu_list .sesbasic_dashboard_tabs > ul.sesbm ul{
	border-top:0px;
	padding:0px;
}
.sesnews_dashboard_menu_list .sesbasic_dashboard_tabs > ul.sesbm ul li{
	margin:0px;
}
.sesnews_dashboard_menu_list .sesbasic_dashboard_tabs > ul.sesbm ul li a{
	padding:10px;
}
.sesnews_dashboard_menu_list .sesbasic_dashboard_tabs > ul.sesbm ul li a:hover, .sesbasic_dashboard_tabs ul ul li.active a{
	-webkit-transition:all 800ms ease 0s;
	-moz-transition:all 800ms ease 0s;
	-o-transition:all 800ms ease 0s;
	transition:all 800ms ease 0s;
}
.sesnews_dashboard_menu_list .sesbasic_dashboard_tabs > ul.sesbm ul li + li{
	border-top-width:1px;
}
.sesnews_dashboard_menu_list .sesnews_dashboard_news_info{
	margin-top:10px;
	margin-bottom:10px;
}
.sesnews_dashboard_menu_list .sesnews_dashboard_news_info .sesnews_dashboard_news_photo{
	position:inherit;
	height:auto;
	border-width:1px 1px 1px 1px;
	padding:10px;
}
.sesnews_dashboard_menu_list .sesnews_dashboard_news_photo .sesnews_dashboard_news_info_content{
	border:0px;
}
.sesnews_dashboard_menu_list .sesnews_dashboard_news_info .sesnews_deshboard_img_news{
	position:relative;
	height:200px;
	overflow:hidden;
	width:100%;
}
.sesnews_dashboard_menu_list .sesnews_dashboard_news_info .sesnews_dashboard_news_photo .sesnews_verified_label{
	position:absolute;
	bottom:0px;
	right:0px;
	background:#93C33C;
	padding:3px 5px;
	color:#fff;
}
.sesnews_dashboard_menu_list .layout_sesnews_advance_share{
	border-width:1px;
	padding:15px;
}
/*edit location form in deshboard*/
[dir="rtl"] .sesnews_dashboard_content .sesnews_edit_location_form #submit-wrapper{
	float:right;
}
[dir="rtl"] .sesnews_dashboard_content .sesnews_edit_location_form #submit-wrapper #submit-wrapper{
	float:right;
	text-align:right;
}
.sesnews_dashboard_content .sesnews_edit_location_form #input_fields-label{
	display:none;
}
.sesnews_dashboard_content .sesnews_edit_location_form #input_fields-wrapper{
	width:100%;
}
.sesnews_dashboard_content .sesnews_edit_location_form #ses_edit_location-wrapper{
	width:98%;
}
.sesnews_dashboard_content .sesnews_edit_location_form #ses_edit_location-wrapper #mapcanvasdiv-label{
	display:none;
}
.sesnews_dashboard_content .sesnews_edit_location_form .form-wrapper{
	width:48%;
	clear:none;
	float:left;
	margin-right:2%;
}
.sesnews_dashboard_content .sesnews_edit_location_form .form-element{
	display:block;
	float:none;
	width:100%;
	max-width:inherit;
	min-width:inherit;
}
.sesnews_dashboard_content .sesnews_edit_location_form .form-element input[type=text]{
	width:100%;
}
.sesnews_edit_location_form{
	display:block;
	overflow:hidden;
	width:auto;
}
.sesnews_edit_location_form #mapcanvasdiv-element{
	display:block;
	float:none;
}
.sesnews_dashboard_content .sesnews_edit_location_form #mapcanvasdiv-wrapper{
	width:98%;
}
/*sesnews photo widget*/
.layout_sesnews_news_photo{
	padding:0px !important;
	border:none;
}
.sesnews_news_photo_widget img{
	width:100%;
}
/*sesnews title widget*/
.sesnews_news_title_widget h2{
	margin-bottom:0px;
}
/*sesnews social share widget*/
.layout_left .sesnews_social_share_news1 a, .layout_right .sesnews_social_share_news1 a{
	padding:8px;
	float:left;
	text-align:center;
	color:#fff;
	border-radius:4px;
	text-decoration:none;
	width:100%;
	margin-bottom:10px;
}
.layout_middle .sesnews_social_share_news1{
	display:block;
	overflow:hidden;
	text-align:center;
}
.layout_middle .sesnews_social_share_news1 a{
	padding:8px;
	display:inline-block;
	text-align:center;
	color:#fff;
	border-radius:4px;
	text-decoration:none;
	width:25%;
	margin-right:10px;
}
.sesnews_social_share_news1 a.facebook_link{
	background:#3B5998;
}
.sesnews_social_share_news1 a.twitter_link{
	background:#00ACEE;
}
.sesnews_social_share_news1 a.pinterest_link{
	background:#DB4A39;
}
.sesnews_social_share_news2{
	font-size:18px;
	text-align:center;
}
.sesnews_social_share_news2 a{
	color:#555;
	margin-right:3px;
}
.sesnews_social_share_news2 a:hover{
	opacity:0.6;
}
.sesnews_social_share_news2 a.facebook_link{
	color:#3B5998;
}
.sesnews_social_share_news2 a.twitter_link{
	color:#00ACEE;
}
.sesnews_social_share_news2 a.pinterest_link{
	color:#DB4A39;
}
.layout_left .sesnews_social_share_news3 ul li + li, .layout_right .sesnews_social_share_news3 ul li + li{
	padding:15px 0px 0px 0px;
}
.layout_left .sesnews_social_share_news3 ul li a, .layout_right .sesnews_social_share_news3 ul li a{
	background-color:#f7f8fa;
	border:1px solid #d8d8d8;
	padding:5px 10px;
	color:#555;
	text-decoration:none;
	font-weight:600;
	box-shadow:4px 2px 11px 0px #dedede;
	width:100%;
	display:block;
}
.layout_middle .sesnews_social_share_news3 ul{
	text-align:center;
}
.layout_middle .sesnews_social_share_news3 ul li{
	display:inline-block;
}
.layout_middle .sesnews_social_share_news3 ul li a{
	background-color:#f7f8fa;
	border:1px solid #d8d8d8;
	padding:5px 10px;
	color:#555;
	text-decoration:none;
	font-weight:600;
	box-shadow:4px 2px 11px 0px #dedede;
	display:block;
}
.sesnews_social_share_news3 ul li a i{
	width:18px;
}
.sesnews_social_share_news4 ul li{
	list-style:none;
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
	font-size:16px;
}
.sesnews_social_share_news4 ul li a{
	color:#fff;
}
.sesnews_social_share_news4 ul{
	text-align:center;
}
.sesnews_social_share_news4 ul li.facebook_link{
	background-color:#3B5998;
	border-radius:50%;
	height:35px;
	width:35px;
	padding:7px 0px;
	text-align:center;
}
.sesnews_social_share_news4 ul li.twitter_link{
	background-color:#2daae1;
	border-radius:50%;
	height:35px;
	width:35px;
	padding:7px 0px;
	text-align:center;
}
.sesnews_social_share_news4 ul li.pinterst_link{
	background-color:#cb2027;
	border-radius:50%;
	height:35px;
	width:35px;
	padding:7px 0px;
	text-align:center;
}
/*Member Profile Map Tab CSS Start Here*/
.sesnews_profile_map_container{
	position:relative;
}
.sesnews_profile_map{
	border-width:1px;
	border-style:solid;
	height:500px;
	position:relative;
}
.sesnews_profile_map_address_box{
	box-shadow:0 0 10px rgba(0, 0, 0, .1);
	background-color:rgba(255,255,255,0.95);
	position:absolute;
	bottom:40px;
	left:40px;
	padding:20px;
	text-align:center;
	width:300px;
}
.sesnews_profile_map_address_box b{
	font-size:16px;
	color:rgba(0,0,0,0.8);
	display:block;
}
.sesnews_profile_map_address_box p{
	border-top-width:1px;
	color:rgba(0,0,0,0.8);
	margin-top:15px;
	padding-top:15px;
}
.sesnews_profile_map_address_box .sesbasic_button{
	margin-top:10px;
	display:inline-block;
}
/*NEWS CATEGORY CAROUSEL CSS START HERE*/
.sesnews_slick_slider .sesbasic_slick_slider{
	position:relative;
	display:block;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-touch-callout:none;
	-khtml-user-select:none;
	-ms-touch-action:pan-y;
	touch-action:pan-y;
	-webkit-tap-highlight-color:transparent;
}
.sesnews_slick_slider .slick-list{
	position:relative;
	display:block;
	overflow:hidden;
	margin:0;
	padding:0;
}
.sesnews_slick_slider .slick-list:focus{
	outline:none;
}
.sesnews_slick_slider .slick-list.dragging{
	cursor:pointer;
	cursor:hand;
}
[dir="rtl"] .sesnews_slick_slider .slick-track{
	float:left;
}
.sesnews_slick_slider .slick-track, .sesnews_slick_slider .slick-list{
	-webkit-transform:translate3d(0, 0, 0);
	-moz-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	-o-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
}
.sesnews_slick_slider .slick-track{
	position:relative;
	top:0;
	left:0;
	display:block;
}
.slick-track:before, .slick-track:after{
	display:table;
	content:'';
}
.slick-track:after{
	clear:both;
}
.slick-loading .slick-track{
	visibility:hidden;
}
.slick-slide.slick-loading img{
	display:none;
}
.slick-initialized .slick-slide{
	display:block;
}
.slick-loading .slick-slide{
	visibility:hidden;
}
/*Thumb*/
.sesnews_category_carousel_item{
	margin:0 2px;
	float:left;
	height:300px;
	position:relative;
	overflow:hidden;
	width:400px;
}
[dir="rtl"] .sesnews_category_carousel_item{
	float:right;
}
.sesnews_category_carousel_item:before{
	background-color:rgba(0, 0, 0, .2);
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	top:0;
	z-index:1;
}
.sesnews_category_carousel_item_thumb{
	float:left;
	height:150px;
	position:relative;
	width:100%;
}
.sesnews_category_carousel_item_thumb > a.sesnews_list_thumb_img{
	display:block;
	height:100%;
}
.sesnews_category_carousel_item_thumb a.sesnews_list_thumb_img > span{
	background-position:center;
	background-size:cover;
	display:block;
	height:100%;
	width:100%;
}
.sesnews_category_carousel_item_thumb .sesnews_grid_btns{
	opacity:0;
	-webkit-transition:all 800ms ease 0s;
	-moz-transition:all 800ms ease 0s;
	-o-transition:all 800ms ease 0s;
	transition:all 800ms ease 0s;
	top:-30px
}
.sesnews_category_carousel_item:hover .sesnews_grid_btns{
	opacity:1;
	top:30px;
}
.sesnews_category_carousel_item_info{
	bottom:0;
	padding:10px;
	position:absolute;
	left:0;
	width:100%;
	z-index:2;
}
.sesnews_category_carousel_item_info > span{
	display:block;
	margin-bottom:5px;
}
.sesnews_category_carousel_item_info *{
	color:#fff !important;
}
.sesnews_category_carousel_item_info_title{
	font-size:20px;
	font-weight:bold;
}
.sesnews_category_carousel_item_info_des, .sesnews_category_carousel_item_info_stat{
	font-weight:bold;
	margin-top:5px;
}
/*Prev / Next BUtton*/
.slick-arrow{
	border-width:0 !important;
	border-radius:0;
	background-color:rgba(0, 0, 0, .2) !important;
	top:45%;
	position:absolute;
	transition:all 0.3s ease .5s;
	opacity:1;
	filter:alpha(opacity=0); 
	height:40px;
	padding:0;
	overflow:hidden;
	outline:none !important;
	width:40px;
	z-index:11;
}
.slick-arrow i:before{
	color:#fff;
	font-size:30px;
}
.slick-arrow.slick-prev{
	left:-70px;
}
.slick-arrow.slick-prev i{
	float:right;
	margin:0px 15px 0 0;
}
.sesnews_slick_slider:hover .slick-arrow.slick-prev{
	left:0;
}
.slick-arrow.slick-next{
	right:-70px;
}
.slick-arrow.slick-next i{
	float:left;
	margin:0px 0 0 15px;
}
.sesnews_slick_slider:hover .slick-arrow.slick-next{
	right:0;
}
.slick-arrow.slick-hidden{
	display:none;
}
body.sesnews_category_carousel .layout_sesnews_category_carousel,
body.sesnews_news_carousel .layout_sesnews_featured_sponsored_verified_category_carousel{
	background-color:transparent !important;
	border-width:0 !important;
	box-shadow:none !important;
	padding:0 !important;
	margin:0 0 15px;
}
body.sesnews_news_carousel .layout_sesnews_featured_sponsored_verified_category_carousel h3{
	margin:-15px 0px 10px;
}
.sesnews_category_carousel_wrapper.isfull_width .sesnews_slick_slider,
.sesnews_news_carousel_wrapper.isfull_width .sesnews_slick_slider{
	position:absolute;
	overflow:hidden;
	left:0;
	right:0;
}
/*NEWS CATEGORY CAROUSEL CSS END HERE*/
/*Contact Information*/
.sesnews_owner_contact_details li + li{
	border-top-style:dashed;
	border-top-width:1px;
	margin-top:5px;
	padding-top:5px;
}
.sesnews_owner_contact_name{
	font-size:17px;
	font-weight:bold;
	padding:5px 5px 0;
}
.sesnews_owner_contact_details li > i{
	float:left;
	margin-right:5px;
	text-align:center;
	width:20px;
}
.sesnews_owner_contact_details li > i:before{
	font-size:15px;
}
.sesnews_owner_contact_details li > i.fa-mobile:before{
	font-size:18px;
}
.sesnews_owner_contact_details li span{
	display:block;
	line-height:20px;
	overflow:hidden;
	word-wrap:break-word
}
.sesnews_owner_contact_social i:before{
	font-size:25px;
}
.sesnews_owner_contact_social i.fa-facebook-square:before{
	color:#3b5997;
}
.sesnews_owner_contact_social i.fa-twitter-square:before{
	color:#00baf0;
}
.sesnews_owner_contact_social i.fa-linkedin-square:before{
	color:#006599;
}
.sesnews_owner_contact_social i.fa-globe:before{
	color:#f18425;
}/**/
.sesnews_review_news_social_btn a.sesbasic_icon_btn{
	border-radius:50%;
	margin-left:0;
	margin-right:4px;
}
.sesnews-profile_option_review > ul > li > a{
	display:block;
	background-image:none !important;
}
.sesnews-profile_option_review ul li .buttonlink:before{
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	margin-right:0 !important;
	width:20px;
}
.sesnewsreview_profile_edit:before{
	content:"\f044";
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.sesnewsreview_profile_delete:before{
	content:"\f1f8";
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.sesnewsreview_profile_share:before{
	content:'\f064';
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.sesnewsreview_profile_report:before{
	content:'\f024';
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
/*sesnews reveiw news search news*/
.sesnews_browse_review_search_horizontal .form-elements .form-wrapper{
	display:inline-block;
	margin-right:15px;
	width:160px;
}
.sesnews_browse_reviews_search .form-elements .form-wrapper .form-label label{
	margin-bottom:5px;
	white-space:nowrap;
}
.sesnews_browse_review_search_horizontal .form-elements .form-wrapper .form-element input, 
.sesnews_browse_review_search_horizontal .form-elements .form-wrapper .form-element select{
	width:100%;
	max-width:200px;
}
.sesnews_browse_review_search_vertical .form-elements #submit-wrapper{
	width:auto;
}
.sesnews_browse_review_search_vertical .form-elements .form-wrapper, 
.sesnews_browse_review_search_vertical .form-elements .form-wrapper input, 
.sesnews_browse_review_search_vertical .form-elements .form-wrapper select{
	width:100%;
}
/*Welcome Page Start Here*/
/*#global_page_sesnews-index-welcome #global_wrapper,
#global_page_sesnews-index-welcome #global_content{
	padding:0;
}*/
#global_page_sesnews-index-welcome #global_footer{
	margin:0;
}
#global_page_sesnews-index-welcome .layout_sesspectromedia_banner{
	margin:0 !important;
}
#global_page_sesnews-index-welcome .sm_banner_title{
	font-size:35px;
}
#global_page_sesnews-index-welcome .sm_banner_btns{
	float:left;
	width:100%;
}
#global_page_sesnews-index-welcome .sm_banner_btns a{
	color:#fff !important;
	background-color:transparent !important;
	border:2px solid #fff;
	padding:10px 20px;
	font-size:17px;
	transition:all 500ms ease 0s;
}
#global_page_sesnews-index-welcome .sm_banner_btns a:hover{
	color:#000 !important;
	background-color:#fff !important;
}
#global_page_sesnews-index-welcome .sm_banner_title,
#global_page_sesnews-index-welcome .sm_banner_des{
	margin:20px 0;
	text-shadow:0px 0px 6px rgba(0, 0, 0, 1);
}
#global_page_sesnews-index-welcome .sesbasic_tabs_content{
	border-width:0;
	padding:0;
}
#global_page_sesnews-index-welcome .layout_sesnews_top_newsgers{
	margin-bottom:50px !important;
}
#global_page_sesnews-index-welcome #global_content .layout_sesbasic_simple_html_block{
	padding:0;
}
.sesnews_welcome_text_block_wrapper{
	height:255px;
}
.sesnews_welcome_text_block{
	background-color:#f8f8f8;
	height:255px;
	position:absolute;
	left:0;
	right:0;
	text-align:center;
	padding:20px 0;
}
.sesnews_welcome_text_block h2,
.sesnews_welcome_text_block p{
	display:block;
	margin:15px 0;
}
.sesnews_welcome_text_block_maintxt{
	font-size:25px;
	font-weight:normal;
  letter-spacing:2px;
}
.sesnews_welcome_text_block_subtxt{
	font-size:20px;
	color:#ffffff;
	margin-top:41px !important;
	font-weight:bold;
	background:#ff4c4c;
	padding:20px;
}
.sesnews_welcome_text_block_buttons{
	text-align:center;
	margin:30px 0;
}
.sesnews_welcome_text_block_buttons a{
	background-color:#10b765  !important;
	color:#fff !important;
	border-width:0;
	display:inline-block;
	font-size:16px;
	margin:0 30px;
	padding:15px 30px;
	border-radius:3px;
	letter-spacing:2px;
  position:relative;
  overflow:hidden;
}
/*.sesnews_welcome_text_block_buttons a:hover{
	background-color:#077b42;
}*/
.sesnews_welcome_text_block_buttons a:nth-child(1):before{
	content:'\f002';
}
.sesnews_welcome_text_block_buttons a:nth-child(2):before{
	content:'\f044';
}
.sesnews_welcome_text_block_buttons a:nth-child(3):before{
	content:'\f0ca';
}
.sesnews_welcome_text_block_buttons a:before{
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	margin-right:12px;
	content:'';
}
.sesnews_welcome_text_block_buttons a:nth-child(2){
	background-color:#2997ab !important;
}
/*.sesnews_welcome_text_block_buttons a:nth-child(2):hover{
	background-color:#10798c;
}*/
.sesnews_welcome_text_block_buttons a:after{
  content:"";
  position:absolute;
  top:-110%;
  left:-210%;
  width:200%;
  height:20px;
  opacity:0;
  transform:rotate(30deg);
  background:rgba(255, 255, 255, 0.13);
  background:linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
}
.sesnews_welcome_text_block_buttons a:hover:after{
  opacity:1;
  top:4%;
  left:-0%;
  transition-property:left, top, opacity;
  transition-duration:0.7s, 0.7s, 0.50s;
  transition-timing-function:ease;
}
.sesnews_welcome_btn{
	padding:0.9em;
	text-align:center;
	border-radius:4px;
	cursor:pointer;
	text-decoration:none;
	width:205px;
	display:inline-block;
	letter-spacing:1px;
}
.sesnews_welcome_btn:hover{
	text-decoration:none;
}
/*Welcome Page End Here*/
/*user banner css start*/
.sesnews_user_new_banner  .sesnews_images_group{
	position:relative;
}
.sesnews_user_new_banner .images_group{
	position:relative;
	height:700px;
}
.sesnews_user_new_banner .images_group li{
	border-radius:100%;
	position:absolute;
}
.sesnews_user_new_banner .images_group li img{
	width:150px;
	border-radius:100%;
	height:150px;
	object-fit:cover;
}
.sesnews_user_new_banner .images_group li a:hover{
	opacity:0.8;
}
.sesnews_user_new_banner .images_group li:nth-child(2) img,
.sesnews_user_new_banner .images_group li:nth-child(8) img,
.sesnews_user_new_banner .images_group li:nth-child(9) img,
.sesnews_user_new_banner .images_group li:nth-child(17) img,
.sesnews_user_new_banner .images_group li:nth-child(22) img,
.sesnews_user_new_banner .images_group li:nth-child(34) img,
.sesnews_user_new_banner .images_group li:nth-child(35) img,
.sesnews_user_new_banner .images_group li:nth-child(36) img{
	height:100px;
	width:100px;
}
.sesnews_user_new_banner .images_group li:nth-child(3) img,
.sesnews_user_new_banner .images_group li:nth-child(27) img,
.sesnews_user_new_banner .images_group li:nth-child(32) img,
.sesnews_user_new_banner .images_group li:nth-child(33) img{
	height:80px;
	width:80px;
}
.sesnews_user_new_banner .images_group li:nth-child(4) img,
.sesnews_user_new_banner .images_group li:nth-child(19) img,
.sesnews_user_new_banner .images_group li:nth-child(20) img{
	height:130px;
	width:130px;
}
.sesnews_user_new_banner .images_group li:nth-child(5) img{
	height:70px;
	width:70px;
}
.sesnews_user_new_banner .images_group li:nth-child(6) img,
.sesnews_user_new_banner .images_group li:nth-child(10) img,
.sesnews_user_new_banner .images_group li:nth-child(11) img,
.sesnews_user_new_banner .images_group li:nth-child(15) img,
.sesnews_user_new_banner .images_group li:nth-child(16) img,
.sesnews_user_new_banner .images_group li:nth-child(30) img{
	height:150px;
	width:150px;
}
.sesnews_user_new_banner .images_group li:nth-child(7) img,
.sesnews_user_new_banner .images_group li:nth-child(12) img,
.sesnews_user_new_banner .images_group li:nth-child(18) img{
	height:120px;
	width:120px;
}
.sesnews_user_new_banner .images_group li:nth-child(13) img,
.sesnews_user_new_banner .images_group li:nth-child(23) img,
.sesnews_user_new_banner .images_group li:nth-child(28) img{
	height:60px;
	width:60px;
}
.sesnews_user_new_banner .images_group li:nth-child(14) img{
	height:90px;
	width:90px;
}
.sesnews_user_new_banner .images_group li:nth-child(21) img,
.sesnews_user_new_banner .images_group li:nth-child(25) img{
	height:140px;
	width:140px;
}
.sesnews_user_new_banner .images_group li:nth-child(24) img,
.sesnews_user_new_banner .images_group li:nth-child(26) img,
.sesnews_user_new_banner .images_group li:nth-child(29) img,
.sesnews_user_new_banner .images_group li:nth-child(31) img{
	height:110px;
	width:110px;
}
.sesnews_user_new_banner .images_group li:nth-child(1){
	left:120px;
	top:0px;
}
.sesnews_user_new_banner .images_group li:nth-child(2){
	left:272px;
	top:60px;
}
.sesnews_user_new_banner .images_group li:nth-child(3){
	left:376px;
	top:40px;
}
.sesnews_user_new_banner .images_group li:nth-child(4){
	left:464px;
	top:40px;
}
.sesnews_user_new_banner .images_group li:nth-child(5){
	left:590px;
	top:20px;
}
.sesnews_user_new_banner .images_group li:nth-child(6){
	left:635px;
	top:70px;
}
.sesnews_user_new_banner .images_group li:nth-child(7){
	left:778px;
	top:10px;
}
.sesnews_user_new_banner .images_group li:nth-child(8){
	left:896px;
	top:70px;
}
.sesnews_user_new_banner .images_group li:nth-child(9){
	left:990px;
	top:10px;
}
.sesnews_user_new_banner .images_group li:nth-child(10){
	left:0px;
	top:120px;
}
.sesnews_user_new_banner .images_group li:nth-child(11){
	left:152px;
	top:152px;
}
.sesnews_user_new_banner .images_group li:nth-child(12){
	left:360px;
	top:130px;
}
.sesnews_user_new_banner .images_group li:nth-child(13){
	left:490px;
	top:180px;
}
.sesnews_user_new_banner .images_group li:nth-child(14){
	left:555px;
	top:166px;
}
.sesnews_user_new_banner .images_group li:nth-child(15){
	left:776px;
	top:142px;
}
.sesnews_user_new_banner .images_group li:nth-child(16){
	left:20px;
	top:282px;
}
.sesnews_user_new_banner .images_group li:nth-child(17){
	left:170px;
	top:362px;
}
.sesnews_user_new_banner .images_group li:nth-child(18){
	left:300px;
	top:382px;
}
.sesnews_user_new_banner .images_group li:nth-child(19){
	left:430px;
	top:432px;
}
.sesnews_user_new_banner .images_group li:nth-child(20){
	left:575px;
	top:442px;
}
.sesnews_user_new_banner .images_group li:nth-child(21){
	left:710px;
	top:402px;
}
.sesnews_user_new_banner .images_group li:nth-child(22){
	left:810px;
	top:301px;
}
.sesnews_user_new_banner .images_group li:nth-child(23){
	left:860px;
	top:411px;
}
.sesnews_user_new_banner .images_group li:nth-child(24){
	left:920px;
	top:322px;
}
.sesnews_user_new_banner .images_group li:nth-child(25){
	left:960px;
	top:172px;
}
.sesnews_user_new_banner .images_group li:nth-child(26){
	left:80px;
	top:452px;
}
.sesnews_user_new_banner .images_group li:nth-child(27){
	left:216px;
	top:472px;
}
.sesnews_user_new_banner .images_group li:nth-child(28){
	left:80px;
	top:572px;
}
.sesnews_user_new_banner .images_group li:nth-child(29){
	left:152px;
	top:557px;
}
.sesnews_user_new_banner .images_group li:nth-child(30){
	left:282px;
	top:517px;
}
.sesnews_user_new_banner .images_group li:nth-child(31){
	left:502px;
	top:557px;
}
.sesnews_user_new_banner .images_group li:nth-child(32){
	left:	622px;
	top:582px;
}
.sesnews_user_new_banner .images_group li:nth-child(33){
	left:	710px;
	top:550px;
}
.sesnews_user_new_banner .images_group li:nth-child(34){
	left:	846px;
	top:482px;
}
.sesnews_user_new_banner .images_group li:nth-child(35){
	left:	960px;
	top:458px;
}
.sesnews_user_new_banner .images_group li:nth-child(36){
	left:	1035px;
	top:368px;
}
.sesexpos_images_group{
	position:relative;
}
.user_banner_tag_tittle{
	position:absolute;
	left:390px;
	top:312px;
	width:350px;
}
.user_banner_tag_tittle p{
	font-size:32px;
	color:#464646;
	text-align:center;
}
/*user banner css end*/
#global_page_core-index-index #global_footer{
	margin-top:0px;
}
/*Responsive CSS Start Here*/
@media (min-width:980px) and (max-width:1050px){
	.sesnews_welcome_text_block_buttons a{
		margin:0px 10px;
		padding:15px 20px;
		font-size:16px;
	}
	.sesnews_welcome_text_block_wrapper{
		height:253px;
	}
	.sesnews_user_new_banner .images_group{
		transform:scale(0.7);
	}
}
@media (min-width:768px) and (max-width:979px){
	.sesnews_list_full_view .sesnews_list_stats.sesnews_list_location{
		white-space:nowrap;
		text-overflow:ellipsis;
		width:25%;
		overflow:hidden;
	}
	.sesnews_grid{
		width:50% !important;
	}
	.sesnews_last_grid_block .sesnews_comment_list{
		font-size:11px;
	}
	.sesnews_last_grid_block .sesnews_second_readmore_link{
		font-size:11px;
	}
	.sesnews_last_grid_block .sesnews_grid_three_info_title{
		font-size:14px;
	}
	.sesnews_new_grid_block{
		width:50% !important;
	}
	.sesnews_list_news_view .sesnews_list_readmore,
	.sesnews_list_news_view .sesnews_list_stats,
	.sesnews_list_news_view .sesnews_list_des,
	.sesnews_list_news_view .sesnews_stats_list{
		font-size:11px;
	}
	.sesnews_list_news_view .sesnews_static_list_group{
		position:inherit;
		padding:0px;
	}
	.sesnews_static_list_group .sesnews_list_readmore a{
		padding:5px 10px;
	}
	.sesnews-featured_news_view .featured_news_listing{
		width:100% !important;
	}
	.sesnews-featured_news_view .featured_news_list{
		width:50%;
	}
	.sesnews_list_full_view .sesnews_list_full_stats span i{
		display:inline-block;
		width:100%;
		text-align:center;
	}
	.sesnews_list_second_news .sesnews_list_info_title{
		font-size:14px;
	}
	.sesnews_list_second_news .sesnews_list_des{
		font-size:11px;
		min-height:inherit;
		margin-top:0px;
	}
	.sesnews_list_second_news .sesnews_list_readmore{
		font-size:12px;
		padding:0px;
	}
	.sesnews_review_listing_top_info{
		width:100%;
	}
	.sesnews_review_show_rating{
		float:left;
	}
	.sesnews_footer_contant .admin_manage{
		width:49%;
	}
	.sesnews_welcome_text_block_buttons a{
		margin:0px 4px;
		padding:12px 12px;
		font-size:12px;
	}
	.user_banner_tag_tittle{
		position:initial;
		width:auto;
		margin-bottom:10px;
	}
	.sesnews_user_new_banner .images_group li{
		position:initial;
		float:left;
		padding:5px;
	}
	.sesnews_user_new_banner .images_group li img{
		width:150px !important;
		height:150px !important;
	}
}
@media (max-width:768px){
	.sesnews_review_listing_left{
		float:none;
	}
	.sesnews_review_listing_left_photo{
		margin:0 auto;
	}
	.sesnews_list_news_view .sesnews_list_thumb{
		width:100% !important;
	}
	.sesnews_list_news_view .sesnews_list_info{
		overflow:inherit;
		clear:both;
		min-height:auto !important;
	}
	.sesnews_list_news_view .sesnews_static_list_group{
		position:inherit;
		padding:0px;
	}
	.sesnews_static_list_group .sesnews_list_readmore a{
		padding:5px 10px;
	}
	.sesnews_list_second_news .sesnews_list_thumb{
		width:100% !important;
	}
	.sesnews_list_second_news .sesnews_list_info{
		padding:10px 0px 0px 0px;
		overflow:inherit;
		clear:both;
	}
	.sesnews_list_news_view .sesnews_list_info, .sesnews_list_second_news .sesnews_list_des{
		min-height:auto;
	}
	.sesnews_list_second_news .sesnews_stats_list{
		min-height:21px;
	}
	.sesnews_list_full_view .sesnews_list_stats.sesnews_list_location{
		white-space:nowrap;
		text-overflow:ellipsis;
		width:25%;
		overflow:hidden;
	}
	.sesnews_list_full_view{
		padding-left:0px;
		margin-left:0px;
		border:none;
	}
	.sesnews_list_full_view .sesnews_list_full_date_news{
		padding:5px;
		width:auto;
		height:auto;
		font-size:13px;
		border:none;
		text-align:left;
		position:inherit;
		top:inherit;
		left:inherit;
	}
	.sesnews_list_full_view .sesnews_list_full_stats span{
		padding:5px 0px 5px 5px;
	}
	.sesnews_list_full_view .sesnews_list_full_view_info .sesnews_list_info_title{
		font-size:16px;
		padding:0px 0px 0px 5px
	}
	.sesnews_list_full_view .sesnews_list_full_meta{
		padding-left:5px;
	}
	.sesnews_grid{
		width:100% !important;
	}
	.sesnews_last_grid_block .sesnews_grid_three_info_title{
		font-size:14px;
	}
	.sesnews_last_grid_block{
		width:100% !important;
	}
	.sesnews_new_grid_block{
		width:100% !important;
	}
	.sesnews_pinboard_list{
		width:100% !important;
	}
	.sesnews-featured_news_view .featured_news_list{
		width:100% !important;
	}
	.sesnews-featured_news_view .featured_news_list{
		width:50% !important;
		padding:0px;
	}
	.sesnews-featured_news_view .featured_news_listing{
		width:100% !important;
	}
	.sesnews-featured_news_view .featured_news_list{
		width:50%;
	}
	.sesnews_list_full_view .sesnews_list_full_stats span i{
		display:inline-block;
		width:100%;
		text-align:center;
	}
	.sesnews_category_grid ul li{
		width:50% !important;
	}
	.sesnews_category_news .sesnews_category_item_single{
		width:100%;
		float:none;
	}
	.sesnews_review_listing_top_info{
		width:100%;
	}
	.global_form div.form-label, .global_form div.form-element{
		width:100% !important;
	}
	.sesnews_create #custom_url_news-element input[type="text"]{
		width:70%;
	}
	.sesnews_create #newstyle-element .form-options-wrapper li{
		height:150px;
		width:22%;
	}
	#sesnews_edit #newstyle-element .form-options-wrapper li{
		width:24%;
	}
	.sesnews_onear_photo_three a.sesnews_gutter_photo img{
		width:100%;
		height:100%;
	}
	.sesnews_layout_contant h2{
		font-size:20px;
	}
	.sesnews_layout_contant .sesnews_entrylist_entry_date, .sesnews_layout_contant .sesnews_entrylist_entry_body p{
		font-size:12px !important;
	}
	.sesnews_news_title_widget h2{
		font-size:12px;
	}
	.sesnews_create_form .global_form div.form-element,
	.global_form .form-elements textarea,
	.sesnews_create_form .global_form .form-element select,
	.sesnews_create_form .global_form .form-element input[type="text"]{
		width:100%;
		max-width:inherit;
	}
	.sesbasic_dashboard_tabs{
		float:none !important;
		width:100% !important;
	}
	.sesnews_footer_contant .admin_manage{
		width:49%;
	}
	.sesnews_seo_add_news .global_form .form-elements input, .global_form .form-elements textarea{
		width:100% !important;
	}
	.sesnews_dashboard_menu_list .sesbasic_dashboard_tabs > ul.sesbm ul{
		overflow-x:scroll;
		white-space:nowrap;
	}
	.sesnews_dashboard_menu_list .sesbasic_dashboard_tabs > ul.sesbm ul li{
		display:inline-block;
		border:0px;
		margin:10px 0px;
	}
	.sesnews_dashboard_menu_list .sesnews_dashboard_news_info{
		display:none;
	}
	.sesnews_profile_reviews_filters .form-wrapper{
		width:100%;
	}
	.sesnews_layout_contant .sesnews_footer_two_news .sesnews_shear_news a i{
		margin-right:0px;
		font-size:16px;
	}
	.sesnews_layout_contant .sesnews_footer_two_news .sesnews_shear_news a span{
		display:none;
	}
	.sesnews_manage_photos_list{
		width:50%;
	}
	#sesnews_review_form .form-elements .sesnews_form_rating_star #sesnews_review_rating{
		overflow:inherit;
		float:left;
	}
	.sesnews_welcome_text_block_buttons a{
		font-size:14px;
		margin:7px 30px;
		width:50%;
	}
	.sesnews_welcome_text_block_wrapper{
		height:382px;
	}
	.sesnews_welcome_text_block{
		height:382px;
	}
	#global_page_sesnews-index-welcome .sesnews_category_grid ul li{
		width:33% !important;
	}
	.sm_banner_content{
		padding:0px 50px !important;
	}
	/*sesnews list view css*/
	.sesnews_list_new_full_view .sesnews_list_divider{
		width:100% !important;
		margin:10px 0px !important;
		display:block;
	}
	.sesnews_list_new_full_view .sesnews_list_socialicon{
		text-align:center !important;
		width:100%;
	}
	.sesnews_list_new_full_view .sesnews_list_new_full_stats .sesnews_list_stats{
		width:100%;
		text-align:center;
	}
	/*sesnews gird view css*/
	.sesnews_new_grid{
		padding:0 5px;
		width:50% !important;
	}
		.user_banner_tag_tittle{
		position:initial;
		width:auto;
		margin-bottom:10px;
	}
	.sesnews_user_new_banner .images_group li{
		position:initial;
		float:left;
		padding:5px;
	}
	.sesnews_user_new_banner .images_group li img{
		width:150px !important;
		height:150px !important;
	}
	.sesnews_feature_block{
		height:760px;
	}
	.sesnews_feature_block .block_left_desc h2 {
    font-size:150% !important;
    line-height:140%
  }
	.sesnews_feature_block_container{
		padding:40px 15px !important; 
	}
	.sesnews_feature_block .block_left_desc{
		width:100% !important;
	}
	.sesnews_feature_block .block_right_img img{
		display:none;
	}
	.sesnews_footer_feature_block {
    height:250px !important;
	}
	.sesnews_footer_feature_block_container{
		padding:40px 15px !important; 
	}
}
@media (max-width:600px){
	.global_left_panel.panel-collapsed .sesnews_slideshow_news_wrapper.isfull_width .sesnews_slideshow_news_container,
	.global_left_panel.panel-collapsed .layout_sesnews_tag_horizantal_news .sesbasic_cloud_widget_full{
	left:0px;
}
}
@media (max-width:599px){
	.sesnews_create .global_form select,
	.sesnews_create #location-wrapper #location-element input[type="text"],
	.sesnews_create #tags-element input[type="text"],
	.sesnews_create #title-wrapper #title-element input[type="text"]{
		width:100%;
	}
	.sesnews_create .sesnews_choose_date #event_start_time-element span{
		width:49%;
		margin-right:1%;
	}
	.sesnews_create_form_tabs li + li{
		padding-left:5px;
		margin-left:5px;
	}
	.sesnews_create_form_tabs li a{
		font-size:10px;
	}
	.sesnews_upload_dragdrop_content{
		width:100%;
	}
	.sesnews_create #newstyle-element .form-options-wrapper li{
		width:45%;
		height:180px;
	}
	#sesnews_edit #newstyle-element .form-options-wrapper li{
		width:49%;
		height:180px;
	}
}
@media (max-width:479px){
	.sesnews_list_full_view .sesnews_list_full_view_info .sesnews_list_info_title,
	.sesnews_list_second_news .sesnews_list_info_title,
	.sesnews_list_news_view .sesnews_list_info_title a{
		font-size:12px;
	}
	.sesbasic_view_type_options > a{
		width:24px;
		height:24px;
	}
	.sesnews_list_news_view .sesnews_list_des, .sesnews_list_news_view .sesnews_stats_list{
		font-size:11px;
	}
	.sesnews_static_list_group .sesnews_list_stats{
		margin-top:5px;
	}
	.sesnews_static_list_group .sesnews_list_stats span{
		font-size:11px;
	}
	.sesnews_static_list_group .sesnews_list_stats span{
		margin-right:3px;
	}
	.sesnews_list_news_view .sesnews_list_location span{
		vertical-align:text-top;
	}
	.sesnews_static_list_group .sesnews_list_readmore a{
		padding:3px 5px;
		font-size:12px;
	}
	.sesnews_list_full_view .sesnews_list_full_stats span{
		font-size:11px;
	}
	.sesnews_list_full_view .sesnews_list_full_stats span i{
		display:inline-block;
		width:100%;
		text-align:center;
	}
	.sesnews_list_full_view .sesnews_list_stats{
		min-height:24px;
	}
	.sesnews_grid .sesnews_list_stats{
		font-size:10px;
	}
	.sesnews_grid .sesnews_grid_read_btn{
		padding-left:5px;
		font-size:11px;
	}
	.sesnews_last_grid_block .sesnews_grid_three_info_title,
	.sesnews_last_grid_block .sesnews_grid_des,
	.sesnews_last_grid_block .sesnews_grid_meta_block .sesnews_list_stats{
		font-size:11px;
	}
	.sesnews_last_grid_block .sesnews_comment_list{
		font-size:10px;
	}
	.sesnews_last_grid_block .sesnews_second_readmore_link{
		font-size:10px;
	}
	.sesnews_last_grid_block .sesnews_comment_list span{
		margin-right:1px;
	}
	[dir="rtl"] .sesnews_last_grid_block .sesnews_comment_list span{
		margin-right:0px;
		margin-left:1px
	}
	.sesnews_last_grid_block .sesnews_comment_list span i{
		margin-right:2px;
	}
	[dir="rtl"] .sesnews_last_grid_block .sesnews_comment_list span i{
		margin-right:0px;
		margin-left:2px;
	}
	.sesnews_new_grid_block .sesnews_second_grid_info_title{
		font-size:14px;
	}
	.sesnews_new_grid_block .sesnews_grid_des,
	.sesnews_new_grid_block .sesnews_comment_list,
	.sesnews_new_grid_block .sesnews_grid_meta_block .sesnews_list_stats{
		font-size:11px;
	}
	.sesnews_pinboard_list_item_btm .sesnews_pinboard_list_item_btm_cont .sesnews_pinboard_list_statics{
		font-size:11px;
	}
	.sesnews_pinboard_list_item_btm .sesnews_pinboard_list_item_btm_cont .sesblock_pinboard_readmore{
		font-size:11px;
	}
	.sesnews_pinboard_list_statics > span{
		margin-right:3px;
	}
	[dir="rtl"] .sesnews_pinboard_list_statics > span{
		margin-right:0px;
		margin-left:3px;
	}
	.sesnews_pinboard_list_statics > span i{
		margin-right:3px;
	}
	[dir="rtl"] .sesnews_pinboard_list_statics > span i{
		margin-right:0px;
		margin-left:3px;
	}
	.sesnews_pinboard_title, .sesnews_pinboard_list_item_des{
		font-size:11px;
	}
	.sesnews_review_sidebar_list_stat{
		margin-right:5px;
	}
	.sesnews_grid .sesnews_grid_info_title{
		min-height:auto;
	}
	.sesnews_category_grid ul li{
		width:100% !important;
	}
	.sesnews_category_news .sesnews_category_item p.title{
		font-size:12px;
	}
	.sesnews_category_news .sesnews_category_item .sesnews_entry_img{
		width:100px;
		height:60px;
	}
	.sesnews_rating_star_small, .sesnews_rating_star_small_half{
		height:12px;
		width:12px;
	}
	.sesnews_category_news .entry_meta .entry_meta-date, .sesnews_category_news .entry_meta .entry_meta-comment{
		font-size:11px;
	}
	.sesnews_create_form_tabs li a{
		font-size:9px;
	}
	.sesnews_footer_contant .admin_manage{
		width:100%;
	}
	.sesnews_dashboard_content .sesnews_edit_location_form #submit-wrapper{
		width:100%;
	}
	.sesnews_manage_photos_list{
		width:50%;
	}
	.sesnews_welcome_text_block_buttons a{
		font-size:12px;
		margin:7px 6px;
		width:80%;
		padding:10px 11px;
	}
	.sesnews_welcome_text_block_buttons a:after{
		content:" ";
		position:absolute;
		top:-110%;
		left:-210%;
		width:200%;
		height:200%;
		opacity:0;
		transform:rotate(30deg);
		background:rgba(255, 255, 255, 0.13);
		background:linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
	}
	.sesnews_welcome_text_block_buttons a:hover:after{
		opacity:1;
		top:-30%;
		left:-30%;
		transition-property:left, top, opacity;
		transition-duration:0.7s, 0.7s, 0.15s;
		transition-timing-function:ease;
	}
	.sesnews-featured_news_view .featured_news_list{
		height:150px;
	}
	.sesnews_welcome_btn{
		padding:10px;
	}
	#global_page_sesnews-index-welcome .sesnews_category_grid ul li{
		width:50% !important;
	}
	.sesnews_welcome_text_block_subtxt{
		padding:20px 0;
	}
	#global_page_sesnews-index-welcome .sm_banner_title{
		font-size:22px;
	}
	.sm_banner_content{
		padding:0px 10px !important;
	}
	/*CATEGORY COVER*/
	.sesnews_category_cover_block_img{height:45%;width:100%;}
	.sesnews_category_cover_block_info{height:55%;width:100%;}
	/*sesnews gird view css*/
  .sesnews_new_grid{
	  width:100% !important;
  }
}
/*Responsive CSS End Here*/

/*News Slideshow CSS Start Here*/
.sesnews_news_slideshow_wrapper{
	position:relative;
}
.sesnews_news_slideshow_container{
	border-width:1px;
	position:relative;
	padding:10px;
	z-index:1;
}
.sesnews_news_slideshow_container ._left_col{
	float:left;
	padding-right:10px;
	width:40%;
}
.sesnews_news_slideshow_container ._left_col._norightblock{
	padding:0;
	width:100%;
}
.sesnews_news_slideshow_left_item{
	position:relative;
}
.sesnews_news_slideshow_left_item + .sesnews_news_slideshow_left_item{
	margin-top:10px;
}
.sesnews_news_slideshow_left_item_thumb{
	height:115px;
	overflow:hidden;
}
.sesnews_news_slideshow_left_item_thumb_img,
.sesnews_news_slideshow_left_item_thumb_img span{
	background-position:center;
	background-size:cover;
	display:block;
	height:100%;
	width:100%;
}
.sesnews_news_slideshow_left_item_cont{
	position:absolute;
	left:0;
	padding:10px;
	bottom:0;
	width:100%;
}
.sesnews_news_slideshow_left_item_cont *{
	color:#fff !important;
}
.sesnews_news_slideshow_left_item_title{
	font-weight:bold;
	margin-bottom:7px;
}
.sesnews_news_slideshow_container ._right_col{
	float:left;
	width:60%;
}
.sesnews_news_slideshow_container ._right_col._noleftblock{
	width:100%;
}
.sesnews_news_slideshow{
	height:365px;
	position:relative;
}
.sesnews_news_slideshow .owl-stage-outer{
	overflow:hidden;
}
.sesnews_news_slideshow .owl-item{
	float:left;
	position:relative;
}
.sesnews_news_slideshow_thumb{
	height:365px;
	width:100%;
}
.sesnews_news_slideshow_thumb_img,
.sesnews_news_slideshow_thumb_img span{
	background-position:center;
	background-size:cover;
	display:block;
	height:100%;
	width:100%;
}
.sesnews_news_slideshow_cont{
	position:absolute;
	bottom:30px;
	left:30px;
	right:30px;
	background-color:rgba(0, 0, 0, 0.5);
	padding:20px;
}
.sesnews_news_slideshow_cont *{
	color:#fff !important;
}
.sesnews_news_slideshow_title{
	font-weight:700;
	margin-bottom:7px;
}
.sesnews_news_slideshow_item_stats{
	margin-bottom:7px;
}
.sesnews_news_slideshow_item_stats span + span{
	margin-left:5px;
}
.sesnews_news_slideshow_item_stats span i{
	margin-right:5px;
}
.sesnews_news_slideshow_cat{
	position:absolute;
	right:0;
	top:-25px;
}
.sesnews_news_slideshow_left_item .sesnews_news_slideshow_cat{
	left:0;
	top:0;
	right:inherit;
	display:none;
}
.sesnews_news_slideshow_cat a{
	line-height:25px;
	padding:0 10px;
	display:block;
	text-decoration:none !important;
}
.sesnews_news_slideshow_left_item_thumb_img:after,
.sesnews_news_slideshow_thumb_img:after{
	background:-webkit-linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.3) 70%,rgba(0,0,0,.7) 100%);
	background:-moz-linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.3) 70%,rgba(0,0,0,.7) 100%);
	background:-ms-linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.3) 70%,rgba(0,0,0,.7) 100%);
	background:-o-linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.3) 70%,rgba(0,0,0,.7) 100%);
	background:linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.3) 70%,rgba(0,0,0,.7) 100%);
	content:"";
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	opacity:.9;
}
.sesnews_news_slideshow_item_btns{
	position:absolute;
	right:10px;
	top:-10px;
	opacity:0;
	visibility:hidden;
}
.sesnews_news_slideshow_left_item:hover .sesnews_news_slideshow_item_btns,
.sesnews_news_slideshow_item:hover .sesnews_news_slideshow_item_btns{
	opacity:1;
	visibility:visible;
	top:10px;
}
.sesnews_news_slideshow .owl-nav > div{
	position:absolute;
	top:50%;
	width:30px;
	height:50px;
	box-shadow:0 0 14px rgba(0, 0, 0, .2);
	text-align:center;
	cursor:pointer;
	margin-top:-25px;
}
.sesnews_news_slideshow .owl-nav > div:hover{
	opacity:.9;
}
.sesnews_news_slideshow .owl-nav > div i{
	line-height:50px;
	font-size:20px;
}
.sesnews_news_slideshow .owl-nav > div.owl-prev{
	left:-3px;
}
.sesnews_news_slideshow .owl-nav > div.owl-prev i{
	margin-left:-2px;
}
.sesnews_news_slideshow .owl-nav > div.owl-next{
	right:-3px;
}
.sesnews_news_slideshow .owl-nav > div.owl-next i{
	margin-right:-2px;
}
.sesnews_news_slideshow .owl-dots{
	position:absolute;
	left:0;
	width:100%;
	bottom:5px;
	text-align:center;
}
.sesnews_news_slideshow .owl-dots div{
	display:inline-block;
}
.sesnews_news_slideshow_left_item_thumb_img > span,
.sesnews_news_slideshow_thumb_img > span,
.sesnews_news_slideshow_left_item_thumb_img:after,
.sesnews_news_slideshow_thumb_img:after,
.sesnews_news_slideshow_item_btns{
	-webkit-transition:all 500ms ease 0s;
	-moz-transition:all 500ms ease 0s;
	-o-transition:all 500ms ease 0s;
	transition:all 500ms ease 0s;
}
/*.sesnews_news_slideshow_left_item:hover .sesnews_news_slideshow_left_item_thumb_img:after,
.sesnews_news_slideshow_item:hover .sesnews_news_slideshow_thumb_img:after{
	background-color:rgba(0, 0, 0, 0.4);
}*/
.sesnews_news_slideshow_left_item:hover .sesnews_news_slideshow_left_item_thumb_img > span,
.sesnews_news_slideshow_item:hover .sesnews_news_slideshow_thumb_img > span{
	opacity:.7;
}
.sesnews_news_slideshow_wrapper:before,
.sesnews_news_slideshow_wrapper:after{
	content:"";
	position:absolute;
	z-index:0;
	bottom:15px;
	left:5px;
	width:50%;
	height:20%;
	max-width:300px;
	-webkit-box-shadow:0 15px 10px rgba(0,0,0,0.6);
	-moz-box-shadow:0 15px 10px rgba(0,0,0,0.6);
	box-shadow:0 15px 10px rgba(0,0,0,0.6);
	-webkit-transform:rotate(-3deg);
	-moz-transform:rotate(-3deg);
	-ms-transform:rotate(-3deg);
	-o-transform:rotate(-3deg);
	transform:rotate(-3deg);
}
.sesnews_news_slideshow_wrapper:after{
	left:inherit;
	right:5px;
	-webkit-transform:rotate(3deg);
	-moz-transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	-o-transform:rotate(3deg);
	transform:rotate(3deg);
}
@media (max-width:600px){
	.sesnews_news_slideshow_container ._left_col,
	.sesnews_news_slideshow_container ._right_col{
		padding:0;
		width:100%;
	}
}
/*News Slideshow CSS End Here*/
/*Ticker Widget Start Here*/
.layout_sesnews_news_crawl{
	padding:0 !important;
	border-width:0 !important;
}
.layout_sesnews_news_crawl > h3{
	display:none;
}
.sesnews_news_ticker_container{
	border-width:1px;
}
.sesnews_news_ticker_title{
	float:left;
	padding:0 30px;
	line-height:40px;
}
.sesnews_news_ticker{
	position:relative;
	overflow:hidden;
	display:block;
	height:40px;
	padding-right:70px;
}
.sesnews_news_ticker .owl-stage-outer{
	overflow:hidden;
}
.sesnews_news_ticker .owl-item{
	height:40px;
	float:left;
}
.sesnews_news_ticker_item_date{
	float:left;
	line-height:40px;
	padding:0 20px;
	position:relative;
	font-weight:bold;
}
.sesnews_news_ticker_item_date:after{
	content:"";
	height:20px;
	top:10px;
	right:0;
	position:absolute;
}
.sesnews_news_ticker_item_title{
	display:block;
	overflow:hidden;
	font-weight:bold;
	line-height:40px;
	padding:0 20px;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.sesnews_news_ticker .owl-nav{
	position:absolute;
	right:10px;
	top:0;
}
.sesnews_news_ticker .owl-nav > div{
	float:left;
	margin:10px 3px 0;
}
.sesnews_news_ticker .owl-nav > div i{
	cursor:pointer;
	height:20px;
	width:20px;
	text-align:center;
	line-height:20px;
}
.sesnews_news_ticker .owl-nav > div i:hover{
	opacity:.8;
}
/*Ticker Widget End Here*/



/*Create News Popup*/
.sessmoothbox_container .sesnews_create{
  width:800px;
}
.sessmoothbox_container .global_form > div > div{
  margin:10px;
  padding:10px;
}
.sessmoothbox_container .sesnews_create .global_form .form-elements{
  padding:0;
}
.sessmoothbox_container .sesnews_create input[type="text"],
.sessmoothbox_container .sesnews_create textarea,
.sessmoothbox_container .sesnews_create select,
.sessmoothbox_container .sesnews_create #sesnews_location_data-wrapper,
.sessmoothbox_container .sesnews_create .sesnews_choose_date,
.sessmoothbox_container .sesnews_create #cancel_new_host-element{
  width:80%;
}
.sessmoothbox_container .sesnews_create .form-element .mce-tinymce{
  max-width:80%;
}
.sessmoothbox_container .sesnews_create #advanced_options{
  font-weight:bold;
  display:block;
  margin:0px 0 15px;
  text-decoration:none !important;
}
.sessmoothbox_container .sesnews_create #advanced_options i{
  margin-right:5px;
  font-size:17px;
}
[dir="rtl"] .sessmoothbox_container .sesnews_create #advanced_options i{
  margin-left:5px;
  margin-right:0;
}
.sessmoothbox_container .sesnews_create #buttons-wrapper{margin-bottom:0;}
#brtag-wrapper{display:none;}

/* MANAGE RSS */
.icon_rss_edit:before{
	content:"\f044";
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.icon_rss_delete:before{
	content:"\f056";
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.add_rss_btn{
	margin-bottom:10px;
}
.add_rss_btn:before {
  content:"\f067";
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.sesnews_rss_manage {
	clear:both;
}
.sesnews_rss_manage > li {
	display:flex;
	flex-wrap:wrap;
	position:relative;
	padding-bottom:20px;
  margin-bottom:20px;
	border-bottom-width:1px;
}
.sesnews_rss_manage > li:last-child{
	padding-bottom:0;
  margin-bottom:0;
	border-bottom-width:0;
}
.sesnews_rss_manage_info{
	flex:1;
	padding-right:30px;
}
.sesnews_rss_manage_photo {
	position:relative;
	overflow:hidden;
	display:block;
	width:300px;
	height:200px;
	border-width:1px;
	padding:3px;
	margin-right:20px;
}
.sesnews_rss_link{
	position:absolute;
	bottom:3px;
	right:3px;
	left:3px;
}
.sesnews_rss_link > a {
	color:#fff;
	background:rgb(247, 155, 0);
	padding:8px 15px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	display:block;
}
.sesnews_rss_link > a > i {
  margin-right:5px;
}
.sesnews_rss_stats {
	display:flex;
	margin:10px 0;
}
.sesnews_rss_stats span {
	margin-right:10px;
}
.sesnews_rss_manage_options .sesbasic_pulldown_options {
	width:120px;
	right:-2px;
  padding:10px;
  margin-top:8px;
}
.sesnews_rss_manage_options {
	position:absolute;
	right:0;
}
.sesnews_rss_manage_options > a {
	border-width:1px;
	width:30px;
	height:28px;
	line-height:30px;
	border-radius:4px;
	text-align:center;
	display:block;
}
.sesnews_rss_manage_options  .sesbasic_pulldown_options a {
  margin-right:10px;
	display:block;
  line-height:30px;
}
.sesnews_rss_manage_options .icon_import:before{
	content:"\f019";
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.sesnews_rss_desc {
	line-height:20px;
	letter-spacing:.4px;
}
.sesnews_total_news {
	display:inline-block;
	margin-top:20px;
	border-width:1px;
	border-style:dashed;
	padding:10px;
	font-weight:bold;
}

/* ADD RSS */
#sesnews_create_rss input, #sesnews_create_rss select, #sesnews_create_rss textarea {
  min-width:350px;
	width:100%;
}
#sesnews_create_rss .form-elements{
	position:relative;
}
#sesnews_create_rss .form-element{
	margin-bottom:15px;
}
#sesnews_create_rss .sesnews_check_availability_btn button .availability_tip {
	left:auto;
	transform:translateX(-75%);
}
#sesnews_create_rss .sesnews_check_availability_btn button .availability_tip:after {
	left:auto;
	right:10px;
}
#sesnews_create_rss #custom_url_news-element .sesnews_check_availability_btn {
  top:28px;
}
#sesnews_create_rss #custom_url_news-element{
	max-width:100%;
	min-width:100%;
	text-align:right;
	margin:0;
}
#sesnews_create_rss .form-label {
  text-align:left;
}
#sesnews_create_rss #custom_url_news-label {
  display:none;
}
.sesnews_upload_item_radio input {
  margin-right:3px;
}

/* RSS VIEW */
.layout_sesnews_rss_view .sesvide_breadcrumb {
	text-align:center;
	margin:5px 0 10px;
}
.layout_sesnews_rss_view .sesnews_list_contant{
	border-bottom-width:1px;
}
.sesnews_grid .sesnews_grid_btns{
	top:30px;
  left:90%;
  right:0;
}
.sesnews_grid .sesnews_subscribe_btn .sesnews_grid_btns > a {
  padding:12px 15px;
  border-radius:100px;
}
.sesnews_subscribe_btn .sesnews_unsubsc {
  background:#ff0000 !important;
}

.layout_sesnews_sidebar_tabbed_widget .sesnews_grid .sesnews_grid_labels {
  top:50px;
}
.layout_left .sesnews_pinboard_list,.layout_right .sesnews_pinboard_list{
	width:100% !important;
}

/*EXPLORE NEWS WIDGET CSS STARTS*/
.generic_layout_container.layout_sesnews_explore_news{
	background:transparent;
	border:0 !important;
	padding:0 !important;
}
.sesnews_feature_block{
	float:left;
	width:100%;
	height:477px;
}
.sesnews_feature_block_container {
  position:absolute;
  left:0;
  right:0;
  width:100%;
  padding:60px 155px;
  height:auto;
  background:#fff;
}
.sesnews_feature_block a:hover{
	text-decoration:none !important;
}
.sesnews_feature_block .block_left_desc, .sesnews_feature_block .block_right_img{
	width:50%;
	display:inline-block;
	float:left;
}
.sesnews_feature_block .block_left_desc h2{
	font-size:200%;
	font-weight:bold !important;
}
.sesnews_feature_block .block_left_desc p{
	line-height:180%;
}
.sesnews_feature_block .block_left_desc ul li{
	line-height:180%;
	list-style-type:disc;
	margin-left:23px;
}
.sesnews_feature_block .block_left_desc .block_btn_link{
	margin:30px 0 0 0;
}
.sesnews_feature_block .block_left_desc .block_btn_link a{
	margin-right:15px;
	padding:10px 20px;
	border-radius:20px;
	display:inline-block;
}
.sesnews_feature_block .block_right_img img{
	float:right;
	max-width:100%;
	height:auto;
	margin-top:40px;
}
/*EXPLORE NEWS WIDGET CSS ENDS*/

/*FOOTER FEATURE BLOCK CSS STARTS*/
.generic_layout_container.layout_sesnews_footer_feature_block{
	background:transparent;
	border:0 !important;
	padding:0 !important;
	margin-bottom:0 !important;
}
.sesnews_footer_feature_block{
	height:200px;
}
.sesnews_footer_feature_block_container{
	position:absolute;
  left:0;
  right:0;
  width:100%;
  height:auto;
  padding:40px 0;
  background:#fff;
}
.sesnews_footer_feature_block h2{
	font-size:150%;
	margin:0 0 15px 0;
	text-align:center;
	font-weight:bold !important;
}
.sesnews_footer_feature_block p{
	text-align:center;
	line-height:150%;
	margin:0 0 20px 0;
}
.sesnews_footer_feature_block .block_btn_link{
	text-align:center;
}
.sesnews_footer_feature_block span.or_add{
	padding:0 10px;
}
.sesnews_footer_feature_block a.btn-primary{
	padding:10px 20px;
	margin:0 auto !important;
	display:inline-block;
	text-align:center;
	border-radius:20px;
}
.sesgroup_welcome_group #global_footer{
	margin-top:0 !important;
}

/*Location Feild*/
.sesnews_create_form #online_page-element .tip,
.sesnews_create_form #online_page-element .tip span{
  margin:0;
}
.sesnews_create_form #location_options a{
  margin:0 10px 0 0;
}
[dir="rtl"] .sesnews_create_form #location_options a{
  margin:0 0 0 10px;
}
.sesnews_create_form #sesnews_location_data-wrapper{
  width:60%;
}
.sesnews_create_map_container{
  border-style:solid;
  border-width:1px;
  border-radius:5px;
  box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.05) inset;
  float:right;
  height:218px;
  margin:0 0 0 10px;
  width:250px;
}
.sesnews_create_map_container{
  float:left;
  margin:0 10px 0 0;
}
.sesnews_create_map_box .sesnews_create_blank_map,
.sesnews_create_map_box .sesnews_create_map{
  height:100% !important;
  width:100% !important;
}
.sesnews_create_form .sesnews_create_blank_map{
  padding-top:35px;
}
.sesnews_create_form .sesnews_create_blank_map i:before{
  font-size:80px;
}
.sesnews_create_form .sesnews_create_blank_map span{
  display:block;
  margin-top:10px;
}
.sesnews_create_map_box .sesnews_create_location_details{
  overflow:hidden;
  display:flex;
  flex-wrap:wrap;
  margin:0 -5px;
}
.sesnews_create_map_box .sesnews_create_location_details > div{
  padding:5px;
  width:50%;
}
.sesnews_create_map_box .sesnews_create_location_details .sesnews_create_location_field._full{
  width:100%;
}
.sesnews_create_map_box .sesnews_create_location_details input[type="text"],
.sesnews_create_map_box .sesnews_create_location_details select{
  width:100% !important;
  max-width:100% !important;
}
.sesnews_create_map_box ._links{
  margin-top:10px;
  float:left;
  width:100%;
}
/* BROWSE MENU */
.sesnews_browse_menu {
	display:grid;
	grid-template-columns:1fr auto;
	align-items:center;
}
.sesnews_browse_menu .tabs {
	margin-top:0;
	margin-left:0;
}
.sesnews_browse_menu .sesnews_create_right_btn > a {
	padding:0 15px;
	line-height:35px;
	border-radius:50px;
	display:inline-block;
}
@media(max-width:767px){
	.sesnews_browse_menu .sesnews_create_right_btn{
		display:none;
	}
}

/* FEATURED VERIFIED NEWS SLIDESHOW CSS STARTS HERE */

.layout_sesnews_featured_sponsored_verified_category_slideshow {
  padding:0px !important;
  border:0px !important;
  background-color:transparent !important;
  box-shadow:none !important;
}
.layout_main .layout_middle .sesnews_slideshow_news_wrapper {
  position:relative;
}
.sesnews_slideshow_news_wrapper .owl-nav.disabled {
  display:none !important;
}
.sesnews_slideshow_news_wrapper .owl-nav > div {
  width:70px !important;
  height:35px !important;
  line-height:35px;
  text-align:center;
  position:absolute !important;
  z-index:4 !important;
  border:0px !important;
  padding:0 !important;
  margin:0px !important;
  border-radius:0px !important;
  -webkit-transition:0.3s ease-in !important;
  transition:0.3s ease-in !important;
  cursor:pointer;
}
.sesnews_slideshow_thumb_img > span:before {
  content:"";
  position:absolute;
  background:#000;
  opacity:.25;
  top:0;
  left:0;
  right:0;
  bottom:0;
}
.sesnews_slideshow_news_wrapper .owl-nav .owl-prev {
  right:10px;
}
.sesnews_slideshow_news_wrapper .owl-nav {
  position:absolute;
  right:15%;
  bottom:19%;
}
.sesnews_slideshow_news_wrapper .owl-nav > .disabled {
  display:none;
}
.sesnews_slideshow_news_wrapper .owl-carousel .owl-item {
  float:left;
}
.sesnews_slideshow_news_container {
  background:#2b2d30;
}
.sesnews_slideshow_news {
  height:100%;
}
.sesnews_slideshow_news_container .sesnews_list_labels {
  right:30px;
  left:inherit;
  top:10px;
  bottom:auto;
}
.sesnews_slideshow_news .sesnews_slideshow_thumb .sesnews_list_labels {
  top:0px;
  bottom:inherit;
}
.sesnews_slideshow_news .layout_sesnews_featured_sponsored_verified_category_slideshow {
  padding:15px 15px 30px 15px !important;
}
.sesnews_slideshow_inside_contant .admin_teg a img {
  width:25px;
  height:25px;
  border-radius:50%;
  margin:0 2px;
  vertical-align:middle;
}
.sesnews_slideshow_inside_contant {
  border-radius:20px;
  overflow:hidden;
  background:#f4f7f9;
  min-height:75%;
  width:40%;
  position:absolute;
  left:8%;
  top:12%;
  padding:35px;
  display:flex;
}
.sesnews_slideshow_inside_contant .slideshow_contant {
  display:flex;
}
.sesnews_slideshow_inside_contant .sesnews_slideshow_info {
  display:flex;
  flex-direction:column;
  height:100%;
  width:100%;
}
.sesnews_slideshow_cont_header {
  display:inline-block;
  position:relative;
  padding-bottom:15px;
  margin-bottom:15px;
  width:100%;
}
.layout_main .layout_middle .sesnews_slideshow_header_two .category_tag a {
  padding:5px;
  font-size:11px;
}
.sesnews_slideshow_cont_header > div {
  display:inline-block;
}
.sesnews_slideshow_cont_header:before {
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  width:80px;
  height:2px;
}
.sesnews_slideshow_info_title {
  font-weight:bold;
  font-size:32px;
  line-height:36px;
}
.sesnews_slideshow-des {
  margin-top:10px;
  line-height:180%;
}
.sesnews_slideshow_inside .sesnews_slideshow_thumb {
  width:60%;
  float:right;
}
.sesnews_slideshow_thumb_img > span {
  width:100%;
  height:100%;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  display:block;
  position:relative;
}
.sesnews_slideshow_header_two {
  display:flex;
  align-items:center;
  margin-top:10px;
}
.sesnews_slideshow_footer {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  margin-top:auto;
}
.sesnews_slideshow_footer > div {
  margin-top:10px;
}
.sesnews_slideshow_header_two .category_tag a {
  padding:5px 10px;
  display:inline-block;
  font-size:13px;
}
.sesnews_slideshow_header_two > div {
  margin-right:15px;
}
[dir="rtl"] .sesnews_slideshow_header_two > div {
  margin-right:0;
}
.sesnews_create .selectize-control{
  position:inherit;	
}
