﻿/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
* {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a {
	text-decoration: none
}

a:active,
a:hover,
a:focus {
	outline: 0 !important
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

ul {
	margin: 0px;
	padding: 0px
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

body {
	font-size: 100%
}

a {
	text-decoration: none
}

img {
	max-width: 100%
}

.clear {
	clear: both;
	display: block;
	width: 100%
}

.sprite {
	background: url(../images/sprite.png) no-repeat;
	display: inline-block
}

input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
	outline: 0
}

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-moz-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
	display: none
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: "FontAwesome";
	src: url("../fonts/Font_Awesome/fontawesome-webfont.eot?v=4.7.0");
	src: url("../fonts/Font_Awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/Font_Awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/Font_Awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/Font_Awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/Font_Awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: ""
}

.fa-music:before {
	content: ""
}

.fa-search:before {
	content: ""
}

.fa-envelope-o:before {
	content: ""
}

.fa-heart:before {
	content: ""
}

.fa-star:before {
	content: ""
}

.fa-star-o:before {
	content: ""
}

.fa-user:before {
	content: ""
}

.fa-film:before {
	content: ""
}

.fa-th-large:before {
	content: ""
}

.fa-th:before {
	content: ""
}

.fa-th-list:before {
	content: ""
}

.fa-check:before {
	content: ""
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: ""
}

.fa-search-plus:before {
	content: ""
}

.fa-search-minus:before {
	content: ""
}

.fa-power-off:before {
	content: ""
}

.fa-signal:before {
	content: ""
}

.fa-gear:before,
.fa-cog:before {
	content: ""
}

.fa-trash-o:before {
	content: ""
}

.fa-home:before {
	content: ""
}

.fa-file-o:before {
	content: ""
}

.fa-clock-o:before {
	content: ""
}

.fa-road:before {
	content: ""
}

.fa-download:before {
	content: ""
}

.fa-arrow-circle-o-down:before {
	content: ""
}

.fa-arrow-circle-o-up:before {
	content: ""
}

.fa-inbox:before {
	content: ""
}

.fa-play-circle-o:before {
	content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: ""
}

.fa-refresh:before {
	content: ""
}

.fa-list-alt:before {
	content: ""
}

.fa-lock:before {
	content: ""
}

.fa-flag:before {
	content: ""
}

.fa-headphones:before {
	content: ""
}

.fa-volume-off:before {
	content: ""
}

.fa-volume-down:before {
	content: ""
}

.fa-volume-up:before {
	content: ""
}

.fa-qrcode:before {
	content: ""
}

.fa-barcode:before {
	content: ""
}

.fa-tag:before {
	content: ""
}

.fa-tags:before {
	content: ""
}

.fa-book:before {
	content: ""
}

.fa-bookmark:before {
	content: ""
}

.fa-print:before {
	content: ""
}

.fa-camera:before {
	content: ""
}

.fa-font:before {
	content: ""
}

.fa-bold:before {
	content: ""
}

.fa-italic:before {
	content: ""
}

.fa-text-height:before {
	content: ""
}

.fa-text-width:before {
	content: ""
}

.fa-align-left:before {
	content: ""
}

.fa-align-center:before {
	content: ""
}

.fa-align-right:before {
	content: ""
}

.fa-align-justify:before {
	content: ""
}

.fa-list:before {
	content: ""
}

.fa-dedent:before,
.fa-outdent:before {
	content: ""
}

.fa-indent:before {
	content: ""
}

.fa-video-camera:before {
	content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: ""
}

.fa-pencil:before {
	content: ""
}

.fa-map-marker:before {
	content: ""
}

.fa-adjust:before {
	content: ""
}

.fa-tint:before {
	content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: ""
}

.fa-share-square-o:before {
	content: ""
}

.fa-check-square-o:before {
	content: ""
}

.fa-arrows:before {
	content: ""
}

.fa-step-backward:before {
	content: ""
}

.fa-fast-backward:before {
	content: ""
}

.fa-backward:before {
	content: ""
}

.fa-play:before {
	content: ""
}

.fa-pause:before {
	content: ""
}

.fa-stop:before {
	content: ""
}

.fa-forward:before {
	content: ""
}

.fa-fast-forward:before {
	content: ""
}

.fa-step-forward:before {
	content: ""
}

.fa-eject:before {
	content: ""
}

.fa-chevron-left:before {
	content: ""
}

.fa-chevron-right:before {
	content: ""
}

.fa-plus-circle:before {
	content: ""
}

.fa-minus-circle:before {
	content: ""
}

.fa-times-circle:before {
	content: ""
}

.fa-check-circle:before {
	content: ""
}

.fa-question-circle:before {
	content: ""
}

.fa-info-circle:before {
	content: ""
}

.fa-crosshairs:before {
	content: ""
}

.fa-times-circle-o:before {
	content: ""
}

.fa-check-circle-o:before {
	content: ""
}

.fa-ban:before {
	content: ""
}

.fa-arrow-left:before {
	content: ""
}

.fa-arrow-right:before {
	content: ""
}

.fa-arrow-up:before {
	content: ""
}

.fa-arrow-down:before {
	content: ""
}

.fa-mail-forward:before,
.fa-share:before {
	content: ""
}

.fa-expand:before {
	content: ""
}

.fa-compress:before {
	content: ""
}

.fa-plus:before {
	content: ""
}

.fa-minus:before {
	content: ""
}

.fa-asterisk:before {
	content: ""
}

.fa-exclamation-circle:before {
	content: ""
}

.fa-gift:before {
	content: ""
}

.fa-leaf:before {
	content: ""
}

.fa-fire:before {
	content: ""
}

.fa-eye:before {
	content: ""
}

.fa-eye-slash:before {
	content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: ""
}

.fa-plane:before {
	content: ""
}

.fa-calendar:before {
	content: ""
}

.fa-random:before {
	content: ""
}

.fa-comment:before {
	content: ""
}

.fa-magnet:before {
	content: ""
}

.fa-chevron-up:before {
	content: ""
}

.fa-chevron-down:before {
	content: ""
}

.fa-retweet:before {
	content: ""
}

.fa-shopping-cart:before {
	content: ""
}

.fa-folder:before {
	content: ""
}

.fa-folder-open:before {
	content: ""
}

.fa-arrows-v:before {
	content: ""
}

.fa-arrows-h:before {
	content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: ""
}

.fa-twitter-square:before {
	content: ""
}

.fa-facebook-square:before {
	content: ""
}

.fa-camera-retro:before {
	content: ""
}

.fa-key:before {
	content: ""
}

.fa-gears:before,
.fa-cogs:before {
	content: ""
}

.fa-comments:before {
	content: ""
}

.fa-thumbs-o-up:before {
	content: ""
}

.fa-thumbs-o-down:before {
	content: ""
}

.fa-star-half:before {
	content: ""
}

.fa-heart-o:before {
	content: ""
}

.fa-sign-out:before {
	content: ""
}

.fa-linkedin-square:before {
	content: ""
}

.fa-thumb-tack:before {
	content: ""
}

.fa-external-link:before {
	content: ""
}

.fa-sign-in:before {
	content: ""
}

.fa-trophy:before {
	content: ""
}

.fa-github-square:before {
	content: ""
}

.fa-upload:before {
	content: ""
}

.fa-lemon-o:before {
	content: ""
}

.fa-phone:before {
	content: ""
}

.fa-square-o:before {
	content: ""
}

.fa-bookmark-o:before {
	content: ""
}

.fa-phone-square:before {
	content: ""
}

.fa-twitter:before {
	content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: ""
}

.fa-github:before {
	content: ""
}

.fa-unlock:before {
	content: ""
}

.fa-credit-card:before {
	content: ""
}

.fa-feed:before,
.fa-rss:before {
	content: ""
}

.fa-hdd-o:before {
	content: ""
}

.fa-bullhorn:before {
	content: ""
}

.fa-bell:before {
	content: ""
}

.fa-certificate:before {
	content: ""
}

.fa-hand-o-right:before {
	content: ""
}

.fa-hand-o-left:before {
	content: ""
}

.fa-hand-o-up:before {
	content: ""
}

.fa-hand-o-down:before {
	content: ""
}

.fa-arrow-circle-left:before {
	content: ""
}

.fa-arrow-circle-right:before {
	content: ""
}

.fa-arrow-circle-up:before {
	content: ""
}

.fa-arrow-circle-down:before {
	content: ""
}

.fa-globe:before {
	content: ""
}

.fa-wrench:before {
	content: ""
}

.fa-tasks:before {
	content: ""
}

.fa-filter:before {
	content: ""
}

.fa-briefcase:before {
	content: ""
}

.fa-arrows-alt:before {
	content: ""
}

.fa-group:before,
.fa-users:before {
	content: ""
}

.fa-chain:before,
.fa-link:before {
	content: ""
}

.fa-cloud:before {
	content: ""
}

.fa-flask:before {
	content: ""
}

.fa-cut:before,
.fa-scissors:before {
	content: ""
}

.fa-copy:before,
.fa-files-o:before {
	content: ""
}

.fa-paperclip:before {
	content: ""
}

.fa-save:before,
.fa-floppy-o:before {
	content: ""
}

.fa-square:before {
	content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: ""
}

.fa-list-ul:before {
	content: ""
}

.fa-list-ol:before {
	content: ""
}

.fa-strikethrough:before {
	content: ""
}

.fa-underline:before {
	content: ""
}

.fa-table:before {
	content: ""
}

.fa-magic:before {
	content: ""
}

.fa-truck:before {
	content: ""
}

.fa-pinterest:before {
	content: ""
}

.fa-pinterest-square:before {
	content: ""
}

.fa-google-plus-square:before {
	content: ""
}

.fa-google-plus:before {
	content: ""
}

.fa-money:before {
	content: ""
}

.fa-caret-down:before {
	content: ""
}

.fa-caret-up:before {
	content: ""
}

.fa-caret-left:before {
	content: ""
}

.fa-caret-right:before {
	content: ""
}

.fa-columns:before {
	content: ""
}

.fa-unsorted:before,
.fa-sort:before {
	content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: ""
}

.fa-envelope:before {
	content: ""
}

.fa-linkedin:before {
	content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
	content: ""
}

.fa-legal:before,
.fa-gavel:before {
	content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: ""
}

.fa-comment-o:before {
	content: ""
}

.fa-comments-o:before {
	content: ""
}

.fa-flash:before,
.fa-bolt:before {
	content: ""
}

.fa-sitemap:before {
	content: ""
}

.fa-umbrella:before {
	content: ""
}

.fa-paste:before,
.fa-clipboard:before {
	content: ""
}

.fa-lightbulb-o:before {
	content: ""
}

.fa-exchange:before {
	content: ""
}

.fa-cloud-download:before {
	content: ""
}

.fa-cloud-upload:before {
	content: ""
}

.fa-user-md:before {
	content: ""
}

.fa-stethoscope:before {
	content: ""
}

.fa-suitcase:before {
	content: ""
}

.fa-bell-o:before {
	content: ""
}

.fa-coffee:before {
	content: ""
}

.fa-cutlery:before {
	content: ""
}

.fa-file-text-o:before {
	content: ""
}

.fa-building-o:before {
	content: ""
}

.fa-hospital-o:before {
	content: ""
}

.fa-ambulance:before {
	content: ""
}

.fa-medkit:before {
	content: ""
}

.fa-fighter-jet:before {
	content: ""
}

.fa-beer:before {
	content: ""
}

.fa-h-square:before {
	content: ""
}

.fa-plus-square:before {
	content: ""
}

.fa-angle-double-left:before {
	content: ""
}

.fa-angle-double-right:before {
	content: ""
}

.fa-angle-double-up:before {
	content: ""
}

.fa-angle-double-down:before {
	content: ""
}

.fa-angle-left:before {
	content: ""
}

.fa-angle-right:before {
	content: ""
}

.fa-angle-up:before {
	content: ""
}

.fa-angle-down:before {
	content: ""
}

.fa-desktop:before {
	content: ""
}

.fa-laptop:before {
	content: ""
}

.fa-tablet:before {
	content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: ""
}

.fa-circle-o:before {
	content: ""
}

.fa-quote-left:before {
	content: ""
}

.fa-quote-right:before {
	content: ""
}

.fa-spinner:before {
	content: ""
}

.fa-circle:before {
	content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
	content: ""
}

.fa-github-alt:before {
	content: ""
}

.fa-folder-o:before {
	content: ""
}

.fa-folder-open-o:before {
	content: ""
}

.fa-smile-o:before {
	content: ""
}

.fa-frown-o:before {
	content: ""
}

.fa-meh-o:before {
	content: ""
}

.fa-gamepad:before {
	content: ""
}

.fa-keyboard-o:before {
	content: ""
}

.fa-flag-o:before {
	content: ""
}

.fa-flag-checkered:before {
	content: ""
}

.fa-terminal:before {
	content: ""
}

.fa-code:before {
	content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: ""
}

.fa-location-arrow:before {
	content: ""
}

.fa-crop:before {
	content: ""
}

.fa-code-fork:before {
	content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: ""
}

.fa-question:before {
	content: ""
}

.fa-info:before {
	content: ""
}

.fa-exclamation:before {
	content: ""
}

.fa-superscript:before {
	content: ""
}

.fa-subscript:before {
	content: ""
}

.fa-eraser:before {
	content: ""
}

.fa-puzzle-piece:before {
	content: ""
}

.fa-microphone:before {
	content: ""
}

.fa-microphone-slash:before {
	content: ""
}

.fa-shield:before {
	content: ""
}

.fa-calendar-o:before {
	content: ""
}

.fa-fire-extinguisher:before {
	content: ""
}

.fa-rocket:before {
	content: ""
}

.fa-maxcdn:before {
	content: ""
}

.fa-chevron-circle-left:before {
	content: ""
}

.fa-chevron-circle-right:before {
	content: ""
}

.fa-chevron-circle-up:before {
	content: ""
}

.fa-chevron-circle-down:before {
	content: ""
}

.fa-html5:before {
	content: ""
}

.fa-css3:before {
	content: ""
}

.fa-anchor:before {
	content: ""
}

.fa-unlock-alt:before {
	content: ""
}

.fa-bullseye:before {
	content: ""
}

.fa-ellipsis-h:before {
	content: ""
}

.fa-ellipsis-v:before {
	content: ""
}

.fa-rss-square:before {
	content: ""
}

.fa-play-circle:before {
	content: ""
}

.fa-ticket:before {
	content: ""
}

.fa-minus-square:before {
	content: ""
}

.fa-minus-square-o:before {
	content: ""
}

.fa-level-up:before {
	content: ""
}

.fa-level-down:before {
	content: ""
}

.fa-check-square:before {
	content: ""
}

.fa-pencil-square:before {
	content: ""
}

.fa-external-link-square:before {
	content: ""
}

.fa-share-square:before {
	content: ""
}

.fa-compass:before {
	content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: ""
}

.fa-euro:before,
.fa-eur:before {
	content: ""
}

.fa-gbp:before {
	content: ""
}

.fa-dollar:before,
.fa-usd:before {
	content: ""
}

.fa-rupee:before,
.fa-inr:before {
	content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: ""
}

.fa-won:before,
.fa-krw:before {
	content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
	content: ""
}

.fa-file:before {
	content: ""
}

.fa-file-text:before {
	content: ""
}

.fa-sort-alpha-asc:before {
	content: ""
}

.fa-sort-alpha-desc:before {
	content: ""
}

.fa-sort-amount-asc:before {
	content: ""
}

.fa-sort-amount-desc:before {
	content: ""
}

.fa-sort-numeric-asc:before {
	content: ""
}

.fa-sort-numeric-desc:before {
	content: ""
}

.fa-thumbs-up:before {
	content: ""
}

.fa-thumbs-down:before {
	content: ""
}

.fa-youtube-square:before {
	content: ""
}

.fa-youtube:before {
	content: ""
}

.fa-xing:before {
	content: ""
}

.fa-xing-square:before {
	content: ""
}

.fa-youtube-play:before {
	content: ""
}

.fa-dropbox:before {
	content: ""
}

.fa-stack-overflow:before {
	content: ""
}

.fa-instagram:before {
	content: ""
}

.fa-flickr:before {
	content: ""
}

.fa-adn:before {
	content: ""
}

.fa-bitbucket:before {
	content: ""
}

.fa-bitbucket-square:before {
	content: ""
}

.fa-tumblr:before {
	content: ""
}

.fa-tumblr-square:before {
	content: ""
}

.fa-long-arrow-down:before {
	content: ""
}

.fa-long-arrow-up:before {
	content: ""
}

.fa-long-arrow-left:before {
	content: ""
}

.fa-long-arrow-right:before {
	content: ""
}

.fa-apple:before {
	content: ""
}

.fa-windows:before {
	content: ""
}

.fa-android:before {
	content: ""
}

.fa-linux:before {
	content: ""
}

.fa-dribbble:before {
	content: ""
}

.fa-skype:before {
	content: ""
}

.fa-foursquare:before {
	content: ""
}

.fa-trello:before {
	content: ""
}

.fa-female:before {
	content: ""
}

.fa-male:before {
	content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
	content: ""
}

.fa-sun-o:before {
	content: ""
}

.fa-moon-o:before {
	content: ""
}

.fa-archive:before {
	content: ""
}

.fa-bug:before {
	content: ""
}

.fa-vk:before {
	content: ""
}

.fa-weibo:before {
	content: ""
}

.fa-renren:before {
	content: ""
}

.fa-pagelines:before {
	content: ""
}

.fa-stack-exchange:before {
	content: ""
}

.fa-arrow-circle-o-right:before {
	content: ""
}

.fa-arrow-circle-o-left:before {
	content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: ""
}

.fa-dot-circle-o:before {
	content: ""
}

.fa-wheelchair:before {
	content: ""
}

.fa-vimeo-square:before {
	content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
	content: ""
}

.fa-plus-square-o:before {
	content: ""
}

.fa-space-shuttle:before {
	content: ""
}

.fa-slack:before {
	content: ""
}

.fa-envelope-square:before {
	content: ""
}

.fa-wordpress:before {
	content: ""
}

.fa-openid:before {
	content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: ""
}

.fa-yahoo:before {
	content: ""
}

.fa-google:before {
	content: ""
}

.fa-reddit:before {
	content: ""
}

.fa-reddit-square:before {
	content: ""
}

.fa-stumbleupon-circle:before {
	content: ""
}

.fa-stumbleupon:before {
	content: ""
}

.fa-delicious:before {
	content: ""
}

.fa-digg:before {
	content: ""
}

.fa-pied-piper-pp:before {
	content: ""
}

.fa-pied-piper-alt:before {
	content: ""
}

.fa-drupal:before {
	content: ""
}

.fa-joomla:before {
	content: ""
}

.fa-language:before {
	content: ""
}

.fa-fax:before {
	content: ""
}

.fa-building:before {
	content: ""
}

.fa-child:before {
	content: ""
}

.fa-paw:before {
	content: ""
}

.fa-spoon:before {
	content: ""
}

.fa-cube:before {
	content: ""
}

.fa-cubes:before {
	content: ""
}

.fa-behance:before {
	content: ""
}

.fa-behance-square:before {
	content: ""
}

.fa-steam:before {
	content: ""
}

.fa-steam-square:before {
	content: ""
}

.fa-recycle:before {
	content: ""
}

.fa-automobile:before,
.fa-car:before {
	content: ""
}

.fa-cab:before,
.fa-taxi:before {
	content: ""
}

.fa-tree:before {
	content: ""
}

.fa-spotify:before {
	content: ""
}

.fa-deviantart:before {
	content: ""
}

.fa-soundcloud:before {
	content: ""
}

.fa-database:before {
	content: ""
}

.fa-file-pdf-o:before {
	content: ""
}

.fa-file-word-o:before {
	content: ""
}

.fa-file-excel-o:before {
	content: ""
}

.fa-file-powerpoint-o:before {
	content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: ""
}

.fa-file-code-o:before {
	content: ""
}

.fa-vine:before {
	content: ""
}

.fa-codepen:before {
	content: ""
}

.fa-jsfiddle:before {
	content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: ""
}

.fa-circle-o-notch:before {
	content: ""
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: ""
}

.fa-ge:before,
.fa-empire:before {
	content: ""
}

.fa-git-square:before {
	content: ""
}

.fa-git:before {
	content: ""
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: ""
}

.fa-tencent-weibo:before {
	content: ""
}

.fa-qq:before {
	content: ""
}

.fa-wechat:before,
.fa-weixin:before {
	content: ""
}

.fa-send:before,
.fa-paper-plane:before {
	content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: ""
}

.fa-history:before {
	content: ""
}

.fa-circle-thin:before {
	content: ""
}

.fa-header:before {
	content: ""
}

.fa-paragraph:before {
	content: ""
}

.fa-sliders:before {
	content: ""
}

.fa-share-alt:before {
	content: ""
}

.fa-share-alt-square:before {
	content: ""
}

.fa-bomb:before {
	content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: ""
}

.fa-tty:before {
	content: ""
}

.fa-binoculars:before {
	content: ""
}

.fa-plug:before {
	content: ""
}

.fa-slideshare:before {
	content: ""
}

.fa-twitch:before {
	content: ""
}

.fa-yelp:before {
	content: ""
}

.fa-newspaper-o:before {
	content: ""
}

.fa-wifi:before {
	content: ""
}

.fa-calculator:before {
	content: ""
}

.fa-paypal:before {
	content: ""
}

.fa-google-wallet:before {
	content: ""
}

.fa-cc-visa:before {
	content: ""
}

.fa-cc-mastercard:before {
	content: ""
}

.fa-cc-discover:before {
	content: ""
}

.fa-cc-amex:before {
	content: ""
}

.fa-cc-paypal:before {
	content: ""
}

.fa-cc-stripe:before {
	content: ""
}

.fa-bell-slash:before {
	content: ""
}

.fa-bell-slash-o:before {
	content: ""
}

.fa-trash:before {
	content: ""
}

.fa-copyright:before {
	content: ""
}

.fa-at:before {
	content: ""
}

.fa-eyedropper:before {
	content: ""
}

.fa-paint-brush:before {
	content: ""
}

.fa-birthday-cake:before {
	content: ""
}

.fa-area-chart:before {
	content: ""
}

.fa-pie-chart:before {
	content: ""
}

.fa-line-chart:before {
	content: ""
}

.fa-lastfm:before {
	content: ""
}

.fa-lastfm-square:before {
	content: ""
}

.fa-toggle-off:before {
	content: ""
}

.fa-toggle-on:before {
	content: ""
}

.fa-bicycle:before {
	content: ""
}

.fa-bus:before {
	content: ""
}

.fa-ioxhost:before {
	content: ""
}

.fa-angellist:before {
	content: ""
}

.fa-cc:before {
	content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: ""
}

.fa-meanpath:before {
	content: ""
}

.fa-buysellads:before {
	content: ""
}

.fa-connectdevelop:before {
	content: ""
}

.fa-dashcube:before {
	content: ""
}

.fa-forumbee:before {
	content: ""
}

.fa-leanpub:before {
	content: ""
}

.fa-sellsy:before {
	content: ""
}

.fa-shirtsinbulk:before {
	content: ""
}

.fa-simplybuilt:before {
	content: ""
}

.fa-skyatlas:before {
	content: ""
}

.fa-cart-plus:before {
	content: ""
}

.fa-cart-arrow-down:before {
	content: ""
}

.fa-diamond:before {
	content: ""
}

.fa-ship:before {
	content: ""
}

.fa-user-secret:before {
	content: ""
}

.fa-motorcycle:before {
	content: ""
}

.fa-street-view:before {
	content: ""
}

.fa-heartbeat:before {
	content: ""
}

.fa-venus:before {
	content: ""
}

.fa-mars:before {
	content: ""
}

.fa-mercury:before {
	content: ""
}

.fa-intersex:before,
.fa-transgender:before {
	content: ""
}

.fa-transgender-alt:before {
	content: ""
}

.fa-venus-double:before {
	content: ""
}

.fa-mars-double:before {
	content: ""
}

.fa-venus-mars:before {
	content: ""
}

.fa-mars-stroke:before {
	content: ""
}

.fa-mars-stroke-v:before {
	content: ""
}

.fa-mars-stroke-h:before {
	content: ""
}

.fa-neuter:before {
	content: ""
}

.fa-genderless:before {
	content: ""
}

.fa-facebook-official:before {
	content: ""
}

.fa-pinterest-p:before {
	content: ""
}

.fa-whatsapp:before {
	content: ""
}

.fa-server:before {
	content: ""
}

.fa-user-plus:before {
	content: ""
}

.fa-user-times:before {
	content: ""
}

.fa-hotel:before,
.fa-bed:before {
	content: ""
}

.fa-viacoin:before {
	content: ""
}

.fa-train:before {
	content: ""
}

.fa-subway:before {
	content: ""
}

.fa-medium:before {
	content: ""
}

.fa-yc:before,
.fa-y-combinator:before {
	content: ""
}

.fa-optin-monster:before {
	content: ""
}

.fa-opencart:before {
	content: ""
}

.fa-expeditedssl:before {
	content: ""
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: ""
}

.fa-mouse-pointer:before {
	content: ""
}

.fa-i-cursor:before {
	content: ""
}

.fa-object-group:before {
	content: ""
}

.fa-object-ungroup:before {
	content: ""
}

.fa-sticky-note:before {
	content: ""
}

.fa-sticky-note-o:before {
	content: ""
}

.fa-cc-jcb:before {
	content: ""
}

.fa-cc-diners-club:before {
	content: ""
}

.fa-clone:before {
	content: ""
}

.fa-balance-scale:before {
	content: ""
}

.fa-hourglass-o:before {
	content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: ""
}

.fa-hourglass:before {
	content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: ""
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: ""
}

.fa-hand-scissors-o:before {
	content: ""
}

.fa-hand-lizard-o:before {
	content: ""
}

.fa-hand-spock-o:before {
	content: ""
}

.fa-hand-pointer-o:before {
	content: ""
}

.fa-hand-peace-o:before {
	content: ""
}

.fa-trademark:before {
	content: ""
}

.fa-registered:before {
	content: ""
}

.fa-creative-commons:before {
	content: ""
}

.fa-gg:before {
	content: ""
}

.fa-gg-circle:before {
	content: ""
}

.fa-tripadvisor:before {
	content: ""
}

.fa-odnoklassniki:before {
	content: ""
}

.fa-odnoklassniki-square:before {
	content: ""
}

.fa-get-pocket:before {
	content: ""
}

.fa-wikipedia-w:before {
	content: ""
}

.fa-safari:before {
	content: ""
}

.fa-chrome:before {
	content: ""
}

.fa-firefox:before {
	content: ""
}

.fa-opera:before {
	content: ""
}

.fa-internet-explorer:before {
	content: ""
}

.fa-tv:before,
.fa-television:before {
	content: ""
}

.fa-contao:before {
	content: ""
}

.fa-500px:before {
	content: ""
}

.fa-amazon:before {
	content: ""
}

.fa-calendar-plus-o:before {
	content: ""
}

.fa-calendar-minus-o:before {
	content: ""
}

.fa-calendar-times-o:before {
	content: ""
}

.fa-calendar-check-o:before {
	content: ""
}

.fa-industry:before {
	content: ""
}

.fa-map-pin:before {
	content: ""
}

.fa-map-signs:before {
	content: ""
}

.fa-map-o:before {
	content: ""
}

.fa-map:before {
	content: ""
}

.fa-commenting:before {
	content: ""
}

.fa-commenting-o:before {
	content: ""
}

.fa-houzz:before {
	content: ""
}

.fa-vimeo:before {
	content: ""
}

.fa-black-tie:before {
	content: ""
}

.fa-fonticons:before {
	content: ""
}

.fa-reddit-alien:before {
	content: ""
}

.fa-edge:before {
	content: ""
}

.fa-credit-card-alt:before {
	content: ""
}

.fa-codiepie:before {
	content: ""
}

.fa-modx:before {
	content: ""
}

.fa-fort-awesome:before {
	content: ""
}

.fa-usb:before {
	content: ""
}

.fa-product-hunt:before {
	content: ""
}

.fa-mixcloud:before {
	content: ""
}

.fa-scribd:before {
	content: ""
}

.fa-pause-circle:before {
	content: ""
}

.fa-pause-circle-o:before {
	content: ""
}

.fa-stop-circle:before {
	content: ""
}

.fa-stop-circle-o:before {
	content: ""
}

.fa-shopping-bag:before {
	content: ""
}

.fa-shopping-basket:before {
	content: ""
}

.fa-hashtag:before {
	content: ""
}

.fa-bluetooth:before {
	content: ""
}

.fa-bluetooth-b:before {
	content: ""
}

.fa-percent:before {
	content: ""
}

.fa-gitlab:before {
	content: ""
}

.fa-wpbeginner:before {
	content: ""
}

.fa-wpforms:before {
	content: ""
}

.fa-envira:before {
	content: ""
}

.fa-universal-access:before {
	content: ""
}

.fa-wheelchair-alt:before {
	content: ""
}

.fa-question-circle-o:before {
	content: ""
}

.fa-blind:before {
	content: ""
}

.fa-audio-description:before {
	content: ""
}

.fa-volume-control-phone:before {
	content: ""
}

.fa-braille:before {
	content: ""
}

.fa-assistive-listening-systems:before {
	content: ""
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: ""
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: ""
}

.fa-glide:before {
	content: ""
}

.fa-glide-g:before {
	content: ""
}

.fa-signing:before,
.fa-sign-language:before {
	content: ""
}

.fa-low-vision:before {
	content: ""
}

.fa-viadeo:before {
	content: ""
}

.fa-viadeo-square:before {
	content: ""
}

.fa-snapchat:before {
	content: ""
}

.fa-snapchat-ghost:before {
	content: ""
}

.fa-snapchat-square:before {
	content: ""
}

.fa-pied-piper:before {
	content: ""
}

.fa-first-order:before {
	content: ""
}

.fa-yoast:before {
	content: ""
}

.fa-themeisle:before {
	content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
	content: ""
}

.fa-handshake-o:before {
	content: ""
}

.fa-envelope-open:before {
	content: ""
}

.fa-envelope-open-o:before {
	content: ""
}

.fa-linode:before {
	content: ""
}

.fa-address-book:before {
	content: ""
}

.fa-address-book-o:before {
	content: ""
}

.fa-vcard:before,
.fa-address-card:before {
	content: ""
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: ""
}

.fa-user-circle:before {
	content: ""
}

.fa-user-circle-o:before {
	content: ""
}

.fa-user-o:before {
	content: ""
}

.fa-id-badge:before {
	content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: ""
}

.fa-quora:before {
	content: ""
}

.fa-free-code-camp:before {
	content: ""
}

.fa-telegram:before {
	content: ""
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: ""
}

.fa-shower:before {
	content: ""
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: ""
}

.fa-podcast:before {
	content: ""
}

.fa-window-maximize:before {
	content: ""
}

.fa-window-minimize:before {
	content: ""
}

.fa-window-restore:before {
	content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: ""
}

.fa-bandcamp:before {
	content: ""
}

.fa-grav:before {
	content: ""
}

.fa-etsy:before {
	content: ""
}

.fa-imdb:before {
	content: ""
}

.fa-ravelry:before {
	content: ""
}

.fa-eercast:before {
	content: ""
}

.fa-microchip:before {
	content: ""
}

.fa-snowflake-o:before {
	content: ""
}

.fa-superpowers:before {
	content: ""
}

.fa-wpexplorer:before {
	content: ""
}

.fa-meetup:before {
	content: ""
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.fancybox-opened {
	z-index: 8030
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-outer,
.fancybox-inner {
	position: relative
}

.fancybox-inner {
	overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url(../images/fancybox_sprite.png)
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../images/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(../images/blank.gif);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040
}

.fancybox-prev {
	left: 0
}

.fancybox-next {
	right: 0
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px
}

.fancybox-nav:hover span {
	visibility: visible
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important
}

.fancybox-lock {
	overflow: visible !important;
	width: auto
}

.fancybox-lock body {
	overflow: hidden !important
}

.fancybox-lock-test {
	overflow-y: hidden !important
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../images/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll
}

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050
}

.fancybox-opened .fancybox-title {
	visibility: visible
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, .8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff
}

.fancybox-title-inside-wrap {
	padding-top: 10px
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url(../images/fancybox_sprite@2x.png);
		background-size: 44px 152px
	}

	#fancybox-loading div {
		background-image: url(../images/fancybox_loading@2x.gif);
		background-size: 24px 24px
	}
}

@font-face {
	font-family: "FontAwesome";
	src: url("../fonts/Font_Awesome/fontawesome-webfont.eot");
	src: url("../fonts/Font_Awesome/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/Font_Awesome/fontawesome-webfont.svg#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: "RobotoSlab-Bold";
	src: url("../fonts/RobotoSlab-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoSlab-Bold.woff") format("woff"), url("../fonts/RobotoSlab-Bold.ttf") format("truetype"), url("../fonts/RobotoSlab-Bold.svg#RobotoSlab-Bold") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: "RobotoSlab-Medium";
	src: url("../fonts/RobotoSlab-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoSlab-Medium.woff") format("woff"), url("../fonts/RobotoSlab-Medium.ttf") format("truetype"), url("../fonts/RobotoSlab-Medium.svg#RobotoSlab-Medium") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: "RobotoSlab-Regular";
	src: url("../fonts/RobotoSlab-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoSlab-Regular.woff") format("woff"), url("../fonts/RobotoSlab-Regular.ttf") format("truetype"), url("../fonts/RobotoSlab-Regular.svg#RobotoSlab-Regular") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: "RobotoSlab-SemiBold";
	src: url("../fonts/RobotoSlab-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoSlab-SemiBold.woff") format("woff"), url("../fonts/RobotoSlab-SemiBold.ttf") format("truetype"), url("../fonts/RobotoSlab-SemiBold.svg#RobotoSlab-SemiBold") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: "georgiabold_italic";
	src: url("../fonts/georgia/georgia_bold_italic-webfont.woff2") format("woff2"), url("../fonts/georgia/georgia_bold_italic-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: "georgiabold";
	src: url("../fonts/georgia/georgia_bold-webfont.woff2") format("woff2"), url("../fonts/georgia/georgia_bold-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: "georgiaitalic";
	src: url("../fonts/georgia/georgia_italic-webfont.woff2") format("woff2"), url("../fonts/georgia/georgia_italic-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: "georgiaregular";
	src: url("../fonts/georgia/georgia_regular_font-webfont.woff2") format("woff2"), url("../fonts/georgia/georgia_regular_font-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal
}

body {
	font-size: 14px;
	color: #303030;
	font-family: "georgiaregular";
	background: #ececec
}

a:hover {
	text-decoration: none !important
}

.top_horizontal_ad:before {
	content: "Advertisement";
	color: #303030
}

.news_description ul li {
	font-size: 13px;
	color: #666;
	line-height: 22px;
	margin-bottom: 10px;
	font-family: "georgiaregular" !important
}

.share_icons {
	position: relative;
	display: none
}

.owl-carousel,
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
	-webkit-touch-action: auto !important;
	-o-touch-action: auto !important;
	-ms-touch-action: auto !important;
	-moz-touch-action: auto !important;
	touch-action: auto !important
}

.no_padding {
	padding: 0px !important
}

.fadeIn {
	opacity: 1
}

.slide-to-left {
	left: -150px
}

.slide-to-left.showme {
	left: 0
}

.slide-to-right {
	right: -150px
}

.slide-to-right.showme {
	right: 0
}

.slide-to-top {
	top: 150px
}

.slide-to-top.showme {
	top: 0
}

.scale-box {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9)
}

.scale-box.showme {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.slide-to-toplarge {
	top: 200px
}

.slide-to-toplarge.showme {
	top: 0
}

.hideme {
	opacity: 0;
	position: relative;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-webkit-transition: ease 1s all;
	-moz-transition: ease 1s all;
	transition: ease 1s all;
	-webkit-perspective-origin: 50% 50%;
	-moz-perspective-origin: 50% 50%;
	-ms-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%
}

.showme {
	opacity: 1
}

.delay1 {
	transition-delay: .5s
}

.delay2 {
	transition-delay: 1s
}

.delay3 {
	transition-delay: 1.5s
}

.delay4 {
	transition-delay: 2s
}

.delay5 {
	transition-delay: 2.5s
}

.delay6 {
	transition-delay: 3s
}

.delay7 {
	transition-delay: 3.5s
}

.delay8 {
	transition-delay: 4s
}

.delay9 {
	transition-delay: 4.5s
}

.delay10 {
	transition-delay: 5s
}

.load-fadein {
	opacity: 0;
	-webkit-transition: ease 1s all;
	-moz-transition: ease 1s all;
	transition: ease 1s all
}

.load-fadein.active {
	opacity: 1
}

.load-slide-bottom {
	opacity: 0;
	-webkit-transition: ease 1s all;
	-moz-transition: ease 1s all;
	transition: ease 1s all;
	position: relative;
	margin-top: 160px
}

.load-slide-bottom.active {
	opacity: 1;
	margin-top: 0
}

.load-slide-top {
	opacity: 0;
	-webkit-transition: ease 1s all;
	-moz-transition: ease 1s all;
	transition: ease 1s all;
	position: relative;
	top: -150px
}

.load-slide-top.active {
	opacity: 1;
	top: 0
}

.load-slide-left {
	opacity: 0;
	-webkit-transition: ease 1s all;
	-moz-transition: ease 1s all;
	transition: ease 1s all;
	position: relative;
	left: -150px
}

.load-slide-left.active {
	opacity: 1;
	left: 0
}

.load-slide-right {
	opacity: 0;
	-webkit-transition: ease 1s all;
	-moz-transition: ease 1s all;
	transition: ease 1s all;
	position: relative;
	right: -150px
}

.load-slide-right.active {
	opacity: 1;
	right: 0
}

@keyframes blink {
	0% {
		opacity: 0
	}

	49% {
		opacity: 0
	}

	50% {
		opacity: 1
	}
}

blink {
	animation: blink 1s infinite;
	-webkit-animation: blink 1s infinite;
	-o-animation: blink 1s infinite;
	-moz-animation: blink 1s infinite;
	-mos-animation: blink 1s infinite;
	color: #fff
}

blink i {
	color: #064269
}

.mb0 {
	margin-bottom: 0px
}

@media only screen and (max-width: 639px) {
	.desk_view {
		display: none !important
	}
}

.mobile_view {
	display: none !important
}

@media only screen and (max-width: 639px) {
	.mobile_view {
		display: block !important
	}
}

.main_container {
	max-width: 1160px;
	margin: 0 auto
}

@media only screen and (max-width: 1023px) {
	.main_container {
		padding: 0px 20px
	}
}

@media only screen and (max-width: 639px) {
	.main_container {
		padding: 0px 10px
	}
}

.main_container.main_container2 {
	max-width: 1000px
}

@media only screen and (max-width: 1400px) {
	.main_container.main_container2.story_detail_container {
		max-width: 980px
	}
}

@media only screen and (max-width: 1300px) {
	.main_container.main_container2.story_detail_container {
		max-width: 970px
	}
}

.heading {
	color: #303030;
	font-size: 18px;
	font-family: "georgiabold"
}

@media only screen and (max-width: 639px) {
	.heading {
		font-size: 13px
	}
}

.heading.red_heading {
	color: #e22123
}

.heading .view_all_btn {
	float: right;
	font-size: 12px;
	color: #fff;
	margin-top: 3px
}

.sub_heading {
	color: #303030;
	font-size: 18px;
	font-family: "georgiabold";
	line-height: 24px;
	margin-bottom: 15px
}

@media only screen and (max-width: 1600px) {
	.sub_heading {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 10px
	}
}

@media only screen and (max-width: 639px) {
	.sub_heading {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 8px
	}
}

.sub_description {
	color: #666;
	font-size: 14px;
	line-height: 20px
}

@media only screen and (max-width: 639px) {
	.sub_description {
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 8px
	}
}

.head_top {
	background: #064269
}

.logo_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	padding: 10px 0px
}

@media only screen and (max-width: 1600px) {
	.logo_wrap {
		padding: 5px 0px
	}
}

@media only screen and (max-width: 767px) {
	.logo_wrap {
		padding: 10px 0px 5px
	}
}

@media only screen and (max-width: 639px) {
	.logo_wrap {
		padding: 5px 0px
	}
}

@media only screen and (max-width: 1023px) {
	.logo_wrap .logo {
		width: 15%
	}
}

@media only screen and (max-width: 767px) {
	.logo_wrap .logo {
		width: 20%
	}
}

@media only screen and (max-width: 639px) {
	.logo_wrap .logo {
		width: 25%
	}
}

.logo_wrap .logo img {
	width: 75%
}

@media only screen and (max-width: 639px) {
	.logo_wrap .logo img {
		width: 100%
	}
}

.logo_wrap .google_ads {
	width: 70%
}

@media only screen and (max-width: 1023px) {
	.logo_wrap .google_ads {
		width: 60%
	}
}

@media only screen and (max-width: 767px) {
	.logo_wrap .google_ads {
		display: none
	}
}

.logo_wrap .google_ads .advertisement_slider .item img {
	height: 90px;
	width: 100%;
	object-fit: cover
}

.logo_wrap .date_location {
	text-align: right
}

.logo_wrap .date_location a {
	color: #fff
}

.logo_wrap .date_location .date {
	font-size: 16px;
	font-family: "RobotoSlab-Medium";
	margin-bottom: 10px
}

@media only screen and (max-width: 1600px) {
	.logo_wrap .date_location .date {
		font-size: 13px
	}
}

@media only screen and (max-width: 639px) {
	.logo_wrap .date_location .date {
		font-size: 12px;
		margin-bottom: 5px
	}
}

.logo_wrap .date_location ul {
	text-align: right
}

.logo_wrap .date_location ul li {
	display: inline-block;
	padding-left: 20px;
	vertical-align: middle;
	font-size: 16px
}

@media only screen and (max-width: 1600px) {
	.logo_wrap .date_location ul li {
		font-size: 13px
	}
}

@media only screen and (max-width: 979px) {
	.logo_wrap .date_location ul li {
		padding-left: 10px
	}
}

.logo_wrap .date_location ul li:first-child {
	padding-left: 0px
}

.logo_wrap .date_location ul li i {
	vertical-align: middle
}

@media only screen and (max-width: 979px) {
	.logo_wrap .date_location ul li img {
		width: 18px
	}
}

@media only screen and (max-width: 979px) {
	.logo_wrap .date_location ul li img {
		width: 12px
	}
}

.mobile_add {
	display: none
}

@media only screen and (max-width: 767px) {
	.mobile_add {
		display: block;
		margin: 10px 0px
	}
}

@media only screen and (max-width: 639px) {
	.mobile_add {
		display: none;
		margin: 5px 0px
	}
}

main .main_container {
	position: relative
}

.sidebar_advertise_box {
	margin-bottom: 20px;
	width: 160px;
	left: -170px;
	top: 620px;
	padding: 0px
}

@media only screen and (max-width: 1600px) {
	.sidebar_advertise_box {
		width: 150px
	}
}

@media only screen and (max-width: 1400px) {
	.sidebar_advertise_box {
		width: 145px
	}
}

@media only screen and (max-width: 1300px) {
	.sidebar_advertise_box {
		width: 123px
	}
}

@media only screen and (max-width: 767px) {
	.sidebar_advertise_box {
		width: 100%;
		margin-bottom: 20px
	}
}

.sidebar_advertise_box.white_box {
	padding: 0px
}

.sidebar_advertise_box .sidebar_advertise_box_con {
	padding: 10px
}

.sidebar_advertise_box .sidebar_advertise_box_con h4 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px
}

.sidebar_advertise_box .sidebar_advertise_box_con a {
	color: #666;
	vertical-align: middle
}

.sidebar_advertise_box .sidebar_advertise_box_con a i {
	margin-right: 2px;
	color: #e22123;
	font-size: 20px;
	vertical-align: middle
}

.left_advertising {
	position: absolute;
	left: -160px;
	top: 0px;
	max-height: 600px;
	width: 150px;
	padding: 8px 8px 0px 8px !important
}

@media only screen and (max-width: 1400px) {
	.left_advertising {
		width: 140px;
		left: -160px
	}
}

@media only screen and (max-width: 1300px) {
	.left_advertising {
		width: 110px;
		left: -120px
	}
}

@media only screen and (max-width: 1279px) {
	.left_advertising.white_box {
		position: relative;
		left: 0px;
		width: 100%;
		margin: 20px 0px 30px;
		top: 0px
	}
}

@media only screen and (max-width: 639px) {
	.left_advertising .sidebar_advertise_box_con h4 {
		display: block;
		margin: 10px 0px;
		line-height: 22px
	}
}

.left_advertising .sidebar_advertise_box_con a {
	font-size: 12px;
	margin-top: 10px;
	display: inline-block
}

.left_advertising>a {
	display: block;
	margin-bottom: 20px
}

.left_advertising.fixed {
	position: fixed;
	left: 200px;
	top: 240px
}

@media only screen and (max-width: 1600px) {
	.left_advertising.fixed {
		left: 40px
	}
}

.left_advertising>div {
	margin-bottom: 15px
}

@media only screen and (max-width: 1400px) {
	.story_detail_container .left_advertising {
		left: -150px
	}
}

@media only screen and (max-width: 1300px) {
	.story_detail_container .left_advertising {
		left: -120px
	}
}

.right_advertising {
	position: absolute;
	right: -170px;
	top: 0px
}

@media only screen and (max-width: 1600px) {
	.right_advertising {
		right: -160px;
		width: 150px
	}
}

@media only screen and (max-width: 1400px) {
	.right_advertising {
		right: -155px;
		width: 145px
	}
}

@media only screen and (max-width: 1300px) {
	.right_advertising {
		right: -128px;
		width: 123px
	}
}

@media only screen and (max-width: 1279px) {
	.right_advertising {
		display: none
	}
}

.right_advertising a {
	display: block;
	margin-bottom: 15px
}

.right_advertising.fixed {
	position: fixed;
	right: 200px;
	top: 240px
}

@media only screen and (max-width: 1600px) {
	.right_advertising.fixed {
		right: 40px
	}
}

@media only screen and (max-width: 1600px) {
	.right_advertising.fixed {
		right: 10px
	}
}

.right_advertising>div {
	margin-bottom: 15px
}

.nav_mob_menu {
	width: 230px;
	background: #064269;
	position: fixed;
	height: 100vh;
	z-index: 999;
	padding: 265px 10px 10px;
	top: 0;
	bottom: 0;
	left: -200px;
	opacity: 0;
	visibility: hidden;
	height: 0px;
	transition: .5s all
}

@media only screen and (max-width: 767px) {
	.nav_mob_menu li {
		position: relative
	}
}

.nav_mob_menu li a {
	color: #fff !important;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff
}

.nav_mob_menu li i {
	display: none
}

@media only screen and (max-width: 767px) {
	.nav_mob_menu li i {
		display: block;
		width: 30px;
		height: 20px;
		line-height: 20px;
		text-align: center;
		float: right;
		font-size: 28px;
		z-index: 99;
		position: absolute;
		right: 0px;
		top: 0px;
		color: #fff
	}
}

.nav_mob_menu li.sign_in_mob {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 10px
}

.nav_mob_menu li.sign_in_mob a {
	display: inline-block;
	border-bottom: none;
	width: 49%;
	text-align: center;
	border: 1px solid #fff;
	padding: 5px 0px
}

@media only screen and (max-width: 767px) {
	.nav_mob_menu.open_menu {
		opacity: 1;
		visibility: visible;
		transition: .5s all;
		padding-top: 260px;
		left: 0px;
		height: 730px
	}
}

@media only screen and (max-width: 639px) {
	.nav_mob_menu.open_menu {
		padding-top: 155px
	}
}

@media only screen and (max-width: 479px) {
	.nav_mob_menu.open_menu {
		padding-top: 230px
	}
}

.nav_mob_menu .sub_menu {
	padding-left: 20px
}

@media only screen and (max-width: 767px) {
	.nav_mob_menu .sub_menu {
		display: none
	}
}

header {
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	right: 0
}

main {
	margin-top: 220px
}

@media only screen and (max-width: 1600px) {
	main {
		margin-top: 195px
	}
}

@media only screen and (max-width: 979px) {
	main {
		margin-top: 135px
	}
}

@media only screen and (max-width: 639px) {
	main {
		margin-top: 145px
	}
}

@media only screen and (max-width: 479px) {
	main {
		margin-top: 140px
	}
}

.nav_bar {
	background: #064269;
	border-bottom: 1px solid #fff
}

@media only screen and (max-width: 639px) {
	.nav_bar {
		border-bottom: none;
		border-top: 1px solid #fff
	}
}

.nav_bar.mobile_view {
	background: #fff
}

.nav_bar.mobile_view .subscribe_details.mobile_view_subscribe {
	display: none
}

.nav_bar .secondry_subscribe_wrap {
	padding: 5px 0px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between
}

@media only screen and (max-width: 639px) {
	.nav_bar .secondry_subscribe_wrap {
		padding: 8px 0px
	}
}

.nav_bar .secondry_subscribe_wrap .secondry_menu li {
	display: inline-block;
	margin-right: 30px;
	position: relative
}

@media only screen and (max-width: 979px) {
	.nav_bar .secondry_subscribe_wrap .secondry_menu li {
		margin-right: 8px
	}
}

.nav_bar .secondry_subscribe_wrap .secondry_menu li:before {
	position: absolute;
	right: -20px;
	top: 0px;
	content: "|";
	color: #fff;
	font-size: 16px
}

@media only screen and (max-width: 639px) {
	.nav_bar .secondry_subscribe_wrap .secondry_menu li:before {
		display: none
	}
}

.nav_bar .secondry_subscribe_wrap .secondry_menu li:last-child:before {
	display: none
}

.nav_bar .secondry_subscribe_wrap .secondry_menu li a {
	color: #fff;
	font-size: 12px;
	font-family: "RobotoSlab-Medium"
}

@media only screen and (max-width: 639px) {
	.nav_bar .secondry_subscribe_wrap .secondry_menu li a {
		font-size: 12px;
		color: #064269
	}
}

.nav_bar .secondry_subscribe_wrap .subscribe_details ul li {
	display: inline-block;
	color: #fff;
	margin-right: 20px
}

@media only screen and (max-width: 979px) {
	.nav_bar .secondry_subscribe_wrap .subscribe_details ul li {
		margin-right: 10px
	}
}

@media only screen and (max-width: 767px) {
	.nav_bar .secondry_subscribe_wrap .subscribe_details ul li {
		vertical-align: middle;
		margin-right: 7px
	}
}

.nav_bar .secondry_subscribe_wrap .subscribe_details ul li img {
	vertical-align: middle;
	margin-right: 8px;
	width: 16px;
	height: 16px
}

@media only screen and (max-width: 979px) {
	.nav_bar .secondry_subscribe_wrap .subscribe_details ul li img {
		margin-right: 3px;
		width: 15px
	}
}

@media only screen and (max-width: 639px) {
	.nav_bar .secondry_subscribe_wrap .subscribe_details ul li img {
		width: 20px;
		margin: 0px
	}
}

.nav_bar .secondry_subscribe_wrap .subscribe_details ul li a {
	color: #fff
}

@media only screen and (max-width: 767px) {
	.nav_bar .secondry_subscribe_wrap .subscribe_details ul li a span {
		display: none
	}
}

.nav_bar .secondry_subscribe_wrap .subscribe_details ul li:last-child {
	margin-right: 0px
}

@media only screen and (max-width: 979px) {
	.nav_bar .secondry_subscribe_wrap .subscribe_details ul li:last-child {
		margin-right: 0px
	}
}

@media only screen and (max-width: 979px) {
	.nav_bar .secondry_subscribe_wrap .subscribe_details ul li:nth-child(3) {
		margin-right: 0px
	}
}

.nav_bar .secondry_subscribe_wrap .subscribe_details ul li ul {
	margin-left: 15px
}

@media only screen and (max-width: 979px) {
	.nav_bar .secondry_subscribe_wrap .subscribe_details ul li ul {
		display: none
	}
}

.nav_bar .secondry_subscribe_wrap .subscribe_details ul li ul li {
	margin-right: 10px
}

.primary_nav_wrap {
	background: #064269
}

.primary_nav_wrap .primary_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between
}

@media only screen and (max-width: 767px) {
	.primary_nav_wrap .primary_wrap {
		display: block;
		position: relative
	}
}

.primary_nav_wrap .primary_wrap .mob_burger_menu {
	display: none
}

@media only screen and (max-width: 767px) {
	.primary_nav_wrap .primary_wrap .mob_burger_menu {
		display: inline-block;
		width: 35px;
		text-align: center;
		vertical-align: middle
	}
}

.primary_nav_wrap .primary_wrap .mob_burger_menu i {
	font-size: 24px;
	color: #fff
}

@media only screen and (max-width: 767px) {
	.primary_nav_wrap .primary_wrap .nav_menu {
		display: inline-block;
		vertical-align: middle;
		width: 800px;
		overflow: scroll
	}
}

.primary_nav_wrap .primary_wrap .nav_menu li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px
}

@media only screen and (max-width: 767px) {
	.primary_nav_wrap .primary_wrap .nav_menu li.mob-none {
		display: none
	}
}

.primary_nav_wrap .primary_wrap .nav_menu li.active {
	background: #e22123;
	margin-right: 10px
}

@media only screen and (max-width: 1023px) {
	.primary_nav_wrap .primary_wrap .nav_menu li.active {
		padding: 15px 10px
	}
}

@media only screen and (max-width: 979px) {
	.primary_nav_wrap .primary_wrap .nav_menu li.active {
		padding: 10px 6px;
		margin-right: 0px
	}
}

@media only screen and (max-width: 639px) {
	.primary_nav_wrap .primary_wrap .nav_menu li.active {
		padding: 8px 6px
	}
}

.primary_nav_wrap .primary_wrap .nav_menu li.active i {
	font-size: 20px
}

@media only screen and (max-width: 1023px) {
	.primary_nav_wrap .primary_wrap .nav_menu li.active i {
		font-size: 18px
	}
}

.primary_nav_wrap .primary_wrap .nav_menu li:first-child a {
	padding-left: 0px
}

.primary_nav_wrap .primary_wrap .nav_menu li a {
	color: #fff;
	font-size: 16px;
	font-family: "georgiabold";
	padding: 15px 10px;
	display: inline-block
}

@media only screen and (max-width: 1023px) {
	.primary_nav_wrap .primary_wrap .nav_menu li a {
		padding: 7px 3px;
		font-size: 12px
	}
}

@media only screen and (max-width: 639px) {
	.primary_nav_wrap .primary_wrap .nav_menu li a {
		padding: 3px 7px
	}
}

.primary_nav_wrap .primary_wrap .nav_menu li a:hover {
	color: #ffc800
}

.primary_nav_wrap .primary_wrap .nav_menu li .sub_menu {
	position: absolute;
	top: 100%;
	width: 170px;
	background: #064269;
	padding: 10px 15px;
	display: none;
	z-index: 999
}

@media only screen and (max-width: 639px) {
	.primary_nav_wrap .primary_wrap .nav_menu li .sub_menu {
		top: 40px
	}
}

.primary_nav_wrap .primary_wrap .nav_menu li .sub_menu li {
	display: block;
	margin: 0px 0px 10px 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff
}

.primary_nav_wrap .primary_wrap .nav_menu li .sub_menu li a {
	display: block;
	padding: 0px
}

.primary_nav_wrap .primary_wrap .nav_menu li .sub_menu li:last-child {
	border-bottom: none;
	margin-bottom: 0px
}

.primary_nav_wrap .primary_wrap .nav_menu li:hover .sub_menu {
	display: block
}

.primary_nav_wrap .search_bar {
	background: #fff;
	vertical-align: middle
}

@media only screen and (max-width: 979px) {
	.primary_nav_wrap .search_bar {
		background: transparent
	}
}

@media only screen and (max-width: 767px) {
	.primary_nav_wrap .search_bar {
		display: inline-block;
		float: right;
		margin-top: 10px;
		font-size: 22px
	}
}

@media only screen and (max-width: 639px) {
	.primary_nav_wrap .search_bar {
		margin-top: 6px
	}
}

@media only screen and (max-width: 979px) {
	.primary_nav_wrap .search_bar form {
		display: none
	}
}

.primary_nav_wrap .search_bar input[type=text] {
	padding: 6px;
	font-size: 13px;
	border: none;
	width: 185px
}

@media only screen and (max-width: 1023px) {
	.primary_nav_wrap .search_bar input[type=text] {
		width: 110px
	}
}

.primary_nav_wrap .search_bar button {
	float: right;
	padding: 8px 10px;
	background: #fff;
	font-size: 17px;
	border: none;
	cursor: pointer
}

.primary_nav_wrap .search_bar button i {
	font-size: 16px
}

.primary_nav_wrap .search_bar .search_mobile_icon {
	display: none
}

@media only screen and (max-width: 979px) {
	.primary_nav_wrap .search_bar .search_mobile_icon {
		display: block
	}
}

.primary_nav_wrap .search_bar .search_mobile_icon a i {
	color: #fff
}

@media only screen and (max-width: 639px) {
	.primary_nav_wrap .search_bar .search_mobile_icon a i {
		font-size: 18px
	}
}

.covid_mob_ad {
	display: none
}

@media only screen and (max-width: 767px) {
	.covid_mob_ad {
		display: block;
		text-align: center;
		margin-bottom: 20px
	}
}

.white_box {
	padding: 16px;
	background: #fff
}

@media only screen and (max-width: 1600px) {
	.white_box {
		padding: 8px
	}
}

@media only screen and (max-width: 639px) {
	.white_box {
		padding: 5px
	}
}

.white_box.advertisement2 {
	padding: 0px
}

@media only screen and (max-width: 1600px) {
	.white_box.advertisement2 {
		padding: 0px
	}
}

@media only screen and (max-width: 639px) {
	.white_box.advertisement2 {
		padding: 0px
	}
}

.white_box.advertisement2 img {
	vertical-align: top
}

.black_box {
	padding: 16px;
	background: #000
}

@media only screen and (max-width: 1600px) {
	.black_box {
		padding: 8px
	}
}

@media only screen and (max-width: 979px) {
	.black_box {
		padding: 10px
	}
}

.bg_red {
	background: #e22123;
	padding: 10px
}

.bg_blue {
	background: #09436a;
	padding: 10px
}

.main_sidebar_Wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	overflow: hidden
}

