@charset "utf-8";
/*
Project : JWMS.
author : JadeWits Technologies
*/
/*global selectors*/

html,body{
	font-size:14px;
	background:#fff;
	color:#333333;
	cursor:default;
	line-height:24px;
	min-height:100%;
	width:100%;
	}
body{
	overflow-x:hidden;
	}

input,textarea{ font-family: Arial, Vrinda, FallbackBengaliFont, Helvetica, sans-serif;}
textarea{ font-size:16px; }
*{
	padding:0;
	margin:0;
	outline:0;
	}
a img{
	border:0 none;
	}
a{
	color:#336699;
	text-decoration:none;
	outline:none;
	cursor:pointer;
	}
a:hover{
	color:#336699;
	text-decoration:underline;
	}
/*global selectors*/


.whole_inner{
	/*background:#fff;*/
	}
.page_home_landing .whole_inner{
	background:transparent;
	}


.row{
	display:inline-block;
	width:100%;
	clear:both;
	display: -webkit-flex; /* Safari */
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	display: flex;   
	flex-wrap: wrap;
	/*flex-direction: row;*/
	}
/*.row:after,.row:before{display:table; content:' ';}*/
.col{ float:left; min-height:1px; width:100%; display: flex; }

.col > .col_in{ width: 100%; }




.header_home_inner{
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	display: flex;
	align-items: center;
}

.header_wrap{
	height:70px;
}

.header_outer{
	overflow: hidden;
	}

.sticky_menu .header_wrap{
	z-index:1;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:9;
}

.sticky_menu{
	padding-top: 53px;
}

.home_site_logo{
	display: inline-block;
	margin: 15px auto;
	height: 70px;
}

.home_site_logo a, .home_site_logo img{
	height: 100%;
}


.site_logo{
	float:left;
	margin-top:5px;
	height: 40px;
	width: 0px;
	overflow: hidden;
	}


.site_logo a, .site_logo img{
	height: 100%;
}
	
.header_right_part{
	float:left;
	}
	

.header {
	background: #222222;
	color: #fff;
	height: 50px;
}
	

/*main menu*/


.main_menu{
	height:50px;
	line-height:50px;
	overflow:hidden;
	font-size:28px;
	}

.main_menu ul{
	list-style:none;
	}	
.main_menu li{
	display:inline-block;
	}
.main_menu li a{
	margin:0 10px;
	display:block;
	line-height:48px;
	color:#fff;
	padding:8px 10px 0px 10px;
	}

.main_menu li:first-child a{
	margin-left: 0px;
}

.main_menu a:hover, .main_menu a.active{
	text-decoration:none;
	/*border-bottom: 4px solid #fff;*/
	}

.date_holder{
	text-align: left;
	font-size: 18px;
}
	
/*more main menu*/
.more_main_menu{
	float:left;
	line-height:48px;
	height: 48px;
	width: 48px;
	color:#000;
	cursor:pointer;
	font-size:20px;
	text-align: center;
	}
.more_main_menu span{
	display: none;
}
.more_main_menu:after{
	font-family:font-jade;
	content:'\e89b';
	}
	
.more_main_menu_wrap{
	display:none;
	position:fixed;
	z-index:5;
	left:0;
	right:-20px;
	top:0;
	bottom:0;
	overflow-y: scroll;
	background: rgba(0,0,0,0.2);
	text-align: left;
	}

.more_main_menu_inner{
	background:#222;
	margin: auto;
	padding: 30px 0px;
	padding-top: 50px;
	color:#fff
	}
	
.close_more_main{
	position:fixed;
	right:-29px;
	top:56px;
	width:24px;
	height:24px;
	line-height:24px;
	cursor:pointer;
	color: #fff;
	background: #222;
	box-shadow: 0 0 5px 0 #000;
	border-radius: 50%;
	padding:5px;
	text-align: center;
	z-index: 6;
	transition: all 0.4s ease;
	}


.more_main_menu_wrap.opened	.close_more_main{
	right:229px;
	}

.close_more_main::before{
	content:'\e8d5';
	font-family:font-jade;
	font-size:24px;
	}
	
.top_big_menu, .top_big_menu a{
	color:#000;
	}
	
.top_big_menu.big_menu a:hover{
	color:#1e88e5;
	}

.top_big_menu.big_menu .big_menu_bottom .bmenu_bottom_left{
	flex-grow:1;
	width:auto;
	}
	
/*more main menu*/


.subpage_body .trending_menu_wrap{
	display: none;
}

.header_home{
	border-bottom: 1px solid #222;
}



.trending_menu_wrap{
	padding: 10px;
	border-bottom: 1px solid #222;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
}


.trending_menu li{
	display: inline-block;
	margin:0 10px;
}

.trending_menu li a{
	background: #ddd;
	color:#000;
	line-height: 26px;
	font-size: 22px;
	padding: 0px 30px;
	display:block;
	padding-top: 2px;
}
.trending_menu li a:hover{
	text-decoration: none;
}

	
.other_language_link{
	float:left;
	line-height:50px;
	padding:0 12px;
	font-size:16px;
	display:none!important;
	}
.other_language_link a{
	color:#cc0000;
	}

/*search*/
.header_search_wrap{
	float:left;
	height:50px;
	}
.search_toggle{
	cursor:pointer;
	width:48px;
	height: 48px;
	line-height: 48px;
	display:block;
	text-align:center;
	font-size:20px;
	color:#000;
	border-radius: 5px;
	}
.search_toggle:before{
	display:block;
	font-family:font-jade;
	content:'\e800';
	}

.header_seach_form{
	display:none;
	position: absolute;
	right: 0px;
	top: 0px;
	border-radius: 5px;
	overflow: hidden;
	}
.header_seach_form .search_input_holder{
	height:50px;
	overflow:hidden;
	padding-right: 8px;
	max-width: 200px;
	}
.header_seach_form .search_input{
	background: #efefef;
	width:100%;
	display:block;
	margin: 0;
	padding: 0;
	border:1px solid #aaa;
	color:#000;
	height:50px;
	line-height:50px;
	border:0 none;
	padding-left:10px;
	font-size:20px;
	}
.header_seach_form .search_input:focus{
	background:#fff;
	}
.header_seach_form  .search_button{
	float:right;
	height: 50px;
	line-height:50px;
	color: #000;
	background:#efefef;
	width:50px;
	border:0 none;
	cursor:pointer;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	}
.header_seach_form  .search_button span{
	display:none;
	}
.search_button:before{
	content:'\e800';
	font-family:font-jade;
	color:#000;
	font-size:24px;
	}
	
.header_seach_form  .search_close{
	width:50px;
	height:50px;
	line-height:50px;
	float:right;
	text-align:center;
	cursor:pointer;
	background:#efefef;
	}
.header_seach_form  .search_close:before{
	content:'\e8d5';
	font-family:font-jade;
	color:#000;
	font-size:24px;
	}


/*header social links*/
.header_social_wrap{
	float:left;
	height:50px;
	}
.social_toggle{
	cursor:pointer;
	width:24px;
	display:block;
	text-align:center;
	color:#000;
	}
.social_toggle:before{
	display:block;
	font-family:font-jade;
	content:'\e873';
	margin-right:10px;
	border-radius:50%;
	height:24px;
	width:24px;
	line-height:24px;
	margin-top:13px;
	text-align:center;
	font-size:24px;
	}

.header_social_wrap .social_links{
	display:none;
	position:absolute;
	top:34px;
	right:0;
	background:#fff;
	box-shadow:1px 3px 3px #000;
	z-index:5;
	}
.header_social_wrap .social_links ul{
	list-style:none;
	}
.header_social_wrap .social_links li{
	line-height:24px;
	border-bottom:1px solid #ccc;
	}
.header_social_wrap .social_links li:last-child{
	border-bottom:0 none;
	}
.header_social_wrap .social_links a{
	color:#000;
	display:block;
	padding:0 8px;
	overflow:hidden;
	}
.header_social_wrap .social_links a:hover{
	background:#efefef;
	text-decoration:none;
	}
.social_links a:before{
	font-family:font-jade;
}
.header_social_wrap .social_links a:before{
	margin-right:8px;
	float:left;
	}
.social_links a.facebook:before{
	content:'\e876';
	}
.social_links a.twitter:before{
	content:'\e886';
	}
.social_links a.pinterest:before{
	content:'\e880';
	}
.social_links a.googleplus:before{
	content:'\e87c';
	}
.social_links a.youtube:before{
	content:'\e889';
	}
