/* @font-face {
	font-family: 'Oswald';
	src: url('../fonts/oswald/oswald-regular-webfont.woff2') format('woff2'),
		url('../fonts/oswald/oswald-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
 */
@font-face {
	font-family: 'Helvetica Neue Light';
	src: url('../fonts/helvetica/HelveticaNeueLT-Light.woff2') format('woff2'),
		url('../fonts/helvetica/HelveticaNeueLT-Light.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}

body {
	color: #000 !important;
}

body.fullwidth-layout {
	background: #fff;
}

body.fullwidth-layout .container {
	background: none;
}

body.fullwidth-layout #background-shadow {
	box-shadow: none;
	margin-top: 0;
}

body.fullwidth-layout #t3-mainnav.t3-mainnav.navbar-default .nav-border {
	border-top: 0 !important;
	border-bottom: 0 !important;
	/* */
}

body.fullwidth-layout .highlighter-inner {
	border-top: 0 !important;
}


a:link,
a:visited,
a strong {
	text-decoration: none;
	transition: all 0.3s linear 0s;
}

a:hover {
	transition: all 0.3s linear 0s;
}

.background-imagewrapper {
	padding-top: 35px;
	background-image: url(../images/patterns/22.png) !important;
	background-repeat: repeat;
	background-size: auto;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 0;
}

.background-patternwrapper {
	padding-top: 35px;
	background-repeat: repeat;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 0;
}

.background-coloroverlay {
	padding-top: 35px;
	background-repeat: repeat;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 0;
}

#background-shadow {
	margin-top: 5px;
	box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.19);
	position: relative;
	z-index: 1;
}

.container {
	/* padding-left: 30px;
	padding-right: 30px; */
	padding: none;
}

.t3-module .module-inner {
	padding: 0 0 20px 0;
}

.t3-sl {
	padding-bottom: 0;
	padding-top: 0;
}

.t3-sl.t3-sl-1 {
	padding-bottom: 0;
	padding-top: 30px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 0;
}

.btn-primary {
	border-radius: 0px;
	transition: all 0.3s linear 0s;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
	outline: none;
	transition: all 0.3s linear 0s;
}

.module-title.primarybg-noborder {
	border-bottom: 0;
}

.t3-sidebar .module-title.primarybg-noborder span {
	padding: 7px 10px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
	border: 1px solid #e4e4e4;
	border-radius: 0px;
	box-shadow: none;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
	border-radius: 0px;
	box-shadow: none;
	border: 1px solid #e4e4e4;
}

.input-group-addon:first-child {
	border-right: 0 none;
}

.dropdown-menu,
.dropdown-submenu>.dropdown-menu {
	border-radius: 0px;
}

.nav-pills>li>a,
.t3-sidebar ul.menu li a {
	border-radius: 0px;
}

.t3-sidebar ul.menu li {
	border-bottom: 1px solid #eee;
}

.t3-sidebar ul.menu li.active>a,
.t3-sidebar ul.menu li.active>a:hover,
.t3-sidebar ul.menu li.active>a:focus {
	background-color: transparent;
}

.t3-sidebar .t3-sidebar-1,
.t3-sidebar .t3-sidebar-2 {
	padding-top: 0;
}

.alert-warning,
.alert {
	border-radius: 0px;
}

#login-form li {
	list-style: none;
}

#login-form ul.unstyled {
	padding-left: 0;
}

.registration .form-horizontal .control-label {
	text-align: left;
	font-weight: 400;
}

#member-registration legend {
	padding-bottom: 20px;
}

.registration .text label {
	font-size: 12px;
	font-weight: 400;
}

.article-content.clearfix[itemprop="articleBody"] {
	clear: none;
}

.pull-left.item-image img {
	margin-right: 30px;
	margin-bottom: 30px;
}

h1.article-title,
h2.article-title {
	font-size: 26px;
	text-transform: uppercase;
}

.article-info dd a {
	color: #999;
}

.moduletable-noborderbottom {
	border-bottom: 0;
}

#t3-content img {
	max-width: 100%;
	margin: 0 auto !important;
}

.alert-message {
	padding: 5px 15px;
}

.pagenav li>a {
	border-radius: 0px;
	padding: 10.5px 21px;
}

.btn-default {
	border-radius: 0px;
}

/*
	=======================================
		TOPBAR START
	=======================================
*/
.topbar {
	min-height: 40px;
	position: relative;
	display: none
}

/* change if needed : display prop*/
.topbar .container {
	background: none;
}

.topbar [class*=' col-'] {
	padding-left: 0;
	padding-right: 0;
}

.topbar-left-inner [class*=' col-'] {
	padding-left: 0;
}

.topbar-right [class*=' col-'] {
	padding-right: 0;
}

.topbar ul.menu li,
.topbar li {
	display: inline;
	float: left;
	margin: 0;
}

.topbar ul.menu li a,
.topbar li a {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	border-radius: 0px;
	padding: 10px
}

.topbar p,
.top-login {
	margin-top: 10px;
	color: #fff;
}

.topbar i {
	color: #fff;
	margin-right: 10px;
}

.topbar ul.menu li a:hover,
.topbar li a:hover,
.topbar a:hover {
	background: none;
	transition: all 0.3s linear 0s;
}

.topbar ul.menu li.active a,
.topbar li.active a {
	background: none
}

.topbar ul.dropdown-menu {
	background: #333;
	border-radius: 0px;
}

#jtl.eranews {
	text-align: right;
}

#jtl.eranews>button,
#jtl.eranews button.modal-toggle,
#jtl.eranews button.login-toggle,
#jtl.eranews button.register-toggle {
	background-color: transparent !important;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	margin: 0;
	border-radius: 0px;
	padding: 0px 10px
}

#jtl.eranews .jtl-content-login,
#jtl.eranews .jtl-content-register,
#jtl.eranews .modal-dialog .modal-content {
	width: 350px;
	padding: 10px 20px;
	font-weight: 400;
	overflow: hidden;
	background: #111;
	border-radius: 0px;
	border: 1px solid #191919;
	box-shadow: inset 0 0 2px 1px rgba(255, 255, 255, 0.08), 0 16px 10px -8px rgba(0, 0, 0, 0.6);
}

#jtl.eranews .jtl-content-login label,
#jtl.eranews .jtl-content-register label,
#jtl.eranews .jtl-content-register .jtl-label,
#jtl.eranews .modal-dialog .modal-content label,
#jtl.eranews .modal-dialog .modal-content .jtl-label {
	text-align: left;
	font-size: 12px;
	color: #ddd;
	text-transform: uppercase;
	float: left;
	font-weight: 400;
	margin-top: 5px;
}

#register-link a,
#jtl.eranews .jtl-note {
	color: #999;
	transition: all 0.3s linear 0s;
	font-size: 13px;
	padding: 5px 0;
}

#jtl.eranews {
	text-align: left;
	font-size: 12px;
	margin-top: 5px
}

#jtl.eranews .jtl-content-login input[type="text"],
#jtl.eranews .jtl-content-login input[type="password"],
#jtl.eranews .jtl-content-login #recaptcha>input,
#jtl.eranews .jtl-content-register input,
#jtl.eranews .modal-dialog .modal-content input[type="text"],
#jtl.eranews .modal-dialog .modal-content input[type="password"],
#jtl.eranews .modal-dialog .modal-content .jtl-content-register-modal input {
	float: left;
	padding: 1px 5px;
	margin-bottom: 10px;
	font-size: 12px;
	background: #1f2124;
	background: -moz-linear-gradient(#1f2124, #27292c);
	background: -ms-linear-gradient(#1f2124, #27292c);
	background: -o-linear-gradient(#1f2124, #27292c);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#1f2124), to(#27292c));
	background: -webkit-linear-gradient(#1f2124, #27292c);
	background: linear-gradient(#1f2124, #27292c);
	border: 1px solid #000;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	border-radius: 0px;
	color: #fff;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	margin-left: 20px;
	text-indent: 5px;
	width: 190px;
	height: 26px;
}

#jtl.eranews .jtl-content-login::before,
#jtl.eranews .jtl-content-register::before {
	content: "";
	width: 8px;
	height: 5px;
	position: absolute;
	left: 16%;
	top: -7px;
	border-radius: 50%;
	box-shadow: 0 0 6px 4px #fff;
}

#jtl.eranews .jtl-content-login:after,
#jtl.eranews .jtl-content-register::after {
	content: "";
	height: 1px;
	width: 33%;
	position: absolute;
	left: 1%;
	top: 0;
	background: -moz-linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);
	background: -ms-linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);
	background: -o-linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);
	background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), color-stop(0.25, #444), color-stop(0.5, #b6b6b8), color-stop(0.75, #444), to(transparent));
	background: -webkit-linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);
	background: linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);
}