.main_sidebar_Wrap .main_bar {
	width: 68%
}

@media only screen and (max-width: 767px) {
	.main_sidebar_Wrap .main_bar {
		width: 100%
	}
}

.main_sidebar_Wrap .main_bar.main_bar_full_width {
	width: 100%
}

.main_sidebar_Wrap .side_bar {
	width: 31%
}

@media only screen and (max-width: 767px) {
	.main_sidebar_Wrap .side_bar {
		width: 100%
	}
}

.live_tab {
	display: block;
	color: red;
	padding: 4px 20px;
	color: #303030;
	font-size: 15px;
	text-align: center
}

@media only screen and (max-width: 639px) {
	.live_tab {
		font-size: 14px;
		padding: 5px 10px;
		margin-right: 5px
	}
}

.live_tab i {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: red;
	display: inline-block;
	margin-right: 5px
}

.live_tab blink {
	color: red;
	font-size: 20px;
	font-weight: bold
}

p {
	font-size: 13px;
	color: #666;
	line-height: 22px;
	margin-bottom: 10px;
	font-family: "georgiaregular" !important
}

@media only screen and (max-width: 639px) {
	p {
		font-size: 13px;
		line-height: 21px
	}
}

h3 {
	color: #303030;
	font-size: 25px;
	font-family: "georgiabold";
	line-height: 30px;
	margin: 0px 0px 10px 0px
}

