@charset "UTF-8";
html {
	-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:active,
a:hover {
	outline: 0;
}

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

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

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

small {
	font-size: 80%;
}

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

sup {
	top: -.5em;
}

sub {
	bottom: -.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: 700;
}

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

td,
th {
	padding: 0;
}

.hidden,
[hidden] {
	display: none !important;
}

.pure-img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	text-decoration: none;
}

body {
	color: #76091f;
	font-size: 14px;
	font-family: "Helvetica Neue W23", Arial, Helvetica, sans-serif;
	line-height: 1.428571429;
	direction: rtl;
	text-align: right;
	background-color: #f8f8f8;
}

a:link,
a:visited {
	color: #333333;
}

a:link:hover,
a:visited:hover {
	color: #76091f;
}

.scrollable {
	position: relative;
}

.scrollable:focus {
	outline: 0;
}

.scrollable .viewport {
	position: relative;
	overflow: hidden;
}

.scrollable .viewport .overview {
	position: absolute;
}

.scrollable .scroll-bar {
	display: none;
}

.scrollable .scroll-bar.vertical {
	position: absolute;
	left: 0;
	height: 100%;
}

.scrollable .scroll-bar.horizontal {
	position: relative;
	width: 100%;
}

.scrollable .scroll-bar .thumb {
	position: absolute;
}

.scrollable .scroll-bar.vertical .thumb {
	width: 100%;
	min-height: 10px;
}

.scrollable .scroll-bar.horizontal .thumb {
	height: 100%;
	min-width: 10px;
	left: 0;
}

.not-selectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/*Default skin*/

.scrollable.default-skin {
	/*padding-right: 10px;*/
	/*padding-bottom: 6px;*/
	padding-left: 10px;
}

.scrollable.default-skin .scroll-bar.vertical {
	width: 6px;
}

.scrollable.default-skin .scroll-bar.horizontal {
	height: 6px;
}