.social_links a.linkedin:before{
	content:'\e87f';
	}
.social_links a.instagram:before{
	content:'\e9ca';
	}
/*header social links*/




/* user account bar */

.header_account_wrap{
	float:left;
	height:50px;
	margin-right:12px;
	}

.account_toggle{
	cursor:pointer;
	display:block;
	position:relative;
	width:24px;
	}
.account_toggle:before{
	display:block;
	font-family:font-jade;
	content:'\e807';
	margin-right:10px;
	border-radius:50%;
	height:24px;
	width:24px;
	line-height:24px;
	margin-top:13px;
	text-align:center;
	background:#999999;
	color:#fff;
	}
	
.account_toggle .profile_link_holder{
	width:24px;
	height:24px;
	position:absolute;
	left:0;
	top:0;
	}
.account_toggle .profile_link_holder img{
	width:24px;
	height:24px;
	border-radius:50%;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	}
.account_toggle .profile_link_holder span{
	display:none;
	}
	
.account_toggle .jw_notifications_counter{
	position:absolute;
	right:-2px;
	top:-3px;
	z-index:1;
	color:#fff;
	text-shadow:0px 0px 3px #000;
	}
.account_toggle .jw_notifications_counter.new_notification{
	color:#d84315;
	}
	
.user_account{
	display:none;
	position:absolute;
	top:100%;
	right:0px;
	z-index:5;
	}

	
.top_more_menu{
	}
	

#account_bar{
	float:right;
	line-height:32px;
	background:#f1f1f1;
	box-shadow:1px 3px 3px #000;
	}
#account_bar a{
	float:left;
	padding:0 10px;
	text-decoration:none;
	}
#account_bar .profile_pic{
	margin-right:5px;
	height:32px;
	width:32px;
	overflow:hidden;
	float:left;
	}
#account_bar .profile_link, #account_bar .logout_link{
	border-right:1px solid #CBC9C2;
	}
#account_bar .profile_link{
	padding-left:0px;
	}
#jw_notifications{
	position:relative;
	float:left;
	}
#jw_notifications #jw_notifications_holder{
	position:absolute;
	right:0;
	top:32px;
	width:250px;
	background:#fff;
	z-index:9999;
	text-align:left;
	display:none;
	max-height:200px;
	overflow-y:auto;
	box-shadow:0px 3px 5px #000;
	list-style:none;
	line-height:20px;
	}

#jw_notifications #jw_notifications_holder .each_notifications a{
	display:block;
	border-bottom:1px solid #c00;
	padding:5px 5px;
	color:#333;
	font-size:14px;
	float:none;
	}
#jw_notifications #jw_notifications_holder .each_notifications a:hover{
	text-decoration:none;
	background:#cdf;
	}
#jw_notifications #jw_notifications_holder .status_new{
	background:#6CF;
	}
#jw_notifications #jw_notifications_holder .status_old{
	background:#fafafa;
	}

#jw_notifications .jw_notifications_counter{
	padding:0 10px;
	background:#f2f0e7;
	font-weight:bold;
	color:#777;
	box-shadow:inset 0px 0px 10px 0px #aaa;
	/*margin-right:10px;*/
	float:left;
	}
#jw_notifications .jw_notifications_counter:hover{
	text-decoration:none;
	color:#000;
	}
#jw_notifications .jw_notifications_opened{
	color:#000;
	}
	
#jw_notifications .new_notification{
	box-shadow:inset 0px 0px 10px 0px #0a0;
	color:#e00 !important;
	}
/*account bar*/

/*secondary header*/
.secondary_header{
	position:relative;
	}

.secondary_top{
	height: 50px;
	padding-top:16px;
	overflow: hidden;
	}
.secondary_logo, .secondary_parent{
	font-size:38px;
	line-height:50px;
	height:50px;
	overflow:hidden;
	float:left;
	font-weight:normal;
	}

.secondary_parent::after{
	content: '/';
	text-align: center;
    width: 30px;
    display: inline-block;
}
	
.secondary_logo a, .secondary_parent a{
	color:#222;
	text-decoration:none;
	overflow:hidden;
	}
.secondary_logo .subpage_logo{
	font-size:24px;
	line-height:30px;
	}
.secondary_logo a img{
	float:left;
	}
.secondary_logo a:hover, .secondary_parent a:hover{
	text-decoration:none;
	color: #e74d4f;
	}
	
.secondary_menu_wrap{
	height:44px;
	overflow:hidden;
	}
	
.secondary_menu ul{
	list-style:none;
	}

.secondary_menu ul ul{
	position: absolute;
	top: 100%;
	width: 150px;
	background: #efefef;
	overflow: hidden;
	z-index: 2;
	display: none;
}

.secondary_menu ul ul li,.secondary_menu ul ul a{
	float: none;
	display: block;
	color: #000;
}

.secondary_menu li:hover ul{
	display: block;
}

.secondary_menu > ul > li:hover > a{
	color: #e74d4f;
}



.secondary_menu > ul > li::before{
	content: ' ';
    width: 1px;
    height: 16px;
    float: left;
    background: #222;
    margin-top: 14px;
    display: block;
	overflow: hidden;
}

.secondary_menu > ul > li:first-child:before{
	display: none;
}

.secondary_menu > ul > li.haschild > a::after{
	font-family: font-jade;
	content: '\e85a';
	padding-left: 10px;
}

.secondary_menu > ul > li.haschild > a:hover::after{
	font-family: font-jade;
	content: '\e859';
}

.secondary_menu li, .secondary_menu a{
	float:left;
	}
	
.secondary_menu a{
	line-height:44px;
	padding: 0 10px;
	font-size: 16px;
	border-bottom:0 none;
	color:#222;
	}
	
.secondary_menu a:hover, .secondary_menu a.active{
	text-decoration:none;
	color: #e74d4f;
	}

.secondary_menu > ul > li:first-child > a{
	padding-left: 0px;
}


/*secondary header*/


/* bread cram */
.breadcrumb{
	line-height:34px;
	font-size: 20px;
	/*border-bottom:1px solid #e2e2e2;*/
	overflow:hidden;
	color: #666666; 
	}
.breadcrumb ul{
	overflow:hidden;
	list-style:none;
	float:left;
	}
.breadcrumb ul li{ float:left;}


	

	
.breadcrumb.hide_first_b ul li:first-child{
	display:none;
	}

.breadcrumb ul li:after{
	content:'\e858\e858';
	font-family:font-jade;
	font-size: 14px;
	line-height: 20px;
	color: #e74d4f;
	}
	
.breadcrumb ul li:last-child:after{
	display:none;
	}

.breadcrumb ul a{
	float:left;
	padding:0 5px;
	color:#666666;
	text-decoration:none;
	}
.breadcrumb ul a:hover{
	text-decoration:none;
	color: #e74d4f;
	}
.breadcrumb ul li > span, .breadcrumb ul li > strong{
	float:left;
	padding:0 5px;
	}
.breadcrumb ul .ctype{
	display:inherit;
	}
.breadcrumb strong{
	font-weight:normal;
	}
/*breadcramb*/

/*time and archive message bar */
.header_white_wrap{
	padding-top:16px;
	background:#fff;
	line-height:24px;
	color:#666;
	}
.header_white_wrap a{
	color:#666;
	}
.header_white_wrap .container{
	border-bottom:1px solid #e2e2e2;
	padding-bottom:8px;
	}
.header_white_wrap .location, .header_white_wrap .date_year, .header_white_wrap .update_time{
	margin-right:16px;
	}
.header_white_wrap .location:before, .header_white_wrap .date_year:before, .header_white_wrap .update_time:before{
	content:'\e8b1';
	font-family:font-jade;
	margin-right:4px;
	}

.header_white_wrap .date_year:before{
	content:'\e88f';
	}

.header_white_wrap .update_time:before{
	content:'\e890';
	}
	
.header_archive_wrap{
	line-height:24px;
	color:#666666;
	background:#fff;
	padding-bottom:24px;
	}
.header_archive_wrap .container{
	border-bottom:1px solid #e2e2e2;
	padding-bottom:16px;
	}
	
.header_archive_wrap .archive_message{
	margin-left:16px;
	}

/*time and archive message bar */
.social_shares{
	display:inline-block;
	margin-right:4px;
	position:relative;
	}
.share_group{
	display:inline-block;
	position: relative;
	}