#jtl.eranews .input-group {
	width: auto
}

#jtl.eranews .jtl-field {
	margin-bottom: 7px;
	display: flex;
	justify-content: space-between;
}

#jtl.eranews .mod-login__remember.form-group,
#jtl.eranews .modal-dialog .modal-content .mod-login__remember.form-group {
	float: left !important;
	width: 50%;
}

#jtl.eranews .mod-login__remember.form-group input {
	margin-left: 0
}

#jtl.eranews .mod-login__submit.form-group {
	border-top: 0;
	margin: 5px 0 0 0;
	float: right;
	width: 50%;
}

#jtl.eranews .mod-login__remember.form-group .form-check label {
	text-transform: none
}

#jtl.eranews .mod-login__remember.form-group .form-check input {
	margin-right: 5px;
}

#jtl.eranews .mod-login__submit.form-group button,
#jtl.eranews .jtl-content-register .jtl-buttonsubmit button,
#jtl.eranews ul.mod-login-logout__options li a,
#jtl.eranews .jtl-buttonsubmit button.btn,
#jtl.eranews button.btn {
	border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	text-transform: uppercase;
	color: #999;
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	margin: 0;
	background: #000 !important;
	min-width: 75px;
	float: right;
	border: 0;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 10px 10px rgba(255, 255, 255, 0.1);
}

#jtl.eranews .jtl-content-login .mod-login__options.list-unstyled,
#jtl.eranews .modal-dialog .modal-content .mod-login__options.list-unstyled {
	padding-left: 20px;
	margin: 0px 0 10px 0 !important;
	display: flex;
	justify-content: flex-start;
	width: 100%;
}

#jtl.eranews .jtl-content-login .mod-login__options.list-unstyled li a,
#jtl.eranews .modal-dialog .modal-content .mod-login__options.list-unstyled li a {
	color: #999;
	text-transform: none;
	font-size: 12px;
}

#jtl.eranews .jtl-content-register .input-group {
	width: auto;
}

#jtl.eranews .jtl-content-register .jtl-field {
	display: flex;
	justify-content: space-between;
}

#jtl.eranews ul.mod-login-logout__options {
	float: left;
	margin-right: 10px;
}

#jtl.eranews ul.mod-login-logout__options li a,
#jtl.eranews .jtl-buttonsubmit button.btn,
#jtl.eranews button.btn {
	padding: 6px 12px;
	text-transform: uppercase;
	line-height: 1;
	font-size: 14px;
}

#jtl.eranews .mod-login-logout__login-greeting {
	margin-bottom: 7px
}

#jtl.eranews .btn-close {
	border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
	margin: 0;
	background: #000 !important;
	border: 0;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 10px 10px rgba(255, 255, 255, 0.1);
}

#register-link.eranews::before {
	content: "";
	width: 250px;
	height: 100px;
	position: absolute;
	top: 45px;
	left: 0px;
	-webkit-transform: rotate(75deg);
	-moz-transform: rotate(75deg);
	-ms-transform: rotate(75deg);
	-o-transform: rotate(75deg);
	transform: rotate(75deg);
	background: -moz-linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
	background: -ms-linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
	background: -o-linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
	background: -webkit-linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
	background: linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
	pointer-events: none;
}

#jtl.eranews .jtl-note::before {
	content: "";
	width: 550px;
	height: 100px;
	position: absolute;
	top: 45px;
	left: -150px;
	-webkit-transform: rotate(75deg);
	-moz-transform: rotate(75deg);
	-ms-transform: rotate(75deg);
	-o-transform: rotate(75deg);
	transform: rotate(75deg);
	background: -moz-linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
	background: -ms-linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
	background: -o-linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
	background: -webkit-linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
	background: linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
	pointer-events: none;
}




/*
	=======================================
		TOPBAR END
	=======================================
*/
#background-shadow.container {
	padding: 0;
}

.container {}

.head-search {
	margin-top: 0px;
	float: right;
}

.highlighter-inner {}

.highlighter-inner [class*=' col-'] {
	padding-left: 0;
	padding-right: 0;
}

.gkHighlighterInterface.eranews {
	min-height: 30px;
}

.gkHighlighterInterface.eranews span.text {
	font-weight: 500;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.1px;
}

.gkHighlighterWrapperSub.eranews {
	font-weight: 400;
	font-size: 13px;
	line-height: 28px;
	overflow: hidden;
	text-indent: 5px;
}

.gkHighlighterWrapperSub.eranews a {
	margin-right: 20px;
}

.head-search .form-inline.eranews input.button {
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	float: right;
}

.head-search .form-search.eranews .mod-finder__search input {
	border-radius: 0px;
	border: 1px solid #ececec;
	box-shadow: none;
	height: 30px;
	box-sizing: border-box;
	padding: 4px 5px;
	border-left: 1px solid #e6e6e6;
	font-size: 12px;
	transition: all 0.3s linear 0s;
	width: 115px;
}

.head-search .form-inline.eranews input.inputbox:focus {
	transition: all 0.3s linear 0s;
	width: 130px;
}

.head-search .search::before {
	display: none;
}


.logo {
	margin-top: 8px;
}

.logo-text a {
	font-weight: 600;
}

.logo-text .site-slogan {
	font-size: 17px;
	letter-spacing: 0.5px;
	margin-top: 0;
}

.head-search .form-search.eranews .mod-finder__search .btn-primary {
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	vertical-align: top;
}

.js-finder-searchform .btn {
	vertical-align: top;
}

.js-finder-searchform .awesomplete .visually-hidden {
	position: absolute;
	clip: inherit;
	width: max-content;
	top: 110%;
	left: -40%;
}

.head-search .form-search.eranews .mod-finder__search .btn-primary::before {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	content: "";
	position: absolute;
	right: 30px;
	top: 10px;
	z-index: 9
}

/*
	=======================================
		NAV MENU
	=======================================
*/
.t3-megamenu .mega>.mega-dropdown-menu {
	border-radius: 0px;
	padding: 0;
}

.t3-megamenu .mega>.mega-dropdown-menu:after {
	content: "";
	height: 1px;
	width: 33%;
	position: absolute;
	left: 1%;
	top: 0;
	background: -moz-linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);
	background: -ms-linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);
	background: -o-linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);
	background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), color-stop(0.25, #444), color-stop(0.5, #b6b6b8), color-stop(0.75, #444), to(transparent));
	background: -webkit-linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);
	background: linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);
}

.t3-megamenu .mega>.mega-dropdown-menu:before {
	content: "";
	width: 8px;
	height: 1px;
	position: absolute;
	left: 16%;
	top: 0px;
	border-radius: 50%;
	box-shadow: 0 0 6px 4px #fff;
	opacity: 0.45;
}

.mega-dropdown-inner::before {}

#t3-mainnav.navbar-default {
	border: 0;
	background-color: transparent;
}

#t3-mainnav.navbar-default .container {
	background-color: rgba(255, 255, 255, 0.8);
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>.separator,
.navbar-default .navbar-nav>li span {
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 400;
}

.t3-megamenu .mega-nav>li a,
.t3-megamenu .dropdown-menu .mega-nav>li a,
.t3-megamenu.dropdown-menu>li.separator a,
.t3-megamenu li.dropdown-submenu>.separator,
.t3-megamenu li.dropdown-submenu>.separator a,
#t3-mainnav .t3-megamenu .mega-nav>li .separator {
	text-transform: uppercase;
	color: #ddd;
	padding: 10px 15px;
	border-bottom: 1px solid #000;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-weight: 400;
	font-size: 15px;
	transition: all 0.3s linear 0s;
}