.scrollable.default-skin .scroll-bar .thumb {
	background-color: black;
	opacity: 0.4;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.scrollable.default-skin .scroll-bar:hover .thumb {
	opacity: 0.6;
}


/*Gray skin*/

.scrollable.gray-skin {
	padding-right: 17px;
}

.scrollable.gray-skin .scroll-bar {
	border: 1px solid gray;
	background-color: #d3d3d3;
}

.scrollable.gray-skin .scroll-bar .thumb {
	background-color: gray;
}

.scrollable.gray-skin .scroll-bar:hover .thumb {
	background-color: black;
}

.scrollable.gray-skin .scroll-bar.vertical {
	width: 10px;
}

.scrollable.gray-skin .scroll-bar.horizontal {
	height: 10px;
	margin-top: 2px;
}


/*Modern skin*/

.scrollable.modern-skin {
	padding-right: 17px;
}

.scrollable.modern-skin .scroll-bar {
	border: 1px solid gray;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: inset 0 0 5px #888;
	-webkit-box-shadow: inset 0 0 5px #888;
	box-shadow: inset 0 0 5px #888;
}

.scrollable.modern-skin .scroll-bar .thumb {
	background-color: #95aabf;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #536984;
}

.scrollable.modern-skin .scroll-bar.vertical .thumb {
	width: 8px;
	background: -moz-linear-gradient(left, #95aabf 0%, #547092 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #95aabf), color-stop(100%, #547092));
	background: -webkit-linear-gradient(left, #95aabf 0%, #547092 100%);
	background: -o-linear-gradient(left, #95aabf 0%, #547092 100%);
	background: -ms-linear-gradient(left, #95aabf 0%, #547092 100%);
	background: linear-gradient(to right, #95aabf 0%, #547092 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=1 )";
}

.scrollable.modern-skin .scroll-bar.horizontal .thumb {
	height: 8px;
	background-image: linear-gradient(#95aabf, #547092);
	background-image: -o-linear-gradient(#95aabf, #547092);
	background-image: -moz-linear-gradient(#95aabf, #547092);
	background-image: -webkit-linear-gradient(#95aabf, #547092);
	background-image: -ms-linear-gradient(#95aabf, #547092);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=0 )";
}

.scrollable.modern-skin .scroll-bar.vertical {
	width: 10px;
}

.scrollable.modern-skin .scroll-bar.horizontal {
	height: 10px;
	margin-top: 2px;
}

.scrollable.war-skin {
	padding-right: 0;
}

.scrollable.war-skin .scroll-bar {
	/*border: 1px solid gray;*/
	/*background-color: #d3d3d3;*/
	left: 5px;
	z-index: 10;
}

.scrollable.war-skin .scroll-bar .thumb {
	background-color: #5d5d45;
	border-radius: 30px;
}

.scrollable.war-skin .scroll-bar.vertical {
	width: 5px;
}

.scrollable.war-skin .scroll-bar.horizontal {
	height: 5px;
	margin-top: 2px;
}

.m0 {
	margin: 0px;
}

.mt0 {
	margin-top: 0px;
}

.ml0 {
	margin-left: 0px;
}

.mr0 {
	margin-right: 0px;
}

.mb0 {
	margin-bottom: 0px;
}

.my0 {
	margin-bottom: 0px;
}

.mx0 {
	margin-bottom: 0px;
}

.p0 {
	padding: 0px;
}

.pt0 {
	padding-top: 0px;
}

.pl0 {
	padding-left: 0px;
}

.pr0 {
	padding-right: 0px;
}

.pb0 {
	padding-bottom: 0px;
}

.py0 {
	padding-bottom: 0px;
}

.px0 {
	padding-bottom: 0px;
}

.m5 {
	margin: 5px;
}

.mt5 {
	margin-top: 5px;
}

.ml5 {
	margin-left: 5px;
}

.mr5 {
	margin-right: 5px;
}

.mb5 {
	margin-bottom: 5px;
}

.my5 {
	margin-bottom: 5px;
}

.mx5 {
	margin-bottom: 5px;
}

.p5 {
	padding: 5px;
}

.pt5 {
	padding-top: 5px;
}

.pl5 {
	padding-left: 5px;
}

.pr5 {
	padding-right: 5px;
}

.pb5 {
	padding-bottom: 5px;
}

.py5 {
	padding-bottom: 5px;
}

.px5 {
	padding-bottom: 5px;
}

.m10 {
	margin: 10px;
}

.mt10 {
	margin-top: 10px;
}

.ml10 {
	margin-left: 10px;
}

.mr10 {
	margin-right: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.my10 {
	margin-bottom: 10px;
}

.mx10 {
	margin-bottom: 10px;
}

.p10 {
	padding: 10px;
}

.pt10 {
	padding-top: 10px;
}

.pl10 {
	padding-left: 10px;
}

.pr10 {
	padding-right: 10px;
}

.pb10 {
	padding-bottom: 10px;
}

.py10 {
	padding-bottom: 10px;
}

.px10 {
	padding-bottom: 10px;
}

.m15 {
	margin: 15px;
}

.mt15 {
	margin-top: 15px;
}

.ml15 {
	margin-left: 15px;
}

.mr15 {
	margin-right: 15px;
}

.mb15 {
	margin-bottom: 15px;
}

.my15 {
	margin-bottom: 15px;
}

.mx15 {
	margin-bottom: 15px;
}

.p15 {
	padding: 15px;
}

.pt15 {
	padding-top: 15px;
}

.pl15 {
	padding-left: 15px;
}

.pr15 {
	padding-right: 15px;
}

.pb15 {
	padding-bottom: 15px;
}

.py15 {
	padding-bottom: 15px;
}

.px15 {
	padding-bottom: 15px;
}

.m20 {
	margin: 20px;
}

.mt20 {
	margin-top: 20px;
}

.ml20 {
	margin-left: 20px;
}

.mr20 {
	margin-right: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.my20 {
	margin-bottom: 20px;
}

.mx20 {
	margin-bottom: 20px;
}

.p20 {
	padding: 20px;
}

.pt20 {
	padding-top: 20px;
}

.pl20 {
	padding-left: 20px;
}

.pr20 {
	padding-right: 20px;
}

.pb20 {
	padding-bottom: 20px;
}

.py20 {
	padding-bottom: 20px;
}

.px20 {
	padding-bottom: 20px;
}

.m25 {
	margin: 25px;
}

.mt25 {
	margin-top: 25px;
}

.ml25 {
	margin-left: 25px;
}

.mr25 {
	margin-right: 25px;
}

.mb25 {
	margin-bottom: 25px;
}

.my25 {
	margin-bottom: 25px;
}

.mx25 {
	margin-bottom: 25px;
}

.p25 {
	padding: 25px;
}

.pt25 {
	padding-top: 25px;
}

.pl25 {
	padding-left: 25px;
}

.pr25 {
	padding-right: 25px;
}

.pb25 {
	padding-bottom: 25px;
}

.py25 {
	padding-bottom: 25px;
}

.px25 {
	padding-bottom: 25px;
}

.m30 {
	margin: 30px;
}

.mt30 {
	margin-top: 30px;
}

.ml30 {
	margin-left: 30px;
}

.mr30 {
	margin-right: 30px;
}

.mb30 {
	margin-bottom: 30px;
}

.my30 {
	margin-bottom: 30px;
}

.mx30 {
	margin-bottom: 30px;
}

.p30 {
	padding: 30px;
}

.pt30 {
	padding-top: 30px;
}

.pl30 {
	padding-left: 30px;
}

.pr30 {
	padding-right: 30px;
}

.pb30 {
	padding-bottom: 30px;
}

.py30 {
	padding-bottom: 30px;
}

.px30 {
	padding-bottom: 30px;
}

.m35 {
	margin: 35px;
}

.mt35 {
	margin-top: 35px;
}

.ml35 {
	margin-left: 35px;
}

.mr35 {
	margin-right: 35px;
}

.mb35 {
	margin-bottom: 35px;
}

.my35 {
	margin-bottom: 35px;
}

.mx35 {
	margin-bottom: 35px;
}

.p35 {
	padding: 35px;
}

.pt35 {
	padding-top: 35px;
}

.pl35 {
	padding-left: 35px;
}

.pr35 {
	padding-right: 35px;
}

.pb35 {
	padding-bottom: 35px;
}

.py35 {
	padding-bottom: 35px;
}

.px35 {
	padding-bottom: 35px;
}

.m40 {
	margin: 40px;
}

.mt40 {
	margin-top: 40px;
}

.ml40 {
	margin-left: 40px;
}

.mr40 {
	margin-right: 40px;
}

.mb40 {
	margin-bottom: 40px;
}

.my40 {
	margin-bottom: 40px;
}

.mx40 {
	margin-bottom: 40px;
}

.p40 {
	padding: 40px;
}

.pt40 {
	padding-top: 40px;
}

.pl40 {
	padding-left: 40px;
}

.pr40 {
	padding-right: 40px;
}

.pb40 {
	padding-bottom: 40px;
}

.py40 {
	padding-bottom: 40px;
}

.px40 {
	padding-bottom: 40px;
}

.m45 {
	margin: 45px;
}

.mt45 {
	margin-top: 45px;
}

.ml45 {
	margin-left: 45px;
}

.mr45 {
	margin-right: 45px;
}

.mb45 {
	margin-bottom: 45px;
}

.my45 {
	margin-bottom: 45px;
}

.mx45 {
	margin-bottom: 45px;
}

.p45 {
	padding: 45px;
}

.pt45 {
	padding-top: 45px;
}

.pl45 {
	padding-left: 45px;
}

.pr45 {
	padding-right: 45px;
}

.pb45 {
	padding-bottom: 45px;
}

.py45 {
	padding-bottom: 45px;
}

.px45 {
	padding-bottom: 45px;
}

.m50 {
	margin: 50px;
}

.mt50 {
	margin-top: 50px;
}

.ml50 {
	margin-left: 50px;
}

.mr50 {
	margin-right: 50px;
}

.mb50 {
	margin-bottom: 50px;
}

.my50 {
	margin-bottom: 50px;
}

.mx50 {
	margin-bottom: 50px;
}

.p50 {
	padding: 50px;
}

.pt50 {
	padding-top: 50px;
}

.pl50 {
	padding-left: 50px;
}

.pr50 {
	padding-right: 50px;
}

.pb50 {
	padding-bottom: 50px;
}

.py50 {
	padding-bottom: 50px;
}

.px50 {
	padding-bottom: 50px;
}

.eff,
.eff *,
.eff:before,
.eff:after,
.main_menu .item a:before,
.main_menu .main_search,
.hal_icon.icon::before,
.hal_icon.icon::after,
.hal_icon.icon i,
._hal_item._h5 a:before,
._hal_item._h6:before,
._hal_item._h7:before,
._hal_item._h8 ._thumb a:before,
._hal_item._h8 ._thumb .icon img,
.sound_item .ui360 .sm2-360ui:before,
.hal_share2 .item,
.hal_share2 .item span,
._hal_item._h9 ._thumb .save,
.breadcrumb>.active,
.gototop,
.gototop i {
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

body._site_menu_open ._site_page {
	-moz-transform: translate3d(-260px, 0, 0);
	-o-transform: translate3d(-260px, 0, 0);
	-ms-transform: translate3d(-260px, 0, 0);
	-webkit-transform: translate3d(-260px, 0, 0);
	transform: translate3d(-260px, 0, 0);
}

._site_page {
	margin-right: 0;
	margin-left: 0;
}


/* Slider */

._slider[dir="rtl"] .slick-slide {
	float: right;
}

._slider.slick-loading .slick-track {
	visibility: hidden;
}

._slider.slick-initialized .slick-slide {
	display: block;
	/* width: 741px !important; */
	margin: 0px !important;
}

._slider.slick-loading .slick-slide {
	visibility: hidden;
}

._slider.slick-loading .slick-slide img {
	display: none;
}

._slider.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

._slider .slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

._slider .slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

._slider .slick-list:focus {
	outline: none;
}

._slider .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

._slider .slick-slider .slick-track,
._slider .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

._slider .slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

._slider .slick-track:before,
._slider .slick-track:after {
	content: "";
	display: table;
}

._slider .slick-track:after {
	clear: both;
}

._slider .slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

._slider .slick-slide img {
	display: block;
}

._slider .slick-slide.dragging img {
	pointer-events: none;
}

._slider .slick-arrow.slick-hidden {
	display: none;
}

input.fixed {
	position: fixed;
	top: -999em;
	left: -999em;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}


/* Main Menu */

.main_menu {
	height: 50px;
	position: absolute;
	background-color: #76091f;
	width: 90%;
	margin-right: 60px;
}

.main_menu .container {
	position: relative;
	height: 50px;
}

.main_menu .item {
	float: right;
	border-left: 1px solid #283d13;
}

.main_menu .item a {
	display: block;
	position: relative;
	color: #ffffff;
	font-weight: 300;
	font-size: 16px;
	line-height: 50px;
	padding: 0 10px;
	overflow: hidden;
}

.main_menu .item a:before,
.main_menu .item a:after {
	position: absolute;
	right: 0;
	z-index: 2;
	content: '';
	width: 0;
}

.main_menu .item a:before {
	height: 0;
	top: 0;
	background-color: #bc0c31;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-transform: rotate(30deg) skewX(20deg);
	-o-transform: rotate(30deg) skewX(20deg);
	-ms-transform: rotate(30deg) skewX(20deg);
	-webkit-transform: rotate(30deg) skewX(20deg);
	transform: rotate(30deg) skewX(20deg);
}

.main_menu .item a:after {
	height: 3px;
	bottom: 0;
	background-color: #000;
	-webkit-transition: all linear 0.2s 0.3s;
	-moz-transition: all linear 0.2s 0.3s;
	-ms-transition: all linear 0.2s 0.3s;
	-o-transition: all linear 0.2s 0.3s;
	transition: all linear 0.2s 0.3s;
}

.main_menu .item a:hover:before {
	width: 200%;
	height: 200%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-moz-transform: rotate(0deg) skewX(0deg);
	-o-transform: rotate(0deg) skewX(0deg);
	-ms-transform: rotate(0deg) skewX(0deg);
	-webkit-transform: rotate(0deg) skewX(0deg);
	transform: rotate(0deg) skewX(0deg);
}

.main_menu .item a:hover:after {
	width: 100%;
}

.main_menu .item i {
	float: right;
	font-size: 20px;
	margin-left: 10px;
	margin-top: 15px;
}

.main_menu .item span,
.main_menu .item i {
	position: relative;
	z-index: 3;
}

.main_menu .item.__site_mobile_menu_button a {
	background-color: #bc0c31;
}

.main_menu .search_input {
	width: 50px;
	height: 50px;
	float: left;
	cursor: pointer;
	position: relative;
	z-index: 5;
	background-color: #bc0c31;
}

.main_menu .search_input .search {
	min-width: 26px;
	min-height: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.main_menu .search_input .search:before,
.main_menu .search_input .search:after,
.main_menu .search_input .search i:after {
	content: '';
	-webkit-transition: 0.5s all cubic-bezier(0.17, 0.67, 0.6, 1.3);
	-moz-transition: 0.5s all cubic-bezier(0.17, 0.67, 0.6, 1.3);
	-ms-transition: 0.5s all cubic-bezier(0.17, 0.67, 0.6, 1.3);
	-o-transition: 0.5s all cubic-bezier(0.17, 0.67, 0.6, 1.3);
	transition: 0.5s all cubic-bezier(0.17, 0.67, 0.6, 1.3);
}

.main_menu .search_input .search.icon2:before {
	background: none;
	height: 18px;
	width: 18px;
	border: 3px solid #fff;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.main_menu .search_input .search.icon2:after,
.main_menu .search_input .search.icon2 i:after {
	position: absolute;
	top: 18px;
	right: 14px;
	height: 3px;
	width: 12px;
	background-color: #fff;
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

body.search_active .main_menu .search_input .search.icon2:before,
body.search_active .main_menu .search_input .search.icon2:after {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

body.search_active .main_menu .search_input .search.icon2:before {
	height: 3px;
	width: 24px;
	top: 12px;
	right: 0;
	border: none;
	background-color: #fff;
}

body.search_active .main_menu .search_input .search.icon2:after,
body.search_active .main_menu .search_input .search.icon2 i:after {
	width: 14px;
	right: 13px;
}

body.search_active .main_menu .search_input .search.icon2:after {
	top: 16px;
	-moz-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

body.search_active .main_menu .search_input .search.icon2 i:after {
	top: 8px;
	-moz-transform: rotate(-225deg);
	-o-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
}

.main_menu .main_search {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 4;
	background-color: #bc0c31;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.main_menu .main_search form {
	height: 50px;
}

.main_menu .main_search input {
	width: 100%;
	height: 100%;
	border: none;
	color: #ffffff;
	font-weight: 300;
	font-size: 18px;
	background: none;
	padding: 0 20px 0 80px;
}

.main_menu .main_search input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #577d52;
}

.main_menu .main_search input::-moz-placeholder {
	/* Firefox 19+ */
	color: #577d52;
}

.main_menu .main_search input:-ms-input-placeholder {
	/* IE 10+ */
	color: #577d52;
}

.main_menu .main_search input:-moz-placeholder {
	/* Firefox 18- */
	color: #577d52;
}

.main_menu .main_search input:focus {
	outline: none;
}

body.search_active .main_menu .main_search {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}


/* Main Header */

.main_header {
	padding-top: 15px;
	padding-bottom: 15px;
}

.main_header ._ads img {
	display: inline-block;
}


/* Main Nav Bar */

.main_navbar {
	min-height: 40px;
	background-color: #76091f;
}

.main_navbar .container {
	position: relative;
	min-height: 40px;
}

.main_navbar .social {
	height: 40px;
	padding: 18px 15px 0;
	display: flex;
	justify-content: space-between;
	background-color: #bc0c31;
}

.main_navbar .social a {
	color: #ffffff;
	font-size: 20px;
}

.main_navbar .social a:hover[class*="facebook"] {
	color: #3b5998;
}

.main_navbar .social a:hover[class*="twitter"] {
	color: #1da1f2;
}

.main_navbar .social a:hover[class*="youtube"] {
	color: #ff0000;
}

.main_navbar .social a:hover[class*="flickr"] {
	color: #0063dc;
}

.main_navbar .social a:hover[class*="soundcloud"] {
	color: #ff8800;
}


/* Latest News Ticker */

._latest {
	height: 40px;
	background-color: #76091f;
}

._latest ._content {
	position: relative;
	z-index: 1;
	padding-right: 130px;
	overflow: hidden;
	height: 40px;
}

._latest ._content:before {
	position: absolute;
	right: 0;
	top: 0;
	width: 110px;
	color: #ffffff;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	content: 'جديد الأخبار';
	background-color: #bc0c31;
}

._urgent {
	margin-top: 10px;
}

._urgent ._content:before {
	content: 'عاجل';
}

._latest ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

._latest ul li a {
	color: #ffffff;
	font-weight: 300;
	font-size: 18px;
	line-height: 40px;
}

._latest ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

._latest .btnUp,
._latest .btnDown {
	position: absolute;
	top: 4px;
	height: 25px;
	display: block;
	color: #ffffff;
	font-size: 24px;
}

._latest .btnUp:hover,
._latest .btnDown:hover {
	color: #ffffff;
}

._latest .btnUp.btnUp,
._latest .btnDown.btnUp {
	left: 30px;
}

._latest .btnUp.btnDown,
._latest .btnDown.btnDown {
	left: 10px;
}


/* hal item */

._hal_item._h1 {
	overflow: hidden;
	position: relative;
	background-color: #76091f;
}

._hal_item._h1:hover ._thumb img {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	max-height: 400px;
}

._hal_item._h1:hover ._details ._caption {
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	visibility: hidden;
}

._hal_item._h1 ._thumb a {
	position: relative;
	display: block;
}

._hal_item._h1 ._thumb a>img {
	width: 100%;
	height: 350px;
}

._hal_item._h1 ._thumb a:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 70%;
	content: '';
	background: black;
	background: -webkit-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
	background: linear-gradient(to top, black, rgba(0, 0, 0, 0));
}

._hal_item._h1 ._details {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 3;
	padding: 10px;
	width: 100%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

._hal_item._h1 ._details .title {
	color: #ffffff;
	font-weight: 300;
	line-height: 1.3;
	text-align: center;
	margin: 0;
}

._hal_item._h1 ._details .title a {
	color: #ffffff;
}

._hal_item._h1 ._details .datetime {
	font-weight: 300;
	color: #ed9d18;
	margin-bottom: 3px;
	text-align: center;
}

._hal_item._h1 ._details .caption {
	font-weight: 300;
	color: #ed9d18;
	margin-bottom: 3px;
}

._hal_item._h1 ._details._s1 .title {
	font-size: 20px;
}

._hal_item._h1 ._details._s1 .datetime {
	font-size: 16px;
}

._hal_item._h1 ._details._s1 .caption {
	font-size: 14px;
}

._hal_item._h1 ._details._s2 .title,
._hal_item._h1 ._details._s2 .datetime {
	font-size: 14px;
}

._hal_item._h1 ._details._s3 {
	padding: 20px;
}

._hal_item._h1 ._details._s3 .title {
	font-size: 26px;
}

._hal_item._h1 ._details._s3 .datetime {
	font-size: 22px;
}

._hal_item._h2 {
	overflow: hidden;
	position: relative;
}

._hal_item._h2 ._thumb {
	position: relative;
}

._hal_item._h2 ._thumb a {
	position: relative;
	display: block;
}

._hal_item._h2 ._thumb a>img {
	width: 100%;
}

._hal_item._h2 ._details {
	padding-top: 10px;
}

._hal_item._h2 ._details .title {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.3;
	height: 60px;
	overflow: hidden;
	margin: 0;
}

._hal_item._h2 ._details .title,
._hal_item._h2 ._details .title a {
	color: #ffffff;
}

._hal_item._h2 ._details .datetime {
	color: #ed9d18;
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 3px;
}

._hal_item._h2 ._details .datetime2 {
	color: #292929;
	font-size: 14px;
	margin-bottom: 3px;
}

._hal_item._h2:hover ._thumb .icon i {
	top: 110%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

._hal_item._h2:hover ._thumb .icon::before {
	width: 0;
	height: 0;
}

._hal_item._h2:hover ._thumb .icon::after {
	width: 100%;
	height: 100%;
}

._hal_item._h3 {
	height: 110px;
	overflow: hidden;
}

._hal_item._h3 ._datetime,
._hal_item._h3 ._details {
	display: table-cell;
	vertical-align: middle;
	height: 110px;
}

._hal_item._h3 a {
	color: #ffffff;
}

._hal_item._h3 ._datetime {
	width: 135px;
	text-align: center;
}

._hal_item._h3 ._datetime span {
	display: block;
}

._hal_item._h3 ._datetime .day {
	font-weight: 600;
	font-size: 34px;
}

._hal_item._h3 ._datetime .month {
	font-weight: 700;
	font-size: 22px;
}

._hal_item._h3 ._details {
	padding: 15px;
}

._hal_item._h3 ._details .title {
	color: #ffffff;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.5;
	max-height: 81px;
	overflow: hidden;
	margin: 0;
}

._hal_item._h3 ._details .title a {
	color: #ffffff;
}

._hal_item._h3:nth-child(odd) {
	background-color: #363636;
}

._hal_item._h3:nth-child(odd) ._datetime {
	background-color: #292929;
}

._hal_item._h3:nth-child(even) {
	background-color: #76091f;
}

._hal_item._h3:nth-child(even) ._datetime {
	background-color: #bc0c31;
}

._hal_item._h4 .title {
	color: #ffffff;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.5;
	position: relative;
	margin: 0;
}

._hal_item._h4 .title span,
._hal_item._h4 .title span::before,
._hal_item._h4 .title span::after {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

._hal_item._h4 .title span {
	position: absolute;
	width: 10px;
	height: 10px;
	top: 10px;
	right: 24px;
	background-color: #000000;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

._hal_item._h4 .title span::before,
._hal_item._h4 .title span::after {
	position: absolute;
	top: 50%;
	right: 50%;
	content: '';
	-webkit-transition: all 0.2s 0.2s;
	-moz-transition: all 0.2s 0.2s;
	-ms-transition: all 0.2s 0.2s;
	-o-transition: all 0.2s 0.2s;
	transition: all 0.2s 0.2s;
	-moz-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

._hal_item._h4 .title span::before {
	width: 0;
	height: 0;
	background-color: #76091f;
}

._hal_item._h4 .title span::after {
	width: 0;
	height: 0;
	border: 1px solid transparent;
}

._hal_item._h4 .title a {
	display: block;
	position: relative;
	z-index: 2;
	padding-right: 50px;
}

._hal_item._h4:hover .title span,
._hal_item._h4._active .title span {
	background-color: transparent;
}

._hal_item._h4:hover .title span::before,
._hal_item._h4._active .title span::before {
	width: 10px;
	height: 10px;
}

._hal_item._h4:hover .title span::after,
._hal_item._h4._active .title span::after {
	width: 16px;
	height: 16px;
	border-color: #76091f;
}

._hal_item._h4:hover .title a,
._hal_item._h4._active .title a {
	color: #76091f;
}

._hal_item._h5 {
	overflow: hidden;
}

._hal_item._h5 ._thumb,
._hal_item._h5 ._details {
	display: table-cell;
	vertical-align: middle;
	height: 80px;
}

._hal_item._h5 a {
	height: 100px;
	display: block;
	color: #ffffff;
	position: relative;
	padding: 10px 20px;
}

._hal_item._h5 a:before {
	width: 5px;
	height: 0;
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #ed9d18;
}

._hal_item._h5 ._thumb {
	width: 100px;
}

._hal_item._h5 ._details {
	padding-right: 10px;
}

._hal_item._h5 ._details .title {
	color: #ffffff;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.5;
	max-height: 42px;
	overflow: hidden;
	margin: 0;
}

._hal_item._h5 ._details .title a {
	color: #ffffff;
}

._hal_item._h5 ._details .datetime {
	color: #ffffff;
	font-size: 12px;
	margin-bottom: 5px;
}

._hal_item._h5:hover a:before {
	height: 80px;
}

._hal_item._h6 {
	overflow: hidden;
	padding: 20px;
	position: relative;
	background-color: #292929;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

._hal_item._h6:before {
	width: 0;
	height: 5px;
	content: '';
	position: absolute;
	right: 50%;
	bottom: 0;
	background-color: #ed9d18;
	-moz-transform: translateX(50%);
	-o-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}

._hal_item._h6 ._thumb,
._hal_item._h6 ._thumb img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

._hal_item._h6 ._thumb {
	float: left;
	width: 180px;
	height: 180px;
	padding: 8px;
	border: 1px solid #3d3d3d;
}

._hal_item._h6 ._details {
	float: right;
	padding-left: 10px;
	width: 70%;
	width: -moz-calc(100% - 180px);
	width: -webkit-calc(100% - 180px);
	width: -o-calc(100% - 180px);
	width: calc(100% - 180px);
}

._hal_item._h6 ._details .name {
	color: #ed9d18;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	margin: 0;
}

._hal_item._h6 ._details .name a {
	color: #ed9d18;
}

._hal_item._h6 ._details p {
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 10px;
}

._hal_item._h6:hover:before {
	width: 120%;
}

._hal_item._h7 {
	position: relative;
	border-bottom: 1px solid #d3d3d3;
}

._hal_item._h7:before {
	width: 0;
	height: 1px;
	content: '';
	position: absolute;
	right: 50%;
	bottom: -1px;
	background-color: #ed9d18;
	-moz-transform: translateX(50%);
	-o-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}

._hal_item._h7 a {
	display: block;
	padding: 20px;
}

._hal_item._h7 ._details .title {
	font-weight: 300;
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
}

._hal_item._h7 ._details .title a {
	color: #ed9d18;
}

._hal_item._h7 ._details .datetime {
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 4px;
}

._hal_item._h7:hover:before {
	width: 100%;
}

._hal_item._h7:last-child {
	border-bottom: none;
}

._hal_item._h7:last-child:hover:before {
	width: 0;
}

._hal_item._h8 {
	position: relative;
}

._hal_item._h8 ._thumb {
	position: relative;
	width: 140px;
	height: 140px;
	margin-right: auto;
	margin-left: auto;
}

._hal_item._h8 ._thumb a {
	position: relative;
	display: block;
}

._hal_item._h8 ._thumb a>img {
	width: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

._hal_item._h8 ._thumb a:before {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

._hal_item._h8 ._thumb .icon img {
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: 50%;
	-moz-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

._hal_item._h8 ._details {
	padding-top: 10px;
}

._hal_item._h8 ._details .title {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.3;
	margin: 0;
}

._hal_item._h8 ._details .number {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 0;
}

._hal_item._h8:hover ._thumb .icon img {
	width: 58px;
	height: 58px;
	-moz-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

._hal_item._h8:hover ._thumb a:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

._hal_item._h9 {
	overflow: hidden;
}

._hal_item._h9:hover ._thumb:before {
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background-color: rgba(237, 157, 24, 0.7);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.2s 0.2s;
	-moz-transition: all 0.2s 0.2s;
	-ms-transition: all 0.2s 0.2s;
	-o-transition: all 0.2s 0.2s;
	transition: all 0.2s 0.2s;
}

._hal_item._h9:hover ._thumb .save {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

._hal_item._h9:hover ._thumb .preview,
._hal_item._h9:hover ._thumb .download {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-webkit-transition: all 0.2s 0.6s;
	-moz-transition: all 0.2s 0.6s;
	-ms-transition: all 0.2s 0.6s;
	-o-transition: all 0.2s 0.6s;
	transition: all 0.2s 0.6s;
	-moz-transform: translate(50%, 0);
	-o-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	-webkit-transform: translate(50%, 0);
	transform: translate(50%, 0);
}

._hal_item._h9:hover ._thumb .preview:hover,
._hal_item._h9:hover ._thumb .download:hover {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

._hal_item._h9 ._thumb {
	position: relative;
}

._hal_item._h9 ._thumb img {
	width: 100%;
}

._hal_item._h9 ._thumb::before {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 10px;
	bottom: -34px;
	z-index: 2;
	content: '';
	background-color: #ed9d18;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.2s 0.2s;
	-moz-transition: all 0.2s 0.2s;
	-ms-transition: all 0.2s 0.2s;
	-o-transition: all 0.2s 0.2s;
	transition: all 0.2s 0.2s;
}

._hal_item._h9 ._thumb .save {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 10px;
	bottom: -34px;
	z-index: 2;
	color: #ffffff;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	-webkit-transition: all 0.2s 0.4s;
	-moz-transition: all 0.2s 0.4s;
	-ms-transition: all 0.2s 0.4s;
	-o-transition: all 0.2s 0.4s;
	transition: all 0.2s 0.4s;
}

._hal_item._h9 ._thumb .preview,
._hal_item._h9 ._thumb .download {
	position: absolute;
	right: 50%;
	z-index: 4;
	color: #ffffff;
	font-size: 16px;
	padding: 6px 14px;
	background-color: #76091f;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

._hal_item._h9 ._thumb .preview i,
._hal_item._h9 ._thumb .download i {
	display: inline-block;
	margin-left: 8px;
	font-size: 18px;
}

._hal_item._h9 ._thumb .preview:hover,
._hal_item._h9 ._thumb .download:hover {
	background-color: #292929;
}

._hal_item._h9 ._thumb .preview {
	top: 73px;
	-moz-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

._hal_item._h9 ._thumb .download {
	top: 120px;
	-moz-transform: translate(50%, -100%);
	-o-transform: translate(50%, -100%);
	-ms-transform: translate(50%, -100%);
	-webkit-transform: translate(50%, -100%);
	transform: translate(50%, -100%);
}

._hal_item._h9 ._details .title {
	color: #ffffff;
	margin: 0;
	font-size: 18px;
	padding: 10px 20px;
	background-color: #76091f;
}

._hal_item._h9 ._details .title a {
	color: #ffffff;
}


/* WIDGETS */

._widget._w1 {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #76091f;
}

._widget._w1 ._widget_header ._widget_header_name {
	display: inline-block;
	font-weight: 600;
	font-size: 18px;
	margin: 0;
}

._widget._w1 ._widget_header ._widget_header_name a {
	display: block;
	line-height: 50px;
	padding: 0 20px;
}

._widget._w1 ._widget_header._c1 {
	background-color: #bc0c31;
}

._widget._w1 ._widget_header._c1 ._widget_header_name {
	color: #ffffff;
	background-color: #131d09;
}

._widget._w1 ._widget_header._c1 ._widget_header_name a {
	color: #ffffff;
}

._widget._w1 ._widget_header._c1 ._widget_header_name a:hover {
	background-color: #76091f;
}

._widget._w2 ._widget_header ._widget_header_name {
	display: inline-block;
	font-weight: 600;
	font-size: 18px;
	margin: 0;
}

._widget._w2 ._widget_header ._widget_header_name a {
	display: block;
	line-height: 50px;
	padding: 0 20px;
}

._widget._w2 ._widget_header._c1 {
	background-color: #76091f;
}

._widget._w2 ._widget_header._c1 ._widget_header_name {
	color: #ffffff;
	background-color: #131d09;
}

._widget._w2 ._widget_header._c1 ._widget_header_name a {
	color: #ffffff;
}

._widget._w2 ._widget_header._c1 ._widget_header_name a:hover {
	background-color: #080e05;
}

._widget._w2 ._widget_header._c2 {
	background-color: #292929;
}

._widget._w2 ._widget_header._c2 ._widget_header_name {
	color: #ffffff;
	background-color: #1c1c1c;
}

._widget._w2 ._widget_header._c2 ._widget_header_name a {
	color: #ffffff;
}

._widget._w3 ._widget_header {
	position: relative;
}

._widget._w3 ._widget_header ._widget_header_name {
	font-weight: 600;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	margin: 0;
}

._widget._w3 ._widget_header._c1 {
	background-color: #76091f;
}

._widget._w3 ._widget_header._c1 ._widget_header_name {
	color: #ffffff;
	background-color: #76091f;
}

._widget._w3 ._widget_header._c1 ._widget_header_name a {
	color: #ffffff;
}

._widget._w3 ._widget_header._c1 ._widget_header_name a:hover {
	color: #5caa50;
}

._widget._w4 ._widget_header {
	position: relative;
}

._widget._w4 ._widget_header::before {
	height: 4px;
	position: absolute;
	top: 100%;
	right: 10px;
	left: 15px;
	content: '';
}

._widget._w4 ._widget_header ._widget_header_name {
	font-weight: 600;
	font-size: 18px;
	line-height: 56px;
	text-align: center;
	margin: 0;
}

._widget._w4 ._widget_header ._widget_header_name i {
	margin-left: 6px;
}

._widget._w4 ._widget_header._c1 {
	background-color: #76091f;
}

._widget._w4 ._widget_header._c1::before {
	height: 4px;
	background-color: #030603;
}

._widget._w4 ._widget_header._c1 ._widget_header_name {
	color: #ffffff;
	background-color: #76091f;
}

._widget._w4 ._widget_header._c1 ._widget_header_name a {
	color: #ffffff;
}

._widget._w4 ._widget_header._c1 ._widget_header_name a:hover {
	color: #5caa50;
}

._widget._w5 ._widget_header {
	position: relative;
}

._widget._w5 ._widget_header ._widget_header_name {
	font-weight: 700;
	font-size: 18px;
}

._widget._w6 {
	background-color: #76091f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

._widget._w6 ._widget_header {
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

._widget._w6 ._widget_header ._widget_header_name {
	font-weight: 600;
	font-size: 18px;
	line-height: 45px;
	padding: 0 20px;
	margin: 0;
}

._widget._w6 ._widget_header._c1 {
	background-color: #bc0c31;
}

._widget._w6 ._widget_header._c1 ._widget_header_name {
	color: #ffffff;
}

._widget._w6 ._widget_header._c1 ._widget_header_name a {
	color: #ffffff;
}

._widget._w6 ._widget_header._c1 ._widget_header_name a:hover {
	color: #5caa50;
}

._widget._w7 {
	background-color: #292929;
}

._widget._w7 ._widget_header ._widget_header_name {
	display: inline-block;
	font-weight: 600;
	font-size: 18px;
	line-height: 50px;
	padding: 0 40px;
	margin: 0;
}

._widget._w7 ._widget_header._c1 ._widget_header_name {
	color: #ffffff;
	background-color: #363636;
}

._widget._w7 ._widget_header._c1 ._widget_header_name a {
	color: #ffffff;
}

._widget._w7 ._widget_header._c1 ._widget_header_name a:hover {
	color: #5caa50;
}

._widget._w8 {
	background-color: #eae8e8;
}

._widget._w8 ._widget_header {
	position: relative;
}

._widget._w8 ._widget_header ._widget_header_name {
	font-weight: 700;
	font-size: 20px;
	line-height: 50px;
	padding: 0 20px;
	margin: 0;
}

._widget._w8 ._widget_header._c1 {
	background-color: #292929;
}

._widget._w8 ._widget_header._c1 ._widget_header_name {
	color: #ffffff;
}

._widget._w8 ._widget_header._c1 ._widget_header_name a {
	color: #ffffff;
}

._widget._w8 ._widget_header._c1 ._widget_header_name a:hover {
	color: #5caa50;
}

.hal_icon.icon,
.hal_icon.icon::before,
.hal_icon.icon::after {
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.hal_icon.icon {
	width: 56px;
	height: 56px;
	z-index: 2;
}

.hal_icon.icon i {
	position: absolute;
	top: 0;
	right: 50%;
	z-index: 4;
	color: #ffffff;
	font-size: 14px;
	font-style: normal;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-transform: translateX(50%);
	-o-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}

.hal_icon.icon img {
	position: relative;
	z-index: 3;
}

.hal_icon.icon::before,
.hal_icon.icon::after {
	position: absolute;
	content: '';
	right: 50%;
}

.hal_icon.icon::before {
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.4);
}

.hal_icon.icon::after {
	width: 0;
	height: 0;
	z-index: 1;
	background-color: #ed9d18;
}

._hal_item._h2:hover .icon i,
._page._page_post .video_thumb .postPlay:hover .icon i {
	top: 110%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

._hal_item._h2:hover .icon::before,
._page._page_post .video_thumb .postPlay:hover .icon::before {
	width: 0;
	height: 0;
}

._hal_item._h2:hover .icon::after,
._page._page_post .video_thumb .postPlay:hover .icon::after {
	width: 100%;
	height: 100%;
}


/* LAYOUTS */

._layout._l1 .slick-1 {
	position: relative;
}

._layout._l1 .slick-1 .slick-button {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: 40px;
	height: 100%;
	color: #ffffff;
	font-size: 24px;
}

._layout._l1 .slick-1 .slick-button i {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}

._layout._l1 .slick-1 .slick-button.slick-prev {
	right: 0;
}

._layout._l1 .slick-1 .slick-button.slick-next {
	left: 0;
}

._layout._l2 ._hal_item._h2 ._details .title a {
	color: #ffffff;
}

._layout._l2 ._slider {
	position: relative;
}

._layout._l2 .slick-arrow {
	height: 48px;
	font-size: 48px;
	color: #ffffff;
	position: absolute;
	top: 50%;
	z-index: 3;
	margin-top: -24px;
}

._layout._l2 .slick-arrow.slick-prev {
	right: -48px;
}

._layout._l2 .slick-arrow.slick-next {
	left: -48px;
}

._layout._l2 .slick-arrow.slick-disabled {
	color: #131d09;
}

._layout._l3 .links a,
._layout._l3 .links a img {
	-webkit-transition: all linear 0.4s;
	-moz-transition: all linear 0.4s;
	-ms-transition: all linear 0.4s;
	-o-transition: all linear 0.4s;
	transition: all linear 0.4s;
}

._layout._l3 .links a {
	display: block;
	color: #ffffff;
	font-weight: 600;
	font-size: 18px;
	line-height: 80px;
	text-align: center;
	margin-bottom: 20px;
	background-color: #76091f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: right;
	width: 50%;
	width: -moz-calc((100% - 20px) / 2);
	width: -webkit-calc((100% - 20px) / 2);
	width: -o-calc((100% - 20px) / 2);
	width: calc((100% - 20px) / 2);
}

._layout._l3 .links a:hover {
	background-color: #bc0c31;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-transform: scale(1.06);
	-o-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}

._layout._l3 .links a:hover img {
	-moz-transform: scale(1.06) rotate(360deg);
	-o-transform: scale(1.06) rotate(360deg);
	-ms-transform: scale(1.06) rotate(360deg);
	-webkit-transform: scale(1.06) rotate(360deg);
	transform: scale(1.06) rotate(360deg);
}

._layout._l3 .links a img {
	margin-left: 10px;
}

._layout._l3 .links a:nth-child(2),
._layout._l3 .links a:nth-child(4) {
	margin-right: 20px;
}

._layout._l3 .links a:nth-child(5) {
	width: 100%;
}

._layout._l3 ._statement {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

._layout._l3 ._statement:hover {
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.11);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.11);
}

._layout._l3 ._statement .header img {
	display: inline-block;
}

._layout._l3 ._statement .content .text {
	font-size: 16px;
}

._layout._l3 ._statement .content .text:last-child {
	margin-bottom: 0;
}

._layout._l3 ._statement .content .text._1 {
	color: #008000;
}

._layout._l3 ._statement .content .text._1 a {
	color: #008000;
}

._layout._l3 ._statement .content .text._2 {
	color: #ff0000;
}

._layout._l3 ._statement .content .text._2 a {
	color: #ff0000;
}

._layout._l3 ._statement .content .text._3 {
	color: #2b00ff;
}

._layout._l3 ._statement .content .text._3 a {
	color: #2b00ff;
}

._layout._l3 ._statement .content .text._4 {
	color: #76091f;
}

._layout._l3 ._statement .content .text._4 a {
	color: #76091f;
}

._layout._l3 ._statement .content .text._4 a:hover {
	text-decoration: underline;
	color: #030603;
}

._layout._l4 {
	position: relative;
}

._layout._l4 ._slider {
	overflow: hidden;
}

._layout._l4 ._slider .slick-list {
	margin-left: -30px !important;
}

._layout._l4 .slick-arrow {
	height: 32px;
	font-size: 32px;
	color: #ffffff;
	position: absolute;
	top: 3px;
	z-index: 3;
}

._layout._l4 .slick-arrow.slick-prev {
	left: 72px;
}

._layout._l4 .slick-arrow.slick-next {
	left: 20px;
}

._layout._l4 .slick-arrow.slick-disabled {
	color: #131d09;
}

._layout._l5 .ticker.vticker {
	background-color: transparent;
}

._layout._l5 li:nth-child(odd) ._hal_item._h3 {
	background-color: #363636;
}

._layout._l5 li:nth-child(odd) ._hal_item._h3 ._datetime {
	background-color: #292929;
}

._layout._l5 li:nth-child(even) ._hal_item._h3 {
	background-color: #76091f;
}

._layout._l5 li:nth-child(even) ._hal_item._h3 ._datetime {
	background-color: #bc0c31;
}

._layout._l5 ._hal_item._h3:last-child {
	margin-bottom: 0;
}

._layout._l5 ._widget_body {
	height: 350px;
	overflow: hidden;
}

._layout._l5 .ticker {
	overflow: hidden;
}

._layout._l5 .ticker ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

._layout._l5 .ticker ul li {
	padding-bottom: 10px;
}

._layout._l5 .btnUp2,
._layout._l5 .btnDown2 {
	position: absolute;
	top: 50%;
	height: 15px;
	display: block;
	color: #ffffff;
	font-size: 24px;
	margin-top: -16px;
}

._layout._l5 .btnUp2:hover,
._layout._l5 .btnDown2:hover {
	color: #ffffff;
}

._layout._l5 .btnUp2.btnUp2,
._layout._l5 .btnDown2.btnUp2 {
	left: 30px;
}

._layout._l5 .btnUp2.btnDown2,
._layout._l5 .btnDown2.btnDown2 {
	left: 10px;
}

._layout._l6 ._slider {
	position: relative;
}

._layout._l6 .slick-arrow {
	width: 50px;
	height: 100%;
	font-size: 48px;
	color: #ffffff;
	position: absolute;
	top: 0;
	z-index: 3;
	cursor: pointer;
}

._layout._l6 .slick-arrow i {
	position: absolute;
	top: 50%;
	right: 50%;
	-moz-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

._layout._l6 .slick-arrow.slick-prev {
	right: 0;
}

._layout._l6 .slick-arrow.slick-next {
	left: 0;
}

._layout._l6 .slick-arrow.slick-disabled {
	color: #131d09;
}

._layout._l6 ._hal_item._h1 ._thumb a:before {
	display: none;
}

._layout._l7 ._widget_header {
	margin-left: 10px;
}

._layout._l7 ._col._c1 {
	padding-top: 20px;
	padding-left: 10px;
	border: 1px solid #dadada;
	background-color: #ebebeb;
}

._layout._l7 ._col._c2 {
	border-right: 5px solid #0d1608;
}

._layout._l7 ._col._c2 img {
	width: 100%;
}

._layout._l7 ._hal_item._h4:last-child {
	margin-bottom: 0;
}

._layout._l8 .item {
	margin-bottom: 30px;
}

._layout._l8 .item img {
	width: 100%;
}

._layout._l10 ._hal_item._h2 ._details .title a {
	color: #ffffff;
}

._layout._l13 ._hal_item._h7 {
	border-bottom-color: #ffffff;
}

._layout._l13 ._hal_item._h7 ._details .title,
._layout._l13 ._hal_item._h7 ._details .datetime {
	color: #ffffff;
}

._layout._l14 ._hal_item._h8 ._details .title {
	color: #ffffff;
}

._layout._l14 ._hal_item._h8 ._details .title a {
	color: #ffffff;
}

._layout._l14 ._hal_item._h8 ._details .number {
	color: #ffffff;
}

._layout._l14 ._slider {
	position: relative;
}

._layout._l14 .slick-arrow {
	height: 48px;
	font-size: 48px;
	color: #ffffff;
	position: absolute;
	top: 50%;
	z-index: 3;
	margin-top: -24px;
}

._layout._l14 .slick-arrow.slick-prev {
	right: -48px;
}

._layout._l14 .slick-arrow.slick-next {
	left: -48px;
}

._layout._l14 .slick-arrow.slick-disabled {
	color: #3e3d3d;
}

._layout._l15 ._widget_body {
	border: 1px solid #3f7437;
	border-top: 0;
}

._layout._l15 ._hal_item._h9 {
	margin-bottom: 20px;
}

._layout._l15 ._hal_item._h9:last-child {
	margin-bottom: 0;
}

.scroll_bar {
	overflow: hidden;
}

.scroll_bar .overview {
	width: 100%;
}

.main_footer {
	background-color: #292929;
}

.main_footer .logo {
	min-height: 200px;
	text-align: center;
	background-color: #2d2c2c;
	padding-top: 36px;
}

.main_footer .logo img {
	display: inline-block;
}

.main_footer .links .head {
	color: #ffffff;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 30px;
}

.main_footer .links ul {
	padding: 0;
	margin: 0;
}

.main_footer .links ul li {
	color: #adacac;
	margin-bottom: 10px;
	list-style-position: inside;
}

.main_footer .links ul li a {
	color: #adacac;
	font-weight: 300;
	font-size: 16px;
}

.main_footer .links ul li a:hover {
	color: #ffffff;
}

.main_footer .footer {
	min-height: 50px;
	border-top: 1px solid #383838;
}

.main_footer .footer .copyright {
	color: #ffffff;
	font-weight: 300;
	font-size: 14px;
	line-height: 50px;
	margin-bottom: 0;
}

.main_footer .footer .social {
	padding-top: 13px;
	text-align: left;
}

.main_footer .footer .social a {
	display: inline-block;
	color: #ffffff;
	font-size: 20px;
	margin-right: 8px;
}

.main_footer .footer .social a:hover[class*="facebook"] {
	color: #3b5998;
}

.main_footer .footer .social a:hover[class*="twitter"] {
	color: #1da1f2;
}

.main_footer .footer .social a:hover[class*="youtube"] {
	color: #ff0000;
}

.main_footer .footer .social a:hover[class*="flickr"] {
	color: #0063dc;
}

.main_footer .footer .social a:hover[class*="soundcloud"] {
	color: #ff8800;
}

.hal_share {
	position: relative;
	z-index: 10;
	min-height: 20px;
	display: inline-block;
	direction: ltr;
	text-align: left;
}

.hal_share .click {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -10px;
	left: 0;
	z-index: 10;
	cursor: pointer;
}

.hal_share ._close {
	width: 24px;
	height: 24px;
	color: #ffffff;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	position: absolute;
	left: 168px;
	top: -12px;
	z-index: 4;
	cursor: pointer;
	background-color: red;
	visibility: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s 1.6s;
	-moz-transition: all 0.2s 1.6s;
	-ms-transition: all 0.2s 1.6s;
	-o-transition: all 0.2s 1.6s;
	transition: all 0.2s 1.6s;
}

.hal_share .icon {
	display: inline-block;
	position: absolute;
	width: 7px;
	height: 7px;
	background-color: #777777;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.2s 0.9s;
	-moz-transition: all 0.2s 0.9s;
	-ms-transition: all 0.2s 0.9s;
	-o-transition: all 0.2s 0.9s;
	transition: all 0.2s 0.9s;
}

.hal_share .icon:before,
.hal_share .icon:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #777777;
	-webkit-transition: all 0.2s 0.6s;
	-moz-transition: all 0.2s 0.6s;
	-ms-transition: all 0.2s 0.6s;
	-o-transition: all 0.2s 0.6s;
	transition: all 0.2s 0.6s;
}

.hal_share .icon:before {
	bottom: 0;
	-moz-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}

.hal_share .icon:after {
	top: 0;
	-moz-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

.hal_share .icon i:before,
.hal_share .icon i:after {
	width: 7px;
	height: 7px;
	background-color: #777777;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.2s 0.2s;
	-moz-transition: all 0.2s 0.2s;
	-ms-transition: all 0.2s 0.2s;
	-o-transition: all 0.2s 0.2s;
	transition: all 0.2s 0.2s;
	position: absolute;
	z-index: 2;
	content: '';
	right: -16px;
}

.hal_share .icon i:before {
	top: -7px;
}

.hal_share .icon i:after {
	bottom: -7px;
}

.hal_share .list {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 180px;
	padding-top: 5px;
	padding-bottom: 5px;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s 1.3s;
	-moz-transition: all 0.2s 1.3s;
	-ms-transition: all 0.2s 1.3s;
	-o-transition: all 0.2s 1.3s;
	transition: all 0.2s 1.3s;
}

.hal_share .list a {
	display: block;
	padding: 5px 15px;
	font-size: 13px;
	color: #e0e0e0;
}

.hal_share .list a:hover {
	color: #ffffff;
}

.hal_share .list a:hover[class*="facebook"] {
	background-color: #3b5998;
}

.hal_share .list a:hover[class*="twitter"] {
	background-color: #1da1f2;
}

.hal_share .list a:hover[class*="google"] {
	background-color: #dd4b39;
}

.hal_share .list a:hover[class*="whatsapp"] {
	background-color: #075e54;
}

.hal_share .list a:hover[class*="telegram"] {
	background-color: #0088cc;
}

.hal_share._active ._close {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.hal_share._active .icon {
	width: 180px;
	height: 150px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.hal_share._active .icon:before,
.hal_share._active .icon:after {
	width: 0;
}

.hal_share._active .icon i:before,
.hal_share._active .icon i:after {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.hal_share._active .list {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.hal_share._rev ._close {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.hal_share._rev .icon {
	-webkit-transition: all 0.2s 0.2s;
	-moz-transition: all 0.2s 0.2s;
	-ms-transition: all 0.2s 0.2s;
	-o-transition: all 0.2s 0.2s;
	transition: all 0.2s 0.2s;
}

.hal_share._rev .icon:before,
.hal_share._rev .icon:after {
	-webkit-transition: all 0.2s 0.6s;
	-moz-transition: all 0.2s 0.6s;
	-ms-transition: all 0.2s 0.6s;
	-o-transition: all 0.2s 0.6s;
	transition: all 0.2s 0.6s;
}

.hal_share._rev .icon i:before,
.hal_share._rev .icon i:after {
	-webkit-transition: all 0.2s 0.9s;
	-moz-transition: all 0.2s 0.9s;
	-ms-transition: all 0.2s 0.9s;
	-o-transition: all 0.2s 0.9s;
	transition: all 0.2s 0.9s;
}

.hal_share._rev .list {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.sound_item {
	min-height: 60px;
	padding: 12px 20px;
	position: relative;
	border-bottom: 3px solid #f3f3f3;
}

.sound_item:before {
	width: 36px;
	height: 36px;
	position: absolute;
	left: 66px;
	top: 12px;
	z-index: 1;
	content: '';
	background-color: #292929;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.sound_item .name {
	display: inline-block;
	color: #292929;
	font-weight: 700;
	font-size: 20px;
	position: relative;
	width: 70%;
	width: -moz-calc(100% - 112px);
	width: -webkit-calc(100% - 112px);
	width: -o-calc(100% - 112px);
	width: calc(100% - 112px);
}

.sound_item .name span {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	right: 0;
	top: -10px;
	z-index: 2;
}

.sound_item .name:hover span {
	white-space: normal;
	background-color: #eae8e8;
}

.sound_item .icon {
	width: 36px;
	height: 36px;
	float: left;
	margin-right: 10px;
	position: relative;
	z-index: 2;
	color: #ffffff;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.sound_item .icon:hover {
	color: #ffffff;
}

.sound_item .icon.download {
	background-color: #ed9d18;
}

.sound_item .icon.download:hover {
	background-color: #e49512;
}

.sound_item .icon.sound {
	background-color: #292929;
}

.sound_item .icon.sound .i2 {
	display: none;
}

.sound_item .icon.sound.sm2_playing {
	background-color: #76091f;
}

.sound_item .icon.sound.sm2_playing .i1 {
	display: none;
}

.sound_item .icon.sound.sm2_playing .i2 {
	display: inline-block;
}

.sound_item .icon.sound:hover {
	background-color: #76091f;
}

.sound_item .sm2-360ui:before {
	width: 36px;
	height: 36px;
	position: absolute;
	left: 66px;
	top: 12px;
	z-index: 1;
	content: '';
	background-color: #292929;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.sound_item .sm2-360ui.sm2_playing:before {
	-webkit-animation: sound_item_effect .3s 1 forwards;
	-moz-animation: sound_item_effect .3s 1 forwards;
	-o-animation: sound_item_effect .3s 1 forwards;
	animation: sound_item_effect .3s 1 forwards;
}

.sound_item .sm2-360ui.sm2_playing~a .i1 {
	display: none;
}

.sound_item .sm2-360ui.sm2_playing~a .i2 {
	display: inline-block;
}

.sound_item .ui360,
.sound_item .sm2-360ui {
	width: 0;
	height: 0;
	float: left;
}

.sound_item._active .name {
	color: #ffffff;
}

.sound_item._active .name span:hover {
	background-color: #292929;
}

@-webkit-keyframes sound_item_effect {
	0% {
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		width: 36px;
		height: 36px;
		left: 66px;
		top: 12px;
	}
	100% {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}

@-moz-keyframes sound_item_effect {
	0% {
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		width: 36px;
		height: 36px;
		left: 66px;
		top: 12px;
	}
	100% {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}

@-o-keyframes sound_item_effect {
	0% {
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		width: 36px;
		height: 36px;
		left: 66px;
		top: 12px;
	}
	100% {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}

@keyframes sound_item_effect {
	0% {
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		width: 36px;
		height: 36px;
		left: 66px;
		top: 12px;
	}
	100% {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}

.breadcrumbs_container .breadcrumb>.active {
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

body.breadcrumbs_fixed .breadcrumbs_container {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	width: 100%;
	background-color: #ffffff;
	border-bottom-color: #d0d0d0;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}

body.breadcrumbs_fixed .breadcrumbs_container .breadcrumb>.active {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.gototop {
	width: 48px;
	height: 48px;
	position: fixed;
	right: 30px;
	bottom: 120px;
	z-index: 30;
	font-size: 24px;
	line-height: 48px;
	text-align: center;
	visibility: hidden;
	color: #ffffff !important;
	background-color: #76091f;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-transform: rotate(90deg) translateY(-100%);
	-o-transform: rotate(90deg) translateY(-100%);
	-ms-transform: rotate(90deg) translateY(-100%);
	-webkit-transform: rotate(90deg) translateY(-100%);
	transform: rotate(90deg) translateY(-100%);
}

.gototop._active {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-transform: rotate(0deg) translateY(0);
	-o-transform: rotate(0deg) translateY(0);
	-ms-transform: rotate(0deg) translateY(0);
	-webkit-transform: rotate(0deg) translateY(0);
	transform: rotate(0deg) translateY(0);
}

.gototop i {
	display: inline-block;
}

.gototop:hover {
	background-color: #f26522;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.gototop:hover i {
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/**/

body.ehdaa_pad {
	padding-bottom: 50px;
}

.ehdaa-bar {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
	width: 100%;
	height: 50px;
	border-top: 1px solid #444444;
	-webkit-box-shadow: -1px 0px 4px rgba(212, 212, 212, 0.2);
	-moz-box-shadow: -1px 0px 4px rgba(212, 212, 212, 0.2);
	box-shadow: -1px 0px 4px rgba(212, 212, 212, 0.2);
	background: #222222;
	background: -webkit-linear-gradient(bottom, #222222, #292929);
	background: linear-gradient(to top, #222222, #292929);
}

.ehdaa-bar .content {
	height: 50px;
	position: relative;
	margin-left: 100px;
}

.ehdaa-bar .content ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.ehdaa-bar .content ul li p {
	color: #ffffff;
	font-weight: 300;
	font-size: 15px;
	line-height: 50px;
	margin-bottom: 0;
}

.ehdaa-bar .content ul li a {
	color: #ffffff;
	font-weight: 300;
	font-size: 15px;
	line-height: 50px;
}

.ehdaa-bar .content ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.ehdaa-bar .content .btnUp2,
.ehdaa-bar .content .btnDown2 {
	position: absolute;
	top: 10px;
	height: 25px;
	display: block;
	color: #ffffff;
	font-size: 24px;
}

.ehdaa-bar .content .btnUp2:hover,
.ehdaa-bar .content .btnDown2:hover {
	color: #ffffff;
}

.ehdaa-bar .content .btnUp2.btnUp2,
.ehdaa-bar .content .btnDown2.btnUp2 {
	left: 30px;
}

.ehdaa-bar .content .btnUp2.btnDown2,
.ehdaa-bar .content .btnDown2.btnDown2 {
	left: 0;
}

.ehdaa-bar button {
	float: left;
	height: 50px;
	border-radius: 0;
	outline: 0;
}

.ehdaa-bar button:focus,
.ehdaa-bar button:active {
	outline: none !important;
}

.breaking-news {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #d8232a;
}

.breaking-news .container {
	position: relative;
	padding-right: 90px;
}

.breaking-news .header {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 90px;
	color: #f8cc1b;
	font-size: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.breaking-news .content {
	width: -moz-calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
	width: -o-calc(100% - 90px);
	width: calc(100% - 90px);
}

.breaking-news .item .title {
	color: #ffffff;
	font-size: 18px;
	margin: 0;
}

.breaking-news .item .title a {
	color: #ffffff;
}

.breaking-news .item .title a:hover {
	text-decoration: underline;
}

.ehdaa-bar~.breaking-news {
	bottom: 50px;
}

.breaking-news-2 {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #d8232a;
}

.breaking-news-2 .container {
	position: relative;
	padding-right: 90px;
}

.breaking-news-2 .header {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 90px;
	color: #111111;
	font-size: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.breaking-news-2 .content {
	width: -moz-calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
	width: -o-calc(100% - 90px);
	width: calc(100% - 90px);
}

.breaking-news-2 .item .title {
	color: #ffffff;
	font-size: 26px;
	margin: 0;
}

.breaking-news-2 .item .title a {
	color: #ffffff;
}

.breaking-news-2 .item .title a:hover {
	text-decoration: underline;
}


/* PAGES */

._page .share_button {
	display: inline-block;
	color: #ffffff;
	padding: 8px 15px 2px 20px;
	text-align: center;
	background-color: #76091f;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

._page .share_button .hal_share {
	display: inline-block;
	width: 30px;
	float: right;
	margin-top: 8px;
	margin-left: 10px;
}

._page .share_button .hal_share .icon {
	background-color: #ffffff;
}

._page .share_button .hal_share .icon:before,
._page .share_button .hal_share .icon:after,
._page .share_button .hal_share .icon i:before,
._page .share_button .hal_share .icon i:after {
	background-color: #ffffff;
}

._page .share_button .hal_share .list a {
	color: #000;
}

._page .share_button .hal_share .list a:hover {
	color: #ffffff;
}

._page._page_post .post_title {
	color: #292929;
	font-size: 22px;
	line-height: 1.5;
	margin-top: 0;
}

._page._page_post .post_datetime {
	color: #777777;
	font-size: 16px;
}

._page._page_post .single_thumb {
	text-align: center;
}

._page._page_post .single_thumb img {
	display: inline-block;
}

._page._page_post .gallery_thumb ._slider {
	position: relative;
}

._page._page_post .gallery_thumb .slick-arrow {
	width: 50px;
	height: 100%;
	font-size: 48px;
	color: #ffffff;
	position: absolute;
	top: 0;
	z-index: 3;
	cursor: pointer;
}

._page._page_post .gallery_thumb .slick-arrow i {
	position: absolute;
	top: 50%;
	right: 50%;
	-moz-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

._page._page_post .gallery_thumb .slick-arrow.slick-prev {
	right: 0;
}

._page._page_post .gallery_thumb .slick-arrow.slick-next {
	left: 0;
}

._page._page_post .gallery_thumb .slick-arrow.slick-disabled {
	color: #131d09;
}

._page._page_post .video_thumb .postPlay {
	position: relative;
	cursor: pointer;
}

._page._page_post .video_thumb .postPlay .icon-- {
	color: #ffffff;
	font-size: 18px;
	padding: 10px 14px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 0 0 0 2px;
	-moz-border-radius: 0 0 0 2px;
	border-radius: 0 0 0 2px;
}

._page._page_post .video_thumb .postPlay img {
	width: 100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

._page._page_post .video_thumb ._player {
	display: none;
}

._page._page_post .video_thumb._playing .postPlay {
	display: none;
}

._page._page_post .video_thumb._playing ._player {
	display: block;
}

._page._page_post .post_source {
	color: #76091f;
	font-weight: 700;
	font-size: 18px;
}

._page._page_post .post_text p {
	margin-bottom: 40px;
}

._page._page_post .post_text p,
._page._page_post .post_text span {
	color: #333333;
	font-weight: 400;
	font-size: 18px;
}

._page._page_post .post_tags a {
	display: inline-block;
	color: #979595;
	font-weight: 400;
	font-size: 18px;
	margin-left: 20px;
}

._page._page_post .post_tags a:hover {
	color: #76091f;
}

._page._page_statement ._statement {
	padding: 30px 80px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

._page._page_statement ._statement:hover {
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.11);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.11);
}

._page._page_statement ._statement .header img {
	display: inline-block;
}

._page._page_statement ._statement .content p {
	font-size: 16px;
}

._page._page_statement ._statement .content p:last-child {
	margin-bottom: 0;
}

._page._page_statement .statement_tools {
	min-height: 38px;
}

._page._page_statement .statement_tools .share_button,
._page._page_statement .statement_tools .download_button {
	float: left;
}

._page._page_statement .download_button {
	display: inline-block;
	color: #ffffff;
	padding: 11px 15px 8px 20px;
	text-align: center;
	background-color: #34bf49;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

._page._page_statement .download_button i {
	margin-left: 8px;
}

._page._page_statement .download_button:hover {
	background-color: #2fab41;
}

._page._page_memories .items_container {
	border: 1px solid #d3d3d3;
	border-top: 0;
}

._page._page_martyr ._martyr_container {
	margin-top: 145px;
	background-color: #eae8e8;
}

._page._page_martyr ._martyr_container ._martyr_content {
	padding-top: 145px;
	padding-bottom: 30px;
	background-color: #d5d5d5;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

._page._page_martyr ._martyr_container ._martyr_content ._thumb,
._page._page_martyr ._martyr_container ._martyr_content ._thumb img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

._page._page_martyr ._martyr_container ._martyr_content ._thumb {
	margin-bottom: 20px;
	width: 230px;
	height: 230px;
	position: absolute;
	top: 0;
	right: 50%;
	-moz-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

._page._page_martyr ._martyr_container ._martyr_content ._details {
	text-align: center;
}

._page._page_martyr ._martyr_container ._martyr_content ._details .name {
	color: #292929;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	margin: 0;
}

._page._page_martyr ._martyr_container ._martyr_content ._details .name a {
	color: #292929;
}

._page._page_martyr ._martyr_container ._martyr_content ._details p {
	color: #292929;
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 10px;
}

._page._page_martyr ._martyr_container_2 .container {
	background-color: #f7f7f7;
}

._page._page_martyr .source {
	float: right;
	color: #292929;
	font-size: 18px;
	line-height: 38px;
}

._page._page_martyr .post_text p {
	margin-bottom: 40px;
}

._page._page_martyr .post_text p,
._page._page_martyr .post_text span {
	color: #333333;
	font-weight: 400;
	font-size: 18px;
}

._page._page_sounds .soundplaylist_block ul.playlist {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

._page._page_sounds .soundplaylist_block ul.playlist li {
	position: relative;
}

._page._page_sounds .soundplaylist_block ul.playlist li a.sm2_link {
	min-height: 60px;
	padding: 12px 20px 12px 67px;
	position: relative;
	border-bottom: 1px solid #d8d8d8;
	display: block;
}

._page._page_sounds .soundplaylist_block ul.playlist li a.sm2_link:before {
	width: 36px;
	height: 36px;
	position: absolute;
	left: 66px;
	top: 12px;
	z-index: 1;
	content: '';
	background-color: #292929;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

._page._page_sounds .soundplaylist_block ul.playlist li a.sm2_link .name {
	display: inline-block;
	color: #292929;
	font-weight: 700;
	font-size: 20px;
	position: relative;
	z-index: 2;
	width: 70%;
	width: -moz-calc(100% - 112px);
	width: -webkit-calc(100% - 112px);
	width: -o-calc(100% - 112px);
	width: calc(100% - 112px);
}

._page._page_sounds .soundplaylist_block ul.playlist li a.sm2_link .name span {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	right: 0;
	top: -10px;
	z-index: 4;
}

._page._page_sounds .soundplaylist_block ul.playlist li a.sm2_link .name:hover span {
	white-space: normal;
}

._page._page_sounds .soundplaylist_block ul.playlist li a.sm2_link i {
	width: 36px;
	height: 36px;
	float: left;
	position: relative;
	z-index: 2;
	color: #ffffff;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

._page._page_sounds .soundplaylist_block ul.playlist li a.sm2_link i:hover {
	color: #ffffff;
}

._page._page_sounds .soundplaylist_block ul.playlist li a.sm2_link i.i2 {
	display: none;
}

._page._page_sounds .soundplaylist_block ul.playlist li .download {
	width: 36px;
	height: 36px;
	position: absolute;
	left: 10px;
	top: 12px;
	z-index: 5;
	color: #ffffff;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #ed9d18;
}

._page._page_sounds .soundplaylist_block ul.playlist li .download:hover {
	background-color: #e49512;
}

._page._page_sounds .soundplaylist_block ul.playlist li .download:hover {
	color: #ffffff;
}

._page._page_sounds .soundplaylist_block ul.playlist li>div .timing {
	position: absolute;
	bottom: 5px;
	right: 20px;
	z-index: 2;
	font-size: 10px;
}

._page._page_sounds .soundplaylist_block ul.playlist li>div .controls .statusbar {
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	direction: ltr;
}

._page._page_sounds .soundplaylist_block ul.playlist li>div .controls .statusbar .loading,
._page._page_sounds .soundplaylist_block ul.playlist li>div .controls .statusbar .position {
	position: absolute;
	left: 0;
	top: 0;
	height: 4px;
}

._page._page_sounds .soundplaylist_block ul.playlist li>div .controls .statusbar .loading {
	z-index: 1;
}

._page._page_sounds .soundplaylist_block ul.playlist li>div .controls .statusbar .position {
	z-index: 2;
}

._page._page_sounds .soundplaylist_block ul.playlist li.sm2_paused a.sm2_link i.i2 {
	display: none;
}

._page._page_sounds .soundplaylist_block ul.playlist li.sm2_playing a.sm2_link:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #5caa50;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

._page._page_sounds .soundplaylist_block ul.playlist li.sm2_playing a.sm2_link .name:hover span {
	background-color: #5caa50;
}

._page._page_sounds .soundplaylist_block ul.playlist li.sm2_playing a.sm2_link i.i1 {
	display: none;
}

._page._page_sounds .soundplaylist_block ul.playlist li.sm2_playing a.sm2_link i.i2 {
	display: inline-block;
	background-color: #131d09;
}

._page._page_sounds .soundplaylist_block ul.playlist li.sm2_playing>div .timing {
	color: #292929;
}

._page._page_sounds .soundplaylist_block ul.playlist li.sm2_playing>div .controls .statusbar {
	background-color: #3f7437;
}

._page._page_sounds .soundplaylist_block ul.playlist li.sm2_playing>div .controls .statusbar .loading {
	background-color: #36642f;
}

._page._page_sounds .soundplaylist_block ul.playlist li.sm2_playing>div .controls .statusbar .position {
	background-color: #080e05;
}

._page._page_sounds .soundplaylist_block ul.downloads {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
}

._page._page_sounds .soundplaylist_block ul.downloads li {
	padding: 12px 0 12px 10px;
}

._page._page_sounds .soundplaylist_block ul.downloads li .download {
	width: 36px;
	height: 36px;
	display: block;
	color: #ffffff;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #ed9d18;
}

._page._page_sounds .soundplaylist_block ul.downloads li .download:hover {
	background-color: #e49512;
}

._page._page_sounds .soundplaylist_block ul.downloads li .download:hover {
	color: #ffffff;
}

._page._page_videos .cat_links {
	padding: 20px 20px 10px;
	background-color: #294b25;
	border: 1px solid #1d351b;
}

._page._page_videos .cat_links .link {
	height: 45px;
	display: block;
	width: 100%;
	color: #ffffff;
	font-weight: 300;
	font-size: 18px;
	line-height: 45px;
	text-align: center;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	background-color: #76091f;
}

._page._page_videos .cat_links .link:hover,
._page._page_videos .cat_links .link.current {
	background-color: #fff;
	color: #bc0c31;
}

._page._page_videos .cat_links .link[type="button"] {
	border: none;
}

._page._page_video .featured_video ._col {
	position: relative;
}

._page._page_video .featured_video ._col._1 {
	background-color: #dedede;
}

._page._page_video .featured_video ._col._2 {
	padding: 15px;
	background-color: #363636;
}

._page._page_video .featured_video .last_episode ._player {
	display: none;
}

._page._page_video .featured_video .last_episode ._player.playing {
	display: block;
}

._page._page_video .featured_video .last_episode ._thumb {
	position: relative;
}

._page._page_video .featured_video .last_episode ._thumb.playing {
	display: none;
}

._page._page_video .featured_video .last_episode ._thumb img {
	width: 100%;
}

._page._page_video .featured_video ._all_details {
	padding-bottom: 60px;
}

._page._page_video .featured_video ._all_details .cat {
	display: inline-block;
	color: #292929;
	font-size: 18px;
	padding: 8px 14px;
	margin-right: -15px;
	background-color: #ed9d18;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

._page._page_video .featured_video ._all_details .datetime {
	color: #ffffff;
	font-weight: 300;
	font-size: 14px;
}

._page._page_video .featured_video ._all_details .title {
	color: #ffffff;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6;
	margin-top: 0;
}

._page._page_video .featured_video ._all_details .desc {
	color: #c5c5c5;
	font-weight: 300;
	font-size: 16px;
	text-align: justify;
	margin-bottom: 0;
}

._page._page_video .featured_video ._all_details .desc p {
	margin-bottom: 0;
}

._page._page_video .featured_video ._all_details .button a {
	color: #ffffff;
}

._page._page_video .featured_video ._all_details .hal_share2 {
	position: absolute;
	bottom: 0;
	left: 0;
}

._page._page_special-file .cat_links {
	padding: 20px 20px 10px;
	background-color: #f3f3f3;
	border: 1px solid #f0efef;
}

._page._page_special-file .cat_links .link {
	height: 45px;
	display: block;
	width: 100%;
	color: #ffffff;
	font-weight: 300;
	font-size: 20px;
	line-height: 45px;
	text-align: center;
	margin-bottom: 10px;
	background-color: #292929;
}

._page._page_special-file .cat_links .link:hover,
._page._page_special-file .cat_links .link.current {
	background-color: #76091f;
}

._page._page_special-file .cat_links .link[type="button"] {
	border: none;
}

._page._page_book .book_tools {
	min-height: 38px;
}

._page._page_book .book_tools .share_button,
._page._page_book .book_tools .download_button {
	float: left;
}

._page._page_book .download_button {
	display: inline-block;
	color: #ffffff;
	padding: 11px 15px 8px 20px;
	text-align: center;
	background-color: #34bf49;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

._page._page_book .download_button i {
	margin-left: 8px;
}

._page._page_book .download_button:hover {
	background-color: #2fab41;
}

._page .form_container {
	background-color: #f6f6f6;
	border: 1px solid #d3d3d3;
	padding: 30px 30px 0;
}

._page .form_container button {
	display: block;
	width: 100%;
}

._page .hal_share2 .item {
	display: inline-block;
	min-width: 42px;
	height: 42px;
	padding: 0 10px;
	color: #ffffff;
	font-size: 14px;
	line-height: 42px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

._page .hal_share2 .item i {
	float: right;
	font-size: 16px;
	margin-top: 14px;
}

._page .hal_share2 .item span {
	display: inline-block;
	direction: ltr;
	width: 0;
	overflow: hidden;
}

._page .hal_share2 .item.left {
	float: left;
	margin-right: 10px;
}

._page .hal_share2 .item:hover {
	width: auto;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

._page .hal_share2 .item:hover span {
	margin-right: 5px;
}

._page .hal_share2 .item[class*="facebook"] {
	background-color: #3b5998;
}

._page .hal_share2 .item[class*="facebook"] i {
	margin-right: 3px;
}

._page .hal_share2 .item[class*="facebook"]:hover {
	background-color: #213256;
}

._page .hal_share2 .item[class*="facebook"]:hover span {
	width: 65px;
}

._page .hal_share2 .item[class*="twitter"] {
	background-color: #1da1f2;
}

._page .hal_share2 .item[class*="twitter"] i {
	margin-right: 3px;
}

._page .hal_share2 .item[class*="twitter"]:hover {
	background-color: #0a6da9;
}

._page .hal_share2 .item[class*="twitter"]:hover span {
	width: 46px;
}

._page .hal_share2 .item[class*="google"] {
	background-color: #dd4b39;
}

._page .hal_share2 .item[class*="google"]:hover {
	background-color: #9f2a1b;
}

._page .hal_share2 .item[class*="google"]:hover span {
	width: 58px;
}

.__site_mobile_menu ul.links>li a,
.__site_mobile_menu ul.links>li ._arrow:before,
.__site_mobile_menu ul.links>li>ul {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.__site_mobile_menu_button .navTrigger {
	cursor: pointer;
	width: 30px;
	height: 25px;
}

.__site_mobile_menu_button .navTrigger i {
	background-color: #76091f;
	border-radius: 2px;
	content: '';
	display: block;
	width: 100%;
	height: 4px;
}

.__site_mobile_menu_button .navTrigger i:nth-child(1) {
	-webkit-animation: outT 0.8s backwards;
	animation: outT 0.8s backwards;
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
}

.__site_mobile_menu_button .navTrigger i:nth-child(2) {
	margin: 5px 0;
	-webkit-animation: outM 0.8s backwards;
	animation: outM 0.8s backwards;
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
}

.__site_mobile_menu_button .navTrigger i:nth-child(3) {
	-webkit-animation: outBtm 0.8s backwards;
	animation: outBtm 0.8s backwards;
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
}

body._site_menu_open .__site_mobile_menu_button .navTrigger i:nth-child(1) {
	-webkit-animation: inT 0.8s forwards;
	animation: inT 0.8s forwards;
}

body._site_menu_open .__site_mobile_menu_button .navTrigger i:nth-child(2) {
	-webkit-animation: inM 0.8s forwards;
	animation: inM 0.8s forwards;
}

body._site_menu_open .__site_mobile_menu_button .navTrigger i:nth-child(3) {
	-webkit-animation: inBtm 0.8s forwards;
	animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
	50% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(45deg);
	}
}

@keyframes inM {
	50% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(45deg);
	}
}

@-webkit-keyframes outM {
	50% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(45deg);
	}
}

@keyframes outM {
	50% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(45deg);
	}
}

@-webkit-keyframes inT {
	0% {
		-webkit-transform: translateY(0px) rotate(0deg);
	}
	50% {
		-webkit-transform: translateY(9px) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(9px) rotate(135deg);
	}
}

@keyframes inT {
	0% {
		transform: translateY(0px) rotate(0deg);
	}
	50% {
		transform: translateY(9px) rotate(0deg);
	}
	100% {
		transform: translateY(9px) rotate(135deg);
	}
}

@-webkit-keyframes outT {
	0% {
		-webkit-transform: translateY(0px) rotate(0deg);
	}
	50% {
		-webkit-transform: translateY(9px) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(9px) rotate(135deg);
	}
}

@keyframes outT {
	0% {
		transform: translateY(0px) rotate(0deg);
	}
	50% {
		transform: translateY(9px) rotate(0deg);
	}
	100% {
		transform: translateY(9px) rotate(135deg);
	}
}

@-webkit-keyframes inBtm {
	0% {
		-webkit-transform: translateY(0px) rotate(0deg);
	}
	50% {
		-webkit-transform: translateY(-9px) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(-9px) rotate(135deg);
	}
}

@keyframes inBtm {
	0% {
		transform: translateY(0px) rotate(0deg);
	}
	50% {
		transform: translateY(-9px) rotate(0deg);
	}
	100% {
		transform: translateY(-9px) rotate(135deg);
	}
}

@-webkit-keyframes outBtm {
	0% {
		-webkit-transform: translateY(0px) rotate(0deg);
	}
	50% {
		-webkit-transform: translateY(-9px) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(-9px) rotate(135deg);
	}
}

@keyframes outBtm {
	0% {
		transform: translateY(0px) rotate(0deg);
	}
	50% {
		transform: translateY(-9px) rotate(0deg);
	}
	100% {
		transform: translateY(-9px) rotate(135deg);
	}
}

.__site_mobile_menu {
	width: 260px;
	height: 100%;
	overflow: hidden;
	padding: 10px 10px 10px 0;
	background-color: transparent;
	position: fixed;
	top: 0;
	right: -260px;
	z-index: 30;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-box-shadow: -2px 0 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: -2px 0 10px rgba(0, 0, 0, 0.25);
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.25);
}

.__site_mobile_menu .__site_mobile_menu_button {
	text-align: left;
	padding-left: 20px;
}

.__site_mobile_menu .__site_mobile_menu_button .navTrigger {
	display: inline-block;
}

.__site_mobile_menu .__site_mobile_menu_button+._search {
	margin-top: 0 !important;
}

body._site_menu_open .__site_mobile_menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-webkit-transform: translateX(-260px);
	transform: translateX(-260px);
	visibility: visible;
}

body._site_menu_open .__site_mobile_menu+.__site_mobile_menu_light {
	visibility: visible;
}

.__site_mobile_menu .site_logo {
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-top: -2em;
}

.__site_mobile_menu .site_logo img {
	display: inline-block;
}

.__site_mobile_menu .site_logo+._search {
	margin-top: 0 !important;
}

.__site_mobile_menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.__site_mobile_menu ul.links>li {
	position: relative;
	border-bottom: 1px solid transparent;
}

.__site_mobile_menu ul.links>li:last-child {
	border-bottom: 0;
}

.__site_mobile_menu ul.links>li a {
	display: block;
	font-size: 14px;
	line-height: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.__site_mobile_menu ul.links>li>a {
	padding: 0 1em;
}

.__site_mobile_menu ul.links>li input[type="checkbox"]:checked~ul {
	display: block;
	visibility: visible;
}

.__site_mobile_menu ul.links>li input[type="checkbox"]:checked~._arrow:before {
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.__site_mobile_menu ul.links>li ._arrow {
	visibility: hidden;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	font-weight: 100;
	border-right: 1px solid transparent;
}

.__site_mobile_menu ul.links>li ._arrow:before {
	font-family: FontAwesome;
	font-size: 20px;
	content: '\f0d9';
	position: absolute;
	top: 50%;
	right: 50%;
	margin: -14px -4px 0 0;
}

.__site_mobile_menu ul.links>li>ul {
	border-top: 1px solid transparent;
	border-bottom: 2px solid transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
	visibility: hidden;
}

.__site_mobile_menu ul.links>li>ul>li>a {
	padding: 0 2em;
}

.__site_mobile_menu ul.links>li>ul+._arrow {
	visibility: visible;
}

.__site_mobile_menu ._divider {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.__site_mobile_menu .atyaf_logo {
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}

.__site_mobile_menu .atyaf_logo img {
	display: inline-block;
}

.__site_mobile_menu ._search {
	width: 100%;
	margin-bottom: 10px;
}

.__site_mobile_menu ._search form {
	height: 42px;
	position: relative;
}

.__site_mobile_menu ._search input[type="text"],
.__site_mobile_menu ._search input[type="search"] {
	width: 100%;
	border: none;
	height: 100%;
	padding-left: 45px;
	padding-right: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.__site_mobile_menu ._search input[type="text"]:focus,
.__site_mobile_menu ._search input[type="text"].not-empty,
.__site_mobile_menu ._search input[type="search"]:focus,
.__site_mobile_menu ._search input[type="search"].not-empty {
	outline: none;
}

.__site_mobile_menu ._search input[type="text"]:focus+label.text,
.__site_mobile_menu ._search input[type="text"].not-empty+label.text,
.__site_mobile_menu ._search input[type="search"]:focus+label.text,
.__site_mobile_menu ._search input[type="search"].not-empty+label.text {
	right: 90%;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.__site_mobile_menu ._search label {
	position: absolute;
	margin: 0;
	top: 50%;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.__site_mobile_menu ._search label.icon {
	font-size: 18px;
	left: 12px;
}

.__site_mobile_menu ._search label.text {
	font-weight: 100;
	font-size: 12px;
	right: 15px;
	min-width: 80px;
}

.__site_mobile_menu ._search+._divider {
	margin-top: 0;
}

.__site_mobile_menu ._social {
	text-align: center;
}

.__site_mobile_menu ._social+._divider {
	margin-top: 10px !important;
}

.__site_mobile_menu ._social a {
	font-size: 32px;
	display: inline-block;
	margin: 0 5px 10px;
}

.__site_mobile_menu ._social a[class*="facebook"] {
	color: #3b5998;
}

.__site_mobile_menu ._social a[class*="twitter"] {
	color: #1da1f2;
}

.__site_mobile_menu ._social a[class*="google"] {
	color: #dd4b39;
}

.__site_mobile_menu ._social a[class*="youtube"] {
	color: #ff0000;
}

.__site_mobile_menu ._social a[class*="android"] {
	color: #a4c639;
}

.__site_mobile_menu ._social a[class*="apple"] {
	color: #8e8e93;
}

.__site_mobile_menu ._social a[class*="pinterest"] {
	color: #bd081c;
}

.__site_mobile_menu ._social a[class*="whatsapp"] {
	color: #075e54;
}

.__site_mobile_menu ._social a[class*="feed"] {
	color: #f26522;
}

.__site_mobile_menu[data-theme="light"] {
	color: #3a3a3a;
	background-color: #ffffff;
}

.__site_mobile_menu[data-theme="light"] ul.links>li {
	border-bottom-color: #f8f8f8;
}

.__site_mobile_menu[data-theme="light"] ul.links>li a {
	color: #3a3a3a;
}

.__site_mobile_menu[data-theme="light"] ul.links>li a:hover {
	background-color: #f8f8f8;
}

.__site_mobile_menu[data-theme="light"] ul.links>li input[type="checkbox"]:checked+a {
	background-color: #f8f8f8;
}

.__site_mobile_menu[data-theme="light"] ul.links>li input[type="checkbox"]:checked~._arrow {
	background-color: #f6f6f6;
}

.__site_mobile_menu[data-theme="light"] ul.links>li ._arrow {
	background-color: #fdfdfd;
	border-right-color: #f8f8f8;
}

.__site_mobile_menu[data-theme="light"] ul.links>li>ul {
	border-top-color: #f8f8f8;
	border-bottom-color: #efefef;
}

.__site_mobile_menu[data-theme="light"] ._divider {
	border-top-color: #eeeeee;
}

.__site_mobile_menu[data-theme="light"] ._search input[type="text"],
.__site_mobile_menu[data-theme="light"] ._search input[type="search"] {
	background-color: #efefef;
}

.__site_mobile_menu[data-theme="light"] ._search input[type="text"]:focus,
.__site_mobile_menu[data-theme="light"] ._search input[type="text"].not-empty,
.__site_mobile_menu[data-theme="light"] ._search input[type="search"]:focus,
.__site_mobile_menu[data-theme="light"] ._search input[type="search"].not-empty {
	background-color: #dedede;
	color: #444444;
}

.__site_mobile_menu[data-theme="light"] ._search label.icon {
	color: #333333;
}

.__site_mobile_menu[data-theme="light"] ._search label.text {
	color: #666666;
}

.__site_mobile_menu[data-theme="dark"] {
	color: #ffffff;
	background-color: #363636;
}

.__site_mobile_menu[data-theme="dark"] ul.links>li a {
	color: #d9d9d9;
}

.__site_mobile_menu[data-theme="dark"] ul.links>li a:hover {
	color: #333333;
	background-color: #ffffff;
}

.__site_mobile_menu[data-theme="dark"] ul.links>li a:hover~label {
	color: #333333;
}

.__site_mobile_menu[data-theme="dark"] ._divider {
	border-top-color: #252525;
	border-bottom-color: #313131;
}

.__site_mobile_menu[data-theme="dark"] ._search input[type="text"],
.__site_mobile_menu[data-theme="dark"] ._search input[type="search"] {
	background-color: #292929;
}

.__site_mobile_menu[data-theme="dark"] ._search input[type="text"]:focus,
.__site_mobile_menu[data-theme="dark"] ._search input[type="text"].not-empty,
.__site_mobile_menu[data-theme="dark"] ._search input[type="search"]:focus,
.__site_mobile_menu[data-theme="dark"] ._search input[type="search"].not-empty {
	background-color: #dedede;
	color: #444444;
}

.__site_mobile_menu[data-theme="dark"] ._search input[type="text"]:focus+label,
.__site_mobile_menu[data-theme="dark"] ._search input[type="text"].not-empty+label,
.__site_mobile_menu[data-theme="dark"] ._search input[type="search"]:focus+label,
.__site_mobile_menu[data-theme="dark"] ._search input[type="search"].not-empty+label {
	color: #444444;
}

.__site_mobile_menu[data-theme="dark"] ._search label.icon {
	color: #666666;
}

.__site_mobile_menu[data-theme="dark"] ._search label.text {
	color: #666666;
}

.__site_mobile_menu .scroll_bar {
	height: 100%;
}

.__site_mobile_menu .scroll_bar.scrollable .scroll-bar .vertical {
	left: 2px;
}

.__site_mobile_menu_light {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
	background: #000;
	opacity: .5;
	visibility: hidden;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

._site_page {
	position: relative;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

body._site_menu_open {
	overflow: hidden;
}

@media (max-width: 480px) {
	._hal_item._h3 ._datetime {
		width: 90px;
	}
	._hal_item._h3 ._datetime .day {
		font-size: 26px;
	}
	._hal_item._h3 ._datetime .month {
		font-size: 14px;
	}
	._hal_item._h6 ._thumb {
		float: none;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	._hal_item._h6 ._details {
		float: none;
		padding-left: 0;
		width: 100% !important;
	}
	._layout._l3 .links a {
		width: 100% !important;
		margin: 0 0 10px !important;
	}
	.main_footer .links ul li {
		float: right;
		width: 50%;
	}
}

@media (min-width: 479px) and (max-width: 767px) {
	.main_menu .main_search {
		width: 60%;
	}
	.main_footer .links ul li {
		float: right;
		width: 33.3333333333%;
	}
}

@media (max-width: 767px) {
	.container {
		padding-right: 10px;
		padding-left: 10px;
	}
	.row {
		margin-right: -10px;
		margin-left: -10px;
	}
	[class*="col-lg-"],
	[class*="col-md-"],
	[class*="col-sm-"],
	[class*="col-xs-"] {
		padding-right: 10px;
		padding-left: 10px;
	}
	.main_menu .item {
		display: none;
	}
	.main_menu .item.__site_mobile_menu_button {
		display: block;
	}
	._layout._l2 .slick-arrow {
		display: none !important;
	}
	._layout._l2 .slick-arrow.slick-prev {
		right: 50px;
	}
	._layout._l2 .slick-arrow.slick-next {
		left: 50px;
	}
	._layout._l3 ._statement {
		padding: 10px;
	}
	._layout._l3 ._statement .header {
		margin-bottom: 5px;
	}
	._layout._l3 ._statement .scroll_bar {
		height: 134px;
	}
	._layout._l4 ._item {
		float: right;
		padding-left: 15px;
	}
	._layout._l4._2 ._item {
		padding-left: 0;
		width: 48.7%;
		margin-left: 2.6%;
		margin-bottom: 2.6%;
	}
	._layout._l4._2 ._item:nth-child(2n) {
		margin-left: 0;
	}
	._layout._l7 .scroll_bar {
		height: 160px;
	}
	._layout._l8 .item {
		margin-bottom: 20px;
	}
	._layout._l14 .slick-arrow {
		display: none !important;
	}
	.main_footer .footer .copyright {
		text-align: center;
		line-height: normal;
		padding-top: 14px;
	}
	.main_footer .footer .social {
		text-align: center;
		padding-bottom: 15px;
	}
	._page._page_statement ._statement {
		padding: 30px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.main_menu .main_search {
		width: 30%;
	}
	.main_menu .item a {
		font-size: 11px;
	}
	._layout._l2 .slick-arrow.slick-prev {
		right: 50px;
	}
	._layout._l2 .slick-arrow.slick-next {
		left: 50px;
	}
	._layout._l3 ._statement {
		padding: 10px;
	}
	._layout._l3 ._statement .header {
		margin-bottom: 5px;
	}
	._layout._l3 ._statement .scroll_bar {
		height: 134px;
	}
	._layout._l4 ._item {
		float: right;
		padding-left: 30px;
	}
	._layout._l4._2 ._item {
		padding-left: 0;
		width: 23.05%;
		margin-left: 2.6%;
		margin-bottom: 2.6%;
	}
	._layout._l4._2 ._item:nth-child(4n) {
		margin-left: 0;
	}
	._layout._l7 ._col {
		float: right;
		height: 180px;
	}
	._layout._l7 ._col._c1 {
		width: 30%;
	}
	._layout._l7 ._col._c2 {
		width: 70%;
	}
	._layout._l7 .scroll_bar {
		height: 65px;
	}
	.main_footer .links ul li {
		float: right;
		width: 20%;
	}
	._page._page_statement ._statement {
		padding: 30px 70px;
	}
	._page._page_book ._layout._l15 ._hal_item._h9 {
		float: right;
		width: 49%;
		margin-left: 2%;
	}
	._page._page_book ._layout._l15 ._hal_item._h9:nth-child(2n) {
		margin-left: 0;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.main_menu .main_search {
		width: 28%;
	}
	._layout._l2 .slick-arrow.slick-prev {
		right: 50px;
	}
	._layout._l2 .slick-arrow.slick-next {
		left: 50px;
	}
	._layout._l3 ._statement {
		height: 280px;
		padding: 10px;
	}
	._layout._l3 ._statement .header {
		margin-bottom: 5px;
	}
	._layout._l3 ._statement .scroll_bar {
		height: 134px;
	}
	._layout._l4 ._item {
		float: right;
		padding-left: 30px;
	}
	._layout._l4._2 ._item {
		padding-left: 0;
		width: 17.92%;
		margin-left: 2.6%;
		margin-bottom: 2.6%;
	}
	._layout._l4._2 ._item:nth-child(5n) {
		margin-left: 0;
	}
	._layout._l7 ._col {
		float: right;
		height: 248px;
	}
	._layout._l7 ._col._c1 {
		width: 25.642%;
	}
	._layout._l7 ._col._c2 {
		width: 74.358%;
	}
	._layout._l7 .scroll_bar {
		height: 130px;
	}
	.main_footer .links ul li {
		float: right;
		width: 20%;
	}
	._page._page_statement ._statement {
		padding: 30px 20px;
	}
	._page._page_video .featured_video {
		display: table;
		width: 100%;
	}
	._page._page_video .featured_video ._col {
		display: table-cell;
		vertical-align: top;
	}
	._page._page_video .featured_video ._col._1 {
		width: 66%;
	}
	._page._page_video .featured_video ._col._2 {
		width: 34%;
	}
	._page._page_video .featured_video .schedules .scroll_bar {
		height: 239px;
	}
	._page._page_book ._layout._l15 ._hal_item._h9 {
		float: right;
		width: 49%;
		margin-left: 2%;
	}
	._page._page_book ._layout._l15 ._hal_item._h9:nth-child(2n) {
		margin-left: 0;
	}
}

@media (min-width: 1200px) {
	.main_menu .main_search {
		width: 24.3%;
	}
	.__grid._g3 .__grid_item {
		float: right;
		width: 32.5333333333%;
		margin-left: 1.2%;
	}
	.__grid._g3 .__grid_item:nth-child(3n) {
		margin-left: 0;
	}
	._layout._l3 ._statement {
		height: 280px;
		padding: 10px;
	}
	._layout._l3 ._statement .header {
		margin-bottom: 5px;
	}
	._layout._l3 ._statement .scroll_bar {
		height: 134px;
	}
	._layout._l4 ._item {
		float: right;
		padding-left: 30px;
	}
	._layout._l4._2 ._item {
		padding-left: 0;
		width: 17.92%;
		margin-left: 2.6%;
		margin-bottom: 2.6%;
	}
	._layout._l4._2 ._item:nth-child(5n) {
		margin-left: 0;
	}
	._layout._l7 ._col {
		float: right;
		height: 350px;
	}
	._layout._l7 ._col._c1 {
		width: 25.642%;
	}
	._layout._l7 ._col._c2 {
		width: 74.358%;
	}
	._layout._l7 .scroll_bar {
		height: 180px;
	}
	.main_footer .links ul li {
		float: right;
		width: 20%;
	}
	._page._page_video .featured_video {
		display: table;
		width: 100%;
	}
	._page._page_video .featured_video ._col {
		display: table-cell;
		vertical-align: top;
	}
	._page._page_video .featured_video ._col._1 {
		width: 66%;
	}
	._page._page_video .featured_video ._col._2 {
		width: 34%;
	}
	._page._page_video .featured_video .schedules .scroll_bar {
		height: 239px;
	}
}


/*# sourceMappingURL=style.css.map */

.main_logo {
	min-height: 150px;
}

.sub-menu {
	background: #76081f;
	left: auto;
	right: 0px;
}


/* .sub-menu li a::before{
  background-color: transparent !important;
} */

.sub-menu a {
	color: white !important;
}

.sub-menu a:hover {
	background: transparent !important;
}

.immortal_image {
  height: auto !important;
}




.dropdown-menu {
	padding: 0px !important;
}

.card {
	min-height: 400px;
}