abbr {
	display: block;
	margin-bottom: 20px;
	font-size: 16px
}

.middle_recent_post {
	float: inherit;
	background: transparent;
	padding: 0px;
	margin: 20px 0px
}

.live_Story_new_update {
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 30px
}

.live_Story_new_update h3 {
	color: #303030;
	font-size: 22px;
	font-family: "georgiabold";
	line-height: 30px;
	margin: 0px 0px 10px 0px
}

.live_Story_new_update p {
	font-size: 13px;
	color: #666;
	line-height: 22px;
	margin-bottom: 10px;
	font-family: "georgiaregular" !important
}

@media only screen and (max-width: 639px) {
	.live_Story_new_update p {
		font-size: 13px;
		line-height: 21px
	}
}

ul.live_news_update {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-o-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

ul.live_news_update li {
	padding: 30px 0px;
	border-bottom: 1px solid #ccc;
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	overflow: hidden
}

ul.live_news_update li:before {
	position: absolute;
	left: 13%;
	top: 0px;
	height: 100vh;
	width: .5px;
	background: #ccc;
	content: ""
}

ul.live_news_update li abbr {
	width: 10%;
	text-align: right;
	display: block;
	line-height: 22px
}

ul.live_news_update li abbr span {
	display: block
}

ul.live_news_update li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none
}

ul.live_news_update li .live_cont {
	width: 88%;
	padding-left: 30px;
	position: relative
}

ul.live_news_update li .live_cont:before {
	position: absolute;
	left: 3px;
	top: 10px;
	height: 8px;
	width: 8px;
	background: red;
	content: "";
	border-radius: 50px
}

#live_social_video {
	position: fixed;
	right: 0;
	bottom: 25px;
	width: 300px;
	height: auto;
	z-index: 199999
}

#live_social_video i {
	font-size: 22px;
	cursor: pointer
}

.breacking_news_sec {
	margin-bottom: 30px
}

@media only screen and (max-width: 1600px) {
	.breacking_news_sec {
		margin-bottom: 15px
	}
}

@media only screen and (max-width: 639px) {
	.breacking_news_sec {
		margin-bottom: 10px
	}
}

.breacking_news_sec .red_heading {
	color: #e22123
}

.breacking_news_sec .owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	left: 30px;
	right: 30px
}

@media only screen and (max-width: 979px) {
	.breacking_news_sec .owl-carousel .owl-nav {
		margin-top: -50px
	}
}

@media only screen and (max-width: 639px) {
	.breacking_news_sec .owl-carousel .owl-nav {
		left: 10px;
		right: 10px
	}
}

.breacking_news_sec .owl-carousel .owl-nav .owl-prev {
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, .5);
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex
}

@media only screen and (max-width: 639px) {
	.breacking_news_sec .owl-carousel .owl-nav .owl-prev {
		width: 30px;
		height: 30px
	}
}

@media only screen and (max-width: 639px) {
	.breacking_news_sec .owl-carousel .owl-nav .owl-prev img {
		width: 35%
	}
}

.breacking_news_sec .owl-carousel .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, .5);
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex
}

@media only screen and (max-width: 639px) {
	.breacking_news_sec .owl-carousel .owl-nav .owl-next {
		width: 30px;
		height: 30px
	}
}

@media only screen and (max-width: 639px) {
	.breacking_news_sec .owl-carousel .owl-nav .owl-next img {
		width: 35%
	}
}

.breacking_news_sec h2 {
	display: block;
	font-family: "georgiabold"
}

@media only screen and (max-width: 1600px) {
	.breacking_news_sec h2 {
		font-size: 12px
	}
}

@media only screen and (max-width: 979px) {
	.breacking_news_sec h2 {
		display: block;
		margin-top: 20px
	}
}

@media only screen and (max-width: 639px) {
	.breacking_news_sec h2 {
		line-height: 22px;
		margin-top: 0px;
		display: block;
		vertical-align: middle;
		font-size: 12px
	}
}

.breacking_news_sec .breaking_slider .live_tab {
	display: inline-block;
	border: 1px solid #fff;
	padding: 4px 20px;
	position: absolute;
	right: 10px;
	top: 10px;
	margin-right: 10px;
	color: #303030;
	font-size: 13px
}

@media only screen and (max-width: 639px) {
	.breacking_news_sec .breaking_slider .live_tab {
		font-size: 12px;
		padding: 5px 10px;
		margin-right: 5px
	}
}

.breacking_news_sec .breaking_slider .live_tab i {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: red;
	display: inline-block;
	margin-right: 10px
}

.breacking_news_sec .breaking_slider .live_tab blink {
	color: #fff
}

.breacking_news_sec .breaking_slider .item img {
	width: 100%;
	height: 350px;
	object-fit: cover
}

.breacking_news_sec .breaking_slider .item i {
	font-size: 20px;
	color: #fff
}

@media only screen and (max-width: 639px) {
	.breacking_news_sec .breaking_slider .item i {
		font-size: 13px
	}
}

.breacking_news_sec .breaking_slider .latest_news_tag {
	position: absolute;
	top: 10px;
	width: 100%;
	left: 10px;
	display: none
}

.breacking_news_sec .breaking_slider .latest_news_tag a {
	background: #ffc800;
	padding: 5px 15px;
	color: #303030;
	font-size: 13px;
	display: inline-block;
	margin-right: 20px;
	font-weight: bold
}

@media only screen and (max-width: 639px) {
	.breacking_news_sec .breaking_slider .latest_news_tag a {
		font-size: 12px
	}
}

.breacking_news_sec .breaking_slider .breaking_slide_con {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, .75);
	width: 100%;
	padding: 20px 30px
}

@media only screen and (max-width: 639px) {
	.breacking_news_sec .breaking_slider .breaking_slide_con {
		padding: 5px
	}
}

.breacking_news_sec .breaking_slider .breaking_slide_con:hover .share_icons {
	display: block
}

.breacking_news_sec .breaking_slider .breaking_slide_con div>a {
	background: #ffc800;
	padding: 5px 15px
}

.breacking_news_sec .breaking_slider .breaking_slide_con a {
	color: #303030;
	font-size: 16px;
	display: inline-block;
	margin-right: 10px;
	font-weight: bold
}

@media only screen and (max-width: 639px) {
	.breacking_news_sec .breaking_slider .breaking_slide_con a {
		font-size: 12px;
		padding: 5px 0px;
		margin-right: 5px
	}
}

.breacking_news_sec .breaking_slider .breaking_slide_con h1 {
	font-size: 18px;
	color: #fff;
	line-height: 22px;
	margin: 10px 0px
}

@media only screen and (max-width: 639px) {
	.breacking_news_sec .breaking_slider .breaking_slide_con h1 {
		font-size: 15px;
		line-height: 20px;
		margin: 5px 0px
	}
}

.breacking_news_sec .breaking_slider .breaking_slide_con h2 {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	margin: 10px 0px;
	font-family: "georgiabold"
}

@media only screen and (max-width: 1600px) {
	.breacking_news_sec .breaking_slider .breaking_slide_con h2 {
		font-size: 13px;
		line-height: 22px
	}
}

@media only screen and (max-width: 639px) {
	.breacking_news_sec .breaking_slider .breaking_slide_con h2 {
		font-size: 14px;
		line-height: 20px;
		margin: 8px 0px
	}
}

.breacking_news_sec .breaking_slider .breaking_slide_con .live_tab {
	display: inline-block;
	border: 1px solid #fff;
	padding: 4px 20px;
	position: relative;
	margin-right: 10px;
	color: #303030;
	font-size: 13px
}

@media only screen and (max-width: 639px) {
	.breacking_news_sec .breaking_slider .breaking_slide_con .live_tab {
		font-size: 12px;
		padding: 5px 10px;
		margin-right: 5px
	}
}

.breacking_news_sec .breaking_slider .breaking_slide_con .live_tab i {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: red;
	display: inline-block;
	margin-right: 10px
}

.breacking_news_sec .breaking_slider .breaking_slide_con .live_tab blink {
	color: #fff
}

.breacking_news_sec .breaking_slider .breaking_slide_con:hover .breaking_publice_details.breaking_publice_hide_show {
	visibility: visible;
	opacity: 1
}

@media only screen and (max-width: 639px) {
	.breacking_news_sec .breaking_slider .breaking_publice_details {
		display: block
	}
}

@media only screen and (max-width: 639px) {
	.breacking_news_sec .breaking_slider .breaking_publice_details figure {
		display: none
	}
}

.breacking_news_sec .breaking_slider .breaking_publice_details figure img {
	width: auto;
	display: inline-block
}

@media only screen and (max-width: 1023px) {
	.breacking_news_sec .breaking_slider .breaking_publice_details figure img {
		width: 25px
	}
}

@media only screen and (max-width: 639px) {
	.breacking_news_sec .breaking_slider .breaking_publice_details figure img {
		vertical-align: middle
	}
}

.breacking_news_sec .breaking_slider .breaking_publice_details figure h4 {
	color: #fff;
	display: inline-block
}

.breacking_news_sec .breaking_slider .breaking_publice_details figure h4 a {
	background: transparent;
	color: #fff;
	border-left: 1px solid #fff
}

@media only screen and (max-width: 639px) {
	.breacking_news_sec .breaking_slider .breaking_publice_details figure h4 a {
		margin-left: 5px;
		padding-left: 5px;
		font-size: 10px
	}
}

@media only screen and (max-width: 639px) {
	.breacking_news_sec .breaking_slider .breaking_publice_details .share_icons {
		float: inherit;
		display: inline-block
	}
}

.breacking_news_sec .breaking_slider .breaking_publice_details .share_icons a {
	display: inline-block;
	background: transparent;
	padding: 0px;
	position: relative
}

.breacking_news_sec .breaking_slider .breaking_publice_details .share_icons a:first-child {
	margin-left: 0px
}

.breacking_news_sec .breaking_slider .breaking_publice_details .share_icons a img {
	width: 16px;
	height: 17px
}

@media only screen and (max-width: 639px) {
	.breacking_news_sec .breaking_slider .breaking_publice_details .share_icons a img {
		width: 16px;
		height: 16px
	}
}

.breacking_news_sec .breaking_slider .breaking_publice_details .share_icons a.share_open_popup {
	display: none
}

.breaking_publice_details {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center
}

.breaking_publice_details.breaking_publice_hide_show {
	visibility: hidden;
	opacity: 0
}

@media only screen and (max-width: 639px) {
	.breaking_publice_details.breaking_publice_hide_show {
		visibility: visible;
		opacity: 1
	}
}

.breaking_publice_details.breaking_publice_hide_show .share_icons a img {
	filter: brightness(0) invert(1)
}

.breaking_publice_details figure {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center;
	display: none
}

@media only screen and (max-width: 639px) {
	.breaking_publice_details figure {
		display: inline-block
	}
}

.breaking_publice_details figure img {
	width: auto;
	display: inline-block
}

@media only screen and (max-width: 1023px) {
	.breaking_publice_details figure img {
		width: 22px
	}
}

@media only screen and (max-width: 639px) {
	.breaking_publice_details figure img {
		vertical-align: middle
	}
}

.breaking_publice_details figure h4 {
	color: #e22123;
	display: inline-block;
	margin-left: 10px;
	font-size: 12px
}

@media only screen and (max-width: 1023px) {
	.breaking_publice_details figure h4 {
		font-size: 11px
	}
}

@media only screen and (max-width: 639px) {
	.breaking_publice_details figure h4 {
		margin-left: 0px
	}
}

.breaking_publice_details figure h4 a {
	background: transparent;
	color: #fff;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #fff
}

@media only screen and (max-width: 1023px) {
	.breaking_publice_details figure h4 a {
		padding-left: 5px;
		margin-left: 5px
	}
}

@media only screen and (max-width: 639px) {
	.breaking_publice_details figure h4 a {
		padding-left: 10px
	}
}

.breaking_publice_details .share_icons a {
	display: inline-block;
	background: transparent;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	position: relative
}

@media only screen and (max-width: 479px) {
	.breaking_publice_details .share_icons a {
		margin: 0px 0px 0px 3px
	}
}

.breaking_publice_details .share_icons a:first-child {
	margin-left: 0px
}

.breaking_publice_details .share_icons a img {
	width: 16px;
	height: 17px
}

@media only screen and (max-width: 1023px) {
	.breaking_publice_details .share_icons a img {
		width: 16px;
		height: 16px
	}
}

.heading {
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px
}

@media only screen and (max-width: 1600px) {
	.heading {
		margin-bottom: 10px
	}
}

@media only screen and (max-width: 639px) {
	.heading {
		font-size: 15px
	}
}

.currently_trending_sec {
	margin-bottom: 15px
}

@media only screen and (max-width: 639px) {
	.currently_trending_sec {
		margin-bottom: 10px
	}
}

.currently_trending_sec .breaking_publice_details h4 {
	color: #e22123;
	font-family: "georgiabold_italic"
}

.currently_trending_sec .breaking_publice_details h4 a {
	color: #666;
	border-left: 1px solid #666
}

.currently_trending_sec .currently_trending_details {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between
}

@media only screen and (max-width: 979px) {
	.currently_trending_sec .currently_trending_details {
		display: block
	}
}

.currently_trending_sec .currently_trending_details .currently_details_left {
	width: 49%;
	position: relative
}

@media only screen and (max-width: 979px) {
	.currently_trending_sec .currently_trending_details .currently_details_left {
		width: 100%;
		margin-bottom: 20px
	}
}

.currently_trending_sec .currently_trending_details .currently_details_left:hover .share_icons {
	display: block
}

.currently_trending_sec .currently_trending_details .currently_details_left .share_icons .share_popup {
	width: 220px
}

.currently_trending_sec .currently_trending_details .currently_details_left .tag_cat {
	display: inline-block;
	background: #33b47b;
	color: #fff;
	padding: 4px 7px;
	font-size: 11px;
	font-family: "georgiabold";
	position: absolute;
	top: 8px;
	left: 8px
}

.currently_trending_sec .currently_trending_details .currently_details_left .trnding_pic {
	position: relative
}

.currently_trending_sec .currently_trending_details .currently_details_left .trnding_pic img {
	width: 100%;
	vertical-align: top;
	height: auto;
	cursor: pointer
}

@media only screen and (max-width: 639px) {
	.currently_trending_sec .currently_trending_details .currently_details_left .trnding_pic img {
		height: auto
	}
}

.currently_trending_sec .currently_trending_details .currently_details_left .trnding_pic i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 60px;
	color: rgba(0, 0, 0, .5);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	cursor: pointer
}

.currently_trending_sec .currently_trending_details .currently_details_left .trnding_pic:hover i {
	color: #cd201f
}

.currently_trending_sec .currently_trending_details .currently_details_left .trending_cat {
	margin: 10px 0px
}

@media only screen and (max-width: 639px) {
	.currently_trending_sec .currently_trending_details .currently_details_left .trending_cat {
		margin: 3px 0px
	}
}

.currently_trending_sec .currently_trending_details .currently_details_left .trending_cat a {
	display: inline-block;
	background: #33b47b;
	color: #fff;
	padding: 5px 15px;
	font-size: 12px;
	font-family: "georgiabold";
	position: absolute;
	left: 10px;
	top: 10px
}

.currently_trending_sec .currently_trending_details .currently_details_left h3 {
	color: #303030;
	font-size: 18px;
	font-family: "georgiabold";
	line-height: 30px;
	margin-bottom: 5px;
	margin-top: 5px
}

@media only screen and (max-width: 1600px) {
	.currently_trending_sec .currently_trending_details .currently_details_left h3 {
		font-size: 16px;
		line-height: 22px
	}
}

@media only screen and (max-width: 639px) {
	.currently_trending_sec .currently_trending_details .currently_details_left h3 {
		font-size: 15px;
		line-height: 18px
	}
}

.currently_trending_sec .currently_trending_details .currently_details_left h3 a {
	color: #303030;
	font-family: "georgiabold"
}

.currently_trending_sec .currently_trending_details .currently_details_left i {
	display: inline-block;
	margin-right: 5px
}

.currently_trending_sec .currently_trending_details .currently_details_left a {
	color: #e22123;
	font-family: "georgiabold_italic"
}

.currently_trending_sec .currently_trending_details .currently_details_left p {
	color: #666;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 5px
}

@media only screen and (max-width: 639px) {
	.currently_trending_sec .currently_trending_details .currently_details_left p {
		font-size: 14px;
		line-height: 20px
	}
}

.currently_trending_sec .currently_trending_details#trending-videos .currently_details_left .breaking_publice_details {
	display: none
}

.currently_trending_sec .currently_trending_details .currently_details_right {
	width: 49%;
	height: 370px;
	overflow: auto
}

@media only screen and (max-width: 979px) {
	.currently_trending_sec .currently_trending_details .currently_details_right {
		width: 100%
	}
}

@media only screen and (max-width: 767px) {
	.currently_trending_sec .currently_trending_details .currently_details_right {
		height: 300px
	}
}

.currently_trending_sec .currently_trending_details .currently_details_right .artical_cont .breaking_publice_details {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex
}

@media only screen and (max-width: 767px) {
	.currently_trending_sec .currently_trending_details .currently_details_right .artical_cont .breaking_publice_details {
		display: block
	}
}

.currently_trending_sec .currently_trending_details .currently_details_right .artical_cont .breaking_publice_details .share_icons a {
	margin: 0px 0px 0px 3px
}

.currently_trending_sec .currently_trending_details .breaking_publice_details {
	margin-top: 8px
}

@media only screen and (max-width: 767px) {
	.currently_trending_sec .currently_trending_details .breaking_publice_details {
		display: inline-block
	}
}

@media only screen and (max-width: 359px) {
	.currently_trending_sec .currently_trending_details .breaking_publice_details {
		display: flex
	}
}

@media only screen and (max-width: 767px) {
	.currently_trending_sec .currently_trending_details .breaking_publice_details figure {
		display: none
	}
}

@media only screen and (max-width: 767px) {
	.currently_trending_sec .currently_trending_details .breaking_publice_details .share_icons {
		text-align: right;
		display: inline-block
	}
}

@media only screen and (max-width: 767px) {
	.currently_trending_sec .currently_trending_details .breaking_publice_details .share_icons a {
		width: 15px
	}
}

.video_details_slider .owl-controls .owl-dots {
	text-align: center;
	margin-top: 10px
}

@media only screen and (max-width: 639px) {
	.video_details_slider .owl-controls .owl-dots {
		display: none !important
	}
}

.video_details_slider .owl-controls .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	background: #ececec;
	border-radius: 50%;
	display: inline-block;
	margin: 0px 5px
}

@media only screen and (max-width: 767px) {
	.video_details_slider .owl-controls .owl-dots .owl-dot {
		margin: 0px 3px
	}
}

.video_details_slider .owl-controls .owl-dots .owl-dot.active {
	background: #e22123
}

.related_articals_trending {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 15px;
	border-bottom: .5px solid #d81417;
	padding-bottom: 15px;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-o-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start
}

@media only screen and (max-width: 1600px) {
	.related_articals_trending {
		margin-bottom: 10px;
		padding-bottom: 10px
	}
}

.related_articals_trending:hover .share_icons {
	display: block
}

@media only screen and (max-width: 1023px) {
	.related_articals_trending {
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-o-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start
	}
}

@media only screen and (max-width: 639px) {
	.related_articals_trending {
		padding-bottom: 5px;
		margin-bottom: 5px
	}
}

.related_articals_trending .thumb_img {
	width: 30%;
	position: relative
}

@media only screen and (max-width: 639px) {
	.related_articals_trending .thumb_img {
		width: 25%
	}
}

.related_articals_trending .thumb_img img {
	width: 100%;
	vertical-align: top;
	height: 70px;
	object-fit: cover
}

.related_articals_trending .thumb_img i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 30px;
	color: #000;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%)
}

.related_articals_trending .artical_cont {
	width: 68%
}

@media only screen and (max-width: 639px) {
	.related_articals_trending .artical_cont {
		width: 73%
	}
}

.related_articals_trending .artical_cont h3 {
	color: #303030;
	font-size: 16px;
	font-family: "georgiabold";
	line-height: 18px
}

@media only screen and (max-width: 1023px) {
	.related_articals_trending .artical_cont h3 {
		font-size: 13px
	}
}

@media only screen and (max-width: 639px) {
	.related_articals_trending .artical_cont h3 {
		line-height: 16px
	}
}

.related_articals_trending .artical_cont h3 a {
	color: #303030;
	font-family: "georgiabold"
}

.related_articals_trending .artical_cont a {
	color: #e22123;
	font-family: "georgiabold_italic"
}

.related_articals_trending .artical_cont .breaking_publice_details {
	display: block
}

.related_articals_trending .artical_cont .breaking_publice_details h4 {
	margin-left: 0px;
	display: block;
	margin: 10px 0px
}

@media only screen and (max-width: 639px) {
	.related_articals_trending .artical_cont .breaking_publice_details h4 {
		font-size: 9px;
		margin: 5px 0px
	}
}

.related_articals_trending .artical_cont .breaking_publice_details .share_icons {
	text-align: right;
	padding-right: 8px
}

@media only screen and (max-width: 639px) {
	.related_articals_trending .artical_cont .breaking_publice_details .share_icons {
		text-align: right;
		display: inline-block;
		float: right
	}
}

.india_news_wrap {
	margin-bottom: 30px
}

@media only screen and (max-width: 1600px) {
	.india_news_wrap {
		margin-bottom: 15px
	}
}

@media only screen and (max-width: 639px) {
	.india_news_wrap {
		margin-bottom: 10px
	}
}

.india_news_wrap .heading {
	color: #fff;
	margin-bottom: 0px
}

.india_news_wrap .india_news_slider {
	margin-top: 0px
}

.india_news_wrap .india_news_slider .item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.india_news_wrap .india_news_slider .item h3 {
	margin-top: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	line-height: 22px;
	border-bottom: .5px solid #d81417;
	padding-bottom: 10px;
	width: 49%;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-o-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	font-size: 15px;
	font-family: "georgiabold"
}

.india_news_wrap .india_news_slider .item h3 a {
	color: #303030
}

@media only screen and (max-width: 639px) {
	.india_news_wrap .india_news_slider .item h3 {
		padding-bottom: 3px;
		margin-top: 7px;
		width: 100%;
		font-size: 13px
	}
}

.india_news_wrap .india_news_slider .item h3 span {
	margin-right: 12px;
	font-family: "georgiabold";
	color: #e22123;
	font-size: 38px;
	padding-top: 3px
}

@media only screen and (max-width: 639px) {
	.india_news_wrap .india_news_slider .item h3 span {
		font-size: 28px;
		padding: 0px
	}
}

.india_news_wrap .india_news_slider .owl-nav {
	position: absolute;
	right: 10px;
	top: -48px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex
}

.india_news_wrap .india_news_slider .owl-nav .owl-prev {
	margin: 0px 10px
}

.india_news_wrap .india_news_slider .owl-nav .owl-next {
	margin: 0px 10px
}

.india_news_wrap .india_news_slider .owl-controls .owl-dots {
	text-align: center;
	margin-top: 10px
}

@media only screen and (max-width: 639px) {
	.india_news_wrap .india_news_slider .owl-controls .owl-dots {
		display: none !important
	}
}

.india_news_wrap .india_news_slider .owl-controls .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	background: #ececec;
	border-radius: 50%;
	display: inline-block;
	margin: 0px 5px
}

@media only screen and (max-width: 767px) {
	.india_news_wrap .india_news_slider .owl-controls .owl-dots .owl-dot {
		width: 10px;
		height: 10px;
		margin: 0px 3px
	}
}

.india_news_wrap .india_news_slider .owl-controls .owl-dots .owl-dot.active {
	background: #e22123
}

.india_news_wrap .india_quality_ad {
	text-align: center;
	margin: 20px 0px
}

@media only screen and (max-width: 979px) {
	.india_news_wrap .india_quality_ad {
		margin: 20px 0px 0px
	}
}

.top_picks {
	margin-bottom: 30px
}

@media only screen and (max-width: 979px) {
	.top_picks {
		margin-bottom: 20px
	}
}

.top_picks .heading {
	color: #fff
}

.top_picks .top_picks_slider {
	margin-top: 20px
}

.top_picks .top_picks_slider .item {
	position: relative
}

.top_picks .top_picks_slider .item img {
	width: 100%;
	display: block
}

.top_picks .top_picks_slider .item a {
	display: inline-block;
	background: #0073aa;
	color: #fff;
	padding: 5px 5px;
	font-size: 12px;
	font-family: "RobotoSlab-Bold";
	margin: 20px 0px;
	margin-left: 5px
}

@media only screen and (max-width: 767px) {
	.top_picks .top_picks_slider .item a {
		margin: 5px 0px
	}
}

.top_picks .top_picks_slider .item .recent_cat {
	position: absolute;
	left: 10px;
	top: 10px;
	margin: 0px
}

.top_picks .top_picks_slider .item h3 {
	font-size: 12px;
	font-family: "georgiabold";
	margin-top: 10px
}

.top_picks .top_picks_slider .item .breaking_publice_details h4 {
	margin-left: 0px
}

.top_picks .top_picks_slider .item .breaking_publice_details h4 a {
	background: transparent;
	color: #303030;
	border-left: none;
	margin-left: 0px;
	padding: 0px
}

.top_picks .top_picks_slider .item .share_icons a {
	border: none;
	padding: 0px;
	margin-left: 3px;
	background: transparent
}

.top_picks .top_picks_slider .owl-nav {
	position: absolute;
	right: 10px;
	top: -48px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex
}

.top_picks .top_picks_slider .owl-nav .owl-prev {
	margin: 0px 10px
}

.top_picks .top_picks_slider .owl-nav .owl-next {
	margin: 0px 10px
}

.top_picks .top_picks_slider .owl-controls .owl-dots {
	text-align: center;
	margin-top: 10px
}

@media only screen and (max-width: 639px) {
	.top_picks .top_picks_slider .owl-controls .owl-dots {
		display: none !important
	}
}

.top_picks .top_picks_slider .owl-controls .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	background: #ececec;
	border-radius: 50%;
	display: inline-block;
	margin: 0px 5px
}

@media only screen and (max-width: 767px) {
	.top_picks .top_picks_slider .owl-controls .owl-dots .owl-dot {
		width: 10px;
		height: 10px;
		margin: 0px 3px
	}
}

.top_picks .top_picks_slider .owl-controls .owl-dots .owl-dot.active {
	background: #e22123
}

.exclusive_articles {
	margin-bottom: 30px
}

@media only screen and (max-width: 979px) {
	.exclusive_articles {
		margin-bottom: 20px
	}
}

.exclusive_articles .heading {
	color: #fff
}

.exclusive_articles .exclusive_details_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin-top: 20px;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.exclusive_articles .exclusive_details_wrap li {
	width: 48%
}

@media only screen and (max-width: 639px) {
	.exclusive_articles .exclusive_details_wrap li {
		width: 100%
	}
}

.exclusive_articles figure h4 {
	color: #666
}

.exclusive_articles figure h4 a {
	color: #666;
	border-left: 1px solid #666
}

.opnions_wrap {
	margin-bottom: 30px
}

@media only screen and (max-width: 1600px) {
	.opnions_wrap {
		margin-bottom: 15px
	}
}

@media only screen and (max-width: 639px) {
	.opnions_wrap {
		margin-bottom: 10px
	}
}

@media only screen and (max-width: 639px) {
	.opnions_wrap.black_box {
		background: #fff
	}
}

.opnions_wrap h2 {
	color: #fff
}

.opnions_wrap .opnions_slider {
	margin-top: 20px
}

.opnions_wrap .opnions_slider .item {
	position: relative
}

@media only screen and (max-width: 639px) {
	.opnions_wrap .opnions_slider .item {
		background: #000;
		padding: 10px
	}
}

.opnions_wrap .opnions_slider .item abbr {
	position: relative;
	display: block
}

.opnions_wrap .opnions_slider .item abbr i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 60px;
	color: rgba(0, 0, 0, .5);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	font-weight: normal;
	z-index: 99
}

@media only screen and (max-width: 1600px) {
	.opnions_wrap .opnions_slider .item abbr i {
		font-size: 50px
	}
}

.opnions_wrap .opnions_slider .item:hover i {
	color: #cd201f
}

.opnions_wrap .opnions_slider .item a:hover {
	text-decoration: none
}

.opnions_wrap .opnions_slider .item a:hover h3 {
	text-decoration: none
}

.opnions_wrap .opnions_slider .item a h3 {
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	margin-top: 5px;
	min-height: 60px
}

@media only screen and (max-width: 639px) {
	.opnions_wrap .opnions_slider .item a h3 {
		min-height: auto;
		font-size: 14px;
		line-height: 20px
	}
}

.opnions_wrap .opnions_slider .item img {
	width: 100%;
	display: block;
	height: 140px;
	object-fit: cover
}

@media only screen and (max-width: 639px) {
	.opnions_wrap .opnions_slider .item img {
		height: auto
	}
}

.opnions_wrap .opnions_slider .item .share_icons img {
	width: auto;
	height: auto
}

.opnions_wrap .opnions_slider .item figure h3 {
	color: #aaa;
	margin-top: 0px
}

.opnions_wrap .opnions_slider .item .breaking_publice_details {
	margin: 20px 0px 0px
}

.opnions_wrap .opnions_slider .item .recent_cat {
	position: absolute;
	left: 10px;
	top: 10px;
	margin: 0px
}

.opnions_wrap .opnions_slider .item>h3 {
	color: #fff;
	font-size: 18px;
	margin-top: 15px;
	font-family: "georgiabold";
	min-height: 60px
}

@media only screen and (max-width: 1600px) {
	.opnions_wrap .opnions_slider .item>h3 {
		line-height: 18px
	}
}