.t3-navbar-collapse .dropdown-menu>li>a {
	text-transform: uppercase;
	transition: all 0.3s linear 0s;
}

.t3-megamenu li.dropdown-submenu>.separator,
.t3-megamenu li.dropdown-submenu>.separator a,
.t3-megamenu .mega-nav>li .separator {
	cursor: pointer;
	color: #ddd !important;
	transition: all 0.3s linear 0s;
}

.t3-megamenu .dropdown-header,
.t3-megamenu .mega-nav .mega-group>.dropdown-header,
.t3-megamenu .dropdown-menu .mega-nav .mega-group>.dropdown-header,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group>.dropdown-header {
	color: #ddd;
	text-transform: uppercase;
	color: #ddd;
	padding: 10px 15px;
	border-bottom: 1px solid #000;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-weight: 400;
	font-size: 17px;
}

.t3-megamenu .dropdown-header:hover,
.t3-megamenu .mega-nav .mega-group>.dropdown-header:hover,
.t3-megamenu .dropdown-menu .mega-nav .mega-group>.dropdown-header:hover,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group>.dropdown-header:hover,
.t3-megamenu .dropdown-header:active,
.t3-megamenu .mega-nav .mega-group>.dropdown-header:active,
.t3-megamenu .dropdown-menu .mega-nav .mega-group>.dropdown-header:active,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group>.dropdown-header:active,
.t3-megamenu .dropdown-header:focus,
.t3-megamenu .mega-nav .mega-group>.dropdown-header:focus,
.t3-megamenu .dropdown-menu .mega-nav .mega-group>.dropdown-header:focus,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group>.dropdown-header:focus,
.t3-megamenu .dropdown-menu .mega-group .mega-nav>li.active a {
	color: #fff;
}

.t3-megamenu .mega>.mega-dropdown-menu .col-xs-12.mega-col-nav {
	padding: 0;
}

.t3-megamenu .mega-inner {
	padding: 0;
}

.affix .container {
	padding-left: 0;
	padding-right: 0;
}

.affix {
	opacity: 0.95;
}

.navbar-toggle {}

#t3-mainnav .t3-megamenu .video-title h3.module-title,
#t3-mainnav .t3-megamenu .video-title h3.module-title span {
	margin: 15px 0;
	padding-bottom: 5px;
	color: #ddd !important;
	border-right: 0 !important
}

#t3-mainnav.navbar-default .navbar-nav.video-title>li span {
	color: #fff !important;
}

#back-to-top .btn,
.chzn-container-single .chzn-single {
	border-radius: 0px;
}

.input-group-btn .btn {
	height: 35px;
}

/*******************/
@keyframes fadein {
	from {
		opacity: 0;
		top: 10px;
	}

	to {
		opacity: 1;
		top: 0;
	}
}

@-moz-keyframes fadein {

	/* Firefox */
	from {
		opacity: 0;
		top: 10px;
	}

	to {
		opacity: 1;
		top: 0;
	}
}

@-webkit-keyframes fadein {

	/* Safari and Chrome */
	from {
		opacity: 0;
		top: 10px;
	}

	to {
		opacity: 1;
		top: 0;
	}
}

@-o-keyframes fadein {

	/* Opera */
	from {
		opacity: 0;
		top: 10px;
	}

	to {
		opacity: 1;
		top: 0;
	}
}

#t3-mainnav.affix {
	animation: fadein 0.5s;
	-moz-animation: fadein 0.5s;
	/* Firefox */
	-webkit-animation: fadein 0.5s;
	/* Safari and Chrome */
	-o-animation: fadein 0.5s;
	/* Opera */
}

/*
	=======================================
		HEADLINE JT3 - MAIN SLIDER
	=======================================
*/
.jt3sliderwrapper.eranews {
	position: relative;
}

.jt3-title-cat-desc {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 40
}

.jt3-black-overlay {
	background: rgba(0, 0, 0, 0.6);
	padding: 10px 10px 0px 10px;
}

.jt3-title,
.jt3-title a,
.jt3-title h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 12px;
	line-height: 1;
}

.jt3-extra,
.jt3-author,
.jt3-date,
.jt3-introtext,
.jt3-introtext p {
	color: #fff;
}

.jt3-extra,
.jt3-author,
.jt3-date {
	font-size: 11px;
	font-weight: bold;
	color: #ddd;
	margin-bottom: 10px;
}

.jt3-category {
	color: #fff;
	padding: 5px;
}

#jt3_headline-news_wrapper p.introtext,
#jt3_headline-news_wrapper p.readmore {
	margin-bottom: 0;
}

.little_thumbnails a.selected img {
	opacity: 1;
}

a.toc,
a.selected {
	position: relative;
	display: inline;
	float: left;
	z-index: 42;
}

.prevbutton_outer.eranews {
	left: -15px;
}

.nextbutton_outer.eranews {
	right: -15px;
}

.nextbutton_outer.eranews,
.prevbutton_outer.eranews {
	z-index: 43;
	transition: transition: all 0.3s linear 0s;
	opacity: 0;
}

.jt3_headline-pagination a.toc::after {
	bottom: 100%;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	transform: scale(0) translateZ(0px);
	transition: transform 0.30s ease 0s, opacity 0.40s ease 0s;
}

.jt3_headline-pagination a.selected::after {
	width: 100%;
	height: 4px;
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	transform: scale(1) translateZ(0px);
	opacity: 1;
}

#jt3_headline-news_wrapper h4,
#jt3_headline-news_wrapper h4 a {
	color: #fff !important;
}

.little_thumbnails.eranews {
	width: 100%;
	margin: 0;
}

.bottomthumbnails:hover .nextbutton_outer.eranews,
.bottomthumbnails:hover .prevbutton_outer.eranews {
	opacity: 1;
	transition: all 0.3s linear 0s;
}

.bottomthumbnails:hover .nextbutton_outer.eranews {
	right: 5px
}

.bottomthumbnails:hover .prevbutton_outer.eranews {
	left: 5px
}

.dotted-overlay {
	background: url(../images/dots-overlay.png);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 39;
}

.jt3sliderwrapper.eranews .contentdiv {}

/**************************/
/*
	=======================================
		BT-CONTENT SLIDER MODULE 
	=======================================
*/
.jt-cs .jt-inner.eranews {
	padding: 0;
	position: relative
}

.jt-cs .jt-inner.eranews img {
	border: 0;
	outline: 0;
	max-width: 100%;
}

.jt-cs.eranews .jt-inner .jt-title.eranews {
	text-transform: none;
	font-size: 16px;
	font-weight: normal;
	padding-left: 1px;
}

.slides_container.eranews .slide {
	padding: 0px 0;
}

.jt-cs.eranews .bt_handles li.current a {
	background-position: 0 -7px !important;
}

.jt-cs.eranews .bt_handles li a {
	padding: 7px 0 0 0 !important;
	width: 7px !important
}

.jt-cs.eranews .jt-author.eranews,
.jt-cs.eranews .jt-author.eranews a,
.jt-cs.eranews .jt-date.eranews {
	text-transform: uppercase;
	font-size: 11px;
}

.jt-author.eranews,
.jt-date.eranews {
	margin-right: 15px;
}

.jt-cs.eranews .readmore.eranews,
.readmore.eranews a {
	text-transform: uppercase;
	font-size: 13px;
}

.jt-cs.eranews .readmore.eranews {
	margin-top: 12px;
}

.jt-row-separate.eranews {
	margin: 20px 0px 15px 0;
}

.jt-cs .jt-extra.eranews {
	clear: none;
	margin-top: 0;
	line-height: 1.1;
	padding-left: 1px;
}

.jt-cs .jt-extra.eranews .fa {
	margin-right: 5px;
	color: #999999;
	opacity: 0.6
}

.jt-row-separate.eranews-2 {
	margin: 0px 0px 15px 0px;
}

.t3-sidebar .module-title {
	font-size: 16px;
	/* text-transform: uppercase; */
	line-height: 1;
	font-weight: 400;
}