.share_group_inner{
	/*position:absolute;
	right:0;
	top:100%;
	z-index:1;
	background:#fff;
	box-shadow:1px 1px 3px 1px #999;
	border-radius:3px;
	display:none;*/
	position: absolute;
	top:0px;
	right: 0;
	bottom:0px;
	z-index: 1;
	background: #fff;
	box-shadow: 0px 0px 5px 0px #999;
	border-radius: 3px;
	display: none;
	width: 600%;
	}
.share_group:hover .share_group_inner{
	display:block;
	}
.roundicons .icon_h span:last-child, .roundicons .t, .roundicons .icon span{
	display:none;
	}
.roundicons .icon{
	width:32px;
	height:32px;
	font-size:20px;
	line-height:32px;
	background:#dadad1;
	color:#000;
	border-radius:50%;
	display:inline-block;
	text-align:center;
	margin-right:4px;
	margin-bottom:4px;
	}

.share_group_inner .icon{
	margin:3px;
	}	

.roundicons .icon:before{
	font-family:font-jade;
	content:'.';
	}
	
.roundicons .icon_print{

	}
.roundicons .icon_like{

	}
.roundicons .icon_comment{

	}
.roundicons .icon_share{
	background:#757575;
	color:#fff;
	}

.roundicons .icon_facebook{
	background:#3b5998;
	color:#fff;
	}
.roundicons .icon_twitter{
	background:#1ebef0;
	color:#fff;
	}
.roundicons .icon_pinterest{
	background:#bd081c;
	color:#fff;
	}
.roundicons .icon_googleplus{
	background:#dc4a38;
	color:#fff;
	}
.roundicons .icon_youtube{
	
	}
.roundicons .icon_linkedin{
	background:#0077b5;
	color:#fff;
	}
.roundicons .icon_instagram{
	
	}
	
.roundicons .icon_whatsapp{
	background:#25d366;
	color:#fff;
	}
	
.roundicons .icon_viber{
	background:#7d51a0;
	color:#fff;
	}

.roundicons .icon_link {
    background: #e8c550!important;
    color: #fff;
}
	
.roundicons .icon_print:before{
	content:'\e8ad';
	}
.roundicons .icon_like:before{
	content:'\e80e';
	}
.roundicons .icon_comment:before{
	content:'\e813';
	}
.roundicons .icon_share:before{
	content:'\e82e';
	}
.roundicons .icon_facebook:before{
	content:'\e876';
	}
.roundicons .icon_twitter:before{
	content:'\e886';
	}
.roundicons .icon_pinterest:before{
	content:'\e880';
	}
.roundicons .icon_googleplus:before{
	content:'\e87c';
	}
.roundicons .icon_youtube:before{
	content:'\e889';
	}
.roundicons .icon_linkedin:before{
	content:'\e87f';
	}
.roundicons .icon_instagram:before{
	content:'\e9ca';
	}

.roundicons .icon_whatsapp:before{
	content:'\e9f0';
	}
	
.roundicons .icon_email:before{
	content:'\e801';
	}

.roundicons .icon_viber:before{
	content:'\e8d4';
	}

.roundicons .icon_zoomin:before{
	content:'\e851';
	}
.roundicons .icon_zoomout:before{
	content:'\e852';
	}

.roundicons .icon_fullscreen:before{
	content:'\e84b';
	}

.roundicons .icon_link:before {
    content: '\e818';
}

.roundicons .icon_messenger:before {
    content: ' ';
	background: url(images/fbm.svg) center center no-repeat;
	width: 100%;
    height: 100%;
    display: block;
}
	

.individual_comment .user_images{
	display:block;
	float:left;
	background:url(images/default_profile.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#ccc;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	border-radius:50%;
	}
	
/*gallery*/

.gallery-top{
	margin-top: -17px;
	position: relative;
	/*overflow: hidden;*/
	background:#fff;
	margin-right:-24px;
}
.gallery-top .gallery_top_inner{
	margin-right:24px;
	position:relative;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	overflow:hidden;
	}
.gallery-top img{
	width: 100%;
	border: 0 none;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}
.gallery_top_inner_content{
	margin:0 auto;
	}
.gallery-content{
	z-index: 1;
	position: relative;
}
.gallery-header{
	background: rgba(255,255,255,0.56);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.56) 0%, rgba(255,255,255,0.78) 31%, rgba(255,255,255,1) 63%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.56)), color-stop(31%, rgba(255,255,255,0.78)), color-stop(63%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.56) 0%, rgba(255,255,255,0.78) 31%, rgba(255,255,255,1) 63%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.56) 0%, rgba(255,255,255,0.78) 31%, rgba(255,255,255,1) 63%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.56) 0%, rgba(255,255,255,0.78) 31%, rgba(255,255,255,1) 63%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.56) 0%, rgba(255,255,255,0.78) 31%, rgba(255,255,255,1) 63%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	/*height: 200px;*/
}

.has_banner{
	padding-top: 300px;
	}
.gallery-header .title{
	font-size: 30px;
	line-height: 40px;
}
.gallery-header .title::before{
	font-family: font-jade;
	content: '\e80c';
	display: inline-block;
	margin-right: 15px;
}
.gallery-header .subtitle{
	font-size: 18px;
	line-height: 22px;
	color: #d84315;
}

.gallery-body{
	background: #fff;
	padding-bottom: 60px;
}
.gallery-body .pop-each{
	margin-top: 12px;
	padding-bottom: 12px;
	border-bottom: #e2e2e2 1px solid;
	display: inline-block;
	width: 100%;
	clear: both;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
}
.gallery-body .pop-each:first-child{
	margin-top: 0px;
}
.gallery-body .pop-each .photo{
	width: 100%;
	float: left;
	background: #F0F0ED;
	text-align: center;
}
.gallery-body .pop-each .photo a{
	display: block;
	overflow: hidden;
	position: relative;
	line-height: 0;
	font-size: 0;
	text-align: center;
	width: 100%;
}
.gallery-body .pop-each .photo img{
	width: 100% !important;
	max-height: 592px;
	display:inline-block !important;
	object-fit: contain;
}
.gallery-body .pop-each .info{
	width: 20%;
	float: left;
	margin-left: 2%;
	position: relative;
}
.gallery-body .pop-each .info > span{
	display: block;
	font-size: 20px;
	line-height: 24px;
	overflow: hidden;
	padding-right: 10px;
}
.gallery-body .pop-each .info .social_shares{
	display: block;
	margin-top:20px;
}
.gallery-body .pop-each .info > i{
	font-style: normal;
	font-size: 16px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}
/*.gallery-body .pop-each .info a > i{
	display: none;
}
.gallery-body .pop-each .info b{
	height: 36px;
	display: block;
}
.gallery-body .pop-each .info a{
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	margin-right: 8px;
	font-size: 40px;
	position: relative;
}
.gallery-body .pop-each .info a::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	display: block;
	font-family: font-jade;
	line-height: 36px;
}
.gallery-body .pop-each .info .pin::after{
	content: '\e881';
	color: #bd081c;
}
.gallery-body .pop-each .info .share::after{
	content: '\e82e';
	color: #fff;
	font-size: 18px;
}
.gallery-body .pop-each .info .share{
	background-color: #757575;
	border-radius: 18px;
}
.gallery-body .pop-each .info .fb::after{
	content: '\e876';
	color: #fff;
	font-size: 22px;
}
.gallery-body .pop-each .info .fb{
	background-color: #4e67a5;
	border-radius: 18px;
}*/
.single_album_gallery{
	position: relative;
	overflow: hidden;
}
.single_album_gallery .info{
	width:34%;
	float: left;
}
.single_album_gallery .info>div{
	padding: 20px;
}
.single_album_gallery .info .title::before{
	font-family: font-jade;
	content: '\e80b';
	display: inline-block;
	margin-right: 5px;
}
.single_album_gallery .info .caption>i{
	position: absolute;
	left: 20px;
	bottom: 5px;
	display:none; 
}
.single_album_gallery .swiper-container{
	width:66%;
	float: right;
}
.single_album_gallery .swiper-wrapper{
	height: auto;
}
.single_album_gallery .swiper-slide {
	text-align: center;
	font-size: 18px;
	/*background: #fff;*/
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.single_album_gallery .swiper-slide img{
	margin: 0 auto;
	}

.single_album_gallery .swiper-slide span{
	display: none;
}
.single_album_gallery .swiper-slide a{
	line-height: 0;
	width: 100%;
	display: block;
}
.single_album_gallery .swiper-slide a img{
	/*width: 100%;*/
}
.content_carousel .swiper-container{
	background: #616161 !important;
}
.content_carousel .swiper-container .title_holder{
	color:#fff;
	}
.content_carousel .swiper-container .additional .aitm{
	color:#ccc;
	}
.content_carousel .swiper-container .additional .aitm:hover{
	color:#fff;
	}
.content_carousel .swiper-slide{
	margin-bottom: 0;
}
.content_carousel .widget-wrapper{
	padding: 24px;
	margin-right: 0px;
}
.content_carousel .widget-wrapper .col_in{
	margin-bottom:0px;
	}

.swiper-button-next, .swiper-button-prev{
	background:none !important;
	line-height:44px;
	color:#fff;
	text-shadow:0 0 10px #000;
	text-align:center;
	width:32px;
	}
	
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left:4px;
	}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right:4px;
	}