@media only screen and (max-width: 639px) {
	.opnions_wrap .opnions_slider .item>h3 {
		font-size: 12px;
		min-height: auto
	}
}

.opnions_wrap .opnions_slider .item p {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	margin: 15px 0px
}

@media only screen and (max-width: 639px) {
	.opnions_wrap .opnions_slider .item p {
		margin: 7px 0px;
		font-size: 13px;
		line-height: 20px
	}
}

.opnions_wrap .opnions_slider .item .openion_post_detail .openion_img {
	width: 36px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle
}

@media only screen and (max-width: 1023px) {
	.opnions_wrap .opnions_slider .item .openion_post_detail .openion_img {
		width: 28px
	}
}

.opnions_wrap .opnions_slider .item .openion_post_detail .openion_name_date {
	display: inline-block;
	vertical-align: middle
}

.opnions_wrap .opnions_slider .item .openion_post_detail .openion_name_date h3,
.opnions_wrap .opnions_slider .item .openion_post_detail .openion_name_date abbr {
	font-size: 13px;
	color: #aaa;
	margin: 5px 0px;
	font-family: "georgiabold"
}

@media only screen and (max-width: 1023px) {

	.opnions_wrap .opnions_slider .item .openion_post_detail .openion_name_date h3,
	.opnions_wrap .opnions_slider .item .openion_post_detail .openion_name_date abbr {
		font-size: 12px;
		margin: 3px 0px
	}
}

.opnions_wrap .opnions_slider .item .openion_post_detail .openion_share {
	display: inline-block;
	float: right;
	vertical-align: middle;
	margin-top: 10px
}

.opnions_wrap .opnions_slider .item .openion_post_detail .openion_share a {
	display: inline-block;
	background: transparent;
	color: #fff;
	padding: 0px;
	font-size: 12px;
	font-family: "RobotoSlab-Bold";
	margin: 0px 0px;
	margin-left: 5px
}

.opnions_wrap .opnions_slider .owl-nav {
	position: absolute;
	right: 10px;
	top: -48px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex
}

.opnions_wrap .opnions_slider .owl-nav .owl-prev {
	margin: 0px 10px
}

.opnions_wrap .opnions_slider .owl-nav .owl-next {
	margin: 0px 10px
}

.opnions_wrap .opnions_slider .owl-controls .owl-dots {
	text-align: center;
	margin-top: 0px
}

@media only screen and (max-width: 639px) {
	.opnions_wrap .opnions_slider .owl-controls .owl-dots {
		display: none !important
	}
}

.opnions_wrap .opnions_slider .owl-controls .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	margin: 0px 5px
}

@media only screen and (max-width: 767px) {
	.opnions_wrap .opnions_slider .owl-controls .owl-dots .owl-dot {
		width: 10px;
		height: 10px;
		margin: 0px 3px
	}
}

.opnions_wrap .opnions_slider .owl-controls .owl-dots .owl-dot.active {
	background: #e22123
}

.gallery_wrap {
	margin-bottom: 30px
}

@media only screen and (max-width: 1600px) {
	.gallery_wrap {
		margin-bottom: 15px
	}
}

@media only screen and (max-width: 979px) {
	.gallery_wrap {
		margin-bottom: 20px
	}
}

@media only screen and (max-width: 639px) {
	.gallery_wrap {
		margin-bottom: 10px
	}
}

.gallery_wrap .heading {
	color: #fff;
	margin-bottom: 10px
}

.gallery_wrap .gallery_slider .item .first_col,
.gallery_wrap .gallery_slider .item .sec_col {
	width: 50%;
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
	padding: 0px 10px
}

@media only screen and (max-width: 639px) {

	.gallery_wrap .gallery_slider .item .first_col,
	.gallery_wrap .gallery_slider .item .sec_col {
		width: 100%
	}
}

.gallery_wrap .gallery_slider .item .first_col img,
.gallery_wrap .gallery_slider .item .sec_col img {
	width: 100%
}

.gallery_wrap .gallery_slider .item .first_col p,
.gallery_wrap .gallery_slider .item .sec_col p {
	font-size: 12px;
	color: #666;
	margin-top: 5px
}

.gallery_wrap .gallery_slider .item .first_col .w_50,
.gallery_wrap .gallery_slider .item .sec_col .w_50 {
	width: 50%;
	display: inline-block;
	padding: 0px 10px;
	margin-right: -4px;
	margin-bottom: 20px;
	vertical-align: top
}

@media only screen and (max-width: 639px) {

	.gallery_wrap .gallery_slider .item .first_col .w_50,
	.gallery_wrap .gallery_slider .item .sec_col .w_50 {
		padding: 0px 5px
	}
}

@media only screen and (max-width: 639px) {
	.gallery_wrap .gallery_slider .item .first_col {
		margin-bottom: 15px
	}
}

.gallery_wrap .gallery_slider .owl-nav {
	position: absolute;
	right: 10px;
	top: -48px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex
}

.gallery_wrap .gallery_slider .owl-nav .owl-prev {
	margin: 0px 10px
}

.gallery_wrap .gallery_slider .owl-nav .owl-next {
	margin: 0px 10px
}

.gallery_wrap .gallery_slider .owl-controls .owl-dots {
	text-align: center;
	margin-top: 0px
}

@media only screen and (max-width: 639px) {
	.gallery_wrap .gallery_slider .owl-controls .owl-dots {
		display: none !important
	}
}

.gallery_wrap .gallery_slider .owl-controls .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	background: #ececec;
	border-radius: 50%;
	display: inline-block;
	margin: 0px 5px
}

@media only screen and (max-width: 767px) {
	.gallery_wrap .gallery_slider .owl-controls .owl-dots .owl-dot {
		width: 10px;
		height: 10px;
		margin: 0px 3px
	}
}

.gallery_wrap .gallery_slider .owl-controls .owl-dots .owl-dot.active {
	background: #e22123
}

.sidebar_heading {
	background: #dadada;
	color: #303030;
	text-align: center;
	font-size: 18px;
	font-family: "georgiabold";
	padding: 8px 0px;
	text-transform: uppercase
}

@media only screen and (max-width: 979px) {
	.sidebar_heading {
		font-size: 13px
	}
}

@media only screen and (max-width: 639px) {
	.sidebar_heading {
		color: #fff;
		background: #064269
	}
}

.recent_post {
	margin-bottom: 30px
}

@media only screen and (max-width: 1600px) {
	.recent_post {
		margin-bottom: 15px
	}
}

@media only screen and (max-width: 979px) {
	.recent_post {
		margin-bottom: 20px
	}
}

.recent_post div {
	position: relative
}

.recent_post .recent_post_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-o-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px
}

.recent_post .recent_post_box:last-child {
	margin-bottom: 0px;
	border-bottom: none
}

.recent_post .recent_post_box .recent_post_img {
	width: 42%;
	position: relative
}

@media only screen and (max-width: 1600px) {
	.recent_post .recent_post_box .recent_post_img {
		width: 30%
	}
}

@media only screen and (max-width: 979px) {
	.recent_post .recent_post_box .recent_post_img {
		width: 100%
	}
}

@media only screen and (max-width: 767px) {
	.recent_post .recent_post_box .recent_post_img {
		width: 30%
	}
}

.recent_post .recent_post_box .recent_post_img img {
	width: 100%;
	height: 70px;
	object-fit: cover;
	vertical-align: top
}

.recent_post .recent_post_box .recent_post_img .recent_cat {
	font-size: 12px;
	background: #33b47b;
	padding: 5px 10px;
	display: inline-block;
	margin-bottom: 10px;
	color: #fff;
	font-family: "georgiabold"
}

.recent_post .recent_post_box .recent_post_img .wishlist {
	opacity: 0;
	position: absolute;
	visibility: hidden;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	top: 0px;
	left: 0px;
	bottom: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	justify-content: center
}

.recent_post .recent_post_box .recent_post_img .wishlist img {
	object-fit: none;
	width: auto;
	height: auto
}

.recent_post .recent_post_box .recent_post_img.show_share_icon>div {
	opacity: 0;
	position: absolute;
	visibility: hidden;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	top: 0px;
	left: 0px
}

.recent_post .recent_post_box .recent_post_img.show_share_icon>div .share_open_popup img {
	filter: brightness(0) invert(1);
	object-fit: none
}

.recent_post .recent_post_box .recent_post_img.show_share_icon>div .share_popup {
	right: auto;
	left: 0px;
	bottom: -16px;
	z-index: 9999
}

.recent_post .recent_post_box:hover .show_share_icon>div {
	opacity: 1;
	visibility: visible
}

.recent_post .recent_post_box:hover .wishlist {
	opacity: 1;
	visibility: visible
}

.recent_post .recent_post_box .recent_post_cont {
	width: 55%
}

@media only screen and (max-width: 1600px) {
	.recent_post .recent_post_box .recent_post_cont {
		width: 66%
	}
}

@media only screen and (max-width: 979px) {
	.recent_post .recent_post_box .recent_post_cont {
		width: 100%
	}
}

@media only screen and (max-width: 767px) {
	.recent_post .recent_post_box .recent_post_cont {
		width: 67%
	}
}

.recent_post .recent_post_box .recent_post_cont>div {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-o-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	float: right
}

.recent_post .recent_post_box .recent_post_cont>div>a {
	margin-right: 5px;
	display: none
}

.recent_post .recent_post_box .recent_post_cont.gplus_hide .gplus-news {
	display: none
}

.recent_post .recent_post_box .recent_post_cont .recent_cat {
	font-size: 12px;
	background: #33b47b;
	padding: 5px 10px;
	display: inline-block;
	margin-bottom: 10px;
	color: #fff;
	font-family: "georgiabold"
}

.recent_post .recent_post_box .recent_post_cont abbr {
	font-size: 12px;
	color: #666;
	margin: 10px 0px;
	display: inline-block
}

.recent_post .recent_post_box .recent_post_cont span {
	font-size: 11px;
	display: inline-block;
	padding: 3px 7px;
	background: #33b47b;
	color: #fff;
	font-family: "RobotoSlab-Regular";
	margin-bottom: 5px;
	display: none
}

@media only screen and (max-width: 639px) {
	.recent_post .recent_post_box .recent_post_cont span {
		margin-bottom: 8px
	}
}

.recent_post .recent_post_box .recent_post_cont>h4,
.recent_post .recent_post_box .recent_post_cont>h4 a {
	margin: 5px 0px;
	display: block;
	color: #303030;
	font-size: 13px;
	line-height: 18px;
	font-family: "georgiabold";
	margin-top: 0px
}

@media only screen and (max-width: 639px) {

	.recent_post .recent_post_box .recent_post_cont>h4,
	.recent_post .recent_post_box .recent_post_cont>h4 a {
		margin: 8px 0px;
		margin-top: 0px;
		font-size: 12px;
		line-height: 14px
	}
}

.recent_post .recent_post_box .recent_post_cont>h4:hover,
.recent_post .recent_post_box .recent_post_cont>h4 a:hover {
	color: #303030;
	text-decoration: none
}

.recent_post .recent_post_box .recent_post_cont>h4 a {
	margin: 0px
}

.recent_post .recent_post_box .recent_post_cont a>h4,
.recent_post .recent_post_box .recent_post_cont a>h4 a {
	margin: 5px 0px;
	display: block;
	color: #303030;
	font-size: 13px;
	line-height: 18px;
	font-family: "georgiabold";
	margin-top: 0px
}

@media only screen and (max-width: 639px) {

	.recent_post .recent_post_box .recent_post_cont a>h4,
	.recent_post .recent_post_box .recent_post_cont a>h4 a {
		margin: 8px 0px;
		margin-top: 0px;
		font-size: 12px;
		line-height: 14px
	}
}

.recent_post .recent_post_box .recent_post_cont a>h4:hover,
.recent_post .recent_post_box .recent_post_cont a>h4 a:hover {
	color: #303030;
	text-decoration: none
}

.recent_post .recent_post_box .recent_post_cont>a {
	margin: 0px 0px 5px;
	display: inline-block;
	color: #e22123;
	font-family: "georgiabold_italic";
	vertical-align: middle
}

.recent_post .recent_post_box .recent_post_cont>a:hover {
	text-decoration: none
}

.recent_post .recent_post_box .recent_post_cont>ul {
	display: inline-block;
	float: right;
	vertical-align: middle;
	margin: 0px 0px
}

.recent_post .recent_post_box .recent_post_cont>ul li {
	display: inline-block;
	position: relative
}

.opnion_post {
	margin-bottom: 30px
}

@media only screen and (max-width: 1600px) {
	.opnion_post {
		margin-bottom: 15px
	}
}

.opnion_post .sidebar_heading {
	background: #064269;
	color: #fff
}

.opnion_post .opnion_post_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-o-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start
}

.opnion_post .opnion_post_box:last-child {
	margin-bottom: 0px
}

.opnion_post .opnion_post_box .recent_post_img {
	width: 42%
}

@media only screen and (max-width: 1600px) {
	.opnion_post .opnion_post_box .recent_post_img {
		width: 30%
	}
}

@media only screen and (max-width: 979px) {
	.opnion_post .opnion_post_box .recent_post_img {
		width: 100%
	}
}

@media only screen and (max-width: 767px) {
	.opnion_post .opnion_post_box .recent_post_img {
		width: 32%
	}
}

.opnion_post .opnion_post_box .recent_post_img img {
	width: 100%
}

.opnion_post .opnion_post_box .recent_post_cont {
	width: 55%
}

@media only screen and (max-width: 1600px) {
	.opnion_post .opnion_post_box .recent_post_cont {
		width: 67%
	}
}

@media only screen and (max-width: 979px) {
	.opnion_post .opnion_post_box .recent_post_cont {
		width: 100%
	}
}

@media only screen and (max-width: 767px) {
	.opnion_post .opnion_post_box .recent_post_cont {
		width: 65%
	}
}

.opnion_post .opnion_post_box .recent_post_cont .recent_cat {
	font-size: 12px;
	background: #33b47b;
	padding: 5px 10px;
	display: inline-block;
	margin-bottom: 10px;
	color: #fff;
	font-family: "georgiabold"
}

.opnion_post .opnion_post_box .recent_post_cont abbr {
	font-size: 12px;
	color: #666;
	margin: 10px 0px;
	display: inline-block
}

.opnion_post .opnion_post_box .recent_post_cont div {
	display: block;
	text-align: right
}

.e_paper_sec {
	margin-bottom: 30px
}

@media only screen and (max-width: 1600px) {
	.e_paper_sec {
		margin-bottom: 15px
	}
}

.e_paper_sec img {
	width: 100%
}

.e_paper_sec .sidebar_heading {
	margin-bottom: 10px
}

.poll_qst_sec {
	margin-bottom: 30px
}

@media only screen and (max-width: 979px) {
	.poll_qst_sec {
		margin-bottom: 20px
	}
}

.poll_qst_sec .sidebar_heading {
	margin-bottom: 10px
}

.poll_qst_sec p {
	color: #666;
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px
}

.poll_qst_sec h5 {
	color: #666;
	font-size: 12px;
	font-family: "georgiabold";
	text-align: center;
	margin: 25px 0px 0px
}

.poll_qst_sec ul li {
	background: #064269
}

.poll_qst_sec ul li a {
	display: block;
	text-align: center;
	padding: 10px 0px;
	margin-top: 8px;
	color: #fff;
	font-family: "RobotoSlab-Regular"
}

.poll_qst_sec ul li:nth-child(2) {
	background: #e71c20
}

.poll_qst_sec ul li:nth-child(3) {
	background: #ffc735
}

.poll_qst_sec ul li:nth-child(3) a {
	color: #303030
}

.news_letter_sec {
	margin-bottom: 30px
}

@media only screen and (max-width: 1600px) {
	.news_letter_sec {
		margin-bottom: 15px
	}
}

.news_letter_sec form input {
	width: 100%;
	border: 1px solid #eee;
	padding: 7px;
	color: #666;
	font-size: 13px;
	margin: 15px 0px
}

.news_letter_sec form button {
	width: 100%;
	background: #e71c20;
	height: 36px;
	border: none;
	color: #fff
}

footer {
	background: #064269;
	padding: 40px 0px;
	position: relative
}

@media only screen and (max-width: 979px) {
	footer {
		padding: 25px 10px
	}
}

footer .abput_footer {
	width: 45%;
	display: inline-block;
	margin-right: -4px;
	padding-right: 10%;
	vertical-align: top
}

@media only screen and (max-width: 1600px) {
	footer .abput_footer {
		padding-right: 5%;
		width: 40%
	}
}

@media only screen and (max-width: 979px) {
	footer .abput_footer {
		padding-right: 3%;
		width: 38%
	}
}

@media only screen and (max-width: 767px) {
	footer .abput_footer {
		padding-right: 0px;
		width: 100%
	}
}

footer .abput_footer h4 {
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	text-transform: uppercase;
	font-family: "georgiabold"
}

footer .abput_footer p {
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	font-family: "RobotoSlab-Regular";
	margin-top: 4%
}

@media only screen and (max-width: 639px) {
	footer .abput_footer p {
		font-size: 12px;
		line-height: 18px
	}
}

footer .footer_menu {
	width: 35%;
	display: inline-block;
	margin-right: -4px;
	padding-right: 10%
}

@media only screen and (max-width: 1600px) {
	footer .footer_menu {
		padding-right: 5%;
		width: 40%
	}
}

@media only screen and (max-width: 979px) {
	footer .footer_menu {
		padding-right: 3%;
		width: 38%
	}
}

@media only screen and (max-width: 767px) {
	footer .footer_menu {
		padding-right: 0px;
		width: 100%;
		margin: 30px 0px
	}
}

footer .footer_menu ul li {
	width: 50%;
	display: inline-block;
	padding: 0px 10px;
	margin-right: -4px;
	margin-bottom: 20px;
	vertical-align: top
}

@media only screen and (max-width: 767px) {
	footer .footer_menu ul li {
		padding: 0px
	}
}

footer .footer_menu ul li a {
	color: #fff
}

@media only screen and (max-width: 979px) {
	footer .footer_menu ul li a {
		font-size: 12px
	}
}

footer .popular_tag_wrap {
	width: 20%;
	display: inline-block;
	margin-right: -4px;
	vertical-align: top
}

@media only screen and (max-width: 979px) {
	footer .popular_tag_wrap {
		width: 24%
	}
}

@media only screen and (max-width: 767px) {
	footer .popular_tag_wrap {
		padding-right: 0px;
		width: 100%
	}
}

footer .popular_tag_wrap h4 {
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	font-family: "georgiabold"
}

footer .popular_tag_wrap .footer_pop_list {
	margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
	footer .popular_tag_wrap .footer_pop_list {
		margin-top: 10px;
		margin-bottom: 40px
	}
}

footer .popular_tag_wrap .footer_pop_list li {
	display: inline-block;
	margin-top: 15px;
	margin-right: 5px
}

@media only screen and (max-width: 979px) {
	footer .popular_tag_wrap .footer_pop_list li {
		margin-top: 10px
	}
}

footer .popular_tag_wrap .footer_pop_list li a {
	font-size: 12px;
	color: #fff;
	background: #0a3957;
	padding: 10px;
	display: inline-block
}

@media only screen and (max-width: 979px) {
	footer .popular_tag_wrap .footer_pop_list li a {
		font-size: 12px;
		padding: 5px
	}
}

@media only screen and (max-width: 639px) {
	footer .popular_tag_wrap .footer_pop_list li a {
		font-size: 14px;
		padding: 10px 20px
	}
}

footer .popular_tag_wrap .footer_social {
	margin-top: 15px
}

footer .popular_tag_wrap .footer_social li {
	display: inline-block;
	margin-right: 20px
}

@media only screen and (max-width: 1023px) {
	footer .popular_tag_wrap .footer_social li {
		margin-right: 10px
	}
}

@media only screen and (max-width: 767px) {
	footer .popular_tag_wrap .footer_social li {
		margin-right: 30px
	}
}

footer .popular_tag_wrap .footer_social li i {
	font-size: 18px;
	color: #fff
}

footer .copy_cont {
	text-align: center;
	margin-top: 50px
}

footer .copy_cont p {
	font-size: 12px;
	color: #fff;
	line-height: 24px
}

.bread-crumbs ul {
	margin: 0px 0px 10px;
	padding-left: 15px
}

@media only screen and (max-width: 979px) {
	.bread-crumbs ul {
		margin: 10px 0px 10px
	}
}

.bread-crumbs ul li {
	display: inline-block;
	margin-right: 5px;
	position: relative;
	padding-right: 5px
}

.bread-crumbs ul li:after {
	position: absolute;
	left: 100%;
	content: "/";
	font-size: 18px;
	top: -1px
}

.bread-crumbs ul li:last-child:after {
	display: none
}

.bread-crumbs ul li a {
	font-size: 12px;
	font-family: "georgiabold";
	color: #303030
}

.daily_news_wrap {
	margin-bottom: 30px
}

@media only screen and (max-width: 1600px) {
	.daily_news_wrap {
		margin-bottom: 15px
	}
}

.daily_news_wrap .heading {
	color: #fff;
	margin-bottom: 25px
}

@media only screen and (max-width: 1600px) {
	.daily_news_wrap .heading {
		margin-bottom: 10px
	}
}

.daily_news_wrap .daily_news_details {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 40px
}

@media only screen and (max-width: 1600px) {
	.daily_news_wrap .daily_news_details {
		margin-bottom: 20px
	}
}

@media only screen and (max-width: 979px) {
	.daily_news_wrap .daily_news_details {
		display: block
	}
}

@media only screen and (max-width: 639px) {
	.daily_news_wrap .daily_news_details {
		margin-bottom: 10px
	}
}

.daily_news_wrap .daily_news_details .daily_news_left {
	display: inline-block;
	width: 48%
}

@media only screen and (max-width: 979px) {
	.daily_news_wrap .daily_news_details .daily_news_left {
		width: 100%
	}
}

.daily_news_wrap .daily_news_details .daily_news_left .daily_news_pic img {
	width: 100%;
	vertical-align: top
}

.daily_news_wrap .daily_news_details .daily_news_left h3 {
	color: #303030;
	font-size: 18px;
	font-family: "georgiabold";
	line-height: 30px;
	margin-bottom: 10px
}

@media only screen and (max-width: 1023px) {
	.daily_news_wrap .daily_news_details .daily_news_left h3 {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 10px
	}
}

@media only screen and (max-width: 639px) {
	.daily_news_wrap .daily_news_details .daily_news_left h3 {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 8px
	}
}

.daily_news_wrap .daily_news_details .daily_news_left .daily_news_cat {
	margin: 20px 0px 10px
}

.daily_news_wrap .daily_news_details .daily_news_left .daily_news_cat a {
	display: inline-block;
	background: #33b47b;
	color: #fff;
	padding: 5px 15px;
	font-size: 12px;
	font-family: "georgiabold"
}

.daily_news_wrap .daily_news_details .daily_news_right {
	width: 50%
}

@media only screen and (max-width: 979px) {
	.daily_news_wrap .daily_news_details .daily_news_right {
		width: 100%;
		margin-top: 10px
	}
}

.daily_news_wrap .daily_news_details .daily_news_right .daily_news_cat {
	margin: 0px 0px 10px
}

.daily_news_wrap .daily_news_details .daily_news_right .daily_news_cat a {
	display: inline-block;
	background: #33b47b;
	color: #fff;
	padding: 5px 15px;
	font-size: 12px;
	font-family: "georgiabold"
}

.daily_news_wrap .daily_news_details .daily_news_right h3 {
	color: #303030;
	font-size: 18px;
	font-family: "georgiabold";
	line-height: 30px;
	margin-bottom: 10px
}

@media only screen and (max-width: 1023px) {
	.daily_news_wrap .daily_news_details .daily_news_right h3 {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 10px
	}
}

@media only screen and (max-width: 639px) {
	.daily_news_wrap .daily_news_details .daily_news_right h3 {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 8px
	}
}

.daily_news_wrap .daily_news_details .daily_news_right p {
	color: #666;
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 15px
}

@media only screen and (max-width: 639px) {
	.daily_news_wrap .daily_news_details .daily_news_right p {
		font-size: 12px;
		line-height: 21px
	}
}

.daily_news_wrap .daily_news_details .daily_news_right figure h4 a {
	color: #000;
	border-left: 1px solid #000
}

@media only screen and (max-width: 639px) {
	.daily_news_wrap .daily_news_details .daily_news_right .breaking_publice_details {
		display: block
	}
}

.daily_news_wrap .daily_news_details .daily_news_right .breaking_publice_details figure {
	display: inline-block
}

@media only screen and (max-width: 639px) {
	.daily_news_wrap .daily_news_details .daily_news_right .breaking_publice_details figure {
		width: 100%;
		display: inline-block
	}
}

.daily_news_wrap .daily_news_details .daily_news_right .breaking_publice_details figure img {
	vertical-align: middle
}

@media only screen and (max-width: 639px) {
	.daily_news_wrap .daily_news_details .daily_news_right .breaking_publice_details .share_icons {
		text-align: right;
		width: 100%;
		margin-top: 10px
	}
}

.daily_news_wrap .news_description {
	width: 100%;
	margin: 0 auto
}

@media only screen and (max-width: 979px) {
	.daily_news_wrap .news_description {
		width: 80%
	}
}

@media only screen and (max-width: 639px) {
	.daily_news_wrap .news_description {
		width: 95%
	}
}

.daily_news_wrap .news_description p {
	font-size: 13px;
	color: #666;
	line-height: 22px;
	margin-bottom: 10px;
	font-family: "georgiaregular" !important
}

@media only screen and (max-width: 639px) {
	.daily_news_wrap .news_description p {
		font-size: 13px;
		line-height: 21px
	}
}

.daily_news_wrap .news_description p span {
	font-family: "georgiaregular" !important;
	font-size: unset !important
}

.daily_news_wrap .news_description p span img {
	margin-bottom: 30px;
	display: block
}

.daily_news_wrap .news_description p>img {
	width: 100% !important;
	vertical-align: top
}

.daily_news_wrap .news_description em {
	font-style: italic
}

.daily_news_wrap .news_description strong {
	font-weight: bold
}

.daily_news_wrap .news_description .read_full_wrap {
	display: none;
	text-align: center;
	margin-bottom: 30px
}

@media only screen and (max-width: 639px) {
	.daily_news_wrap .news_description .read_full_wrap {
		display: block
	}
}

.daily_news_wrap .news_description .read_full_wrap a {
	display: block;
	background: #064269;
	color: #fff;
	width: 100%;
	padding: 10px 0px;
	margin-top: 15px
}

.daily_news_wrap .news_description .read_full_wrap a i {
	display: inline-block;
	margin-right: 5px;
	font-size: 22px;
	vertical-align: middle
}

.daily_news_wrap .news_description .share_icons {
	width: 100%;
	text-align: right;
	margin: 10px 0px
}

.daily_news_wrap .news_description .prev_next_wrap {
	margin: 15px 0px;
	padding: 5px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.daily_news_wrap .news_description .prev_next_wrap i {
	font-size: 40px;
	color: #666;
	vertical-align: middle
}

.daily_news_wrap .news_description .prev_next_wrap abbr {
	vertical-align: middle;
	font-size: 12px;
	color: #666;
	font-family: "RobotoSlab-Medium"
}

.daily_news_wrap .news_description .comments_wrapper {
	position: relative
}

@media only screen and (max-width: 639px) {
	.daily_news_wrap .news_description .comments_wrapper {
		padding-bottom: 30px;
		margin-bottom: 30px
	}
}

.daily_news_wrap .news_description .comments_wrapper h3 {
	font-size: 12px;
	color: #666;
	font-family: "RobotoSlab-Medium"
}

.daily_news_wrap .news_description .comments_wrapper .post_comment {
	font-size: 13px;
	color: #fff;
	background: #064269;
	display: inline-block;
	padding: 10px 50px;
	position: absolute;
	top: -10px;
	right: 0px
}

@media only screen and (max-width: 639px) {
	.daily_news_wrap .news_description .comments_wrapper .post_comment {
		bottom: 0px;
		display: block;
		top: auto;
		width: 100%;
		text-align: center
	}
}

.daily_news_wrap .news_description .comments_wrapper .comment_box {
	margin: 10px 0px;
	font-size: 16px;
	color: #666;
	padding-bottom: 10px;
	border-bottom: .5px solid #ccc
}

.daily_news_wrap .news_description .comments_wrapper .comment_box .comment_user {
	margin-top: 5px;
	display: flex;
	align-items: center
}

.daily_news_wrap .news_description .comments_wrapper .comment_box .comment_user img {
	width: 20px
}

.daily_news_wrap .news_description .comments_wrapper .comment_box .comment_user a {
	font-size: 12px;
	color: #666;
	font-family: "RobotoSlab-Medium";
	margin: 0px 10px
}

.daily_news_wrap .news_description .comments_wrapper .comment_box .comment_user abbr {
	font-size: 12px;
	color: #666;
	font-family: "RobotoSlab-Medium";
	padding-left: 10px;
	border-left: 2px solid #666
}

.daily_news_tags {
	margin-top: 20px
}

@media only screen and (max-width: 639px) {
	.daily_news_tags {
		margin-bottom: 10px
	}
}

.daily_news_tags li {
	display: inline-block;
	margin: 0px 5px
}

.daily_news_tags li a {
	padding: 5px 15px;
	background: #0a3957;
	color: #fff;
	font-size: 12px;
	margin-bottom: 6px;
	display: block
}

.daily_news_tags li a:hover {
	text-decoration: none
}

.you_may_like_slider.exclusive_details_wrap li {
	width: auto
}

.you_may_like_slider figure {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between
}

.you_may_like_slider .owl-nav {
	position: absolute;
	right: 10px;
	top: -48px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex
}

.you_may_like_slider .owl-nav .owl-prev {
	margin: 0px 10px
}

.you_may_like_slider .owl-nav .owl-next {
	margin: 0px 10px
}

.you_may_like_slider .owl-controls {
	width: 100%
}

.you_may_like_slider .owl-controls .owl-dots {
	text-align: center;
	margin-top: 15px
}

@media only screen and (max-width: 639px) {
	.you_may_like_slider .owl-controls .owl-dots {
		display: none !important
	}
}

.you_may_like_slider .owl-controls .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	background: #ececec;
	border-radius: 50%;
	display: inline-block;
	margin: 0px 5px
}