.t3-sidebar h3.module-title {
	padding-bottom: 0px;
}

.t3-sidebar .module-title span {
	padding: 12px 30px 9px 15px;
	display: inline-block;
}

.slide.eranews {
	padding-bottom: 5px;
}

.module-title.nostyle {}

.module-title.nostyle span {
	background: none;
	padding-left: 0;
}

.jt-cs.eranews .slide {
	margin-bottom: 2px;
	margin-top: 0px;
	clear: both;
	padding: 0px 0;
}

.moduletop-news-blk .jt-title {
	margin: 5px 0px !important;
}

.jt-cs.eranews.homestyle-2 .jt-title-cat-intro-eranews {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
	width: 85%;
	z-index: 4;
}

.jt-cs.eranews.homestyle-2 .jt-inner img {
	margin-bottom: 0;
	transition: all 0.3s ease-in-out 0s;
}

.jt-cs.eranews.homestyle-2 .jt-inner .jt-category {
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	padding: 8px 5px 5px 5px;
	text-transform: uppercase
}

.jt-cs.eranews.homestyle-2 .jt-inner .jt-category a {
	color: #fff;
}

.jt-cs.eranews.homestyle-2 .jt-inner .jt-title {
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	margin-top: 7px;
}

.jt-cs.eranews.homestyle-2 .jt-inner:hover img {
	transition: all 0.5s ease-in-out 0s;
	transform: scale(1.1);
}

.jt-cs.eranews.homestyle-2 .jt-image-link:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: 0;
	transition: all 0.5s ease-in-out 0s;
	z-index: 1
}

.jt-cs .jt-inner.eranews.homestyle2:hover .jt-image-link:after {
	transition: all 0.5s ease-in-out 0s;
	opacity: 0.3;
}

.picturenews-right .eranews.homestyle-2 .jt-title-cat-intro-eranews {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
	width: 100%;
	z-index: 4;
}

.picturenews-right .eranews.homestyle-2 .jt-inner .jt-title {
	font-size: 15px;
	color: #fff;
	font-weight: normal;
}

.jt-imagewrap.eranews {
	z-index: 2;
	position: relative;
	overflow: hidden;
}

.picturenews-right .jt-imagewrap.eranews {
	margin-bottom: 3px;
	transition: all 0.3s ease-in-out 0s;
	overflow: hidden;
}

.picturenews-right .jt-cs.eranews .readmore.eranews {
	margin: 0px 0 7px 0;
	line-height: 1;
}

.picturenews-right .jt-cs.eranews .slide {
	margin-bottom: 2px;
}

.jt-cs .jt-imagewrap.eranews.blogstyle img {
	margin-bottom: 0;
	transition: all 0.3s ease-in-out 0s;
}

.jt-cs .jt-imagewrap.eranews.blogstyle:hover img {
	transition: all 0.5s ease-in-out 0s;
	transform: scale(1.1);
}

.eranews-blogstyle .jt-image-link:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: 0;
	transition: all 0.5s ease-in-out 0s;
	z-index: 1
}

.jt-imagewrap.eranews.blogstyle:hover .jt-image-link:after {
	transition: all 0.5s ease-in-out 0s;
	opacity: 0.4;
}

.jt-row-separate.eranews.blogstyle {
	height: 30px;
	border-bottom: 0;
}

.jt-imagewrap.eranews.blogstyle i {
	position: absolute;
	font-size: 30px;
	backface-visibility: hidden;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	left: 50%;
	line-height: 60px;
	margin: -20px 0 0 -20px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transition: all 0.3s ease-in-out 0s;
	z-index: 1
}

.jt-imagewrap.eranews.blogstyle:hover i {
	opacity: 1;
	transition: all 0.3s ease-in-out 0s;
}

.jt-cs .jt-inner .jt-title.eranews.blogstyle {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

.jt-cs .jt-extra.eranews.blogstyle {
	margin-top: 5px;
	margin-bottom: 10px
}

.readmore.eranews.blogstyle,
.readmore.eranews.blogstyle a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif !important;
	margin-top: 15px;
}

.jt-cs .next.eranews,
.jt-cs .prev.eranews {
	display: inline-block;
	bottom: 0px;
	height: 31px;
	width: 31px;
}

.jt-arrows.eranews {
	position: relative;
	margin-top: 40px
}

.jt-cs .eranews-blogstyle .bt_handles_num {
	position: relative !important;
	z-index: 1;
}

.jt-cs .eranews-blogstyle .bt_handles_num li {
	float: none;
	display: inline-block;
	margin: 0 5px !important;
}

.jt-cs .eranews-blogstyle .bt_handles_num li a {
	font-size: 14px;
	line-height: 30px;
	height: 31px;
	width: 31px;
	float: none;
}

.eranews-blogstyle .bt_handles_num li a:hover {
	color: #fff !important
}

.jt-cs a.prev.eranews {
	left: 30%;
	z-index: 2;
}

.jt-cs a.next.eranews {
	right: 30%;
	z-index: 2
}

.jt-cs.eranews .owl-carousel .owl-nav .owl-next,
.jt-cs.eranews .owl-carousel .owl-nav .owl-prev {
	font-size: 36px;
}

/*
	=======================================
		JT TABS MODULE - TABBED NEWS
	=======================================
*/
.jttabs-wrapper.layout-default.eranews ul.nav-tabs>li.nav-item button {
	border-radius: 0px;
	font-size: 13px;
	text-transform: uppercase;
	margin-right: -1px;
	padding: 10px 15px;
}

.jttabs-wrapper.layout-default.eranews .nav-tabs>li.active>a,
.jttabs-wrapper.layout-default.eranews .nav-tabs>li.active>a:hover,
.jttabs-wrapper.layout-default.eranews .nav-tabs>li.active>a:focus {}

.tab-pane.fade.in.active {
	opacity: 1 !important;
}

/**************************************************/


.main-top .moduletable {}

.main-top .moduletable h3,
h3,
h3.module-title,
.main-top h3,
.t3-content h3 {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 4px;
	margin-bottom: 15px;
	/* text-transform: uppercase; */
}

.nsp-eranews .nspArts {
	padding: 0;
}

.nsp-eranews .nspArt p.nspText {
	padding-left: 1px !important;
}

.nsp-eranews .nspArt .nspInfo,
.nspLinks.eranews .nspInfo {
	color: #999999;
	text-transform: uppercase;
	font-size: 11px;
	text-indent: 1px;
}

.nspLinks.eranews .nspInfo {
	margin-top: 5px;
}

.nsp-eranews .nspArt .nspInfo .category a {
	color: #999999;
}

.nsp-eranews .nspArt .nspInfo span,
.nspLinks.eranews .nspInfo span {
	padding-right: 5px;
}