.swiper-button-next:before, .swiper-button-prev:before{
	content:'';
	font-family:font-jade;
	font-size:44px;
	font-weight:100;
	}

.swiper-button-next:after, .swiper-button-prev:after{
	display: none;
}
	
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	cursor: inherit;
   pointer-events: inherit;
	}
	
.swiper-button-next:before{
	content:'\e858';
	}
.swiper-button-prev:before{
	content:'\e857';
	}

.widget-wrapper{
	margin-bottom: 24px;
	position: relative;
	overflow: hidden;
}
.pop-each{
	position: relative;
	z-index: 1;
}
.pop-each .photo{
	width: 100%;
}
.pop-each .photo a::after, a.jw_media_holder::after {
	font-family: font-jade;
	content: '\e8a5';
	display: none;
	margin-right: 5px;
	position: absolute;
	z-index: 2;
	right: 10px;
	top: 10px;
	background: #a8afac;
	color: #fff;
	font-size: 25px;
	opacity: 0.70;
	width: 40px; height: 40px;line-height: 40px;
	border-radius: 20px;
	text-align: center;
}
.pop-each .photo a.pop-active::after,a.jw_media_holder.pop-active::after{
	display: block;
}
.pop-each .photo a:hover::after,a.jw_media_holder:hover::after{
	opacity: 1;
}
.pop-each .photo a:hover,a.jw_media_holder:hover{
	text-decoration: none;
}
.pop-main{
	background: #080808;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: none;
	/*height: 100%;
	width: 100%;*/
}
body.no-scrollbar{
	width:100%!important; height:100%!important; overflow:hidden!important; margin:0!important; ;
}
.pop-fullscreen{
	background: #080808;
}
.pop-main .pop-slide{
	position: relative;
}
.pop-main .pop-thumb{
	position: absolute;
	bottom: 0;
}
.pop-main .swiper-slide{
	background-color: #080808;
	background-size:     contain;
	background-repeat:   no-repeat;
	background-position: center center;
}
.pop-main .swiper-slide .info{
	display: block;
	padding: 5px 20px 3px 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	color: #fff;
}
.pop-main .swiper-slide .info::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.pop-main .swiper-slide .info i{
	display: block;
	font-style: normal;
}
.pop-main .swiper-slide .info .caption{
	padding: 20px 0 0 0;
}
.pop-main .swiper-slide .info .social_shares{
	float: right;
}
.pop-main .swiper-slide .info .caption_hide{
	float: right;
	color: #fff;
	text-decoration: none;
}
.pop-main.caption-hidden .swiper-slide .info i{
	display: none;
}
.pop-main .swiper-slide .info .caption_hide::before{
	content: 'Hide Caption';
}
.pop-main .swiper-slide .info .caption_hide::after{
	font-family:font-jade;
	content: '\e859';
	margin-left: 3px;
}
.pop-main.caption-hidden .swiper-slide .info .caption_hide:before{
	content: 'Show Caption';
}
.pop-main.caption-hidden .swiper-slide .info .caption_hide:after{
	font-family:font-jade;
	content: '\e85a';
}
.pop-thumb .swiper-slide{
	opacity: 0.3;
}
.pop-thumb .swiper-slide:hover{
	opacity: 0.7;
}
.pop-thumb .swiper-slide-active{
	opacity: 1;
}
.pop-main .pop-icons{
	margin: 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.pop-main .pop-icons .cancel, .pop-main .pop-icons .fullscreen{
	display: block;
	overflow: hidden;
	background: #383838;
	border-radius: 20px;
	text-decoration: none;
	margin-bottom: 5px;
}/*
.pop-main .pop-icons .cancel:hover{

}*/
.hideFullScreenBtn .pop-icons .fullscreen{
	display: none;
}
.pop-main .pop-icons .cancel::after,.pop-main .pop-icons .fullscreen::after{
	display: block;
	width: 40px;
	height: 40px;
	font-family: font-jade;
	content: '\e8d5';
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}
.pop-main .pop-icons .fullscreen::after{
	content: '\e84b';
}
.pop-main .pop-icons .swiper-pagination{
	color: #fff;
	position: static;
	display: block;
	font-style: normal;
}

.zoom0_75{
	zoom: 0.75;
	-moz-transform: scale(0.75);
}
.zoom0_50{
	zoom: 0.5;
	-moz-transform: scale(0.5);
}
.zoom0_60{
	zoom: 0.6;
	-moz-transform: scale(0.6);
}
.zoom0_70{
	zoom: 0.7;
	-moz-transform: scale(0.7);
}
a.jw_media_holder{
	background: #212121;
	position: relative;
}
a.jw_media_holder.alignfull img{
	width: 100%!important;
	min-width: auto!important;
}
a.jw_media_holder amp-img{
	background: #f1f1f1;
}
.jw_media_holder::before{
	display: block;
}
.pop-main.caption-hidden .info::before{
	background: transparent;
}

/*amit*/
/******START Poll Archive Widget ***************/

.poll_archive{
	width: 100%;
	overflow: hidden;
	padding: 5px;
	border-bottom: 5px double #e2e2e2;
	}
.poll_answer_box{
	overflow: hidden;
	padding: 2px;
	height: 30px;
	margin: 0 0 5px 0;
	}
.poll_option{
	padding: 0 5px;
	margin-right: 5px;
	width:100px;
	}
.poll_graph_container{
	width: 100px;
	margin-right: 5px;
	height: 30px;
	}

/***********************************************/

/********* POLL Widget Starts HERE ********/
.total_vote{
	font-weight:bold;
	}
.poll_container{
	font-size:16px;
	line-height:24px;
	overflow: hidden;
	background:#fff;
	color:#284a65;
	padding:10px;
	padding-bottom: 0px;
	}
.poll_container label{
	margin-right:10px;
	float:left;
	overflow:hidden;
	}
.poll_container #jwPollAjaxWorking{
	font-size:16px;
	line-height:24px;
	color:#336699;
	}
.poll_container label input{
	margin-right:5px;
	margin-top:4px;
	float:left;
	}
.poll_percentage{
	padding-left:5px;
	}
.poll_top_part{
	border-bottom: 1px solid #cdcbcb;
	}
.poll_question{
	font-size: 18px;
	line-height: 28px;
	text-align: left;
	font-weight:bold;
	color:#284a65;
	}
.poll_bottom{
	overflow: hidden;
	margin-bottom:10px;
	}	
.poll_button{
	overflow: hidden;
	margin-bottom: 10px;
	margin-left: -10px;
	}
.result_button{
	margin-right: 10px;
	/*width: 33%;*/
	height: 25px;
	}
.result_button a{
	background: #505a64;
	text-align:center;
	text-decoration: none;
	line-height: 25px;
	color: #fff;
	display: block;
	padding:0 20px;
	}
.old_result{
	/*width: 33%;*/
	height: 25px;
	float:left;
	}
.old_result a{
	background:0 none;
	text-decoration: none;
	line-height: 25px;
	color:#284a65;
	display: block;
	text-align:center;
	padding:0 20px;
	}
.poll_button a:hover{
	background:#e74d4f;
	color:#fff;
	}
.total_vote_container{
	background:#d5d6da;
	margin:0px -10px -10px -10px;
	padding: 10px;
	text-align: right;
	}

/********* POLL Widget Starts HERE END ********/


/*footer*/

.foot-portion{
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	line-height:26px;
	padding-top: 30px;
	}
	
.foot-top{
	padding: 20px;
	overflow:hidden;
	border-top:1px solid #222;
	border-bottom:1px solid #222;
	margin-bottom: 30px;
	}
	
.footer_logo_and_applink{
	margin-bottom: 30px;
}