@media only screen and (max-width: 767px) {
	.you_may_like_slider .owl-controls .owl-dots .owl-dot {
		width: 10px;
		height: 10px;
		margin: 0px 3px
	}
}

.you_may_like_slider .owl-controls .owl-dots .owl-dot.active {
	background: #e22123
}

.daily_news_pic .image_caption {
	position: relative;
	bottom: 0px;
	background: rgba(0, 0, 0, .7);
	left: 0px;
	right: 0px;
	color: #fff;
	padding: 10px;
	font-size: 14px;
	margin-bottom: 10px
}

.daily_news_left_new {
	display: inline-block;
	width: 48%
}

@media only screen and (max-width: 979px) {
	.daily_news_left_new {
		width: 100%
	}
}

.daily_news_left_new .daily_news_pic {
	position: relative
}

.daily_news_left_new .daily_news_pic img {
	width: 100%;
	vertical-align: top
}

.daily_news_left_new .daily_news_cat {
	margin: 10px 0px
}

.daily_news_left_new .daily_news_cat a {
	display: inline-block;
	background: #33b47b;
	color: #fff;
	padding: 5px 15px;
	font-size: 12px;
	font-family: "RobotoSlab-Bold";
	position: absolute;
	left: 10px;
	top: 10px
}

.daily_news_left_new .daily_news_pic img {
	width: 100%
}

.daily_news_left_new .breaking_publice_details {
	margin-top: 10px
}

.daily_news_left_new .breaking_publice_details figure img {
	width: auto
}

.daily_news_left_new h3 {
	color: #303030;
	font-size: 16px;
	font-family: "georgiabold";
	line-height: 20px;
	margin-bottom: 10px
}

@media only screen and (max-width: 1023px) {
	.daily_news_left_new h3 {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 10px
	}
}

@media only screen and (max-width: 639px) {
	.daily_news_left_new h3 {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 8px
	}
}

.daily_news_left_new .breaking_publice_details h4 a {
	color: #000;
	border-left: 1px solid #000
}

.daily_news_right_new {
	width: 50%;
	height: 280px;
	overflow: auto
}

@media only screen and (max-width: 979px) {
	.daily_news_right_new {
		width: 100%;
		margin-top: 10px
	}
}

@media only screen and (max-width: 639px) {
	.daily_news_right_new {
		margin-top: 20px
	}
}

.daily_news_right_new .daily_new_right_box {
	background: #eee;
	padding: 10px;
	margin-bottom: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between
}

.daily_news_right_new .daily_new_right_box:last-child {
	margin-bottom: 0px
}

.daily_news_right_new .daily_new_right_box .daily_new_right_box_img {
	width: 24%
}

.daily_news_right_new .daily_new_right_box .daily_new_right_box_content {
	width: 74%
}

.daily_news_right_new .daily_new_right_box .daily_new_right_box_content h3 {
	line-height: 17px;
	font-size: 12px;
	font-family: "georgiabold"
}

.daily_news_right_new .daily_new_right_box .daily_new_right_box_content .share_icons {
	text-align: right
}

.daily_news_listing_wrap ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between
}

.daily_news_listing_wrap ul li {
	width: 32%;
	margin-bottom: 30px;
	position: relative
}

@media only screen and (max-width: 639px) {
	.daily_news_listing_wrap ul li {
		width: 100%
	}
}

@media only screen and (max-width: 639px) {
	.daily_news_listing_wrap ul li img {
		width: 100%
	}
}

@media only screen and (max-width: 639px) {
	.daily_news_listing_wrap ul li .share_icons img {
		width: auto
	}
}

.daily_news_listing_wrap ul li .daily_news_cat {
	margin: 0px;
	position: absolute;
	left: 10px;
	top: 10px
}

.daily_news_listing_wrap .daily_news_cat {
	margin: 10px 0px
}

.daily_news_listing_wrap .daily_news_cat a {
	display: inline-block;
	background: #33b47b;
	color: #fff;
	padding: 5px 15px;
	font-size: 12px;
	font-family: "georgiabold"
}

.daily_news_listing_wrap h4 {
	line-height: 20px;
	font-size: 12px;
	font-family: "georgiabold"
}

.daily_news_listing_wrap .breaking_publice_details_new {
	margin-top: 10px
}

.daily_news_listing_wrap .breaking_publice_details_new h4 a {
	color: #666;
	font-size: 12px;
	display: block;
	margin-bottom: 5px
}

.e_paper_download {
	position: fixed;
	bottom: 10px;
	z-index: 99999;
	right: -50px;
	text-align: center
}

@media only screen and (max-width: 639px) {
	.e_paper_download {
		bottom: 50px
	}
}

.e_paper_download.load-slide-right.active {
	right: 10px
}

@media only screen and (max-width: 639px) {
	.e_paper_download.load-slide-right.active {
		right: 5px
	}
}

.e_paper_download a {
	font-size: 18px;
	color: #064269;
	background: rgba(255, 255, 255, .9);
	padding: 5px 0px;
	border: 1px solid #064269;
	width: 180px;
	display: block
}

@media only screen and (max-width: 639px) {
	.e_paper_download a {
		width: 130px;
		padding: 5px 0px;
		font-size: 16px
	}
}

@media only screen and (max-width: 639px) {
	.mobile_scroll {
		width: 400px;
		overflow: scroll;
		height: 22px;
		display: inline-block;
		vertical-align: middle
	}
}

.top_10_overflow_hidden {
	max-height: 733px;
	overflow: auto
}

@media only screen and (max-width: 979px) {
	.top_10_overflow_hidden {
		max-height: 1000px
	}
}

@media only screen and (max-width: 639px) {
	.top_10_overflow_hidden {
		max-height: 320px
	}
}

.video_reporter_slider .item {
	position: relative
}

.video_reporter_slider .item .share_icons .share_popup {
	left: auto;
	right: 0px
}

.video_reporter_slider .item abbr img {
	width: 100%;
	display: block;
	height: auto;
	cursor: pointer
}

@media only screen and (max-width: 639px) {
	.video_reporter_slider .item abbr img {
		height: auto
	}
}

.video_reporter_slider .item .tag_cat {
	display: inline-block;
	background: #33b47b;
	color: #fff;
	padding: 4px 7px;
	font-size: 11px;
	font-family: "georgiabold";
	position: absolute;
	top: 8px;
	left: 8px
}

.video_reporter_slider .item a {
	display: inline-block;
	background: #0073aa;
	color: #fff;
	padding: 5px 5px;
	font-size: 12px;
	font-family: "RobotoSlab-Bold";
	margin: 20px 0px;
	margin-left: 5px
}

@media only screen and (max-width: 639px) {
	.video_reporter_slider .item a {
		margin: 8px 0px
	}
}

.video_reporter_slider .item .recent_cat {
	position: absolute;
	left: 10px;
	top: 10px;
	margin: 0px
}

.video_reporter_slider .item h3 {
	font-size: 13px;
	font-family: "georgiabold";
	margin: 10px 0px 0px;
	line-height: 18px;
	width: 80%
}

.video_reporter_slider .item .breaking_publice_details h4 {
	margin-left: 0px
}

.video_reporter_slider .item .breaking_publice_details h4 a {
	background: transparent;
	color: #303030;
	border-left: none;
	margin-left: 0px;
	padding: 0px;
	margin: 8px 0px
}

.video_reporter_slider .item .share_icons a {
	border: none;
	padding: 0px;
	margin-left: 3px;
	background: transparent;
	margin: 8px 0px;
	position: relative
}

.video_reporter_slider .item abbr {
	position: relative;
	display: block
}

.video_reporter_slider .item abbr i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 60px;
	color: rgba(0, 0, 0, .5);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	font-weight: normal;
	cursor: pointer
}

@media only screen and (max-width: 1600px) {
	.video_reporter_slider .item abbr i {
		font-size: 50px
	}
}

.video_reporter_slider .item abbr:hover i {
	color: #cd201f
}

.video_reporter_slider .item abbr .share_popup {
	left: auto;
	right: 0px
}

.video_reporter_slider .item>h3 {
	font-size: 14px;
	font-family: "georgiabold";
	line-height: 20px;
	width: 100%;
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
	margin-top: 5px;
	color: #303030
}

@media only screen and (max-width: 639px) {
	.video_reporter_slider .item>h3 {
		font-size: 16px
	}
}

.video_reporter_slider .item>.share_icons {
	display: none;
	margin-right: -4px;
	vertical-align: top;
	text-align: right;
	margin-top: 5px
}

.video_reporter_slider .owl-nav {
	position: absolute;
	right: 10px;
	top: -48px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex
}

.video_reporter_slider .owl-nav .owl-prev {
	margin: 0px 10px
}

.video_reporter_slider .owl-nav .owl-next {
	margin: 0px 10px
}

.video_reporter_slider .owl-controls .owl-dots {
	text-align: center;
	margin-top: 0px
}

@media only screen and (max-width: 639px) {
	.video_reporter_slider .owl-controls .owl-dots {
		display: none !important
	}
}

.video_reporter_slider .owl-controls .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	background: #ececec;
	border-radius: 50%;
	display: inline-block;
	margin: 0px 5px
}

@media only screen and (max-width: 767px) {
	.video_reporter_slider .owl-controls .owl-dots .owl-dot {
		width: 10px;
		height: 10px;
		margin: 0px 3px
	}
}

.video_reporter_slider .owl-controls .owl-dots .owl-dot.active {
	background: #e22123
}

.pop_model {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, .9);
	z-index: 999999999;
	text-align: center;
	visibility: hidden;
	opacity: 0
}

.pop_model.active {
	visibility: visible;
	opacity: 1
}

.pop_model .model_box {
	background: rgba(0, 0, 0, .9);
	left: 50%;
	top: 50%;
	position: absolute;
	width: 65%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}

@media only screen and (max-width: 639px) {
	.pop_model .model_box {
		width: 85%
	}
}

.pop_model img {
	width: 100%
}

.pop_model .close_pop {
	position: absolute;
	right: 10px;
	width: 40px;
	height: 40px;
	border: 2px solid #d20909;
	border-radius: 50%;
	color: #d20909;
	font-family: cursive;
	font-size: 30px;
	top: 10px;
	line-height: 30px;
	display: inline-block;
	cursor: pointer
}

@media only screen and (max-width: 639px) {
	.pop_model .close_pop {
		right: 0px;
		width: 30px;
		height: 30px;
		top: 0px;
		font-size: 20px;
		line-height: 20px
	}
}

.individual_daily_news_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between
}

.individual_daily_news_wrap h3 {
	color: #303030;
	font-size: 25px;
	font-family: "georgiabold";
	line-height: 30px;
	margin: 0px 0px 10px 0px
}

@media only screen and (max-width: 1023px) {
	.individual_daily_news_wrap h3 {
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 10px
	}
}

@media only screen and (max-width: 639px) {
	.individual_daily_news_wrap h3 {
		font-size: 17px;
		line-height: 20px;
		margin-bottom: 8px
	}
}

.individual_daily_news_wrap .daily_news_cat {
	margin: 0px;
	position: absolute;
	left: 10px;
	top: 10px
}

.individual_daily_news_wrap .daily_news_cat a {
	display: inline-block;
	background: #33b47b;
	color: #fff;
	padding: 4px 7px;
	font-size: 11px;
	font-family: "georgiabold"
}

.individual_daily_news_wrap .authorm_name figure {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center
}

.individual_daily_news_wrap .authorm_name figure img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px
}

.individual_daily_news_wrap .authorm_name figure i {
	margin-right: 5px
}

.individual_daily_news_wrap .authorm_name figure h4 {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #666
}

.individual_daily_news_wrap .authorm_name abbr {
	font-size: 12px;
	color: #666;
	display: block;
	margin: 10px 0px;
	font-family: "RobotoSlab-Medium"
}

.individual_daily_news_wrap .individual_daily_news_left {
	width: 30%;
	padding-right: 15px
}

@media only screen and (max-width: 639px) {
	.individual_daily_news_wrap .individual_daily_news_left {
		order: 2;
		width: 100%;
		padding-right: 0px;
		margin-top: 20px
	}
}

.individual_daily_news_wrap .individual_daily_news_left .authorm_name {
	margin-bottom: 400px
}

.individual_daily_news_wrap .individual_daily_news_left .recent_post_box {
	margin-top: 15px;
	margin-bottom: 300px
}

@media only screen and (max-width: 639px) {
	.individual_daily_news_wrap .individual_daily_news_left .recent_post_box {
		margin-bottom: 30px
	}
}

.individual_daily_news_wrap .individual_daily_news_left .recent_post_box img {
	display: block;
	width: 100%
}

.individual_daily_news_wrap .individual_daily_news_left .recent_post_box div a img {
	width: auto;
	display: inline-block
}

.individual_daily_news_wrap .individual_daily_news_left .recent_post_box .recent_cat {
	font-size: 12px;
	background: #33b47b;
	padding: 5px 10px;
	display: inline-block;
	margin-bottom: 10px;
	color: #fff;
	font-family: "georgiabold";
	margin-top: 10px
}

.individual_daily_news_wrap .individual_daily_news_left .recent_post_box abbr {
	font-size: 12px;
	color: #666;
	margin: 10px 0px;
	display: block
}

.individual_daily_news_wrap .individual_daily_news_left .recent_post_box.mb0 {
	margin-bottom: 20px
}

.individual_daily_news_wrap .individual_daily_news_right {
	width: 100%;
	border-left: none;
	padding-left: 0px;
	order: 2;
	position: relative
}

@media only screen and (max-width: 639px) {
	.individual_daily_news_wrap .individual_daily_news_right {
		order: 1;
		border: none;
		padding-left: 0px;
		width: 100%
	}
}

.individual_daily_news_wrap .individual_daily_news_right .daily_news_pic {
	position: relative
}

@media only screen and (max-width: 639px) {
	.individual_daily_news_wrap .individual_daily_news_right .daily_news_pic {
		margin: 15px 0px
	}
}

.individual_daily_news_wrap .individual_daily_news_right .daily_news_pic img {
	width: 100%;
	vertical-align: top !important
}

.individual_daily_news_wrap .individual_daily_news_right .daily_news_pic .live_tab {
	display: inline-block;
	border: 1px solid #fff;
	padding: 4px 20px;
	position: absolute;
	right: 10px;
	top: 10px;
	margin-right: 10px;
	color: #303030;
	font-size: 13px
}

@media only screen and (max-width: 639px) {
	.individual_daily_news_wrap .individual_daily_news_right .daily_news_pic .live_tab {
		font-size: 12px;
		padding: 5px 10px;
		margin-right: 5px
	}
}

.individual_daily_news_wrap .individual_daily_news_right .daily_news_pic .live_tab i {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: red;
	display: inline-block;
	margin-right: 10px
}

.individual_daily_news_wrap .individual_daily_news_right .daily_news_pic .live_tab blink {
	color: #fff
}

@media only screen and (max-width: 639px) {
	.individual_daily_news_wrap .individual_daily_news_right .authorm_name {
		margin-bottom: 15px
	}
}

.individual_daily_news_wrap .individual_daily_news_right .news_description {
	width: 100%
}

.common_scroll_custom::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
	background-color: #f5f5f5
}

.common_scroll_custom::-webkit-scrollbar {
	width: 6px;
	background-color: #f5f5f5
}

.common_scroll_custom::-webkit-scrollbar-thumb {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
	background-color: #ccc
}

.common_scroll_custom::-moz-scrollbar-track {
	-moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
	background-color: #f5f5f5
}

.common_scroll_custom::-moz-scrollbar {
	width: 6px;
	background-color: #f5f5f5
}

.common_scroll_custom::-moz-scrollbar-thumb {
	border-radius: 2px;
	-moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
	background-color: #471d0e
}

.common_scroll_custom::-ms-scrollbar-track {
	-ms-box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
	background-color: #f5f5f5
}

.common_scroll_custom::-ms-scrollbar {
	width: 6px;
	background-color: #f5f5f5
}

.common_scroll_custom::-ms-scrollbar-thumb {
	border-radius: 2px;
	-ms-box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
	background-color: #471d0e
}

.new_section_top {
	width: 100%
}

@media only screen and (max-width: 979px) {
	.new_section_top {
		width: 100%;
		margin-bottom: 20px
	}
}

.new_section_top .trnding_pic {
	position: relative
}

.new_section_top .trnding_pic img {
	width: 100%;
	vertical-align: top
}

.new_section_top .trnding_pic i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 60px;
	color: rgba(0, 0, 0, .5);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%)
}

.new_section_top .trnding_pic:hover i {
	color: #f70000
}

.new_section_top .trending_cat {
	margin: 15px 0px
}

@media only screen and (max-width: 639px) {
	.new_section_top .trending_cat {
		margin: 3px 0px
	}
}

.new_section_top .trending_cat a {
	display: inline-block;
	background: #33b47b;
	color: #fff;
	padding: 5px 15px;
	font-size: 12px;
	font-family: "georgiabold"
}

.new_section_top h3 {
	color: #303030;
	font-size: 18px;
	font-family: "georgiabold";
	line-height: 30px;
	margin-bottom: 15px
}

@media only screen and (max-width: 1023px) {
	.new_section_top h3 {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 10px
	}
}

@media only screen and (max-width: 639px) {
	.new_section_top h3 {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 8px
	}
}

.new_section_top p {
	color: #666;
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 15px
}

@media only screen and (max-width: 639px) {
	.new_section_top p {
		font-size: 12px;
		line-height: 21px
	}
}

.single-rb {
	width: 120px;
	-ms-animation: mycube 40s linear infinite;
	-moz-animation: mycube 40s linear infinite;
	-webkit-animation: mycube 40s linear infinite;
	animation: mycube 40s linear infinite;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.single-rb a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none
}

.single-rb a img {
	width: 100%
}

.single-rb>.front-side {
	position: absolute;
	width: 120px;
	height: 120px;
	overflow: hidden;
	background: #145480
}

.front-side {
	transform: translateZ(52px)
}

.front-side img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.team-name-upcoming .front-side {
	transform: translateZ(45px)
}

.upcoming_teams span {
	color: #fff
}

.single-rb {
	width: 120px;
	-ms-animation: mycube 40s linear infinite;
	-moz-animation: mycube 40s linear infinite;
	-webkit-animation: mycube 40s linear infinite;
	animation: mycube 40s linear infinite;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.single-rb a img {
	width: 100%;
	height: 100%
}

.single-rb>div {
	position: absolute;
	width: 120px;
	height: 120px;
	overflow: hidden
}

.front-side {
	transform: translateZ(52px)
}

.front-side:nth-child(2) {
	transform: rotateY(-90deg) translateX(-52px);
	transform-origin: left
}

.front-side:nth-child(3) {
	transform: rotateY(180deg) translateZ(52px)
}

.front-side:last-child {
	transform: rotateY(90deg) translateX(52px);
	transform-origin: right
}

.front_slide_cont {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center
}

.front_slide_cont h4 {
	color: #fff;
	font-size: 18px;
	font-family: "georgiabold";
	margin-bottom: 10px;
	display: block;
	line-height: 22px
}

.front_slide_cont p {
	color: #fff;
	font-size: 13px;
	line-height: 16px
}

.cricket-match {
	background-color: #223577;
	color: #fff;
	font-size: 10px;
	height: 100%;
	box-shadow: 0px 0px 6px #ccc;
	position: relative
}

.match-title {
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
	line-height: 20px;
	margin-top: 0px
}

.match-title span.live {
	color: #fff;
	display: inline;
	text-transform: uppercase;
	background-color: #d0021b;
	font-size: 8px;
	padding: 0px 3px 1px 3px;
	margin-right: 3px;
	border-radius: 1px
}

.match-title span.upcoming {
	color: #fff;
	display: inline;
	text-transform: uppercase;
	font-size: 8px;
	padding: 0px 3px 1px 3px;
	margin-right: 3px;
	border-radius: 1px;
	background-color: #0a8d98
}

.cricket-match ul {
	color: #fff;
	min-height: 50px;
	font-size: 8px;
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.cricket-match ul li {
	color: #fff;
	text-align: center;
	flex: 1 1 52px;
	padding: 3px 2px;
	box-sizing: border-box
}

.cricket-match ul li:first-child {
	color: #fff;
	text-align: left
}

.cricket-match .msgs {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 10px;
	flex-basis: 100%;
	background-color: #fff;
	color: #223577;
	line-height: 12px;
	text-align: center
}

.team-name_1 {
	color: #fff;
	display: block;
	font-size: 9px
}

.team-over {
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	opacity: .8
}

.team-score_1 {
	color: #fff;
	font-size: 13px;
	font-weight: 600
}

.cricket-match ul li.active-team {
	flex: 0 1 100%;
	text-align: center;
	order: -1
}

.cricket-match ul li.active-team strong.team-score {
	font-size: 16px
}

.cricket-match ul li.active-team span.team-over {
	font-size: 10px
}

.cricket-match ul li.team_1 {
	text-align: center
}

@-o-keyframes mycube {
	0% {
		transform: rotateY(0)
	}

	100% {
		transform: rotateY(360deg)
	}
}

@-moz-keyframes mycube {
	0% {
		transform: rotateY(0)
	}

	100% {
		transform: rotateY(360deg)
	}
}

@-webkit-keyframes mycube {
	0% {
		transform: rotateY(0)
	}

	100% {
		transform: rotateY(360deg)
	}
}

@keyframes mycube {
	0% {
		transform: rotateY(0)
	}

	100% {
		transform: rotateY(360deg)
	}
}

.upcoming_teams {
	display: flex;
	justify-content: space-evenly;
	margin-bottom: 5px
}

.upcoming-fix {
	width: 100%;
	margin-top: 5px
}

.team-name-upcoming {
	color: #fff;
	display: block;
	font-size: 9px;
	margin-bottom: 5px
}

@media screen and (max-width: 767px) {
	.upcoming-fix {
		margin-top: 0
	}

	.upcoming_teams {
		margin-bottom: 2px
	}

	.team-name-upcoming {
		color: #fff;
		margin-bottom: 3px
	}

	.rotating-box {
		width: 90px;
		height: 90px
	}

	.rotating-box {
		width: 90px;
		height: 90px
	}

	.single-rb>div {
		width: 90px;
		height: 90px
	}

	.single-rb a {
		width: 90px;
		height: 90px
	}

	.front-side {
		transform: translateZ(45px)
	}

	.back-side {
		transform: rotateY(180deg) translateZ(45px)
	}

	.left-side {
		transform: rotateY(-90deg) translateX(-45px);
		transform-origin: left
	}

	.right-side {
		transform: rotateY(90deg) translateX(45px);
		transform-origin: right
	}

	.team-score_1 {
		font-size: 10px
	}

	.cricket-match ul li {
		color: #fff;
		padding-top: 0;
		flex: 1 1 45px;
		line-height: 12px
	}

	.cricket-match .msgs {
		font-size: 8px;
		padding-top: 3px
	}

	.team-over {
		color: #fff;
		font-size: 9px
	}

	.cricket-match ul li:nth-child(2) {
		text-align: center
	}
}

.covid_box {
	background: #e22123;
	text-align: center;
	padding: 10px 0px;
	width: 100%;
	z-index: 99999;
	height: 100vh
}

@media only screen and (max-width: 639px) {
	.covid_box {
		padding: 10px 0px
	}
}

.covid_box h3 {
	color: #fff;
	font-family: "RobotoSlab-Medium";
	font-size: 12px;
	margin-bottom: 10px
}

.covid_box .Count {
	font-size: 36px;
	font-family: "RobotoSlab-Medium";
	color: #fff;
	margin-bottom: 10px
}

@media only screen and (max-width: 1600px) {
	.covid_box .Count {
		font-size: 12px
	}
}

.covid_box h4 {
	color: #ffc735;
	font-family: "RobotoSlab-Medium";
	font-size: 12px;
	text-transform: uppercase
}

.news_updated_box {
	position: fixed;
	right: 40px;
	bottom: 170px;
	z-index: 999999;
	height: 0;
	opacity: 0;
	visibility: hidden
}

@media only screen and (max-width: 639px) {
	.news_updated_box {
		right: 20px;
		bottom: 160px
	}
}

.news_updated_box.active {
	height: auto;
	opacity: 1;
	visibility: visible
}

.close_covid {
	position: absolute;
	right: 0px;
	top: -25px;
	font-size: 28px;
	color: #fff;
	line-height: 20px;
	font-family: monospace;
	cursor: pointer;
	font-size: 12px;
	background: #0f6aa5;
	height: 20px;
	width: 20px;
	border-radius: 50px;
	line-height: 20px;
	text-align: center
}

.entertainment_wrapper {
	margin-bottom: 30px
}

@media only screen and (max-width: 1600px) {
	.entertainment_wrapper {
		margin-bottom: 15px
	}
}

@media only screen and (max-width: 639px) {
	.entertainment_wrapper {
		margin-bottom: 10px
	}
}

.entertainment_wrapper .heading {
	margin-bottom: 0px
}

.entertainment_wrapper .entertainment_details {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between
}

@media only screen and (max-width: 979px) {
	.entertainment_wrapper .entertainment_details {
		display: block
	}
}

.entertainment_wrapper .entertainment_details .entertainment_left {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	width: 49%
}

@media only screen and (max-width: 979px) {
	.entertainment_wrapper .entertainment_details .entertainment_left {
		width: 100%
	}
}

@media only screen and (max-width: 639px) {
	.entertainment_wrapper .entertainment_details .entertainment_left {
		width: 100%;
		font-size: 13px;
		line-height: 16px;
		color: #666
	}
}

.entertainment_wrapper .entertainment_details .entertainment_left .item {
	width: 48%
}

@media only screen and (max-width: 639px) {
	.entertainment_wrapper .entertainment_details .entertainment_left .item {
		width: 100%;
		margin-bottom: 10px
	}
}

.entertainment_wrapper .entertainment_details .entertainment_left .item img {
	height: 120px;
	width: 100%;
	object-fit: cover
}

.entertainment_wrapper .entertainment_details .entertainment_left .item h3 {
	padding: 5px;
	font-size: 16px;
	line-height: 21px;
	font-weight: 600;
	font-family: "georgiabold"
}

@media only screen and (max-width: 1600px) {
	.entertainment_wrapper .entertainment_details .entertainment_left .item h3 {
		font-size: 13px;
		line-height: 16px
	}
}

@media only screen and (max-width: 639px) {
	.entertainment_wrapper .entertainment_details .entertainment_left .item h3 {
		font-size: 12px
	}
}

.entertainment_wrapper .entertainment_details .entertainment_left .item p {
	padding: 5px;
	line-height: 20px;
	font-size: 12px
}

@media only screen and (max-width: 639px) {
	.entertainment_wrapper .entertainment_details .entertainment_left .item p {
		font-size: 12px
	}
}

@media only screen and (max-width: 639px) {
	.entertainment_wrapper .entertainment_details .entertainment_left .item img {
		width: 100%
	}
}

.entertainment_wrapper .entertainment_details .entertainment_left .item.profile_box {
	padding: 10px
}

.entertainment_wrapper .entertainment_details .entertainment_left .item.profile_box p {
	color: #666;
	padding: 0px
}

.entertainment_wrapper .entertainment_details .entertainment_left .item.profile_box abbr {
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	display: block
}

.entertainment_wrapper .entertainment_details .entertainment_left .item.profile_box img {
	display: inline-block;
	margin-top: 20px;
	margin: 0 aut0
}

@media only screen and (max-width: 639px) {
	.entertainment_wrapper .entertainment_details .entertainment_left .item.profile_box .user_profile {
		display: -webkit-flex;
		display: -moz-flex;
		display: -o-flex;
		display: -ms-flex;
		display: flex;
		-webkit-align-items: center;
		-moz-align-items: center;
		-o-align-items: center;
		-ms-align-items: center;
		align-items: center
	}
}

.entertainment_wrapper .entertainment_details .entertainment_left .item.profile_box .user_profile img {
	width: auto
}

@media only screen and (max-width: 639px) {
	.entertainment_wrapper .entertainment_details .entertainment_left .item.profile_box .user_profile img {
		margin-right: 5px
	}
}

.entertainment_wrapper .entertainment_details .entertainment_right {
	width: 49%;
	height: 268px;
	overflow: auto
}

@media only screen and (max-width: 979px) {
	.entertainment_wrapper .entertainment_details .entertainment_right {
		width: 100%
	}
}

@media only screen and (max-width: 639px) {
	.entertainment_wrapper .entertainment_details .entertainment_right {
		width: 100%;
		height: auto
	}
}

.entertainment_wrapper .entertainment_details .entertainment_right.opinion_full_wrap {
	height: auto
}

.entertainment_wrapper .entertainment_details .entertainment_right.entertainment_full_width {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden
}

@media only screen and (max-width: 639px) {
	.entertainment_wrapper .entertainment_details .entertainment_right.entertainment_full_width {
		display: block
	}
}

.entertainment_wrapper .entertainment_details .entertainment_right.entertainment_full_width .item {
	width: 49%
}

@media only screen and (max-width: 639px) {
	.entertainment_wrapper .entertainment_details .entertainment_right.entertainment_full_width .item {
		width: 100%
	}
}

.entertainment_wrapper .entertainment_details .entertainment_right .item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 10px
}

.entertainment_wrapper .entertainment_details .entertainment_right .item .entertainment_img {
	width: 30%;
	position: relative
}

.entertainment_wrapper .entertainment_details .entertainment_right .item .entertainment_img p {
	font-size: 12px
}

.entertainment_wrapper .entertainment_details .entertainment_right .item .entertainment_artical_cont {
	width: 68%
}

.entertainment_wrapper .entertainment_details .entertainment_right .item .entertainment_artical_cont h3 {
	color: #666;
	font-size: 13px;
	line-height: 18px;
	padding: 0px
}

@media only screen and (max-width: 639px) {
	.entertainment_wrapper .entertainment_details .entertainment_right .item .entertainment_artical_cont h3 {
		line-height: 16px
	}
}

.entertainment_wrapper .entertainment_details .entertainment_right .item .entertainment_artical_cont h3 abbr {
	font-size: 13px;
	color: #212121
}

.entertainment_wrapper .entertainment_details .entertainment_right .item .entertainment_artical_cont p {
	padding: 0px 5px;
	font-family: "georgiabold";
	color: #666;
	font-size: 13px;
	line-height: 18px;
	color: #000
}

.entertainment_wrapper .entertainment_details .entertainment_right .item.profile_box {
	padding: 10px;
	position: relative
}

.entertainment_wrapper .entertainment_details .entertainment_right .item.profile_box p {
	color: #666;
	font-size: 12px;
	line-height: 18px
}

@media only screen and (max-width: 639px) {
	.entertainment_wrapper .entertainment_details .entertainment_right .item.profile_box p {
		font-size: 12px
	}
}

.entertainment_wrapper .entertainment_details .entertainment_right .item.profile_box abbr {
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	display: block
}

@media only screen and (max-width: 1600px) {
	.entertainment_wrapper .entertainment_details .entertainment_right .item.profile_box abbr {
		font-size: 13px;
		line-height: 18px
	}
}

@media only screen and (max-width: 639px) {
	.entertainment_wrapper .entertainment_details .entertainment_right .item.profile_box abbr {
		font-size: 12px
	}
}

.entertainment_wrapper .entertainment_details .entertainment_right .item.profile_box .profile_name_sharing {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	@inlude flex-wrap;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-o-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-o-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
	position: absolute;
	width: 97%;
	bottom: 10px
}

.entertainment_wrapper .entertainment_details .entertainment_right .item.profile_box .profile_name_sharing .share_icons {
	padding-right: 10px
}

.entertainment_wrapper .entertainment_details .entertainment_right .item.profile_box.opinion_profile_box {
	padding: 10px 10px 40px 10px;
	position: relative
}

.entertainment_wrapper .entertainment_details .entertainment_right .item.profile_box.opinion_profile_box .profile_name_sharing {
	position: absolute;
	width: 97%;
	bottom: 10px
}

.entertainment_wrapper .entertainment_details .entertainment_right .item.profile_box.opinion_profile_box .profile_name_sharing .share_icons {
	padding-right: 10px
}

.entertainment_wrapper .entertainment_details .entertainment_right .item.profile_box.opinion_profile_box abbr {
	margin-bottom: 10px;
	margin-top: 0px
}

.grey_box {
	background: #f6f6f6
}

.grey_box2 {
	background: #ececec
}

.animation_con_ad {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	color: #fff;
	background: #bbcdd7;
	display: none;
	padding: 4px 5px
}

@media only screen and (max-width: 1600px) {
	.animation_con_ad {
		font-size: 12px
	}
}

.advertisement2 {
	margin-bottom: 30px
}

@media only screen and (max-width: 1600px) {
	.advertisement2 {
		margin-bottom: 15px
	}
}

@media only screen and (max-width: 639px) {
	.advertisement2 {
		margin-bottom: 10px
	}
}

.search_bar_mobile {
	background: #fff;
	vertical-align: middle;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0;
	top: 0px;
	background: rgba(0, 0, 0, .9);
	z-index: 999999999;
	opacity: 0;
	visibility: hidden;
	height: 0
}

.search_bar_mobile.active {
	opacity: 1;
	visibility: visible;
	height: auto
}

.search_bar_mobile .close-search-pop {
	color: #fff;
	font-family: monospace;
	font-size: 30px;
	right: 10px;
	top: 10px;
	position: absolute
}

.search_bar_mobile form {
	width: 80%;
	background: #fff;
	margin: 0 auto;
	padding: 40px 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.search_bar_mobile form h3 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px
}

.search_bar_mobile input[type=text] {
	padding: 6px;
	font-size: 13px;
	border: 1px solid #ccc;
	width: 82%;
	margin-right: 2%;
	height: 40px
}

.search_bar_mobile button {
	float: right;
	padding: 8px 10px;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 17px;
	cursor: pointer;
	width: 16%;
	height: 40px
}

.search_bar_mobile button i {
	font-size: 19px
}

.search_bar_mobile .search_mobile_icon {
	display: none
}

@media only screen and (max-width: 979px) {
	.search_bar_mobile .search_mobile_icon {
		display: block
	}
}

.search_bar_mobile .search_mobile_icon a i {
	color: #fff
}

@media only screen and (max-width: 639px) {
	.search_bar_mobile .search_mobile_icon a i {
		font-size: 18px
	}
}

.gallery_list {
	margin: 20px 0px 0px;
	padding: 0px 10px
}

@media only screen and (max-width: 639px) {
	.gallery_list {
		margin: 10px 0px
	}
}

.gallery_list li {
	display: inline-block;
	margin-right: 15px;
	color: #000;
	font-size: 16px;
	text-transform: capitalize;
	cursor: pointer;
	font-weight: 600;
	margin-bottom: 10px;
	border: 1px solid #064269;
	padding: 6px 15px;
	font-family: "georgiabold"
}

@media only screen and (max-width: 639px) {
	.gallery_list li {
		font-size: 12px;
		margin-right: 8px
	}
}

.gallery_list li.active {
	color: #064269
}

.tab-content {
	opacity: 0;
	visibility: hidden;
	height: 0px
}

.tab-content.active {
	opacity: 1;
	visibility: visible;
	height: auto
}

.tab-content h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .8);
	width: 100%;
	text-align: center;
	padding: 12px 0px;
	color: #fff;
	font-weight: bold;
	height: 60px;
	line-height: 20px
}