.nsp-eranews .nspArt h4.nspHeader {
	text-indent: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.nsp-eranews .nspArt .nspInfo .fa,
.nspLinks.eranews .nspInfo .fa {
	margin-right: 5px;
	color: #999999;
	opacity: 0.6
}

.nsp-eranews .nspArt h4.nspHeader a,
.nsp-eranews .nspArt h4.nspHeader {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

.nspLinks.eranews {
	padding: 0;
	overflow: hidden;
}

.nspLinks.eranews.nspLinkScroll1 ul li:first-child {
	border-top: none;
}

.nspLinks.eranews .nspLinkScroll1 ul li {
	border-top: 0;
	padding: 0px 0px 15px 0px;
	margin-bottom: 15px !important;
	background: none;
}

.nspLinks.eranews .nspLinkScroll1 ul li::after {
	content: "";
	display: table;
	clear: both;
}

.nspLinks.eranews ul li h4,
.nspLinks.eranews ul li h4 a {
	margin-top: 0;
	font-size: 16px;
	text-transform: capitalize
}

.nspPagination.eranews li {
	text-indent: -9999px;
}

.nspNext.eranews,
.nspPrev.eranews {
	border: 0;
	width: 16px;
	height: 20px;
}

.nspPrev.eranews::before {
	border: 10px solid #ccc;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: none;
	content: "";
	display: block;
	float: left;
	margin: 3px 0 0 4px;
}

.nspNext.eranews::before {
	border: 10px solid #ccc;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: none;
	content: "";
	display: block;
	float: left;
	margin: 3px 0 0 6px;
}

.nspTopInterface.eranews {
	margin: 5px 15px 5px 0;
}

.nspLinks.eranews ul li p {
	margin: 0px;
}

.nspLinks.eranews ul li h4 {
	margin-bottom: 5px;
}

.nspLinks.eranews .nspLinkScroll1 ul li.separator-eranews {
	border-bottom: 1px solid #e4e4e4;
	margin: 0 15px !important;
}

.submain-3,
.submain-4 {
	float: left;
}

.submain-3 {
	padding-left: 0;
	padding-right: 15px;
}

.submain-4 {
	padding-left: 15px;
	padding-right: 0px;
}

.nsp-eranews a.readon {
	text-transform: uppercase;
	font-size: 13px;
}

.submain-3 .nspArts,
.submain-4 .nspArts {
	margin-bottom: 15px;
}

/*
	=======================================
		PICTURE NEWS - JT CONTENT SLIDER 
	=======================================
*/
.modal.eranews {
	display: block;
}

/*
	=======================================
		SCROLLING NEWS - JT CONTENT SLIDER 
	=======================================
*/
.jt-cs.scrolling-news .next,
.jt-cs.scrolling-news .prev {
	width: 25px;
	height: 20px;
	top: 0;
	opacity: 1;
	display: inline-block;
}

.jt-cs.scrolling-news a.next {
	text-indent: -9999px;
	position: absolute;
	z-index: 100;
	margin: 0;
	padding: 0;
	right: 0px;
	top: -40px;
}

.jt-cs.scrolling-news a.prev {
	text-indent: -9999px;
	position: absolute;
	z-index: 100;
	margin: 0;
	padding: 0;
	right: 27px;
	top: -40px;
	left: auto;
}

.jt-inner.eranews.scrolling-news {
	padding: 0 15px 0 0;
}

.slide.eranews {
	padding-left: 0px;
}

.jt-introtext.eranews {
	padding-left: 1px;
}

.jt-cs.eranews.scrolling-news .owl-carousel .owl-nav {}

.jt-cs.eranews.scrolling-news .owl-carousel .owl-nav button.owl-next,
.jt-cs.eranews.scrolling-news .owl-carousel .owl-nav button.owl-prev {
	font-size: 14px;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-ms-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	opacity: 1;
	position: absolute;
	top: 0%;
	margin-top: -40px;
	padding: 1px 6px !important;
}

.jt-cs.eranews.scrolling-news .owl-carousel .owl-nav .owl-prev {
	right: 15px;
	left: auto;
}

.jt-cs.eranews.scrolling-news .owl-carousel .owl-nav button.owl-next {
	right: -10px;
}

.jt-cs.eranews.scrolling-news .owl-carousel .owl-nav button.owl-next,
.jt-cs.eranews.scrolling-news .owl-carousel .owl-nav button.owl-prev,
.jt-cs.eranews.scrolling-news .owl-carousel button.owl-dot {}

/*
	=======================================
		FOOTER - COPYRIGHT 
	=======================================
*/
#t3-footer a,
.t3-footnav .t3-module .module-title span {
	color: #fff;
}

.t3-footnav [class*=' col-'] {}

.t3-footnav {}

.t3-footnav .t3-module,
#t3-footer .container {
	background: none;
}

.t3-footer,
.t3-copyright {
	border-top: 0;
}

.t3-copyright {
	padding: 15px 0;
}

.copyright,
.copyright p {
	margin-bottom: 0px;
}

p.footer-text {
	padding-bottom: 20px;
}

.t3-footer .module-followus .fa {
	width: 37px;
	height: 37px;
	font-size: 20px;
	line-height: 37px;
	padding: 0 10px;
	text-align: center;
	transition: all 0.3s linear 0s;
}

.t3-footnav .t3-module .module-title {
	text-transform: uppercase;
}

.t3-footer .slide.eranews {
	padding-left: 0px;
}

.t3-footer .jt-author.eranews,
.t3-footer .jt-date.eranews,
.t3-footer .jt-author.eranews,
.t3-footer .jt-author.eranews a {
	margin-right: 5px;
}

.footerbase-2 ul.menu {
	float: right;
}

.footerbase-2 ul.menu li {
	display: inline-block;
}

.footerbase-2 ul.menu li.active>a {
	background-color: transparent;
}

.footerbase-2 ul.menu li a {
	border-radius: 0px;
	padding: 5px 8px;
}

/*
	=======================================
		FLICKR PHOTOSTREAM 
	=======================================
*/
#eranews-flickr {
	margin-left: -10px;
	margin-top: -20px;
}

#eranews-flickr img {
	width: 77px;
	height: 67px;
}

#right .gallery-flickr.eranews ul li a,
#left .gallery-flickr.eranews ul li a,
.gallery-flickr.eranews ul li a {
	float: left;
	margin: 0 0px 10px 10px;
	padding: 0;
	background: none;
	border: 0;
}

#fancybox-content {
	border-color: #101010 !important;
	border-right-width: 10px !important
}

#fancybox-outer {
	background: #101010 !important
}

/*
	=======================================
		PICTURE NEWS
	=======================================
*/
.tooltip-eranews {
	position: relative;
	display: inline-block;
	text-decoration: none;
	overflow: visible;
	margin: 0px 0px
}

.slides_container.eranews.picturenews,
.slides_container.eranews.picturenews .bt-row {
	overflow: visible;
}

.t3-sidebar .jt-cs.eranews.picturenews .jt-inner {
	line-height: 1;
}

.tooltip-eranews:before {
	/*content:attr(data-tooltip);position:absolute;bottom:100%;left:-10%;right:-10%;width:120%;background-color:#333;background:rgba(0, 0, 0, .85);color:#FFF;padding:7px;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out;will-change:opacity;z-index:99999;border-radius:3px;margin-bottom:10px;font-size:15px;font-weight:300;letter-spacing:0.1px;*/
}

.tooltip-eranews:hover:before {
	/*opacity:1;pointer-events:auto;*/
}

.tooltip-eranews:after {
	/*width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid  #333;border-top:10px solid rgba(0, 0, 0, .85);content:"";position:absolute;transition:opacity .3s ease-in-out;will-change:opacity;z-index:99999;opacity:0;bottom:100%;left:40%;*/
}

.tooltip-eranews:hover:after {
	/*opacity:1;pointer-events:auto;*/
}

.jt-cs .jt-inner.eranews.picturenews img {
	margin: 0
}

.slide.eranews.picturenews {
	padding-left: 0px;
	margin-left: -2px;
	margin-top: 3px
}

.slides_container.picturenews .slides_control {
	width: 100% !important;
}

.picturenews-imagecover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.2s ease-in-out 0s;
}

.picturenews-imagecover i {
	position: absolute;
	z-index: 3;
	font-size: 18px;
	backface-visibility: hidden;
	border: 2px solid #fff;
	border-radius: 100%;
	color: #fff;
	height: 40px;
	left: 50%;
	line-height: 35px;
	margin: -20px 0 0 -20px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: scale(0);
	transition: all 0.2s ease-in-out 0s;
	width: 40px;
}

.jt-cs.eranews .slide:hover .picturenews-imagecover {
	background-color: #333;
	background: rgba(0, 0, 0, .55);
	transition: all 0.2s ease-in-out 0s;
	z-index: 1
}

.jt-cs.eranews .slide:hover .picturenews-imagecover i {
	opacity: 0.85;
	transform: scale(1);
	transition: all 0.2s ease-in-out 0s;
}

.jt-cs.eranews .bt-row.picturenews {
	padding: 0px;
	margin-bottom: 2px;
}

.jt-cs.eranews.picturenews .jt-imagecover {
	overflow: visible;
}