.foot-logo{
	margin: 10px 0px;
	display:inline-block;
	text-decoration: none;
	float: left;
	margin-right:20px;
	}
.mobile-app-container{
	line-height:38px;
	display:inline-block;
	float:right;
	margin:10px 0px;
	}
.mobile-app-container span, .mobile-app-container a{
	display:inline-block;
	margin:0 10px;
	}
.mobile-app-container .apple-aps-icon{
	background:url(images/mobile_app_122x76.png) no-repeat 0 0;
	text-decoration:none;
	width:122px;
	height:38px;
	display:inline-block; 
	}
.mobile-app-container .android-aps-icon{
	background:url(images/mobile_app_122x76.png) no-repeat 0 -38px;
	text-decoration:none;
	width:122px;
	height:38px;
	display:inline-block; 
	}
.foot_wrap_bg{
	
	}
.foot-middle-container{
	overflow:hidden;
	}
	
.footer_about_website{
	font-size:14px;
	color:#fff;
	text-align: right;
	}
	
.foot-menu{
	line-height:40px;
	overflow:hidden;
	height:40px;
	margin:10px 0px;
	}
	
.foot-menu li{
	list-style:none;
	display:inline-block;
	margin-right:10px;
	}

.foot-menu li a{
	display:inline-block;
	color:#fff;
	}
.foot-menu li a:hover{
	text-decoration:none;
	color:#F60;
	}



.big_menu .big_menu_top{
	overflow:hidden;
	}
.big_menu .big_menu_top .all-menu{
	width:100%;
	float:left;
	overflow:hidden;
	}
.big_menu .big_menu_top .all-menu ul{
	list-style:none;
	}
.big_menu .big_menu_top .all-menu ul li:first-child{
	padding-left:0;
	}
.big_menu .big_menu_top .all-menu ul li{
	float:left;
	display:block;
	width:20%;
	}
.big_menu .big_menu_top .all-menu ul li a{
	display:block;
	text-decoration:none;
	font-size:18px;
	line-height:40px;
	}



.all_menu_section_title{
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 30px;
	padding-left: 20px;
	display: none;
}

.big_menu_all ul{
	list-style: none;
}
.big_menu_all ul a{
	font-size: 14px;
	line-height: 24px;
	color: #ccc;
	float: left;
}

.big_menu_all ul a:hover, .big_menu_all ul a.active{
	color: #e74d4f;
	text-decoration: none;
}

.big_menu_all li{
	overflow: hidden;
}