.gallery_result li {
	margin-bottom: 10px;
	position: relative
}

@media only screen and (max-width: 639px) {
	.gallery_result li {
		margin: 0px
	}
}

.gallery_result li img {
	width: 100%;
	vertical-align: top;
	height: 260px;
	object-fit: cover
}

.gallery_result li i {
	position: absolute;
	left: 10px;
	top: 10px;
	font-size: 24px;
	color: #fff
}

.middle_recent_post {
	background: #ececec;
	padding: 6px;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	float: left;
	margin-right: 10px
}

@media only screen and (max-width: 639px) {
	.middle_recent_post {
		display: block;
		width: 100%;
		float: inherit
	}
}

.middle_recent_post .sidebar_heading {
	background: #fff
}

.middle_recent_post .middle_recent_details {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between
}

@media only screen and (max-width: 639px) {
	.middle_recent_post .middle_recent_details {
		display: block
	}
}

.middle_recent_post .middle_recent_details .recent_post_box {
	width: 100%;
	margin-bottom: 0px;
	position: relative
}

@media only screen and (max-width: 639px) {
	.middle_recent_post .middle_recent_details .recent_post_box {
		margin-bottom: 10px;
		width: 100%
	}
}

.middle_recent_post .middle_recent_details .recent_post_box a {
	color: #666;
	vertical-align: middle
}

.middle_recent_post .middle_recent_details .recent_post_box a i {
	margin-right: 2px;
	color: #e22123;
	font-size: 20px;
	vertical-align: middle
}

.middle_recent_post .middle_recent_details .recent_post_box figure {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between
}

.middle_recent_post .middle_recent_details .recent_post_box figure .share_icons {
	width: auto;
	margin: 0px
}

.middle_recent_post .middle_recent_details .recent_post_box figure h4 {
	margin: 0px
}

.middle_recent_post .middle_recent_details .recent_post_box img {
	display: block;
	width: 100%
}

.middle_recent_post .middle_recent_details .recent_post_box div a img {
	width: auto;
	display: inline-block
}

.middle_recent_post .middle_recent_details .recent_post_box .recent_cat {
	font-size: 12px;
	background: #33b47b;
	padding: 5px 10px;
	display: inline-block;
	margin-bottom: 10px;
	color: #fff;
	font-family: "georgiabold";
	margin-top: 0px;
	position: absolute;
	top: 10px;
	left: 10px
}

.middle_recent_post .middle_recent_details .recent_post_box h4 {
	margin: 8px 0px;
	line-height: 20px
}

.middle_recent_post .middle_recent_details .recent_post_box abbr {
	font-size: 12px;
	color: #666;
	margin: 10px 0px;
	display: block
}

.middle_recent_post .middle_recent_details .recent_post_box.mb0 {
	margin-bottom: 20px
}

.daily_news_top_picks .top_picks_slider .item a {
	position: absolute;
	left: 10px;
	top: 10px
}

.top_horizontal_ad {
	display: block
}

.top_horizontal_ad img {
	width: 100%
}

.latest__inner_details_sec {
	margin-bottom: 30px
}

@media only screen and (max-width: 1600px) {
	.latest__inner_details_sec {
		margin-bottom: 15px
	}
}

@media only screen and (max-width: 639px) {
	.latest__inner_details_sec {
		margin-bottom: 10px
	}
}

.catefory_tag abbr {
	display: inline-block;
	padding: 3px 7px;
	background: #33b47b;
	color: #fff;
	font-size: 11px;
	font-family: "RobotoSlab-Regular"
}

.catefory_tag abbr.blue_bg {
	background: #09436a
}

.latest__inner_details_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between
}

@media only screen and (max-width: 979px) {
	.latest__inner_details_wrap {
		display: block
	}
}

.latest__inner_details_wrap .latest__inner_details_left {
	width: 49%;
	position: relative
}

@media only screen and (max-width: 979px) {
	.latest__inner_details_wrap .latest__inner_details_left {
		width: 100%;
		margin-bottom: 20px
	}
}

.latest__inner_details_wrap .latest__inner_details_left a h3 {
	margin-top: 10px
}

.latest__inner_details_wrap .latest__inner_details_left .catefory_tag {
	margin: 15px 0px
}

.latest__inner_details_wrap .latest__inner_details_left .trnding_pic {
	position: relative
}

.latest__inner_details_wrap .latest__inner_details_left .trnding_pic img {
	width: 100%;
	vertical-align: top;
	height: 190px;
	object-fit: cover
}

.latest__inner_details_wrap .latest__inner_details_left .trnding_pic i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 60px;
	color: rgba(0, 0, 0, .5);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%)
}

.latest__inner_details_wrap .latest__inner_details_left .trnding_pic:hover i {
	color: #cd201f
}

.latest__inner_details_wrap .latest__inner_details_left .trending_cat {
	margin: 10px 0px
}

@media only screen and (max-width: 639px) {
	.latest__inner_details_wrap .latest__inner_details_left .trending_cat {
		margin: 3px 0px
	}
}

.latest__inner_details_wrap .latest__inner_details_left .trending_cat a {
	display: inline-block;
	background: #33b47b;
	color: #fff;
	padding: 5px 15px;
	font-size: 12px;
	font-family: "georgiabold";
	position: absolute;
	left: 10px;
	top: 10px
}

.latest__inner_details_wrap .latest__inner_details_left h3 {
	color: #303030;
	font-size: 18px;
	font-family: "georgiabold";
	line-height: 30px;
	margin-bottom: 15px
}

@media only screen and (max-width: 1600px) {
	.latest__inner_details_wrap .latest__inner_details_left h3 {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 10px
	}
}

@media only screen and (max-width: 639px) {
	.latest__inner_details_wrap .latest__inner_details_left h3 {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 8px
	}
}

.latest__inner_details_wrap .latest__inner_details_left p {
	color: #666;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 15px
}

@media only screen and (max-width: 639px) {
	.latest__inner_details_wrap .latest__inner_details_left p {
		font-size: 13px;
		line-height: 20px
	}
}

@media only screen and (max-width: 767px) {
	.latest__inner_details_wrap .latest__inner_details_left .breaking_publice_details figure .gplus-news {
		display: none
	}
}

.latest__inner_details_wrap .latest__inner_details_right {
	width: 49%
}

@media only screen and (max-width: 979px) {
	.latest__inner_details_wrap .latest__inner_details_right {
		width: 100%
	}
}

.latest__inner_details_wrap .latest__inner_details_right .latest_list_details {
	max-height: 300px;
	overflow: auto
}

@media only screen and (max-width: 979px) {
	.latest__inner_details_wrap .latest__inner_details_right .latest_list_details {
		max-height: auto
	}
}

.latest__inner_details_wrap .latest__inner_details_right .latest_list_details li {
	padding: 5px;
	margin-bottom: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between
}

.latest__inner_details_wrap .latest__inner_details_right .latest_list_details li p {
	font-size: 16px;
	color: #303030;
	line-height: 22px;
	font-family: "georgiabold";
	margin-bottom: 5px
}

@media only screen and (max-width: 639px) {
	.latest__inner_details_wrap .latest__inner_details_right .latest_list_details li p {
		font-size: 12px;
		line-height: 14px
	}
}

.latest__inner_details_wrap .latest__inner_details_right .latest_list_details li .share_icons {
	text-align: right;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-o-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	display: none
}

@media only screen and (max-width: 767px) {
	.latest__inner_details_wrap .latest__inner_details_right .latest_list_details li .share_icons {
		display: inline-block
	}
}

.latest__inner_details_wrap .latest__inner_details_right .latest_list_details li .share_icons>a {
	margin-right: 5px
}

.latest__inner_details_wrap .latest__inner_details_right .latest_list_details li .first-category-right-img {
	width: 30%
}

.latest__inner_details_wrap .latest__inner_details_right .latest_list_details li .first-category-right-img img {
	height: 80px;
	object-fit: cover
}

.latest__inner_details_wrap .latest__inner_details_right .latest_list_details li .first-category-right {
	width: 67%
}

.latest__inner_details_wrap .latest__inner_details_right .latest_list_details li:hover .share_icons {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex
}

@media only screen and (max-width: 767px) {
	.latest__inner_details_wrap .breaking_publice_details {
		display: inline-block
	}
}

@media only screen and (max-width: 359px) {
	.latest__inner_details_wrap .breaking_publice_details {
		display: flex
	}
}

.latest__inner_details_wrap .breaking_publice_details .share_icons {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-o-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	display: none
}

@media only screen and (max-width: 767px) {
	.latest__inner_details_wrap .breaking_publice_details .share_icons {
		text-align: right;
		display: inline-block
	}
}

@media only screen and (max-width: 767px) {
	.latest__inner_details_wrap .breaking_publice_details .share_icons a {
		width: 15px
	}
}

.latest__inner_details_wrap .breaking_publice_details .share_icons>a {
	margin-right: 5px
}

@media only screen and (max-width: 767px) {
	.latest__inner_details_wrap .breaking_publice_details figure .gplus-news {
		display: none
	}
}

.latest__inner_details_wrap:hover .share_icons {
	display: flex
}

.latest__inner_news_btm_sec {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 20px
}

@media only screen and (max-width: 979px) {
	.latest__inner_news_btm_sec {
		display: block;
		margin-top: 10px;
		margin-bottom: 10px
	}
}

.latest__inner_news_btm_sec .colum_three,
.latest__inner_news_btm_sec .colum_three2 {
	width: 32.333%
}

@media only screen and (max-width: 979px) {

	.latest__inner_news_btm_sec .colum_three,
	.latest__inner_news_btm_sec .colum_three2 {
		width: 100%
	}
}

.latest__inner_news_btm_sec .colum_three .local_news_box,
.latest__inner_news_btm_sec .colum_three2 .local_news_box {
	margin-bottom: 20px;
	position: relative
}

.latest__inner_news_btm_sec .colum_three .local_news_box:last-child,
.latest__inner_news_btm_sec .colum_three2 .local_news_box:last-child {
	margin-bottom: 0px
}

@media only screen and (max-width: 979px) {

	.latest__inner_news_btm_sec .colum_three .local_news_box:last-child,
	.latest__inner_news_btm_sec .colum_three2 .local_news_box:last-child {
		margin-bottom: 20px
	}
}

.latest__inner_news_btm_sec .colum_three .local_news_box img,
.latest__inner_news_btm_sec .colum_three2 .local_news_box img {
	vertical-align: top;
	width: 100%
}

.latest__inner_news_btm_sec .colum_three .local_news_box .catefory_tag,
.latest__inner_news_btm_sec .colum_three2 .local_news_box .catefory_tag {
	margin-top: 10px
}

.latest__inner_news_btm_sec .colum_three .local_news_box h3,
.latest__inner_news_btm_sec .colum_three2 .local_news_box h3 {
	font-size: 16px;
	font-family: "georgiabold";
	margin: 10px 0px;
	line-height: 22px
}

@media only screen and (max-width: 639px) {

	.latest__inner_news_btm_sec .colum_three .local_news_box h3,
	.latest__inner_news_btm_sec .colum_three2 .local_news_box h3 {
		font-size: 14px;
		line-height: 20px
	}
}

.latest__inner_news_btm_sec .colum_three .local_news_box a,
.latest__inner_news_btm_sec .colum_three2 .local_news_box a {
	color: #000
}

.latest__inner_news_btm_sec .colum_three .local_news_box a:hover,
.latest__inner_news_btm_sec .colum_three2 .local_news_box a:hover {
	text-decoration: none;
	color: #000
}

.latest__inner_news_btm_sec .colum_three .local_news_box .overlay_local_news,
.latest__inner_news_btm_sec .colum_three2 .local_news_box .overlay_local_news {
	position: absolute;
	width: 100%;
	bottom: 0px;
	background: rgba(0, 0, 0, .7);
	padding: 5px
}

.latest__inner_news_btm_sec .colum_three .local_news_box .overlay_local_news *,
.latest__inner_news_btm_sec .colum_three2 .local_news_box .overlay_local_news * {
	color: #fff
}

.latest__inner_news_btm_sec .colum_three .local_news_box .breaking_publice_details h4,
.latest__inner_news_btm_sec .colum_three2 .local_news_box .breaking_publice_details h4 {
	margin-left: 0px
}

.latest__inner_news_btm_sec .colum_three .local_news_box:hover .share_icons,
.latest__inner_news_btm_sec .colum_three2 .local_news_box:hover .share_icons {
	display: flex
}

.latest__inner_news_btm_sec .colum_three2 {
	width: 66%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between
}

@media only screen and (max-width: 979px) {
	.latest__inner_news_btm_sec .colum_three2 {
		width: 100%;
		display: block
	}
}

.latest__inner_news_btm_sec .colum_three2 .local_category_box {
	width: 49%
}

@media only screen and (max-width: 979px) {
	.latest__inner_news_btm_sec .colum_three2 .local_category_box {
		width: 100%
	}
}

.latest__inner_news_btm_sec .breaking_publice_details .share_icons {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-o-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	display: none
}

@media only screen and (max-width: 767px) {
	.latest__inner_news_btm_sec .breaking_publice_details .share_icons {
		display: inline-block
	}
}

.latest__inner_news_btm_sec .breaking_publice_details .share_icons>a {
	margin-right: 5px
}

.local_category_box {
	padding: 10px 8px;
	border-bottom: 3px solid #e22123;
	margin-bottom: 15px
}

.local_category_box h3 {
	color: #303030;
	font-size: 16px;
	font-family: "georgiabold";
	margin: 0px 0px 10px;
	line-height: 22px
}

@media only screen and (max-width: 639px) {
	.local_category_box h3 {
		font-size: 14px;
		line-height: 20px
	}
}

.local_category_box .breaking_publice_details h4 {
	margin-left: 0px
}

.local_category_box:hover .share_icons {
	display: flex
}

.latest__top_picks {
	margin-bottom: 30px
}

@media only screen and (max-width: 1600px) {
	.latest__top_picks {
		margin-bottom: 15px
	}
}

.opinion__inner_details_wrap {
	margin-bottom: 0px
}

.opinion__inner_details_wrap .heading.bg_blue {
	display: inline-block
}

.opinion__inner_details_wrap .opninion_local_category_active_box h3 a {
	color: #303030
}

.opinion__inner_details_wrap .openion__category_details {
	margin-top: 30px
}

@media only screen and (max-width: 1600px) {
	.opinion__inner_details_wrap .openion__category_details {
		margin-bottom: 15px
	}
}

.opinion__inner_details_wrap .openion__category_details li .opninion_local_category_box h3 {
	min-height: auto;
	margin-top: 0px
}

.opinion__inner_details_wrap .openion__category_details li .opninion_local_category_box h3 a {
	color: #303030
}

.opinion__inner_details_wrap .openion__category_details li .opninion_local_category_box p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 15px
}

.opinion__inner_details_wrap .opinion__inner_details {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 20px
}

@media only screen and (max-width: 639px) {
	.opinion__inner_details_wrap .opinion__inner_details {
		display: block
	}
}

.opinion__inner_details_wrap .opinion__inner_details.mb-0 {
	margin-bottom: 0px
}

.opinion__inner_details_wrap .opinion__inner_details .opinion__inner_details_left {
	width: 49%
}

@media only screen and (max-width: 639px) {
	.opinion__inner_details_wrap .opinion__inner_details .opinion__inner_details_left {
		width: 100%;
		margin-bottom: 10px
	}
}

.opinion__inner_details_wrap .opinion__inner_details .opinion__inner_details_left img {
	width: 100%;
	height: 230px;
	object-fit: cover
}

.opinion__inner_details_wrap .opinion__inner_details .opinion__inner_details_right {
	width: 49%;
	position: relative
}

@media only screen and (max-width: 639px) {
	.opinion__inner_details_wrap .opinion__inner_details .opinion__inner_details_right {
		width: 100%
	}
}

.opinion__inner_details_wrap .opinion__inner_details .opinion__inner_details_right.des_image_none>div img {
	display: none
}

.opinion__inner_details_wrap .opinion__inner_details .opinion__inner_details_right .sub_heading {
	margin-top: 10px
}

.opinion__inner_details_wrap .opinion__inner_details .opinion__inner_details_right .share_icons2 {
	margin-top: 20px;
	position: absolute;
	width: 100%;
	bottom: 0px
}

@media only screen and (max-width: 767px) {
	.opinion__inner_details_wrap .opinion__inner_details .opinion__inner_details_right .share_icons2 {
		position: relative
	}
}

.opinion__inner_details_wrap .opinion__inner_details .opinion__inner_details_right .share_icons2 h4 {
	font-size: 12px;
	color: #666;
	margin-bottom: 6px
}

.opinion__inner_details_wrap .opinion__inner_details .opinion__inner_details_right .share_icons2 a {
	color: #666
}

.opinion__inner_details_wrap .opinion__inner_details .opinion__inner_details_right p {
	margin-bottom: 10px;
	color: #666;
	font-size: 12px;
	line-height: 18px
}

@media only screen and (max-width: 639px) {
	.opinion__inner_details_wrap .opinion__inner_details .opinion__inner_details_right p {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 8px
	}
}

.opinion__inner_details_wrap .opinion__inner_details .opinion__inner_details_right p>img {
	display: none
}

.opinion__inner_details_wrap #first-topic .opinion__inner_details .opinion__inner_details_right .sub_heading {
	margin-top: 0px;
	line-height: 18px
}

.share_details2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between
}

.share_details2 span {
	font-size: 12px;
	color: #666;
	font-family: "georgiabold"
}

.share_details2 ul li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	position: relative
}

.share_details2 ul li img {
	vertical-align: middle
}

.share_details2 ul li abbr {
	vertical-align: middle;
	color: #666
}

.share_details2 ul li .share_popup li {
	margin-left: 0px
}

.openion__editorials_details {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -1%;
	margin-right: -1%
}

.openion__editorials_details li {
	width: 31.33%;
	padding: 10px 8px;
	border-bottom: 3px solid #e22123;
	background: #ececec;
	margin: 0px 1% 15px 1%
}

@media only screen and (max-width: 979px) {
	.openion__editorials_details li {
		width: 48%
	}
}

.openion__editorials_details li .local_category_box {
	padding: 0px;
	border-bottom: none;
	margin-bottom: 0px
}

.openion__editorials_details li .local_category_box h3 {
	color: #303030;
	font-size: 13px;
	font-family: "georgiabold";
	margin: 10px 0px;
	line-height: 18px;
	min-height: 60px
}

@media only screen and (max-width: 639px) {
	.openion__editorials_details li .local_category_box h3 {
		font-size: 12px;
		min-height: auto
	}
}

.openion__editorials_details li .local_category_box .breaking_publice_details h4 {
	margin-left: 0px
}

@media only screen and (max-width: 639px) {
	.openion__editorials_details li {
		width: 100%
	}
}

.openion__editorials_details li .share_icons a img {
	vertical-align: middle;
	width: auto
}

.openion__editorials_details li .share_icons abbr {
	color: #666
}

.openion__editorials_details li h4 {
	color: #666;
	font-size: 12px
}

@media only screen and (max-width: 979px) {
	.openion__editorials_details li h4 {
		font-size: 12px
	}
}

.view_more_btn {
	text-align: center;
	margin: 10px 0px 10px
}

@media only screen and (max-width: 979px) {
	.view_more_btn {
		margin: 0px 0px 10px
	}
}

.view_more_btn a {
	background: #e22123;
	color: #fff;
	width: 150px;
	font-size: 16px;
	margin: 0 auto;
	display: inline-block;
	padding: 10px 0px;
	font-family: "georgiabold";
	text-align: center;
	border-radius: 5px
}

.opinion__fiction_slider .item img {
	vertical-align: top
}

.opinion__fiction_slider .item .catefory_tag {
	margin: 10px 0px 15px 0px
}

.opinion__fiction_slider .item h4 {
	margin-bottom: 5px;
	font-size: 12px
}

.opinion__fiction_wrapper {
	margin-bottom: 30px
}

@media only screen and (max-width: 1600px) {
	.opinion__fiction_wrapper {
		margin-bottom: 15px
	}
}

.video__active_box {
	position: relative
}

.video__active_box img {
	width: 100%;
	vertical-align: top;
	height: 300px
}

.video__active_box .overlay_video {
	background: rgba(0, 0, 0, .6);
	padding: 10px 30px;
	position: absolute;
	bottom: 0px;
	width: 100%
}

.video__active_box .overlay_video a:hover {
	text-decoration: none
}

.video__active_box .overlay_video h3 {
	color: #fff
}

.video__active_box .overlay_video .breaking_publice_details h3 {
	color: #aaa;
	font-size: 12px
}

.video__details {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width: 639px) {
	.video__details {
		display: block
	}
}

.video__details .item {
	width: 31.33%;
	background: #d9d9d9;
	border-bottom: 2px solid #e22123;
	margin: 15px 1% 0px
}

@media only screen and (max-width: 979px) {
	.video__details .item {
		width: 48%
	}
}

@media only screen and (max-width: 639px) {
	.video__details .item {
		width: 100%
	}
}

.video__details .item abbr {
	position: relative;
	display: block;
	height: 180px
}

.video__details .item abbr img {
	vertical-align: top;
	height: 180px;
	width: 100%
}

.video__details .item abbr i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 60px;
	color: rgba(0, 0, 0, .5);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	font-weight: normal
}

@media only screen and (max-width: 1600px) {
	.video__details .item abbr i {
		font-size: 50px
	}
}

.video__details .item .video__content {
	padding: 10px 8px
}

.video__details .item .video__content>h3 {
	font-size: 13px;
	color: #303030;
	font-family: "RobotoSlab-Bold";
	margin-bottom: 15px;
	min-height: 60px;
	line-height: 18px
}

@media only screen and (max-width: 639px) {
	.video__details .item .video__content>h3 {
		min-height: auto
	}
}

.video__details .item .video__content figure h3 {
	color: #666;
	margin-bottom: 0px;
	font-size: 13px;
	font-family: "RobotoSlab-Bold"
}

.video__details .item:hover abbr i {
	color: #cd201f
}

.buzz__details {
	margin-bottom: 20px
}

.buzz__details ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.buzz__details ul li {
	width: 31.33%;
	margin: 0 1%
}

@media only screen and (max-width: 767px) {
	.buzz__details ul li {
		width: 100%;
		margin-bottom: 10px
	}
}

.buzz__details ul li>img {
	width: 100%;
	min-height: 140px
}

@media only screen and (max-width: 639px) {
	.buzz__details ul li>img {
		height: auto
	}
}

.buzz__details ul li a:hover {
	text-decoration: none
}

.buzz__details ul li p {
	color: #666;
	font-size: 12px;
	line-height: 18px
}

@media only screen and (max-width: 639px) {
	.buzz__details ul li p {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 8px
	}
}

.buzz__details ul li h4 {
	line-height: 18px;
	margin-top: 5px
}

.buzz__details ul li .share_icons2 {
	margin-top: 20px;
	width: 100%
}

.buzz__details ul li .share_icons2 h4 {
	font-size: 12px;
	color: #666;
	margin-bottom: 6px
}

.buzz__details ul li .share_icons2 li {
	width: auto
}

.buzz__other_stories_wrap .item .other_stories_box {
	margin-bottom: 15px;
	background: #d9d9d9;
	border-bottom: 2px solid #e22123
}

.buzz__other_stories_wrap .item .other_stories_box abbr {
	position: relative;
	display: block
}

.buzz__other_stories_wrap .item .other_stories_box abbr img {
	vertical-align: top;
	height: 140px
}

@media only screen and (max-width: 639px) {
	.buzz__other_stories_wrap .item .other_stories_box abbr img {
		height: auto
	}
}

.buzz__other_stories_wrap .item .other_stories_box .video__content {
	padding: 10px 8px
}

.buzz__other_stories_wrap .item .other_stories_box .video__content h3 {
	font-size: 13px;
	color: #303030;
	font-family: "RobotoSlab-Bold";
	margin-bottom: 15px
}

.buzz__other_stories_wrap .item .other_stories_box .video__content figure h3 {
	color: #666;
	margin-bottom: 0px;
	font-size: 12px;
	font-family: "RobotoSlab-Medium"
}