.jt-cs.eranews.picturenews .jt-imagecover:hover img {
	transition: all 0.2s linear 0s;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.jt-cs.eranews.picturenews .jt-imagecover::before {
	background: none;
}

.jt-cs.eranews.picturenews .jt-imagecover {
	border: 0;
	outline: none;
}

.jt-cs.eranews.picturenews .slide {
	padding: 0px 0;
}

.jt-cs.eranews.picturenews .slide {
	border-bottom: 0;
	padding: 0;
	margin: 0 0 4px 0;
}

.jt-cs.eranews .no-border-bottom {
	border-bottom: 0;
}

/*
	=======================================
		POPULAR NEWS
	=======================================
*/
.jt-cs.eranews.popularnews .slide {
	padding-bottom: 15px;
}

/*********/

.jt_list_content img,
.jt_static_content img {
	border-radius: 100%;
}

.authorname {
	font-size: 13px;
	display: inline-block;
}

.jt_list_content.eranews {
	padding-bottom: 15px;
}

.eranewsdate {
	color: #999999;
	font-size: 12px;
	font-weight: 300;
}

.jt_list_content a:link,
.jt_list_content a:visited,
.jt_list_content a:hover,
.morearticle a:link,
.morearticle a:visited,
.morearticle a:hover {
	font-weight: 300;
}

.author-prefix {
	color: #999;
}

/*
	=======================================
		ACYMAILING NEWSLETTER
	=======================================
*/
.acymailing_module_form.eranews td {
	padding-bottom: 15px;
}

.acymailing_module_form.eranews .acysubbuttons {
	text-align: left;
}

.acymailing_module_form.eranews input.inputbox {
	color: #999;
}

.acymailing_introtext.eranews {}

.t3-sidebar-1 .acymailing_form.eranews,
.t3-sidebar-left .acymailing_form.eranews {
	width: 100%;
}

table.acymailing_form {
	margin-left: 0 !important;
}

/*********************************/
.tagspopular ul>li {
	margin: 0px;
}

.tagspopular ul>li>a {
	float: left;
	margin: 0 0px 0px 0;
	padding: 5px 15px;
	border-radius: 0px;
}

.tagspopular ul>li>a:hover,
.tagspopular ul>li>a:focus,
.tagspopular ul>li>a:active {
	color: #ffffff !important;
}

/*
	=======================================
		HOMESTYLE-2 TOP PICTURED NEWS
	=======================================
*/
#picturenews {
	padding-top: 30px;
}

.picturenews-left {
	float: left;
}

.picturenews-right {
	float: left;
	width: 39%;
}

.picturenews-right [class*=' col-'] {
	padding-right: 0;
	padding-left: 3px;
}

/******CONTACT******/
.page-header.eranews {
	display: none;
}

.contact .nav-tabs {
	border-bottom: 0
}

.contact .nav-tabs>li>a {
	border-radius: 0px;
}

.contact-form.eranews .well {
	box-shadow: none;
	border-radius: 0px;
}

.contact i {
	margin-right: 5px;
	font-size: 20px;
}

.contact-form eranews.form-horizontal .control-group .control-label {
	text-align: left;
}

.contact-right .dl-horizontal dd {
	margin-left: 0px;
	margin-bottom: 10px;
}

.contact-right .dl-horizontal dt {
	width: auto;
}

.contact #jform_spacer-lbl {
	font-size: 12px;
	font-weight: 300
}

.contact-form textarea#jform_contact_message {
	height: 150px;
}

/*
	=======================================
		ABOUT US
	=======================================
*/
.owl-theme .owl-controls {
	margin-bottom: 20px;
}

.counters {
	text-align: center;
	padding: 30px 0
}

.counters h4 {
	margin-bottom: 0;
}

.counters .counter-icon {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	display: inline-block;
	margin-bottom: 15px;
	padding: 15px;
}

.counters i {
	display: block;
	font-size: 50px;
	color: #fff;
	text-align: center;
	line-height: 50px
}

span.timer {
	display: block;
	font-size: 40px;
	margin-bottom: 15px;
	text-align: center
}

.zt-module-testimonial .zt-testimonial.eranews {
	background-color: transparent;
}

.zt-module-testimonial .zt-testimonial.eranews .zt-info-name,
.counters h4 {
	text-transform: uppercase;
}

.wrap.t3-upperfooter,
.wrap.t3-upperfooter .container {
	background-color: #f5f5f5;
}

.zt-module-testimonial.eranews .info a:hover {
	background-color: transparent;
	box-shadow: none;
}

.ztTestimonial.eranews img.avatar {
	width: 100px;
	height: 100px;
}

.ztTestimonial.eranews p.content-testimonial {
	margin-bottom: 60px;
}

.ztTestimonial.eranews ol.carousel-indicators {
	bottom: 0px;
	position: relative;
	padding-top: 30px;
}

.ztTestimonial.eranews ol.carousel-indicators li {
	background-color: #fff;
	border: 1px solid #aaa;
}

.ztTestimonial.eranews ol.carousel-indicators li.active {
	background-color: #aaa;
	border: 1px solid #bbb;
}

.ztTestimonial.eranews .name,
.ztTestimonial.eranews .email,
.ztTestimonial.eranews .position,
.ztTestimonial.eranews .website {}

.ztTestimonial.eranews .name {
	font-weight: 600;
}

.ztTestimonial.eranews .fa-quote-left {
	margin-right: 15px;
}

.ztTestimonial.eranews .fa-quote-right {
	margin-left: 15px;
}

/*
	=======================================
		PORTFOLIO
	=======================================
*/
.sp-simpleportfolio .sp-simpleportfolio-description.eranews {
	width: 100%;
	margin-bottom: 15px;
}

.sp-simpleportfolio-meta.eranews {
	width: 100%;
	padding-left: 0px;
}

.sp-simpleportfolio.eranews .sp-simpleportfolio-item {
	padding: 5px;
}

.sp-simpleportfolio.eranews.layout-gallery-nospace .sp-simpleportfolio-item {
	padding: 0;
}

.sp-simpleportfolio.eranews.layout-gallery-nospace h3.sp-simpleportfolio-title a,
.sp-simpleportfolio.eranews.layout-gallery-nospace h3.sp-simpleportfolio-title {
	color: #fff !important;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle>div .sp-simpleportfolio-title,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle>div .sp-simpleportfolio-title a {
	color: #fff !important;
}

.sp-simpleportfolio.eranews .sp-simpleportfolio-columns-2 .sp-simpleportfolio-item {
	width: 50.5555%;
}

.sp-simpleportfolio.eranews .sp-simpleportfolio-columns-3 .sp-simpleportfolio-item {
	width: 33.5555%;
}

.sp-simpleportfolio.eranews .sp-simpleportfolio-columns-4 .sp-simpleportfolio-item {
	width: 25.2222%;
}

.sp-simpleportfolio.eranews.layout-gallery-nospace h3.sp-simpleportfolio-title,
.sp-simpleportfolio.eranews.layout-gallery-nospace h3.sp-simpleportfolio-title a {
	color: #FFF !important;
	border-bottom-color: rgba(255, 255, 255, 0.70) !important;
}

.sp-simpleportfolio.eranews .sp-simpleportfolio-item .sp-simpleportfolio-btns a:hover {
	color: #FFF !important;
}

.sp-simpleportfolio.eranews .sp-simpleportfolio-filter>ul>li>a {
	border-radius: 0px;
}

.sp-simpleportfolio.eranews .sp-simpleportfolio-item .sp-simpleportfolio-info h3 {
	padding-bottom: 10px;
}

/*
	=======================================
		VIDEOS
	=======================================
*/
.mod-yendifvideoshare-search.eranews .input-group {
	position: relative;
	display: flex;
	border-collapse: separate;
}

.mod-yendifvideoshare-search.eranews .btn {
	margin-left: 10px
}

.yendif-video-share-title {
	margin: 7px 0;
}

.yendif-video-share-title a {
	font-weight: 600
}

.yendif-video-share-views-count {
	margin: 0px 0 15px 0;
}