.big_menu_all > ul > li{
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.big_menu_all > ul > li > a{
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}


.big_menu_all > ul > li > ul{
	display: block;
}
.big_menu_all > ul > li > ul > li, .big_menu_all > ul > li > div > ul > li{
	float: left;
	margin-bottom: 10px;
	padding: 0 10px;
}

.big_menu_social{
	padding: 20px;
	overflow: hidden;
	font-size: 16px;
	line-height: 40px;
	margin-bottom: 30px;
}

.big_social_left{
	float: left;
}
.big_menu_social ul{
	list-style: none;
	overflow: hidden;
}
.big_menu_social li{
	float: left;
}

.big_menu_social li a{
	padding: 0 10px;
	font-size: 20px;
}

.big_menu_social li a:hover{
	text-decoration: none;
}

.big_menu_social li span{
	display: none;
}

.more_from_title{
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 20px;
}

.more_from_menu{
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
}
.more_from_menu ul{
	list-style: none;
}

.more_from_menu li{
	float: left;
	margin-right: 20px;
}
.more_from_menu a{
	color: #000;
}

.more_from_menu a:hover, .more_from_menu a.active{
	color: #e74d4f;
	text-decoration: none;
}




.foot_big_menu, .foot_big_menu a{
	color:#cccccc;
	}

.big_menu a:hover{
	color:#ffb300;
	}

.special_menu{
	width:300px;
	margin-bottom:20px;
	overflow:hidden;
	}
.special_menu ul{
	list-style:none;
	}
.special_menu ul li{
	float:left;
	margin-right:20px;
	}
.special_menu ul li a{
	display:block;
	text-decoration:none;
	font-size:20px;
	line-height:36px;
	}
.special_menu ul li:first-child,.special_menu ul li:last-child{
	/*margin:0;*/
	}
.special_menu ul li a.image_menu_icon:before{
	font-family:font-jade;
	content:'\e80c';
	color:#9c27b0;
	margin-right:12px;
	font-size:16px;
	}
.special_menu ul li a.video_menu_icon:before{
	font-family:font-jade;
	content:'\e80a';
	color:#ffc107;
	margin-right:12px;
	font-size:16px;
	}
.special_menu ul li a.archive_menu_icon:before{
	font-family:font-jade;
	content:'\e83a';
	color:#d84315;
	margin-right:12px;
	font-size:16px; 
	}
.big_menu .big_menu_bottom{
	display: flex;
flex-flow: row;
	padding-top:25px;
	overflow:hidden;
	}
.big_menu  .big_menu_bottom .bmenu_bottom_left{
	overflow:hidden;
	}
.big_menu .big_menu_bottom .bmenu_bottom_toplinks{
	margin-bottom:32px;
	overflow:hidden;
	}
.big_menu .big_menu_bottom .bmenu_bottom_toplinks ul{
	list-style:none;
	}
.big_menu  .big_menu_bottom .bmenu_bottom_toplinks ul li{
	display:inline-block;
	margin-right:24px;
	margin-bottom:8px;
	}
.big_menu  .big_menu_bottom .bmenu_bottom_toplinks ul li:first-child{

	}
.big_menu  .big_menu_bottom .bmenu_bottom_toplinks ul li a{
	font-size:16px;
	line-height:26px;
	text-decoration:none;
	display:block;
	}
.big_menu  .big_menu_bottom .bmenu_bottom_imagelinks{
	margin-bottom:36px;
	overflow:hidden;
	}
.big_menu  .big_menu_bottom .bmenu_bottom_imagelinks ul{
	list-style:none;
	}
.big_menu  .big_menu_bottom .bmenu_bottom_imagelinks ul li{
	float:left;
	margin:0 15px;
	}
.big_menu  .big_menu_bottom .bmenu_bottom_imagelinks ul li:first-child{
	margin-left:0px;
	}
.big_menu  .big_menu_bottom .bmenu_bottom_imagelinks ul li a{
	text-decoration:none;
	font-size:16px;
	line-height:32px;
	display:inline-block;
	}
.big_menu  .big_menu_bottom .bmenu_bottom_imagelinks ul li a span{
	display:block;
	height:32px;
	line-height:32px;
	margin-right:12px;
	float:left;
	}
.big_menu  .big_menu_bottom .bmenu_bottom_right{
	float:left;
	width:40%;
	}
.big_menu  .big_menu_bottom .bmenu_bottom_right p{
	font-family:"Times New Roman", serif;
	font-size:16px;
	line-height:22px;
	font-weight:normal;
	}
.big_menu  .big_menu_bottom .bmenu_bottom_right p span{
	display:inline-block;
	font-style:italic;
	color:#f44336;
	}

.foot-bottom-container .foot-bottom{
	padding:10px 0 10px 0;
	font-size:16px;
	line-height:22px;
	color:#222;
	}
	
.foot-bottom-container .foot-bottom a{
	color:#222;
	}


.foot-bottom-menu ul{
	list-style: none;
}

.foot-bottom-menu li{
	display: inline-block;
	position: relative;
	padding-right: 1px;
}

.foot-bottom-menu li a{
	padding: 0 10px;
}
.foot-bottom-menu li::after{
	content: ' ';
	width: 1px;
	height: 20px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
}
.foot-bottom-menu li:last-child{
	padding-right: 0px;
}
.foot-bottom-menu li:last-child::after{
	display: none;
}

/*footer end*/


.back_to_top{
	position:fixed;
	bottom:20px;
	right:20px;
	text-align:center;
	background:rgba(220,220,220,0.8);
	width:40px;
	height:40px;
	line-height:40px;
	border-radius: 25px;
	display:none;
	cursor:pointer;
	opacity:1;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
	color:#000;
	z-index:10;
	opacity:0.5;
	}
.back_to_top:hover{
	opacity:1;
	}
.back_to_top:before{
	font-family:font-jade;
	content:"\e856";
	font-size:16px;
	display:block;
	clear:both;
	}
	
	
.mobile_site_switcher{
	display:none;
	width:100%;
	clear:both;
	padding:10px 0px;
	margin:10px 0px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	font-size:16px;
	text-align:center;
	}

.mobileonlyview{
	display:none;
	}
	
.fake_ha{
	margin-top:-50px;padding-top:50px; visibility:hidden; width:0px;height:0px; position:relative; display:block;
	}
.jw-ari{
	display: block;
	overflow: hidden;
	background: #e3e3de url('images/default_thumbnail_800x450.png') center center no-repeat;
	background-size: contain;

}
.jw-ari img{
	float: left;
	visibility:hidden;
}
.jw_media_holder{
	text-align: center!important;
}
.jw_media_caption{
	text-align: left!important;
}
.jw_media_holder.alignfull{
	display: block;
	clear: both;
	width: 100%!important;
}
.jw_media_holder .jw-ari img{
	height: 100%;
}
.jw_media_holder .jw-ari{
	margin: 0 auto;
}
.swiper-wrapper .jw-ari{
	display: block!important;
}
.content-gal .jw_media_caption{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color:rgba(204, 204, 204, 0.5);
	/*display: none;*/
}
.content-gal, .photo{
	display: block;
}
.content-gal .photo img{
	width: 100%;
}
.content-gal-wrap{
	display: inline-block;
}
.content-gal .jw_media_caption span{
	padding: 6px;
	zoom:1!important;
}
/*rsponsivness of the layout */

.footer_privacy_terms .divider{
	width: 1px;
    background: #fff;
    overflow: hidden;
    height: 16px;
    margin: 0 10px;
    display: inline-block;
    margin-bottom: -4px;
}

.footer_copy{
	color: #fff;
}

.footer_editor_publisher{
	color: #fff;
	line-height: 50px;
	font-size: 20px;
	line-height: 40px;
}



.foot-menu{
	overflow: hidden;
	height: auto;
}
.foot-menu li{
	margin-right: 0px;
	width: 180px;
}



.foot_middle_menu li{
	width: auto;
	float: none;
	display: block;
}


.footer_social_links{
	text-align: right;
	font-size: 20px;
	line-height: 40px;
}

.footer_social_links li{
	display: inline-block;
	margin-left: 10px;
}

.footer_social_links  span{
	display: none;

}
.footer_social_links a{
	padding:0px 10px;
	display: inline-block;
}

.footer_social_links a:hover{
	text-decoration: none;
}


.footer_about_contact a{
	color: #fff;
	font-size: 16px;
	margin:0px
}

.footer_about_contact .divider{
	margin: 0 10px;
}


.footer_followus{
	display: inline-block;
	line-height: 40px;
	color: #fff;
}

.footer_social_links .social_links{
	display: inline-block;
}

.footer_copyright{
	font-size: 16px;
}



.new_foot_middle {
    line-height: 26px;
	padding: 15px 0;
	overflow: hidden;
	display: flex;
}

.new_foot_middle .foot_menu_2 {
    width: 49%;
    border-right: 1px solid #ccc;
}

.menu_2_holder{
	padding-right: 10px;
}

.foot_menu_2 .menu_2_holder .foot_home_icon {
    text-decoration: none;
}

.foot_menu_2 .menu_2_holder .foot_home_icon:before {
    content: '\e819';
    color: #fff;
    font-family: font-jade;
    line-height: 16px;
}

.foot_menu_2 .menu_2_holder .foot_home_icon span {
    display: none;
}

.foot_menu_2 .menu_2_holder ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.foot_menu_2 .menu_2_holder ul li, .foot-middle-menu ul li {
	float: left;
	width:33%;
	margin-bottom: 10px;
    line-height: 16px;
}

.foot_menu_2 .menu_2_holder ul li a, .foot-middle-menu ul li a {
    text-decoration: none;
    color: #222;
    padding: 0 10px;
	font-size: 20px;
    line-height: 26px;
}

.foot_menu_2 .menu_2_holder ul li:after {
    content: '.';
    height: 11px;
    border-right: 1px solid #fff;
    width: 0px;
    overflow: hidden;
    display: inline-block;
}

.foot_menu_2 .menu_2_holder ul li:last-child:after {
    border-right: 0 none;
}

.new_foot_middle .new_foot_eaddress {
    width: 49%;
}


.foot_eaddress_holder span, .foot_eaddress_holder a {
    text-decoration: none;
    color: #222;
    font-size: 18px;
    line-height: 24px;
}

.foot_eaddress_holder span.email:before {
    content: '\e801';
    font-family: font-jade;
    padding-right: 16px;
}

.new_foot_middle .new_foot_social {
    width: 36%;
}

.new_foot_social .new_foot_social_holder {
    padding-left: 40px;
	line-height: 78px;
	text-align: center;
    color: #fff;
    line-height: normal;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 10px;
}


.footer_address{
	font-size: 14px;
}


.new_footer_top_bar {
    overflow: hidden;
    width: 100%;
    border-bottom: 2px solid #d71f1f;
}

.foot-top .footer_editor_publisher{
	color: #000;
}

.jw-ari img{
    display: none !important;
}

.witterResult{
	flex-direction:column;
}
html>body .gsc-results-wrapper-visible, html>body .gsc-results-wrapper-visible div{
	overflow:visible!important;
}
table.gsc-above-wrapper-area-container{
	display:table;
}
body .gsc-control-cse {
    font-family: inherit;
}
body .gsc-control-cse, body .gsc-control-cse .gsc-table-result{
font-size:20px;
}

.app_links{
	margin-top: 10px;
}

.app_links a{
	overflow: hidden;
	color: #222;
	font-size: 14px;
	line-height: 20px;
	display: block;
}

.app_links img{
	float: left;
	margin-right: 10px;
}

.app_links span{
	float: left;
}

.foot-bottom-container .foot-bottom, .foot-middle-container{
	text-align: left;
}

.copyright{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
	font-weight: bold;
}

.foot_bottom_inner{
	padding:0 20px;
}

.more_main_menu_wrap{
	color: #fff;
}



.more_main_menu_inner{
	margin: 0;
	width: 250px;
	float: right;
	box-shadow: 0px 0px 10px 0px #222;
	transition: all 0.4s ease;
	transform: translateX(250px);
}

.more_main_menu_wrap.opened .more_main_menu_inner{
	transform: translateX(0px);
}

.big_menu_social{
	text-align: center;
}

.big_social_left{
	float: none;
}
.big_menu_social li{
	float: none;
	display: inline-block;
}

.big_menu_all ul li{
	line-height: 30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.big_menu_all > ul > li{
	padding-left: 20px;
}
.big_menu_all > ul > li:hover{
	background: #000;
}


.big_menu_all li.haschild > a::after{
	content: '\e857';
	font-family: font-jade;
	float: left;
	margin-right: 5px;
	margin-top: -3px;
}




.big_menu_all li{
	overflow: visible;
	display: block !important;
	float: none !important;
	clear: both;
}
.big_menu_all li a{
	display: block !important;
	float: none !important;
	padding: 10px;
}



.breadcrumb_wrap{
	display: none;
}

.content_detail_page .breadcrumb_wrap{
	display: block;
}

.share_platform_copy .c{
	width:1px;
	height: 1px;
	text-indent: -9999px;
}


@media only screen and (min-width: 1900px){ body{ zoom: 1.4; } }
@media only screen and (min-width: 3000px){ body{ zoom: 2; } }
@media only screen and (min-width: 4000px){ body{ zoom: 3; } }
@media only screen and (min-width: 5000px){ body{ zoom: 4; } }
@media only screen and (min-width: 6000px){ body{ zoom: 5; } }


/* screen width larger than 800 */
@media only screen and (min-width: 801px){
	body{
		padding-top:50px;
		}
		
	.col8{ width:12.5%; }
	.col7{ width:14.28571428%; }
	.col6{ width:16.66666666%; }
	.col5{ width:20%; }
	.col4{ width:25%; }
	.col3{ width:33.33333333%; }
	.col2{ width:50%; }
	.col1, .col0{ width:100%; }
		
	
	.header{
		position:relative;
		}
	.header, .container{
		margin:0 auto;
		}
	.plr5p{ padding-left:5%; padding-right:5%; }
	.header{
		padding:10px 30px;
		background: #222222;
		color:#fff;
		height: 50px;
	}
	.container,.subheader,.header_home_inner{
		width:90%;
		max-width:1280px;
		}

	 
		
	.foot-middle-container{
		overflow:hidden;
		margin:0 auto;
		}
	.foot-bottom-container .foot-bottom{
		margin:0 auto;
		}
	.foot-bottom-container .foot-bottom, .foot-middle-container{
		padding-left:5%;
		padding-right:5%;
		max-width:1280px;
		}

	.footer_copy{
		text-align: center;
	}
	.footer_address{
		text-align: center;
	}
	.footer_about_contact{
		text-align: right;
	}
	.footer_privacy_terms{
		text-align: right;
	}
		
	.social_shares .share_platform_viber{
		display:none;
		}


	

	

	.footer_editor_publisher span{
		margin-right: 180px;
	}

	.footer_editor_publisher span:last-child{
		margin-right: 0px;
	}

	.footer_editor_publisher{
		float: left;
	}

	.footer_social_links{
		float: right;
	}

	.app_links{
		float: right;
	}

	
	.sticky_menu .site_logo, .no-scrollbar .site_logo{
		width: 212px;
		margin-right:20px;
	}


	.big_menu_all > ul > li{
		padding-left: 0px;
	}
	
	.big_menu_all > ul > li > div{
		display: none;
		position: fixed;
		right: 100%;
		top: 70px;
		bottom: 0px;
		padding:10px;
	}

	.big_menu_all > ul > li > ul{
		display: none;
		position: sticky;
		top:0px;
		bottom:0px;
	}
	
	.big_menu_all > ul > li.haschild.opennow > a::before{
		content: '';
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-left: 10px solid #fff;
		border-bottom: 10px solid transparent;
		position: absolute;
		right:100%;
		top:15px;
	
	}
	
	.big_menu_all > ul > div > li > ul > li{
		
		padding:10px;
	}
	
	.big_menu_all > ul > li > div > ul{
		background: #fff;
		border-radius: 5px;
	}
	
	.big_menu_all > ul .haschild.opennow{
		cursor: pointer;
	}
	
	.big_menu_all > ul .haschild.opennow > div {
		display: block;
		width: 250px;
		transform: translateY(-80px);
	}
	.big_menu_all > ul .haschild.opennow > div > ul{
		display: block;
		position: sticky;
		bottom:0px;
		overflow: hidden;
	}
	
	.big_menu_all > ul > li > ul > li, .big_menu_all > ul > li > div > ul > li{
		margin-bottom: 0px;
	}
	
	.big_menu_all > ul > li > ul > li a, .big_menu_all > ul > li > div > ul > li a{
		padding:5px;
	}
	
	.big_menu_all > ul > li > div > ul > li a:hover{
		background: #efefef;
	}


	.big_menu_all > ul > li > div > ul > li a{
		color: #222;
	}

	.big_menu_all > ul > li > a{
		position: relative;
		padding-left: 30px;
	}


	.big_menu_all > ul > li > ul{
		overflow: hidden;
	}

	.header_top_right{
		float: right;
		width: 800px;
	}

	.app_links a{
		float: left;
	}
	.app_links a:first-child{
		margin-right: 20px;
	}

	.foot_site_logo{
		float: left;
	}


	.secondary_menu_toggle{
		display: none;
	}

	.header_right_part,.date_holder{
		width: 250px;
	}

	.header_right_inner{
		float: right;
	}

	.header_search_wrap{
		margin-right: 5px;
		position: relative;
		}

	.header_seach_form{
		width: 250px;
		}

	.more_main_menu{
		text-indent: -9999px;
	}

	.more_main_menu::before{
		content: '';
		width:40px;
		height: 2px;
		background: #000;
		overflow: hidden;
		margin-bottom: 10px;
		display: block;
		margin-top: 10px;
	}

	.more_main_menu span{
		width:30px;
		height: 2px;
		background: #000;
		overflow: hidden;
		margin-bottom: 10px;
		display: block;
	}

	.more_main_menu::after{
		content: '';
		width:40px;
		height: 2px;
		background: #000;
		overflow: hidden;
		margin-bottom: 10px;
		display: block;
	}

	.search_toggle{
		font-size: 26px;
	}

	.more_main_menu_inner{
		padding-top: 100px;
	}
	
	}

/* screen width 1024 */
@media only screen and (max-width: 1050px){
	.whole_wrapper{
		width:auto;
		max-width:100%;
		}
	.header, .container{
		width:auto;
		padding-left:8px;
		padding-right:8px;
		}
	.has_banner{
		padding-top: 200px;
		}
	.foot-bottom-container .foot-bottom, .foot-middle-container{
		padding-left:8px;
		padding-right:8px;
		}
	}

/* screen width  bellow 800 */
@media only screen and (max-width: 800px){
	.whole_wrapper{
		width:auto;
		max-width:100%;
		}
	.whole_inner{
		margin:0 auto;
		}
		
	body{
		padding-top:60px !important;
		}
		
	.header_wrap{
		height:50px;
		}
	.header{
		text-align:center;
		}
	.site_logo{
		float:none;
		margin:0 auto;
		padding-top:5px;
		height:38px;
		}

	.header_right_part{
		float:none;
		text-align: left;
		width: 0px;
		}
	.header_right_inner{
		float:right;
		margin-left:auto;
		padding-right:16px;
		}
	.more_main_menu{
		position:absolute;
		right:0px;
		top:5px;
		line-height: 50px;
		border:0 none;
		margin-top:0px;
		margin-right: 0px;
		width: 50px;
		text-align: center;
		padding:0px;
		background: transparent;
		color: #222;
		}
	.more_main_menu:after{
		float: none;
		margin:0px;
	}
	.more_main_menu_wrap{
		top:60px;
		}
	.more_main_menu_inner{
		top:0px;
		background:#222;
		}
	.more_main_menu span{
		display:none;
		}
	.more_main_menu:before{
		font-size:21px;
		margin-right:0px;
		}
	.more_main_menu.opened:after{
		content:'\e8d5';
		}
		
	.other_language_link, .header_account_wrap, .header_social_wrap{
		height:60px;
		position:relative;
		}
	
	.header_search_wrap{
		margin:0;
		height:0px;
		}
	.search_toggle{
		position:absolute;
		left:0px;
		top:5px;
		width: 50px;
		height: 50px;
		text-align: center;
		line-height: 50px;
		border:0 none;
		color: #222;
		background: transparent;
		}
	.search_toggle:before{
		margin-top:0px;
		}
	.search_toggle:before{
		width: auto;
		height: auto;
		margin-right: 0px;
		line-height: 50px;
	}
	.header_seach_form .search_input_holder{
		height:50px;
		}
	.header_seach_form .search_input{
		height:50px;
		line-height:50px;
		font-size:19px;
		}
	.header_seach_form .search_input_holder{
		height:50px;
		line-height:50px;
		}
	.header_seach_form  .search_button, .header_seach_form  .search_close{
		width:50px;
		height:50px;
		line-height:50px;
		}
		
	.user_account{
		width:300px;
		top:34px;
		}
	.header_social_wrap .social_links{
		top:34px;
		}
	.header_social_wrap .social_links li{
		text-align:center;
		line-height:32px;
		}
	.header_social_wrap .social_links li span{
		display:none;
		}
		
	.header_social_wrap .social_links a:before{
		margin-right:0px;
		float:none;
		font-size:20px;
		}
	.mh_toggle{
		display:none;
		}
	.secondary_top{
		padding-top:6px;
		}
	.secondary_logo{
		padding-left:0px;
		}
	.secondary_menu_wrap{
		display:none;
		height:auto;
		position:absolute;
		top:100%;
		left:0;
		right:0;
		z-index:5;
		background:#fff;
		box-shadow:0px 5px 5px 0px #ccc;
		}
	.secondary_menu_wrap .container{
		padding:0;
		}
	.secondary_menu{
		}
	.secondary_menu li, .secondary_menu a{
		display:block;
		float:none;
		color: #000;
		}
	.secondary_menu a{
		border-bottom:4px solid #eaeaea;
		}
	.secondary_menu ul li:last-child a{
		border-color:#fff;
		}
	.secondary_menu_toggle{
		position:absolute;
		top:50%;
		margin-top:-17px;
		right:10px;
		height:34px;
		width:34px;
		text-align:center;
		line-height:34px;
		background:rgba(0,0,0, 0.15);
		color:#fff;
		cursor:pointer;
		}
	.secondary_menu_toggle::before{
		content:'\e853';
		font-family:font-jade;
		font-size:24px;
		}
	.secondary_menu_toggle.opened::before{
		content:'\e856';
		font-family:font-jade;
		font-size:24px;
		}
		
	.ticker_holder{
		margin-top:0px;
		}
		
	html, body{
		background:#fff;
		}
		
	.has_banner{
		padding-top: 130px;
	}
	
	.gallery-top, .gallery-top .gallery_top_inner, .gallery-content{
		margin-right:0px;
		}
		
	.gallery-top .gallery_top_inner{
		margin-left:-8px;
		margin-right:-8px;
		}
	
	.gallery_top_inner_content{
		width:auto;
		margin-right:0px;
		}
	
	.gallery-content{
		margin-left:-8px;
		margin-right:-8px;
		}
		
	.gallery-header .title{
		font-size:20px;
		line-height:30px;
		}
		
	.gallery-header{
		padding:12px 8px;
		}
	
	.gallery-social{
		padding:0 8px 12px 8px;
		}
		
	.gallery-body .pop-each{
		padding-top:12px;
		margin-top:12px;
		}
	
	.gallery-body .pop-each .photo{
		width:100%;
		float:none;
		margin-bottom:8px;
		}
	
	.gallery-body .pop-each .info{
		float:none;
		width:auto;
		margin:0;
		padding:0 8px;
		}
	
	.gallery-body .pop-each .info .social_shares{
		margin-top:12px;
		}
	
	.widget-wrapper{
		margin-bottom:12px;
		}
	
	.single_album_gallery .widget-wrapper{
		border-bottom:1px solid #ccc;
		padding-bottom:8px;
		}
	
	.content_carousel .widget-wrapper{
		padding:12px;
		margin-bottom:12px;
		}
	
		
	.single_album_gallery .info, .single_album_gallery .swiper-container{
		width:auto;
		float:none;
		}
	.single_album_gallery .info>div{
		padding:8px;
		}
		
	.foot-logo{
		clear:both;
		float:none;
		display:block;
		text-align:center;
		}
	.mobile-app-container{
		display: block;
		clear: both;
		float: none;
		}
	.mobile-app-container span{
		display:block;
		text-align:center;
		font-size:16px;
		}
	.mobile-app-container a{
		display:inline-block;
		text-align:center;
		}
	
	
	.more_main_menu_inner{
		padding:10px;
		}
	.close_more_main{
		display: none;
	}
	
	.big_menu .big_menu_top{
		padding:0px;
		}
	
	
	.big_menu .big_menu_top, .big_menu .big_menu_bottom{
		padding-left: 5%;
		padding-right: 5%;
		}
	
	
	.big_menu{
		text-align:left;
		}	
	.big_menu .big_menu_top .all-menu, .special_menu, .big_menu  .big_menu_bottom .bmenu_bottom_left, .big_menu  .big_menu_bottom .bmenu_bottom_right{
		width:auto;
		float:none;
		}
	.big_menu .big_menu_top .all-menu ul li{
		width:50%;
		}
		
	.special_menu{
		overflow:hidden;
		padding:25px 0px;
		}
	
	.special_menu ul li{
		float:left;
		margin-right:16px;
		}
	.special_menu ul li:last-child{
		margin-right:0px;
		}
	.special_menu ul li a{
		padding-left:0px;
		}
	.special_menu ul li a.image_menu_icon:before{
		margin-right:8px;
		}
		
	.big_menu  .big_menu_bottom .bmenu_bottom_imagelinks ul li, .big_menu  .big_menu_bottom .bmenu_bottom_toplinks ul li{
		width:50%;
		margin:0px;
		margin-bottom:8px;
		}
	.big_menu  .big_menu_bottom .bmenu_bottom_imagelinks ul li{
		margin-bottom:16px;
		}
		
	.foot_big_menu{
		margin:0 -16px;
		}
	.foot-bottom-container .foot-bottom{
		font-size:13px;
		}
	
	.mobile-app-container{
		text-align:center;
		}
		
		
	.mobileonlyview{
		display:block;
		}
	.desktoponlyview{
		display:none !important;
		}
	
	.fake_ha{
		margin-top:-55px;padding-top:55px; visibility:hidden; width:0px;height:0px; position:relative; display:block;
		}
		
	.foot-menu{
		height: auto;
		}
	.foot-menu li{
		width:50%;
		margin:0px;
		}
		
	.social_shares .share_platform_print{
		display:none;
		}
		
	.content_detail .jw_media_holder img{
		width:100% !important;
		}


	.header_wrap {
		z-index: 1;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9;
	}

	.all_menu_section_title{
		margin-bottom: 20px;
		padding-left: 0px;
	}

	.big_menu_all > ul > li{
		padding-bottom: 0px;
		padding-left: 0px;
	}

	.big_menu_all > ul > li > a{
		width: 100%;
		display: block;
	}



	.site_logo{
		width: auto;
		margin-right: 0px !important;
	}

	.footer_editor_publisher{
		line-height: 36px;
		margin-bottom: 20px;
	}

	.footer_editor_publisher span{
		display: block;
	}

	.footer_followus{
		display: block;
	}

	.footer_social_links{
		text-align: center;
	}

	.footer_about_website{
		text-align: left;
	}

	

	.foot-menu li{
		margin-right: 0px;
		width: 49%;
	}

	.footer_copyright{
		margin-bottom: 10px;
	}

	.foot-top{
		text-align: center;
	}


	.new_foot_middle .foot_menu_2, .new_foot_middle .new_foot_eaddress, .new_foot_middle .new_foot_social {
		width: auto;
		margin-bottom: 5px;
		float: none;
		border: 0 none;
		padding-bottom: 5px;
		overflow: hidden;
	}

	.new_foot_middle .foot_menu_2{
		border-bottom: 1px solid #222;
	}

	.new_foot_middle{
		display: block;
	}



	.new_foot_social .new_foot_social_holder {
		padding-left: 0;
		padding-bottom:10px;
	}

	.app_links a{
		display: block;
	}

	.main_menu, .trending_menu{
		overflow-x: auto;
	}
	.trending_menu_wrap .next,.trending_menu_wrap .prev{
		position: absolute;
		right: 5px;
		top: 0px;
		bottom: 0px;
		background: #fff;
		display: flex;
		align-items: center;
		padding:2px;
		cursor: pointer;
		z-index: 1;
	}
	.trending_menu_wrap .prev{
		left:5px;
		right: auto;
		display: none;
	}
	.trending_menu_wrap .next::after{
		content: '\e858\e858';
		font-family: font-jade;
		
	}
	.trending_menu_wrap .prev::after{
		content: '\e857\e857';
		font-family: font-jade;
		
	}

	.main_menu ul, .trending_menu ul{
		display: flex;
	}
	.main_menu a, .trending_menu a{
		white-space: nowrap;
	}

	.header_home{
		position: relative;
	}

	.home_site_logo{
		height: 40px;
	}

	.header_seach_form{
		position: absolute;
		left: 0;
		top: 10px;
		right: 0;
		bottom: 0;
		z-index: 1;
		border-radius: 0px;
	}

	.header_seach_form .search_input_holder{
		width: auto;
		max-width: inherit;
	}

	.more_main_menu_inner{
		position: relative;
		height: 100%;
	}
	.more_main_inside{
		position: absolute;
		top:0px;
		left:0;
		bottom:0px;
		right:0px;
		overflow-y: scroll;
		padding:20px;
	}

	.main_menu li a{
		padding-top: 2px;
	}

	.big_menu_all > ul > li > ul, .big_menu_all > ul > li > div{
		display: block;
		position: relative;
		left: auto;
		right: auto;
		top:auto;

	}

	.big_menu_all li.haschild > a::after{
		display: none;
	}

	.big_menu_all > ul > li.haschild:hover::before{
		display: none;
	}

	.big_menu_all > ul .haschild:hover > ul, .big_menu_all > ul .haschild:hover > div{
		transform: none;
		width: auto;
	}
	.big_menu_all > ul > li > ul > li, .big_menu_all > ul > li > div > ul > li{
		background: transparent;
	}

	.share_group{
		width:50px;
	}
	.share_group_inner{width:50px !important; position: relative; background: transparent; box-shadow: none;}
	.share_group .share_platform_share{
		display: none;
	}

	.share_group_inner .icon{
		margin: 0px;
	}

	.date_holder{
		display: none;
	}
	.header_outer{
		display: none;
	}

	.header_home{
		position: fixed;
		top:0;
		left: 0;
		right: 0;
		z-index: 10;
		background: #fff;
	}

	.home_site_logo{
		margin:10px auto;
	}
		
	}
/*rsponsivness of the layout */









	