.buzz__other_stories_wrap .owl-nav {
	position: absolute;
	right: 10px;
	top: -40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex
}

.buzz__other_stories_wrap .owl-nav .owl-prev {
	margin: 0px 10px
}

.buzz__other_stories_wrap .owl-nav .owl-next {
	margin: 0px 10px
}

.buzz__other_stories_wrap .owl-controls .owl-dots {
	text-align: center;
	margin-top: 0px
}

@media only screen and (max-width: 639px) {
	.buzz__other_stories_wrap .owl-controls .owl-dots {
		display: none !important
	}
}

.buzz__other_stories_wrap .owl-controls .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	background: #ececec;
	border-radius: 50%;
	display: inline-block;
	margin: 0px 5px
}

@media only screen and (max-width: 767px) {
	.buzz__other_stories_wrap .owl-controls .owl-dots .owl-dot {
		width: 10px;
		height: 10px;
		margin: 0px 3px
	}
}

.buzz__other_stories_wrap .owl-controls .owl-dots .owl-dot.active {
	background: #e22123
}

.entertainment__first_sec {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 25px
}

.entertainment__first_sec .entertainment__first_left {
	width: 49%
}

@media only screen and (max-width: 639px) {
	.entertainment__first_sec .entertainment__first_left {
		width: 100%
	}
}

.entertainment__first_sec .entertainment__first_left .entertainment_cont {
	padding: 10px
}

.entertainment__first_sec .entertainment__first_left .entertainment_cont p {
	color: #666;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 15px
}

@media only screen and (max-width: 1600px) {
	.entertainment__first_sec .entertainment__first_left .entertainment_cont p {
		font-size: 13px;
		line-height: 22px;
		margin-bottom: 10px
	}
}

@media only screen and (max-width: 639px) {
	.entertainment__first_sec .entertainment__first_left .entertainment_cont p {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 8px
	}
}

.entertainment__first_sec .entertainment__first_left .entertainment_cont p:last-child {
	margin-bottom: 0px
}

.entertainment__first_sec .entertainment__first_left .breaking_publice_details {
	margin-top: 40px
}

@media only screen and (max-width: 979px) {
	.entertainment__first_sec .entertainment__first_left .breaking_publice_details {
		margin-top: 20px
	}
}

.entertainment__first_sec .entertainment__first_left .breaking_publice_details h3 {
	font-size: 12px;
	color: #666;
	font-family: "RobotoSlab-Medium"
}

.entertainment__first_sec .entertainment__first_right {
	width: 49%;
	height: 460px;
	overflow: auto
}

@media only screen and (max-width: 639px) {
	.entertainment__first_sec .entertainment__first_right {
		width: 100%;
		margin-top: 20px;
		height: auto
	}
}

.entertainment__first_sec .entertainment__first_right .entertainment_right_box {
	padding: 10px;
	border-bottom: 3px solid #e22123;
	margin-bottom: 15px
}

.entertainment__first_sec .entertainment__first_right .entertainment_right_box:last-child {
	margin-bottom: 0px
}

.entertainment__first_sec .entertainment__first_right .entertainment_right_box .breaking_publice_details {
	margin-top: 10px
}

.entertainment__first_sec .entertainment__first_right .entertainment_right_box .breaking_publice_details h3 {
	font-size: 12px;
	color: #666;
	font-family: "RobotoSlab-Medium"
}

.entertainment_second_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between
}

@media only screen and (max-width: 639px) {
	.entertainment_second_wrap {
		display: block
	}
}

.entertainment_second_wrap .item {
	width: 32%;
	margin-bottom: 15px;
	background: #d9d9d9;
	border-bottom: 2px solid #e22123
}

@media only screen and (max-width: 979px) {
	.entertainment_second_wrap .item {
		width: 49%
	}
}

@media only screen and (max-width: 639px) {
	.entertainment_second_wrap .item {
		width: 100%
	}
}

.entertainment_second_wrap .item .entertainment_second_box abbr {
	position: relative;
	display: block
}

.entertainment_second_wrap .item .entertainment_second_box abbr img {
	vertical-align: top;
	height: 140px
}

@media only screen and (max-width: 639px) {
	.entertainment_second_wrap .item .entertainment_second_box abbr img {
		height: auto
	}
}

.entertainment_second_wrap .item .entertainment_second_box .entertainment_second_content {
	padding: 10px 8px
}

.entertainment_second_wrap .item .entertainment_second_box .entertainment_second_content h3 {
	margin-bottom: 15px
}

.entertainment_second_wrap .item .entertainment_second_box .entertainment_second_content a>.sub_heading {
	line-height: 18px;
	min-height: 60px
}

@media only screen and (max-width: 639px) {
	.entertainment_second_wrap .item .entertainment_second_box .entertainment_second_content a>.sub_heading {
		min-height: auto
	}
}

.entertainment_second_wrap .item .entertainment_second_box .entertainment_second_content figure h3 {
	color: #666;
	margin-bottom: 0px;
	font-size: 12px;
	font-family: "RobotoSlab-Medium"
}

.entertainment__video_sec {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-o-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.entertainment__video_sec .item {
	width: 49%;
	margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
	.entertainment__video_sec .item {
		width: 100%
	}
}

.entertainment__video_sec .item:nth-last-child(2),
.entertainment__video_sec .item:last-child {
	margin-bottom: 0px
}

@media only screen and (max-width: 767px) {

	.entertainment__video_sec .item:nth-last-child(2),
	.entertainment__video_sec .item:last-child {
		margin-bottom: 20px
	}
}

.entertainment__video_sec .entertainment_video_box_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-o-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between
}

.entertainment__video_sec .entertainment_video_box_wrap .entertainment_video_box {
	position: relative;
	display: block;
	width: 33%
}

.entertainment__video_sec .entertainment_video_box_wrap .entertainment_video_box img {
	vertical-align: top
}

.entertainment__video_sec .entertainment_video_box_wrap .entertainment_video_box i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 60px;
	color: rgba(0, 0, 0, .5);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	font-weight: normal
}

@media only screen and (max-width: 1600px) {
	.entertainment__video_sec .entertainment_video_box_wrap .entertainment_video_box i {
		font-size: 50px
	}
}

.entertainment__video_sec .entertainment_video_box_wrap .entertainment_video_box:hover i {
	color: #cd201f
}

.entertainment__video_sec .entertainment_video_box_wrap .entertainment_video_cont {
	width: 65%
}

.entertainment__video_sec .entertainment_video_box_wrap .entertainment_video_cont .sub_heading {
	color: #fff;
	line-height: 18px;
	font-size: 12px;
	font-family: "RobotoSlab-Medium"
}

.entertainment__video_sec .entertainment_video_box_wrap .entertainment_video_cont .breaking_publice_details h3 {
	color: #aaa
}

.gplus-news {
	color: #e22123;
	font-family: "georgiabold_italic";
	font-size: 14px;
	line-height: 22px
}

.gplus-news:hover {
	text-decoration: none
}

.report__form_steps_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-o-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
	position: relative;
	z-index: 0;
	margin: 60px 0px
}

.report__form_steps_list:before {
	position: absolute;
	left: 50%;
	width: 75%;
	height: 1px;
	top: 50%;
	margin-top: -25px;
	content: "";
	background: #aaa;
	transform: translate(-50%, 0px);
	-webkit-transform: translate(-50%, 0px);
	-o-transform: translate(-50%, 0px);
	-moz-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	z-index: -9
}

.report__form_steps_list li {
	text-align: center;
	cursor: pointer
}

.report__form_steps_list li span {
	width: 80px;
	height: 80px;
	background: #aaa;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center;
	border-radius: 50%;
	margin: 0 auto
}

.report__form_steps_list li span img {
	width: 50%;
	margin: 0 auto
}

.report__form_steps_list li abbr {
	font-size: 16px;
	line-height: 18px;
	font-family: "RobotoSlab-Medium";
	margin-top: 10px;
	display: block
}

.report__form_steps_list li.active span {
	background: #e22123
}

.report__form_steps_list li.current span {
	background: #e22123
}

.form_steps_content {
	opacity: 0;
	visibility: hidden;
	height: 0px
}

.form_steps_content.active {
	opacity: 1;
	visibility: visible;
	height: auto
}

.form_steps_content h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .8);
	width: 100%;
	text-align: center;
	padding: 12px 0px;
	color: #fff;
	font-weight: bold
}

.form_steps_content2 {
	opacity: 0;
	visibility: hidden;
	height: 0px
}

.form_steps_content2.active {
	opacity: 1;
	visibility: visible;
	height: auto
}

.form_steps_content2 h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .8);
	width: 100%;
	text-align: center;
	padding: 12px 0px;
	color: #fff;
	font-weight: bold
}

.report_form_box h2 {
	color: #303030;
	font-size: 30px;
	font-family: "georgiabold";
	text-align: center;
	margin-bottom: 30px
}

.report_form_box .report_form_details {
	max-width: 70%;
	margin: 0 auto
}

.report_form_box .report_form_details .report_form_group {
	margin-bottom: 20px
}

.report_form_box .report_form_details .report_form_group.report_form_two_group {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.report_form_box .report_form_details .report_form_group.report_form_two_group>div {
	width: 49%
}

.report_form_box .report_form_details .report_form_group input,
.report_form_box .report_form_details .report_form_group select,
.report_form_box .report_form_details .report_form_group textarea {
	border: 2px solid #aaa;
	height: 40px;
	width: 100%;
	padding: 0px 10px
}

.report_form_box .report_form_details .report_form_group textarea {
	height: 150px;
	padding-top: 15px
}

.report_form_box .report_form_details .report_form_group .drag_drop_box {
	width: 100%;
	border: 2px solid #aaa;
	padding: 50px 0px;
	text-align: center
}

.report_form_box .report_form_details .report_form_group .drag_drop_box .upload_files_hidden {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100% !important;
	opacity: 0;
	border: none
}

.report_form_box .report_form_details>p {
	font-size: 16px;
	color: #303030;
	font-family: "georgiabold";
	display: block;
	text-align: center
}

.report_form_box .next_step_btn {
	width: 100%;
	text-align: right;
	padding-right: 40px;
	margin: 40px 0px 20px
}

.report_form_box .next_step_btn a {
	background: #064269;
	color: #fff;
	width: 90px;
	font-size: 13px;
	display: inline-block;
	margin: 0px 10px;
	padding: 8px 0px;
	text-align: center;
	font-family: "RobotoSlab-Medium"
}

.report_form_box .drag_drop_box {
	position: relative
}

.report_form_box .drag_drop_box h4 {
	color: #aaa;
	font-size: 18px;
	font-family: "georgiabold";
	margin: 20px
}

.report_form_box .drag_drop_box span {
	color: #aaa;
	font-size: 12px;
	font-family: "georgiabold"
}

.report_form_box .lets_confirm_wrap {
	padding: 20px;
	border: 2px solid #aaa;
	max-width: 80%;
	margin: 0 auto
}

.report_form_box .lets_confirm_wrap .lets_confirm_list {
	background: #000;
	padding: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 20px
}

.report_form_box .lets_confirm_wrap .lets_confirm_list li {
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	font-family: "georgiabold"
}

.report_form_box .lets_confirm_wrap .lets_confirm_list li.active {
	color: #e22123
}

.report_form_box .confirm_result_show {
	padding: 0px 25px
}

.report_form_box .confirm_result_show .confirm_result_row {
	margin-bottom: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.report_form_box .confirm_result_show .confirm_result_row abbr {
	width: 25%;
	margin-right: 2%;
	font-size: 18px;
	color: #aaa;
	font-family: "RobotoSlab-Medium"
}

.report_form_box .confirm_result_show .confirm_result_row p {
	width: 73%;
	font-size: 18px;
	color: #666;
	font-family: "RobotoSlab-Medium"
}

.sign_in_wrapper {
	max-width: 50%;
	margin: 50px auto;
	padding: 40px;
	border: 1px solid #666
}

@media only screen and (max-width: 979px) {
	.sign_in_wrapper {
		max-width: 70%;
		margin: 30px auto;
		padding: 20px 30px
	}
}

@media only screen and (max-width: 639px) {
	.sign_in_wrapper {
		max-width: 90%;
		margin: 20px auto;
		padding: 20px 10px
	}
}

.sign_in_wrapper h2 {
	font-family: "georgiabold";
	font-size: 30px;
	margin-bottom: 30px;
	text-align: center
}

@media only screen and (max-width: 639px) {
	.sign_in_wrapper h2 {
		font-size: 20px;
		margin-bottom: 10px
	}
}

.sign_in_wrapper .sign_group {
	margin-bottom: 20px
}

@media only screen and (max-width: 639px) {
	.sign_in_wrapper .sign_group {
		margin-bottom: 10px
	}
}

.sign_in_wrapper .sign_group input,
.sign_in_wrapper .sign_group select,
.sign_in_wrapper .sign_group textarea {
	border: 2px solid #aaa;
	height: 40px;
	width: 100%;
	padding: 0px 10px
}

@media only screen and (max-width: 639px) {

	.sign_in_wrapper .sign_group input,
	.sign_in_wrapper .sign_group select,
	.sign_in_wrapper .sign_group textarea {
		height: 35px
	}
}

.sign_in_wrapper .sign_group textarea {
	height: 90px;
	padding-top: 10px
}

.sign_in_wrapper .sign_group input[type=checkbox] {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 4px
}

.sign_in_wrapper .sign_group label {
	display: inline-block;
	vertical-align: middle;
	color: #666
}

@media only screen and (max-width: 639px) {
	.sign_in_wrapper .sign_group label {
		width: 80%
	}
}

.sign_in_wrapper .sign_group .select2-container--default .select2-selection--single {
	border: 2px solid #aaa;
	border-radius: 5px;
	height: 40px
}

.sign_in_wrapper .sign_group .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 34px;
	height: 40px
}

.sign_in_wrapper .forget_password {
	text-align: right;
	margin-bottom: 20px
}

.sign_in_wrapper .forget_password a {
	color: #666;
	font-size: 16px;
	text-decoration: underline
}

@media only screen and (max-width: 639px) {
	.sign_in_wrapper .forget_password a {
		font-size: 13px
	}
}

.sign_in_wrapper .sign_btn input {
	background: #064269;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px
}

@media only screen and (max-width: 639px) {
	.sign_in_wrapper .sign_btn input {
		font-size: 16px
	}
}

.sign_in_wrapper .sign_in_up_confirmation p {
	font-size: 16px;
	color: #666;
	display: block;
	text-align: center
}

@media only screen and (max-width: 639px) {
	.sign_in_wrapper .sign_in_up_confirmation p {
		font-size: 13px
	}
}

.sign_in_wrapper .sign_in_up_confirmation p a {
	color: #064269;
	text-decoration: underline
}

.sign_in_wrapper .or_sign_up {
	margin: 20px 0px 40px;
	text-align: center
}

.sign_in_wrapper .or_sign_up abbr {
	display: inline-block;
	font-family: "georgiabold";
	color: #666;
	font-size: 18px;
	position: relative;
	padding: 0px 10px
}

.sign_in_wrapper .or_sign_up abbr:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 1px;
	background: #ccc;
	right: 100%;
	top: 50%;
	margin-top: -1px
}

.sign_in_wrapper .or_sign_up abbr:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 1px;
	background: #ccc;
	left: 100%;
	top: 50%;
	margin-top: -1px
}

.sign_in_wrapper .or_sign_up .or_sign_up_cont {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	list-style: none;
	margin-top: 30px
}

.sign_in_wrapper .or_sign_up .or_sign_up_cont li {
	margin: 0px 5px
}

.sign_in_wrapper .or_sign_up .or_sign_up_cont li i {
	font-size: 30px;
	color: #224f92
}

.sign_in_wrapper .or_sign_up .or_sign_up_cont li:last-child i {
	color: #d63c27
}

.sign_in_wrapper .form-title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 15px
}

.gallery__wrapper {
	margin-bottom: 30px
}

@media only screen and (max-width: 1600px) {
	.gallery__wrapper {
		margin-bottom: 15px
	}
}

.gallery__wrapper .gallery_cat {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	margin: 30px 0px 0px;
	font-family: "georgiabold"
}

@media only screen and (max-width: 639px) {
	.gallery__wrapper .gallery_cat {
		margin: 20px 0px
	}
}

.gallery__wrapper .gallery_cat li {
	display: inline-block;
	width: 150px;
	text-align: center;
	padding: 10px 0px;
	background: #e8e8e8;
	color: #000;
	cursor: pointer;
	font-size: 16px
}

@media only screen and (max-width: 639px) {
	.gallery__wrapper .gallery_cat li {
		width: 130px;
		font-size: 13px
	}
}

.gallery__wrapper .gallery_cat li.active {
	background: #064269;
	color: #fff
}

.gallery_hide {
	opacity: 0;
	visibility: hidden;
	height: 0px;
	padding: 0px 20px
}

@media only screen and (max-width: 639px) {
	.gallery_hide {
		padding: 0px
	}
}

.gallery_hide.active {
	opacity: 1;
	visibility: visible;
	height: auto
}

.gallery_hide h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .8);
	width: 100%;
	text-align: center;
	padding: 12px 0px;
	color: #fff;
	font-weight: bold
}

.gallery_slider_wrap:last-child {
	margin-bottom: 0px
}

.gallery_slider_wrap h2 {
	color: #303030;
	font-size: 18px;
	font-family: "georgiabold";
	text-align: left;
	margin: 40px 0px 10px;
	background: #064269;
	color: #fff;
	padding: 10px;
	display: inline-block
}

@media only screen and (max-width: 639px) {
	.gallery_slider_wrap h2 {
		font-size: 14px
	}
}

.gallery_slider_wrap h4.sub_heading {
	min-height: auto;
	margin-top: 5px
}

@media only screen and (max-width: 639px) {
	.gallery_slider_wrap h4.sub_heading {
		min-height: auto
	}
}

.gallery_slider_wrap .breaking_publice_details figure h4 {
	margin-left: 0px
}

.gallery_slider_wrap .item img {
	height: 210px
}

.gallery_slider_wrap .owl-nav {
	position: absolute;
	right: 10px;
	top: -48px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex
}

.gallery_slider_wrap .owl-nav .owl-prev {
	margin: 0px 10px
}

.gallery_slider_wrap .owl-nav .owl-next {
	margin: 0px 10px
}

.gallery_slider_wrap .owl-controls .owl-dots {
	text-align: center;
	margin-top: 15px
}

@media only screen and (max-width: 639px) {
	.gallery_slider_wrap .owl-controls .owl-dots {
		display: none !important
	}
}

.gallery_slider_wrap .owl-controls .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	background: #ececec;
	border-radius: 50%;
	display: inline-block;
	margin: 0px 5px
}

@media only screen and (max-width: 767px) {
	.gallery_slider_wrap .owl-controls .owl-dots .owl-dot {
		width: 10px;
		height: 10px;
		margin: 0px 3px
	}
}

.gallery_slider_wrap .owl-controls .owl-dots .owl-dot.active {
	background: #e22123
}

.reset_wrapper {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	padding: 40px 0px
}

@media only screen and (max-width: 639px) {
	.reset_wrapper {
		padding: 20px 0px
	}
}

.reset_wrapper .reset_box {
	text-align: center;
	font-family: sans-serif;
	background: #fff;
	padding: 40px;
	margin-top: 30px
}

@media only screen and (max-width: 639px) {
	.reset_wrapper .reset_box {
		margin: 20px auto 0px;
		width: 90%;
		padding: 20px 10px
	}
}

.reset_wrapper .reset_box h3 {
	color: #000;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	font-family: "georgiabold";
	margin-bottom: 30px
}

@media only screen and (max-width: 639px) {
	.reset_wrapper .reset_box h3 {
		margin-bottom: 20px
	}
}

.reset_wrapper .reset_box p {
	font-family: "RobotoSlab-Regular";
	line-height: 18px
}

.reset_wrapper .reset_box a {
	background: #3598dc;
	color: #fff;
	margin: 0 auto;
	padding: 8px 20px;
	text-decoration: none;
	text-align: center;
	font-family: sans-serif;
	display: inline-block;
	margin: 30px 0px
}

@media only screen and (max-width: 639px) {
	.reset_wrapper .reset_box a {
		margin: 20px 0px
	}
}

.share_popup {
	position: absolute;
	width: 200px;
	right: auto;
	left: 0px;
	bottom: 120%;
	background: #064269;
	padding: 8px 0px;
	border-radius: 3px;
	text-align: right;
	display: none
}

.share_popup.active {
	display: block;
	position: absolute
}

.share_popup div {
	margin: 0px;
	padding: 0px 4px;
	vertical-align: middle;
	display: inline-block
}

.share_popup div:last-child {
	margin-left: 8px !important
}

.share_popup div a {
	margin: 0px !important
}

.share_popup div a i {
	font-size: 18px;
	color: #fff
}

.share_popup div a.close_icon {
	color: #fff !important;
	font-family: sans-serif !important;
	cursor: pointer
}

.share_popup .close_icon {
	color: #fff;
	font-family: sans-serif
}

.share_popup2 {
	position: absolute;
	width: 220px;
	right: 0px;
	bottom: 120%;
	background: #064269;
	padding: 8px 0px;
	border-radius: 3px;
	text-align: right;
	display: none
}

.share_popup2.active {
	display: block;
	position: absolute
}

.share_popup2 div {
	margin: 0px;
	padding: 0px 5px;
	vertical-align: middle;
	display: inline-block
}

.share_popup2 div:last-child {
	margin-left: 8px !important
}

.share_popup2 div a {
	margin: 0px !important
}

.share_popup2 div a i {
	font-size: 20px;
	color: #fff
}

.share_popup2 div a.close_icon {
	color: #fff !important;
	font-family: sans-serif;
	cursor: pointer
}

.share_popup2 .close_icon {
	color: #fff
}

.user_profile_wrap {
	margin-bottom: 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between
}

@media only screen and (max-width: 1600px) {
	.user_profile_wrap {
		margin-bottom: 15px
	}
}

@media only screen and (max-width: 767px) {
	.user_profile_wrap {
		display: block
	}
}

.user_profile_wrap .user_profile_left {
	width: 29%;
	text-align: center;
	background: #ececec;
	padding: 30px 0px
}

@media only screen and (max-width: 767px) {
	.user_profile_wrap .user_profile_left {
		width: 100%;
		padding: 20px 0px;
		margin-bottom: 10px
	}
}

.user_profile_wrap .user_profile_left .profile_img_box {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc
}

.user_profile_wrap .user_profile_left .profile_img_box abbr {
	width: 160px;
	height: 160px;
	background: #fff;
	display: inline-block;
	border-radius: 50%;
	line-height: 160px;
	overflow: hidden
}

.user_profile_wrap .user_profile_left .profile_img_box abbr img {
	width: 100%;
	vertical-align: middle
}

.user_profile_wrap .user_profile_left h3 {
	margin: 15px 0px;
	font-size: 22px;
	font-family: "georgiabold"
}

.user_profile_wrap .user_profile_left .user_follwers {
	display: block
}

.user_profile_wrap .user_profile_left .user_follwers span {
	display: inline-block;
	vertical-align: middle;
	color: #064269;
	font-family: "georgiabold"
}

.user_profile_wrap .user_profile_left .user_follwers p {
	display: inline-block;
	vertical-align: middle
}

.user_profile_wrap .user_profile_left .user_follwers a {
	margin: 5px 0px 20px 0px;
	display: inline-block;
	font-size: 18px;
	font-family: "georgiabold"
}

.user_profile_wrap .user_profile_left .profile_follow_us_box h3 {
	margin: 15px 0px;
	font-size: 20px;
	font-family: "georgiabold"
}

.user_profile_wrap .user_profile_left .profile_follow_us_box ul li {
	display: inline-block;
	margin: 0px 10px
}

.user_profile_wrap .user_profile_left .profile_follow_us_box ul li i {
	font-size: 24px;
	color: #064269
}

.user_profile_wrap .user_profile_right {
	width: 69%
}

@media only screen and (max-width: 767px) {
	.user_profile_wrap .user_profile_right {
		width: 100%
	}
}

.user_profile_wrap .user_profile_right .user_profile_latest_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 30px
}

@media only screen and (max-width: 979px) {
	.user_profile_wrap .user_profile_right .user_profile_latest_box {
		display: block
	}
}

.user_profile_wrap .user_profile_right .user_profile_latest_box .user_profile_latest_left {
	width: 49%
}

@media only screen and (max-width: 979px) {
	.user_profile_wrap .user_profile_right .user_profile_latest_box .user_profile_latest_left {
		width: 100%;
		margin-bottom: 10px
	}
}

.user_profile_wrap .user_profile_right .user_profile_latest_box .user_profile_latest_left img {
	width: 100%;
	vertical-align: top;
	height: 140px;
	object-fit: cover
}

@media only screen and (max-width: 639px) {
	.user_profile_wrap .user_profile_right .user_profile_latest_box .user_profile_latest_left img {
		height: auto
	}
}

.user_profile_wrap .user_profile_right .user_profile_latest_box .user_profile_latest_right {
	width: 49%
}

@media only screen and (max-width: 979px) {
	.user_profile_wrap .user_profile_right .user_profile_latest_box .user_profile_latest_right {
		width: 100%
	}
}

.user_profile_wrap .user_profile_right .user_profile_latest_box .user_profile_latest_right p {
	color: #666;
	font-size: 12px;
	line-height: 22px
}

@media only screen and (max-width: 639px) {
	.user_profile_wrap .user_profile_right .user_profile_latest_box .user_profile_latest_right p {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 8px
	}
}

.user_profile_wrap .user_profile_right .user_profile_hide {
	opacity: 0;
	visibility: hidden;
	height: 0px
}

.user_profile_wrap .user_profile_right .user_profile_hide.active {
	opacity: 1;
	visibility: visible;
	height: auto
}

.user_profile_wrap .user_profile_right .user_profile_list {
	text-align: center;
	margin: 20px 0px
}

.user_profile_wrap .user_profile_right .user_profile_list li {
	display: inline-block;
	font-size: 18px;
	cursor: pointer;
	font-family: "georgiabold";
	padding: 8px 30px;
	background: #e8e8e8;
	color: #000;
	margin-right: -4px;
	width: 140px
}

.user_profile_wrap .user_profile_right .user_profile_list li.active {
	color: #fff;
	background: #064269
}

@media only screen and (max-width: 639px) {
	.user_profile_wrap .user_profile_right .user_profile_list li {
		font-size: 16px;
		padding: 8px 20px
	}
}

.user_profile_wrap .user_profile_details {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -1%;
	margin-right: -1%
}

.user_profile_wrap .user_profile_details li {
	width: 31.33%;
	padding: 10px 8px;
	border-bottom: 3px solid #e22123;
	background: #ececec;
	margin: 0px 1% 15px 1%
}

@media only screen and (max-width: 979px) {
	.user_profile_wrap .user_profile_details li {
		width: 48%
	}
}

.user_profile_wrap .user_profile_details li .local_category_box {
	padding: 0px;
	border-bottom: none;
	margin-bottom: 0px
}

.user_profile_wrap .user_profile_details li .local_category_box h3 {
	color: #303030;
	font-size: 16px;
	font-family: "georgiabold";
	margin: 10px 0px;
	line-height: 22px;
	min-height: 60px
}

@media only screen and (max-width: 639px) {
	.user_profile_wrap .user_profile_details li .local_category_box h3 {
		font-size: 12px;
		min-height: auto
	}
}

.user_profile_wrap .user_profile_details li .local_category_box .breaking_publice_details h4 {
	margin-left: 0px
}

@media only screen and (max-width: 639px) {
	.user_profile_wrap .user_profile_details li {
		width: 100%
	}
}

.user_profile_wrap .user_profile_details li .share_icons a img {
	vertical-align: middle;
	width: auto
}

.user_profile_wrap .user_profile_details li .share_icons abbr {
	color: #666
}

.user_profile_wrap .user_profile_details li h4 {
	font-size: 12px;
	color: #e22123;
	font-family: "georgiabold_italic"
}

@media only screen and (max-width: 979px) {
	.user_profile_wrap .user_profile_details li h4 {
		font-size: 12px
	}
}

.subscribe_pop_form {
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	background: rgba(255, 255, 255, .98);
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	height: 0px
}

.subscribe_pop_form.active {
	visibility: visible;
	opacity: 1;
	height: auto
}

.subscribe_pop_form .close_subscribe {
	width: 20px;
	position: absolute;
	right: 20px;
	top: 20px
}

.subscribe_pop_form .subscribe_form_box {
	max-width: 50%;
	margin: 0px auto;
	padding: 40px;
	border: 1px solid #666;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff
}

@media only screen and (max-width: 639px) {
	.subscribe_pop_form .subscribe_form_box {
		width: 80%;
		max-width: 100%;
		padding: 20px
	}
}

.subscribe_pop_form .subscribe_form_box ul li {
	display: block;
	margin-bottom: 20px
}

.subscribe_pop_form .subscribe_form_box ul li input,
.subscribe_pop_form .subscribe_form_box ul li button {
	width: 100%;
	height: 40px;
	padding: 0px 10px;
	border: 2px solid #aaa
}

.subscribe_pop_form .subscribe_form_box ul li button {
	background: #064269;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px
}

.subscribe_pop_form .subscribe_form_box h3 {
	font-family: "RobotoSlab-Bold";
	font-size: 30px;
	margin-bottom: 30px;
	text-align: center
}

@media only screen and (max-width: 639px) {
	.subscribe_pop_form .subscribe_form_box h3 {
		font-size: 18px
	}
}

.open_sub_pop,
.close_subscribe {
	cursor: pointer
}

.search__page_bar {
	background: #fff;
	vertical-align: middle;
	width: 60%;
	margin: 50px auto 50px;
	border: 2px solid #ccc
}

@media only screen and (max-width: 639px) {
	.search__page_bar {
		width: 90%;
		margin: 30px auto 30px;
		border: 1px solid #ccc
	}
}