/*
	=======================================
		MOBILE
	=======================================
*/
@media screen and (max-width:767px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.topbar-left [class*=' col-'],
	.topbar-right [class*=' col-'],
	.topbar [class*=' col-'] {
		padding-left: 0;
		padding-right: 0;
	}

	#background-shadow {
		margin-top: 0;
	}

	.highlighter-inner {
		border-top: 0 !important;
	}

	.show_all_cont {
		display: none;
	}

	.jt3_headline-pagination {
		width: 100% !important;
	}

	.t3-mainnav.affix .nav-border .navbar-header {
		padding: 10PX 0
	}

	.affix .container {
		padding-left: 0;
		padding-right: 0;
		background-color: transparent;
	}

	.sp-simpleportfolio.eranews .sp-simpleportfolio-items {
		margin: 0px;
	}

	.nspImageWrapper.eranews {
		margin: 0 0px 0px 0 !important;
		width: inherit !important;
	}

	.nspLinks .eranews.nspImageWrapper.eranews {
		margin: 0 15px 0px 0 !important;
		width: inherit !important;
	}

	.nspArts,
	.nspLinksWrap.eranews {
		padding: 0 0;
		!important
	}

	.picturenews-left,
	.picturenews-right {
		width: 100% !important
	}

	.picturenews-right [class*=" col-"] {
		padding-left: 0;
	}

	.picturenews-left {
		margin-bottom: 4px;
	}

	.picturenews-2 {
		padding-right: 2px;
	}

	.picturenews-3 {
		padding-left: 2px;
	}

	.picturenews-right .jt-imagewrap.eranews {
		margin-bottom: 4px;
	}

	.navbar-toggle {}

	.t3-mainnav .t3-navbar-collapse .navbar-nav>li>span {
		display: block
	}

	.t3-mainnav .t3-navbar-collapse .nav .caret {
		position: absolute;
		right: 15px;
		top: 40%;
	}


}

@media screen and (max-width:480px) {

	.nspArts,
	.nspLinksWrap,
	.submain-3,
	.submain-4 {
		width: 100% !important;
	}

	.nspLinksWrap,
	.nspArt {
		padding: 0px !important;
	}

	.nspArt-padding {
		padding-bottom: 30px
	}

	.submain-3 {
		padding-right: 0px;
	}

	.submain-4 {
		padding-left: 0px;
	}

	.jt-cs .jt-inner.eranews.picturenews img {
		max-width: 100% !important;
		width: 100% !important
	}

	.picturenews-imagewrap img {
		max-width: 100% !important;
		width: 100% !important
	}

	.jt-inner.eranews.scrolling-news {
		padding: 0 0;
	}

	.picturenews-left,
	.picturenews-right {
		width: 100% !important
	}

	.slides_container.eranews .slide {
		margin-bottom: 30PX;
	}

	.jt-cs .jt-inner .jt-title.eranews.homestyle2 {
		color: #fff;
		font-size: 20px;
		font-weight: normal;
	}

	.jt-title-cat-intro-eranews {
		padding: 15px;
	}

	.form-horizontal .control-group .controls {
		margin-left: 0;
	}

	#outline {
		width: 85%;
	}

	#t3-content img {
		margin-bottom: 15px;
	}

	.pagenav {
		margin-bottom: 30px !important;
	}

	.sp-simpleportfolio .sp-simpleportfolio-filter>ul>li {
		margin-bottom: 15px;
	}

	.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info h3>a {}

	.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
		padding: 10px;
	}

}

@media screen and (max-width:360px) {
	#btl-content #btl-content-login.btl-content-block.eranews {
		width: 100%;
		right: 0 !important;
	}

	.btl-field,
	#register-link,
	.btl-error-detail,
	.btl-error,
	.btl-note {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	#btl-content-registration.btl-content-block.eranews {
		min-width: 100%;
		right: 0 !important;
	}

	.highlighter-inner {
		border-top: 0 !important;
	}

	.head-search .form-inline.eranews input.inputbox,
	.head-search .form-inline.eranews input.inputbox:focus {
		display: inline-block;
		width: 85%;
	}

	.logo {
		text-align: left;
	}

	.mobile.logo-text,
	.mobile.logo-image {
		display: block;
	}

	.sp-simpleportfolio.eranews .sp-simpleportfolio-columns-2 .sp-simpleportfolio-item,
	.sp-simpleportfolio.eranews .sp-simpleportfolio-columns-3 .sp-simpleportfolio-item,
	.sp-simpleportfolio.eranews .sp-simpleportfolio-columns-4 .sp-simpleportfolio-item {
		width: 100%;
		margin-bottom: 15px;
	}

	h1.article-title,
	h2.article-title {
		font-size: 20px;
	}

	#avs_gallery .avs_thumb,
	#avs_gallery .avs_thumb img.image {
		width: 100% !important
	}

	#jt3_headline-news_wrapper h4,
	#jt3_headline-news_wrapper h4 a {
		font-size: 15px !important
	}

	.jt3sliderwrapper .contentdiv p {
		font-size: 14px !important
	}
}

@media screen and (min-width: 361px) and (max-width:990px) {
	#avs_gallery .avs_thumb {
		width: 50% !important;
		margin: 0 !important;
		padding: 7px 7px 7px 0 !important
	}

	#avs_gallery .avs_thumb img.image {
		width: 100% !important;
	}

	.avs_clear {
		clear: none;
	}
}

@media screen and (min-width: 361px) and (max-width:1200px) {
	.avs_clear {
		clear: none;
	}
}

#nsp-nsp-129 .nspLinkScroll2 .nspList:nth-child(2),
#nsp-nsp-129 .nspLinkScroll2 .nspList:nth-child(1) {
	display: none;
}

/* Custom Styles  */

.navbar.navbar-default {
	position: sticky;
	top: 0;
	z-index: 99;
}



.mod-custom.custom img {
	max-width: 100% !important;
}

/* #t3-mainnav.navbar-default .nav-border,
body.fullwidth-layout .t3-mainnav {
	border-top: 0px solid #FF7518 !important;
	border-bottom: 5px solid #FF7518 !important;
	background: color(srgb 0.995 0.9356 0.8955);
} */

/* #t3-mainnav.navbar-default.affix .nav-border {
	border-top: 1px solid #FF7518 !important;
	border-bottom: 5px solid #FF7518 !important;
} */

.jt-cs.eranews.popularnews .jtcs-author-date,
.jt-cs.popularnews .jt-author.eranews,
.jt-cs.popularnews .jt-author.eranews a,
.jt-cs.popularnews .jt-date.eranews,
.jt-cs.eranews.popularnews .fa {
	color: #FF7518 !important;
}

.t3-copyright {
	background-color: #FF7518 !important;
}

.t3-sidebar .module-title span {
	background-color: #FF7518 !important;
}

.jt3-black-overlay,
.jt3-title-cat-desc {
	background-color: #FF7518 !important;
	width: 100%;
}

/* .main-top .moduletable h3,
h3,
.main-top h3,
.t3-content h3 {
	color: #FF7518 !important;
} */

a:hover,
.topbar ul.menu li a:hover,
.topbar li a:hover,
.topbar a:hover,
.topbar i:hover,
#register-link a:hover,
#bt_ul.eranews li a:hover,
#btl .btl-panel.eranews>span:hover,
.btl-panel.eranews button.btl-buttonsubmit:hover,
.btl-panel.eranews input.btl-buttonsubmit:hover {
	color: #FF7518 !important;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background-color: #FF7518 !important;
	border-color: #FF7518 !important;
}

.t3-mainbody {
	padding-top: 0 !important;
}