.search__page_bar #search_form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex
}

.search__page_bar input[type=text] {
	padding: 6px;
	font-size: 13px;
	border: none;
	width: 90%;
	height: 40px;
	padding: 0px 10px
}

@media only screen and (max-width: 639px) {
	.search__page_bar input[type=text] {
		width: 85%
	}
}

.search__page_bar button {
	float: right;
	padding: 8px 10px;
	background: #fff;
	font-size: 17px;
	border: none;
	height: 40px;
	cursor: pointer;
	width: 10%
}

@media only screen and (max-width: 639px) {
	.search__page_bar button {
		width: 15%
	}
}

.search_results_show {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px
}

.search_results_show li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 15px;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-o-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	width: 49%;
	background: #f6f6f6;
	padding: 10px;
	border-bottom: .5px solid #ccc
}

@media only screen and (max-width: 1600px) {
	.search_results_show li {
		margin-bottom: 10px;
		padding-bottom: 10px
	}
}

@media only screen and (max-width: 639px) {
	.search_results_show li {
		width: 100%
	}
}

@media only screen and (max-width: 1023px) {
	.search_results_show li {
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-o-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start
	}
}

@media only screen and (max-width: 639px) {
	.search_results_show li {
		padding-bottom: 5px;
		margin-bottom: 5px
	}
}

.search_results_show li .thumb_img {
	width: 30%;
	position: relative
}

@media only screen and (max-width: 639px) {
	.search_results_show li .thumb_img {
		width: 25%
	}
}

.search_results_show li .thumb_img img {
	width: 100%;
	vertical-align: top
}

.search_results_show li .thumb_img i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 30px;
	color: #000;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%)
}

.search_results_show li .artical_cont {
	width: 68%
}

@media only screen and (max-width: 639px) {
	.search_results_show li .artical_cont {
		width: 73%
	}
}

.search_results_show li .artical_cont h3 {
	color: #303030;
	font-size: 13px;
	font-family: "georgiabold";
	line-height: 16px
}

@media only screen and (max-width: 1023px) {
	.search_results_show li .artical_cont h3 {
		font-size: 12px
	}
}

@media only screen and (max-width: 639px) {
	.search_results_show li .artical_cont h3 {
		line-height: 16px;
		font-size: 12px
	}
}

.search_results_show li .artical_cont a {
	color: #303030
}

.search_results_show li .artical_cont .breaking_publice_details {
	display: block
}

.search_results_show li .artical_cont .breaking_publice_details h4 {
	margin-left: 0px;
	display: block;
	margin: 10px 0px
}

@media only screen and (max-width: 639px) {
	.search_results_show li .artical_cont .breaking_publice_details h4 {
		font-size: 9px;
		margin: 5px 0px
	}
}

.search_results_show li .artical_cont .breaking_publice_details .share_icons {
	text-align: right;
	padding-right: 8px
}

@media only screen and (max-width: 639px) {
	.search_results_show li .artical_cont .breaking_publice_details .share_icons {
		text-align: right;
		display: inline-block;
		float: right
	}
}

.show_more_search_result {
	text-align: center;
	margin: 20px 0px
}

.show_more_search_result a {
	background: #e71c20;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	display: inline-block;
	padding: 10px 30px;
	font-family: "georgiabold"
}

@media only screen and (max-width: 1600px) {
	.show_more_search_result a {
		fong-size: 14px;
		padding: 7px 20px
	}
}

.contact_details {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 50px 0px
}

@media only screen and (max-width: 979px) {
	.contact_details {
		margin: 30px 0px
	}
}

@media only screen and (max-width: 639px) {
	.contact_details {
		display: block;
		padding: 0px 20px
	}
}

.contact_details .contact_details_left {
	width: 49%;
	border-right: 1px solid #ccc;
	padding-right: 2%
}

@media only screen and (max-width: 639px) {
	.contact_details .contact_details_left {
		width: 100%;
		padding-right: 0px;
		border-bottom: 1px solid #ccc;
		border-right: none;
		padding-bottom: 20px;
		margin-bottom: 20px
	}
}

@media only screen and (max-width: 639px) {
	.contact_details .contact_details_left iframe {
		height: 200px
	}
}

.contact_details .contact_details_right {
	width: 48%
}

@media only screen and (max-width: 639px) {
	.contact_details .contact_details_right {
		width: 100%
	}
}

.contact_details .contact_details_right .contact_info li {
	margin-bottom: 20px;
	padding-left: 40px;
	position: relative
}

.contact_details .contact_details_right .contact_info li a {
	font-size: 18px;
	line-height: 26px;
	color: #0f1923
}

@media only screen and (max-width: 979px) {
	.contact_details .contact_details_right .contact_info li a {
		font-size: 16px;
		line-height: 24px
	}
}

.contact_details .contact_details_right .contact_info li span {
	font-size: 16px;
	line-height: 26px;
	color: #0f1923
}

@media only screen and (max-width: 979px) {
	.contact_details .contact_details_right .contact_info li span {
		font-size: 13px;
		line-height: 24px
	}
}

.contact_details .contact_details_right .contact_info li i {
	position: absolute;
	left: 0px;
	top: 3px;
	color: #064269;
	font-size: 24px;
	font-weight: bold
}

.contact_details .contact_details_right .contact_info li:first-child i {
	top: 5px
}

.contact_details .contact_details_right .contact_info li:last-child {
	margin-bottom: 0px
}

@media only screen and (max-width: 979px) {
	.abount__inner_page {
		padding: 10px
	}
}

.abount__inner_page .about__main_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin-top: 20px
}

@media only screen and (max-width: 979px) {
	.abount__inner_page .about__main_wrap {
		margin: 30px 0px
	}
}

@media only screen and (max-width: 639px) {
	.abount__inner_page .about__main_wrap {
		margin: 20px 0px
	}
}

.abount__inner_page .about__main_wrap .about_left_wrap {
	width: 100%
}

@media only screen and (max-width: 639px) {
	.abount__inner_page .about__main_wrap .about_left_wrap {
		width: 100%;
		padding-bottom: 0px;
		margin-bottom: 20px
	}
}

.abount__inner_page .about__main_wrap .about_right_wrap {
	width: 100%
}

@media only screen and (max-width: 639px) {
	.abount__inner_page .about__main_wrap .about_right_wrap {
		width: 100%
	}
}

.abount__inner_page .about__main_wrap .about_right_wrap abbr {
	font-size: 20px;
	line-height: 30px;
	font-family: "RobotoSlab-Bold"
}

@media only screen and (max-width: 979px) {
	.abount__inner_page .about__main_wrap .about_right_wrap abbr {
		font-size: 17px
	}
}

.abount__inner_page .about__main_wrap .about_right_wrap p {
	color: #000;
	font-size: 14px;
	line-height: 22px;
	font-family: "RobotoSlab-Regular";
	margin-top: 2%
}

.abount__inner_page .about__page_para p {
	color: #000;
	font-size: 14px;
	line-height: 22px;
	font-family: "RobotoSlab-Regular";
	margin-top: 2%
}

.editorial_info_box {
	width: 90%;
	margin: 40px auto;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
	padding: 40px
}

@media only screen and (max-width: 979px) {
	.editorial_info_box {
		width: 95%;
		padding: 25px
	}
}

@media only screen and (max-width: 639px) {
	.editorial_info_box {
		width: 100%;
		margin: 20px auto;
		padding: 20px 10px
	}
}

.editorial_info_box h4 {
	font-size: 20px;
	font-family: "RobotoSlab-Bold";
	text-align: center;
	color: #064269
}

.editorial_info_box .editorial_info_list {
	margin: 30px 0px;
	list-style: disc;
	padding-left: 20px
}

.editorial_info_box .editorial_info_list li {
	margin-bottom: 10px
}

@media only screen and (max-width: 639px) {
	.editorial_info_box .editorial_info_list li {
		margin-bottom: 15px;
		line-height: 20px
	}
}

.editorial_info_box .editorial_info_list li a {
	color: #064269
}

.editorial_info_box .about-counter-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-o-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around
}

.editorial_info_box .about-counter-list li {
	width: 28%;
	text-align: center;
	background: #efecec;
	padding: 10px
}

@media only screen and (max-width: 979px) {
	.editorial_info_box .about-counter-list li {
		width: 31%
	}
}

@media only screen and (max-width: 639px) {
	.editorial_info_box .about-counter-list li {
		width: 100%;
		margin: 5px 0px;
		padding: 20px 10px
	}
}

.editorial_info_box .about-counter-list li .counter-label {
	font-size: 12px
}

@media only screen and (max-width: 979px) {
	.editorial_info_box .about-counter-list li .counter-label {
		font-size: 11px
	}
}

.editorial_info_box .about-counter-list li .count {
	font-size: 36px;
	margin-top: 10px
}

.privacy__inner_wrap {
	padding: 20px
}

.video_icon_img {
	position: relative
}

.video_icon_img i {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 99;
	color: red;
	font-size: 36px;
	transform: translate(-50%, -50%)
}

.openion__category_details {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -1%;
	margin-right: -1%
}

.openion__category_details li {
	width: 48%;
	padding: 10px 8px;
	border-bottom: 3px solid #e22123;
	background: #ececec;
	margin: 0px 1% 15px 1%
}

@media only screen and (max-width: 979px) {
	.openion__category_details li {
		width: 48%
	}
}

.openion__category_details li .opninion_local_category_box {
	padding: 0px;
	border-bottom: none;
	margin-bottom: 0px
}

.openion__category_details li .opninion_local_category_box h3 {
	color: #303030;
	font-size: 18px;
	font-family: "georgiabold";
	margin: 10px 0px;
	line-height: 22px;
	min-height: 60px
}

@media only screen and (max-width: 639px) {
	.openion__category_details li .opninion_local_category_box h3 {
		font-size: 12px;
		min-height: auto
	}
}

@media only screen and (max-width: 639px) {
	.openion__category_details li {
		width: 100%
	}
}

.openion__category_details li .category_author {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.openion__category_details li .category_author img {
	width: 30px;
	height: 30px;
	margin-right: 5px;
	border-radius: 50%
}

.openion__category_details li .category_date_share {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin-top: 10px
}

.openion__category_details li .category_date_share .category_author_share {
	display: none
}

.openion__category_details li .category_date_share .category_author_share>div {
	position: relative
}

.openion__category_details li:hover .category_author_share {
	display: block
}

.openion__category_details .local_category_box {
	padding: 0px;
	border: none;
	margin-bottom: 0px
}

.openion__category_details .local_category_box .breaking_publice_details .share_icons {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-o-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end
}

.openion__category_details .local_category_box .breaking_publice_details .share_icons>a {
	margin-right: 5px
}

.opinion_recom_post_box {
	padding: 10px;
	margin: 10px 0px
}

.opinion_recom_post_box h3 {
	font-size: 12px;
	line-height: 18px;
	font-family: "RobotoSlab-Bold"
}

.opinion_recom_post_box .opinion_recom_author {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 8px
}

.opinion_recom_post_box .opinion_recom_author img {
	width: 20px;
	height: 20px;
	margin-right: 5px
}

.opinion_recom_post_box .opinion_recom_date_share {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin-top: 8px
}

.opinion__inner_new_active {
	padding: 10px;
	margin-bottom: 0px
}

.opinion__inner_new_active .opninion_local_category_active_box h3 {
	font-size: 20px;
	line-height: 24px;
	font-family: "RobotoSlab-Bold"
}

.opinion__inner_new_active .opninion_local_category_active_box p {
	color: #303030;
	font-size: 16px;
	line-height: 22px;
	font-family: "RobotoSlab-Regular";
	margin: 2% 0px
}

.opinion__inner_new_active .opninion_local_category_active_box .category_author {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.opinion__inner_new_active .opninion_local_category_active_box .category_author img {
	width: 30px;
	height: 30px;
	margin-right: 5px;
	border-radius: 50%
}

.opinion__inner_new_active .opninion_local_category_active_box .category_author a.gplus-news {
	color: #e22123;
	font-family: "georgiabold_italic";
	font-size: 16px
}

.opinion__inner_new_active .opninion_local_category_active_box .category_date_share {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin-top: 10px
}

.opinion__inner_new_active .opninion_local_category_active_box .category_date_share .category_author_share {
	display: none
}

.opinion__inner_new_active .opninion_local_category_active_box .category_date_share .category_author_share>div {
	position: relative
}

.opinion__inner_new_active .opninion_local_category_active_box:hover .category_author_share {
	display: block
}

.home_opinion_box_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between
}

@media only screen and (max-width: 639px) {
	.home_opinion_box_wrap {
		display: block
	}
}

.home_opinion_box_wrap .item {
	padding: 10px;
	width: 49%;
	margin-top: 10px
}

@media only screen and (max-width: 639px) {
	.home_opinion_box_wrap .item {
		width: 100%
	}

	.home_opinion_box_wrap .item:last-child {
		margin-top: 10px
	}
}

.home_opinion_box_wrap .item:hover .share_icons {
	display: block
}

.home_opinion_box_wrap .item .share_popup {
	left: auto;
	right: 0px
}

.home_opinion_box_wrap .item a {
	color: #e22123;
	font-family: "georgiabold_italic";
	font-size: 14px;
	line-height: 18px
}

.home_opinion_box_wrap .item abbr {
	color: #303030;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	font-family: "georgiabold";
	margin-bottom: 7px;
	display: block
}

@media only screen and (max-width: 639px) {
	.home_opinion_box_wrap .item abbr {
		font-size: 16px;
		line-height: 18px
	}
}

.home_opinion_box_wrap .item p {
	color: #303030;
	font-size: 14px;
	line-height: 18px
}

@media only screen and (max-width: 639px) {
	.home_opinion_box_wrap .item p {
		font-size: 15px;
		line-height: 20px
	}
}

.home_opinion_box_wrap .item p>br {
	display: none
}

.home_opinion_box_wrap .item p>img {
	display: none
}

.home_opinion_img_author {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin-top: 20px
}

.home_opinion_img_author .authore_name img {
	vertical-align: middle;
	display: inline-block;
	border-radius: 50px
}

.home_opinion_img_author .authore_name abbr {
	vertical-align: middle;
	margin-left: 5px;
	display: inline-block;
	color: #e22123;
	font-family: "georgiabold_italic"
}

.exclusive_articles .mgbox .mgline .text-elements .mctitle a {
	color: #303030 !important;
	font-size: 16px !important
}

body .exclusive_articles #MarketGidComposite315339 .mctitle a {
	line-height: 22px !important;
	font-family: "georgiabold" !important;
	font-size: 16px;
	line-height: 22px
}

@media only screen and (max-width: 639px) {
	body .exclusive_articles #MarketGidComposite315339 .mctitle a {
		font-size: 14px;
		line-height: 20px
	}
}

@media screen and (max-width: 420px) {
	.mobile_scroll {
		width: 325px
	}

	.nav_mob_menu.open_menu {
		padding-top: 155px
	}
}

@media screen and (max-width: 395px) {
	.mobile_scroll {
		width: 300px
	}

	.primary_nav_wrap .primary_wrap .nav_menu {
		width: 630px
	}
}

@media screen and (max-width: 380px) {
	.mobile_scroll {
		width: 272px
	}

	main {
		margin-top: 135px
	}
}

@media screen and (max-width: 360px) {
	.mobile_scroll {
		width: 272px
	}

	.nav_mob_menu.open_menu {
		padding-top: 145px
	}
}

@media screen and (max-width: 330px) {
	.mobile_scroll {
		width: 220px
	}

	.nav_mob_menu.open_menu {
		padding-top: 140px
	}
}

.advertisement_slider .owl-item a>img {
	object-fit: cover
}

@media only screen and (max-width: 639px) {
	.advertisement_slider .owl-item a>img {
		height: auto
	}
}

.my_account_details_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px
}

.my_account_details_wrap .res_account_tab {
	display: none;
	margin-bottom: 20px;
	width: 100%
}

@media only screen and (max-width: 639px) {
	.my_account_details_wrap .res_account_tab {
		display: block;
		margin-bottom: 10px
	}
}

.my_account_details_wrap .res_account_tab .select_box {
	width: 100%;
	border: 2px solid #064269;
	padding: 8px;
	background: transparent
}

.my_account_details_wrap .my_account_tabs {
	width: 29%;
	margin-right: 1%
}

@media only screen and (max-width: 639px) {
	.my_account_details_wrap .my_account_tabs {
		display: none
	}
}

.my_account_details_wrap .my_account_tabs li {
	display: block;
	padding: 12px 15px;
	color: #000;
	cursor: pointer;
	background: #e8e8e8;
	margin-bottom: 15px;
	font-size: 18px;
	font-family: "georgiabold"
}

.my_account_details_wrap .my_account_tabs li.active {
	background: #064269;
	color: #fff
}

.my_account_details_wrap .account_tab_data_wrap {
	width: 70%;
	border-left: 1px solid #ccc
}

@media only screen and (max-width: 639px) {
	.my_account_details_wrap .account_tab_data_wrap {
		width: 100%;
		border: none
	}
}

.my_account_details_wrap .account_tab_data_wrap:first-child {
	display: block
}

.my_account_details_wrap .account_tab_data_wrap .my_account_form_group {
	margin-bottom: 0px
}

.my_account_details_wrap .account_tab_data_wrap .my_account_form_group.my_account_form_two_group {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width: 639px) {
	.my_account_details_wrap .account_tab_data_wrap .my_account_form_group.my_account_form_two_group {
		display: block
	}
}

.my_account_details_wrap .account_tab_data_wrap .my_account_form_group.my_account_form_two_group>div {
	width: 49%;
	margin-bottom: 20px
}

@media only screen and (max-width: 639px) {
	.my_account_details_wrap .account_tab_data_wrap .my_account_form_group.my_account_form_two_group>div {
		width: 100%
	}
}

.my_account_details_wrap .account_tab_data_wrap .my_account_form_group input,
.my_account_details_wrap .account_tab_data_wrap .my_account_form_group select,
.my_account_details_wrap .account_tab_data_wrap .my_account_form_group textarea {
	border: 2px solid #aaa;
	height: 40px;
	width: 100%;
	padding: 0px 10px
}

.my_account_details_wrap .account_tab_data_wrap .my_account_form_group textarea {
	height: 150px;
	padding-top: 15px
}

.my_account_details_wrap .account_tab_data_wrap .my_account_form_group select {
	background: transparent
}

.my_account_details_wrap .account_tab_data_wrap .my_account_form_group button {
	background: #064269;
	color: #fff;
	font-family: "georgiabold";
	border: none;
	padding: 10px 25px
}

.my_account_details_wrap .account_tab-content {
	display: none;
	padding: 20px
}

@media only screen and (max-width: 639px) {
	.my_account_details_wrap .account_tab-content {
		padding: 15px
	}
}

.my_account_details_wrap .account_tab-content.active {
	display: block
}

.my_account_details_wrap .account_tab-content p {
	font-size: 16px;
	color: #000
}

.my_account_details_wrap .account_tab-content a {
	color: #064269
}

.my_account_details_wrap .account_tab-content label {
	font-size: 14px;
	display: block;
	margin-bottom: 5px
}

.my_account_details_wrap .account_tab-content h4 {
	font-size: 24px;
	font-family: "georgiabold";
	margin-bottom: 25px;
	color: #000
}

.my_account_details_wrap .account_tab-content#account-logout p {
	margin-bottom: 15px
}

.my_account_details_wrap .account_tab-content#account-logout label {
	display: inline-block
}

.my_account_details_wrap .account_tab-content#account-logout div {
	margin-bottom: 10px
}

.select_saved_data {
	width: 50%;
	padding: 10px;
	font-size: 16px;
	font-family: "georgiabold";
	margin-bottom: 20px
}

.saved_sub_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between
}

.saved_sub_wrap .saved_sub_box_flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between
}

.saved_sub_wrap .saved_sub_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	width: 49%;
	background: #e8e8e8;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 10px
}

@media only screen and (max-width: 639px) {
	.saved_sub_wrap .saved_sub_box {
		width: 100%
	}
}

.saved_sub_wrap .saved_sub_box .saved_sub_img {
	width: 30%
}

.saved_sub_wrap .saved_sub_box .saved_sub_img img {
	width: 100%;
	vertical-align: top
}

.saved_sub_wrap .saved_sub_box .saved_sub_post_cont {
	width: 66%;
	padding-right: 10px
}

.saved_sub_wrap .saved_sub_box .saved_sub_post_cont h3 {
	font-size: 18px;
	line-height: 22px;
	font-family: "georgiabold"
}

@media only screen and (max-width: 639px) {
	.saved_sub_wrap .saved_sub_box .saved_sub_post_cont h3 {
		font-size: 15px;
		line-height: 19px
	}
}

.saved_sub_wrap.hide-data {
	display: none
}

.modal-header .video-wishlist {
	margin-right: 8px
}

.modal-body iframe {
	width: 100%;
	height: 260px
}

.advertisement_pop_box {
	position: fixed;
	right: 0px;
	left: 0;
	bottom: 0px;
	top: 0px;
	z-index: 999999;
	height: 0px;
	opacity: 0;
	visibility: hidden
}

.advertisement_pop_box.active {
	height: auto;
	opacity: 1;
	visibility: visible
}

.advertisement_pop_box .advertisement_overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8)
}

.advertisement_pop_box .advertisement_modal_box {
	width: 70%;
	height: 80vh;
	border: 10px solid #fff;
	z-index: 99;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
	background: #fff
}

@media only screen and (max-width: 639px) {
	.advertisement_pop_box .advertisement_modal_box {
		width: 90%;
		height: 70vh;
		border: 5px solid #fff
	}
}

.advertisement_pop_box .advertisement_modal_box img {
	width: 100%;
	height: 80vh;
	object-fit: cover
}

@media only screen and (max-width: 639px) {
	.advertisement_pop_box .advertisement_modal_box img {
		height: 90vh
	}
}

.advertisement_pop_close {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 28px;
	color: #fff;
	line-height: 20px;
	font-family: monospace;
	cursor: pointer;
	font-size: 12px;
	background: #0f6aa5;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center
}

.also_read_box {
	width: 97%;
	margin: 30px auto
}

.also_read_box h2 {
	color: #303030;
	font-size: 20px;
	font-family: "georgiabold";
	line-height: 24px;
	margin: 0px 0px 10px 0px
}

@media only screen and (max-width: 639px) {
	.also_read_box h2 {
		font-size: 16px;
		line-height: 20px
	}
}

.also_read_box .also_read_box_details {
	background: #fff;
	padding: 5px;
	border-radius: 3px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
	width: 100%;
	margin-bottom: 20px
}

.also_read_box .also_read_box_details a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center
}

.also_read_box .also_read_box_details a h3 {
	font-size: 14px;
	line-height: 18px;
	display: inline-block;
	padding-left: 5px
}

.also_read_box .also_read_box_details a img {
	width: 70px;
	height: 50px;
	object-fit: cover
}

.publish_info {
	font-family: "georgiaregular" !important;
	margin: 20px 0px
}

.grievance_redressal_wrap .grievance_redressal_links {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	margin: 70px 0px
}

@media only screen and (max-width: 639px) {
	.grievance_redressal_wrap .grievance_redressal_links {
		display: block;
		margin: 40px 0px
	}
}

.grievance_redressal_wrap .grievance_redressal_links li {
	margin: 0px 20px;
	width: 40%;
	text-align: center;
	background: #f6f6f6;
	padding: 15px 35px
}

@media only screen and (max-width: 639px) {
	.grievance_redressal_wrap .grievance_redressal_links li {
		width: 90%;
		margin: 20px auto
	}
}

.grievance_redressal_wrap .grievance_redressal_links li a {
	font-size: 22px;
	font-family: "RobotoSlab-Medium";
	color: #303030;
	display: block
}

@media only screen and (max-width: 639px) {
	.grievance_redressal_wrap .grievance_redressal_links li a {
		font-size: 18px;
		line-height: 24px
	}
}

.grievance_redressal_wrap .white_box {
	margin-bottom: 40px
}

.submit_grievance_wrap .submit_grievance_con {
	width: 90%;
	margin: 0 auto
}

.submit_grievance_wrap .submit_grievance_con p {
	font-family: "RobotoSlab-Regular";
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 24px
}

.submit_grievance_wrap .heading {
	color: #303030;
	font-size: 24px;
	text-align: center;
	font-family: "RobotoSlab-Bold";
	margin: 30px 0px
}

.submit_grievance_wrap .white_box {
	margin-bottom: 40px
}

.submit_grievance_wrap .submit_grievance_form {
	width: 90%;
	margin: 0 auto;
	display: block;
	border: 1px solid #e6e6e6;
	padding: 25px;
	margin-bottom: 25px
}

@media only screen and (max-width: 639px) {
	.submit_grievance_wrap .submit_grievance_form {
		padding: 15px
	}
}

.submit_grievance_wrap .submit_grievance_form ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between
}

.submit_grievance_wrap .submit_grievance_form ul li {
	width: 100%;
	margin-bottom: 25px
}

@media only screen and (max-width: 639px) {
	.submit_grievance_wrap .submit_grievance_form ul li {
		margin-bottom: 20px
	}
}

.submit_grievance_wrap .submit_grievance_form ul li label {
	display: block;
	margin-bottom: 8px;
	font-family: "RobotoSlab-Regular";
	font-size: 14px;
	line-height: 20px
}

.submit_grievance_wrap .submit_grievance_form ul li label i {
	color: red
}

.submit_grievance_wrap .submit_grievance_form ul li input,
.submit_grievance_wrap .submit_grievance_form ul li textarea,
.submit_grievance_wrap .submit_grievance_form ul li select {
	width: 100%;
	padding: 8px;
	height: 35px;
	font-family: "RobotoSlab-Regular";
	border: 1px solid #9c9c9c
}

@media only screen and (max-width: 639px) {

	.submit_grievance_wrap .submit_grievance_form ul li input,
	.submit_grievance_wrap .submit_grievance_form ul li textarea,
	.submit_grievance_wrap .submit_grievance_form ul li select {
		height: 30px
	}
}

.submit_grievance_wrap .submit_grievance_form ul li textarea {
	height: 90px
}

.submit_grievance_wrap .submit_grievance_form ul li.width_50 {
	width: 48%
}

@media only screen and (max-width: 639px) {
	.submit_grievance_wrap .submit_grievance_form ul li.width_50 {
		width: 100%
	}
}

.submit_grievance_wrap .submit_grievance_form ul li h4 {
	font-size: 20px;
	font-family: "RobotoSlab-Regular";
	line-height: 26px;
	margin-top: 20px
}

.submit_grievance_wrap .submit_grievance_form ul li button {
	background: #064269;
	color: #fff;
	font-size: 18px;
	border: none;
	border-radius: 5px;
	font-family: "RobotoSlab-Medium";
	padding: 10px 35px;
	text-transform: uppercase
}

.status_grievance_wrap .heading {
	color: #303030;
	font-size: 24px;
	text-align: center;
	font-family: "RobotoSlab-Bold";
	margin: 30px 0px
}

.status_grievance_wrap .white_box {
	margin-bottom: 40px
}

.status_grievance_wrap table {
	border-collapse: collapse;
	width: 90%;
	margin: 0 auto 30px
}

.status_grievance_wrap table td,
.status_grievance_wrap table th {
	border: 1px solid #9c9c9c;
	text-align: left;
	padding: 8px;
	width: 33.333%;
	text-align: center
}

.status_grievance_wrap table th {
	background: #064269;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding: 10px
}

@media only screen and (max-width: 639px) {
	.status_grievance_wrap table th {
		font-size: 10px;
		font-weight: normal;
		line-height: 16px;
		padding: 8px
	}
}

.adverisement_update img {
	max-width: 100%
}

@media only screen and (max-width: 639px) {
	.adverisement_update img {
		width: 100%
	}
}

.burger_menu {
	font: inherit;
	display: inline-block;
	overflow: visible;
	margin: 0;
	padding: 5px;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: .15s;
	transition-property: opacity, filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
	width: 40px;
	float: right
}

.burger_menu-box {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 24px
}

.burger_menu-inner {
	top: 50%;
	display: block;
	margin-top: -2px;
	top: 2px
}

.burger_menu-inner,
.burger_menu-inner:after,
.burger_menu-inner:before {
	position: absolute;
	width: 30px;
	height: 3px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	border-radius: 3px;
	background-color: #fff
}

@media only screen and (max-width: 639px) {

	.burger_menu-inner,
	.burger_menu-inner:after,
	.burger_menu-inner:before {
		width: 25px
	}
}

@media only screen and (max-width: 639px) {
	.burger_menu-inner:before {
		top: 7px
	}
}

@media only screen and (max-width: 639px) {
	.burger_menu-inner:after {
		top: 14px
	}
}

.burger_menu-inner:after,
.burger_menu-inner:before {
	display: block;
	content: ""
}

.burger_menu-inner:before {
	top: -10px
}

.burger_menu-inner:after {
	bottom: -10px
}

.burger_menu .burger_menu-inner:before {
	top: 10px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform, opacity
}

.burger_menu .burger_menu-inner:after {
	top: 20px
}

.burger_menu.active .burger_menu-inner {
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.burger_menu.active .burger_menu-inner:before {
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	opacity: 0
}

.burger_menu.active .burger_menu-inner:after {
	transform: translate3d(0, -20px, 0) rotate(-90deg)
}

.burger_menu {
	display: none
}

@media only screen and (max-width: 767px) {
	.burger_menu {
		display: block;
		z-index: 999;
		position: relative
	}
}

.btn {
	padding: 10px 24px;
	background: #201e1e;
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	display: inline-block;
	line-height: 14px;
	border: solid 2px #201e1e;
	-webkit-transition: ease .5s all;
	-moz-transition: ease .5s all;
	transition: ease .5s all
}

.btn:hover {
	background: none;
	color: #201e1e
}

/*# sourceMappingURL=style.css.map */