.t3-header {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.main-top .moduletable h3,
h3,
h3.module-title,
.main-top h3,
.t3-content h3 {
	margin-bottom: 5px !important;
}

.t3-content,
.t3-sidebar {
	padding-top: 5px !important;
	padding-bottom: 0px !important;
}

.jtcs_item_wrapper {
	padding: 1px 0px !important;
}

.logo-image img {
	display: block;
	max-width: 350px;
	max-height: 80px!important;
}

.jt-cs.eranews .jt-inner .jt-title.eranews {
	line-height: 1.65rem !important;
	margin: 0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (min-width: 1024px) {
	.navbar {
		min-height: 45px !important;
	}

	.nav>li>a {
		font-size: 13px !important;
		padding: 10px !important;
	}
}

.nav>li>a {
	font-size: 15px !important;
	padding: 10px !important;
}

.main-top .moduletable h3,
h3,
h3.module-title,
.main-top h3,
.t3-content h3 {
	font-size: 1.8rem !important;
}

/* 
.t3-sidebar .module-title span {
	padding: 4px 18px 4px 8px !important;
} */

.jt-cs.eranews.popularnews .slide {
	padding-bottom: 0 !important;
}

.t3-module .module-inner {
	padding-bottom: 0 !important;
}

.t3-module .module-inner .module-title span {
	background-color: #FF7518 !important;
	padding: 4px 18px 4px 8px !important;
	color: #fff !important;
	font-size: 1.8rem !important;
}

.nspLinks.eranews .nspLinkScroll1 ul li {
	padding: 0px 0px 5px 0px !important;
	margin-bottom: 5px !important;
}

/* Gallery styles  */
.pg-item-box,
.pg-category-box {
	width: 175px;
	overflow: hidden;
	border: 5px solid #ddd;
	margin: 8px 8px;
	box-shadow: 2px 2px 2px #bbb;
	display: inline-block;
}

.pg-item-box-title,
.pg-category-box-title {
	background-color: #fff;
	padding: 3px;
}

.pg-item-box-title a,
.pg-category-box-title a {
	line-height: 30px;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	font-weight: 500;
	background: #ffffff;
	padding: 5px;
	margin: 0;
	color: #000;
}

.pg-category-box-count {
	display: none;
}

#phocagallery {
	position: relative !important;
}

#phocagallery .ph-si.ph-si-category {
	display: none;
}

#phocagallery .ph-si.ph-si-detail-top-back {
	/* display: none; */
}

@media screen and (min-width: 1300px) {
	.pg-detail-nav-box {
		margin: 0 !important;
		position: relative;
		bottom: 70vh;
	}

}

@media (max-width: 991px) and (min-width: 1290px) {
	.pg-detail-nav-box {
		margin: 0 !important;
		position: relative;
		bottom: 50vh;
	}

}

.pg-category-box-image svg,
.pg-detail-item-image-box img,
.pg-item-box-image img,
.pg-item-box-image svg,
.pg-category-box-image img {
	box-shadow: 0 -1px 33px 30px #e3e3e3 inset;
	padding: 2px;
}

.pagination.pagination-centered {
	display: flex !important;
}

.counter {
	display: none;
}

/* Article category styles  */

.media .pull-left.item-image {
	min-width: 20rem;
}

.pull-left.item-image img {
	margin-bottom: 0px !important;
}

.media .article-title {
	font-size: 1.7rem !important;
	margin-bottom: 0 !important;
}

.items-leading .leading {
	margin-bottom: 5px !important;
}

.breadcrumb {
	padding-left: 5px !important;
}


@media screen and (min-width: 768px) {

	.t3-module,
	.moduletable {
		margin-bottom: 5px !important;
		margin-top: 3px !important;
	}
}

/* 
.t3-header {
background: #8c8c8c!important;
} */

.p-0 {
	padding: 0 !important;
}

img.example-image {
	width: 54px;
}

.ad-holder {
	margin: 10px 5px;
}

.ad-holder img {
	max-width: 100%;
}

@media screen and (max-width:768px) {
	.ad-holder img {
		display: none;
	}
}

.moduletable,
.module {
	border-bottom: solid 0px transparent !important;
}

@media screen and (min-width:1300px) {
	.container-fluid {
		max-width: 1400px !important;
	}
}

.jt-cs.eranews .slide {
	border-bottom: 1px solid #e4e4e4;
}

.nspPagination li:hover,
.nspPagination li.active {
	background-color: #ff7518 !important;
}

.t3-megamenu .list-inline {
	float: right;
}

.img-social {
	max-width: 25px;
	margin-top: 7px;
	float: right;
}

@media screen and (max-width: 1300px) {
	.img-social {
		max-width: 20px;
	}
}

/* *******************************krishna adding css************************* */
.navbar {
	position: relative;
	min-height: 2px !important;
	/* margin-bottom: 21px; */
	border: 1px solid transparent;
	max-height: 45px !important;
}

.navbar-toggle {
	position: relative;
	float: right;
	/* padding: 9px 10px; */
	/* margin-right: 15px; */
	margin-top: -58px;
	margin-bottom: 27px;
	/* background-color: transparent; */
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.t3-mainnav .t3-navbar-collapse .navbar-nav {
	background-color: #fff;
}

.top-banner p {
	margin: 0 !important;
}

/* #t3-mainnav.navbar-default.affix .nav-border {
    border-top: transparent!important;
    border-bottom: transparent !important;
}
#t3-mainnav.navbar-default .nav-border, body.fullwidth-layout .t3-mainnav {
     border-top: transparent !important; 
     border-bottom: transparent !important; 
} */
.t3-sidebar .module-title {
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	border-bottom: 5px solid #2b2b2b!important;
}

.module-title small {
	float: right;
	background: none;
	color: color(srgb 0.9996 0.4594 0.0931);
	font-size: 2rem;
}

.jt-cs.eranews .jt-inner .jt-title.eranews {
	text-transform: none;
	font-size: 1.5rem !important;
	font-weight: normal;
	padding-left: 1px;
}

.jt-cs.eranews .jt-inner .jt-title.eranews {
	line-height: 1.65rem !important;
	margin: 0px;
	white-space: normal !important;
	overflow: hidden;
	text-overflow: ellipsis;
}

.jt3-title,
.jt3-title a,
.jt3-title h4 {
	color: #fff;
	font-size: 15px !important;
	font-weight: bold !important;
	text-transform: capitalize;
	margin-top: 0;
	margin-bottom: 12px;
	line-height: 1.3 !important;
}

h1.article-title,
h2.article-title {
	font-size: 26px;
	text-transform: capitalize !important;
	margin-bottom: 5px !important;
}

.article-aside {
	margin-bottom: 5px !important;
}

/* No image cover size */

.jt-cs .jt-imagecover {
	max-width: 120px !important;
}

.popularnews img.example-image {
	width: 100px;
}

.popularnews .jt-title.eranews {
	/* height: calc(1.65rem - 1px) !important; */
}

.breadcrumb {
	background: none !important;
	padding: 0px 0px !important;
}

.breadcrumb>li+li:before {
	padding: 0px 2px !important;
}

.media-body .article-title a {
	color: #ff7518 !important;
}

.media-body .article-title a:hover {
	color: #8f3c05 !important;
}


@media screen and (max-width:991px) {
	#t3-mainnav.navbar-default .navbar-nav>li>a {
		padding: 6px 5px !important;
	}

	.navbar.navbar-default .container {
		margin: 0 0px !important;
		width: auto !important;
	}

	.moduletop-news-blk .jt-title.eranews,
	.jt-cs.eranews .jt-inner .jt-title.eranews {
		/* line-height: 1rem!important; */
		overflow-wrap: break-word;
	}
}

@media (min-width:768px) and (max-width:830px) {
	.social-list {
		display: none !important;
	}
}

.indi0 a,
.indi1 a {
	font-weight: bold !important;
}

.popularnews .slide {
	margin-bottom: 5px !important;
}

/*.popularnews .jt-title.eranews{*/
/*    font-weight: bold!important;*/
/*}*/

.popularnews .jt-introtext {
	font-size: 1.25rem;
	color: #382929;
}

.pg-detail-top-box-back-title {
	margin-left: 40px;
	background: #fff;
	color: #fff;
	/* max-width: calc(50vw - 10px); */
}

.pg-detail-top-box-back-title a {
	color: #FF7518 !important;
}

.pg-detail-top-box-back-title a:hover {
	color: #222 !important;
}


.form-control-feedback {
	position: relative;
	top: 1rem;
	right: 0;
	z-index: 2;
	display: block;
	width: 53rem;
	height :auto;
	line-height: 35px;
	text-align: center;
	pointer-events: none;
}

.pagination.pagination-centered{
	color: #fff;
}
#imgordering,
#limit{
	display: none!important;
}

.leading hr{
	margin: 0!important;
	}
@media screen and (max-width:600px) {
	.leading .media{
		display: block!important;
		margin: 25px 0px;
	}
	.leading .media .pull-left.item-image{
		min-width: auto!important;
	}
}