@font-face{font-family:ws_semi_bold;src:url(../fonts/weblysleekuisb.ttf);font-weight:400;font-style:normal}
@font-face{font-family:ws_semi_bold-italic;src:url(../fonts/weblysleekuisbi.ttf);font-weight:400;font-style:normal}
@font-face{font-family:ws_semi_light;src:url(../fonts/weblysleekuisl.ttf);font-weight:400;font-style:normal}
@font-face{font-family:ws_light;src:url(../fonts/weblysleekuil.ttf);font-weight:400;font-style:normal}

body {
	margin: 0;
	padding: 0;
  	/*font-family: "Arial";*/
	font-weight: normal;
	font-size: 15px;
	background-color: #fff;
	overflow-x: hidden;
	background-color: #f9f9f9;
	font-family:ws_semi_light;
}

body * {
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
h1,h2,h3,h4,h6{font-family:ws_semi_bold;}
.h1, h1 {
    font-size: 2rem;
}
body.loading,
body.no-scroll {
    overflow: hidden;
}
table, 
th, 
td {
	/*border: 1px solid rgba(0, 0, 0, 0.1);*/
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 20px;
	width: 100%;
}

caption, 
th {
	font-weight: 400;
	text-align: left;
}

th {
	text-transform: uppercase;
	color: #333;
}

td, th {
	padding: 8px;
	border-width: 0 1px 1px 0;
}
a:hover{
	text-decoration: none;
	color: #c41606;
}
.single img{
	max-width: 100%;
	height: auto;
}
.mob-news-list-container{
	display: none;
}
.single .thubmanil img{
	width: 100%;
	height: auto;
}
.loader-ajax{
	position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    margin-left: -80px;
    margin-top: -10px;
}
.skyapj-loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	text-align: center;
	opacity: 1;
	z-index: 11;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.skyapj-loader > .content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
	width: 195px;
}

.skyapj-loader > .content .logo {
	height: 50px;
}

.skyapj-loader > .content > .progress {
	position: relative;
	width: 100%;
	height: 8px;
	margin: 5px auto;
}

.skyapj-loader > .content > .progress::before,
.skyapj-loader > .content > .progress::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.skyapj-loader > .content > .progress::before {
	width: 100%;
	height: 100%;
	background-color: #d50c0c;
	height: 8px;
	z-index: 1;
}

.skyapj-loader > .content > .progress::after {
	top: 4px;
	left: 1px;
	background-color: #fff;
	height: 6px;
	animation: skyapjLoadingAnimate 3s;
	animation-iteration-count: infinite;
	z-index: 2;
}

body.ready .skyapj-loader {
	opacity: 0;
	z-index: -1;
	webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

/* ANIMATIONS */

@-webkit-keyframes skyapjLoadingAnimate {
	0% {
		left: 1px;
		width: 6px;
	}
	25% {
		left: 1px;
		width: 98px;
	}
	50% {
		left: 93px;
		width: 6px;
	}
	75% {
		left: 1px;
		width: 98px;
	}
	100% {
		left: 1px;
		width: 6px;
	}
}

@keyframes skyapjLoadingAnimate {
	0% {
		left: 1px;
		width: 6px;
	}
	25% {
		left: 1px;
		width: 98px;
	}
	50% {
		left: 93px;
		width: 6px;
	}
	75% {
		left: 1px;
		width: 98px;
	}
	100% {
		left: 1px;
		width: 6px;
	}
}
iframe{
	max-width: 100%!important
}
header {
	background: #fff;
}
.toggle-top-menu {
	display: none;
}
.top-bar {
	background-color: rgb( 105, 22, 22 );
}
.top-bar span {
	font-size: 13px;
	/*font-family: "Arial";*/
	color: rgb( 255, 255, 255 );
	text-transform: uppercase;
	line-height: 2.308;
}
.social-icons {
	text-align: right;
}
.social-icons a {
	padding-right: 5px;
}
.search-box input {
    border-width: 1px;
    border-color: rgb( 221, 221, 221 );
    border-style: solid;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 30px;
    padding-left: 15px;
    outline: none;
    line-height: 31px;
    color: #303030;
    font-weight: normal;
}
.main-container {
	margin-top: 10px;	
}
.top-header {
/*    padding: 20px 0;
    background: url(../img/bgh.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
}
.bottom-header {
    /*border-top: 2px solid rgb( 230, 18, 18 );*/
}
.search-box {
	text-align: right;
}
.col-menu {
	width: 100%;
}
nav ul,
ul.nav {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav-main{
	display: block;
	width: 100%;
    background: #691616;
}
header .menu{
	border-right: 1px solid rgb( 245, 245, 245 );
}
#nav-main >  ul > li{
	display: inline-block;
}
.priority-nav__wrapper {
    position: relative;
    z-index: 99;
    width: 100px;
    text-align: center;
}
.nav__dropdown {
    padding: 1rem;
    white-space: nowrap;
    top: 100%;
    right: 0;
    margin-top: 10px;
    background-color: #fff;
    transition: 300ms cubic-bezier(0.25, 2, 0.25, 1);
    -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
    -webkit-transform: rotateX(-30deg);
    transform: rotateX(-30deg);
    opacity: 0;
    visibility: hidden;
}
.nav__dropdown.show {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
    box-shadow: 0 0 20px 0 rgba(49, 49, 49, 0.25);
    transition: 300ms cubic-bezier(0.25, 2, 0.25, 1), box-shadow 1000ms cubic-bezier(0.25, 2, 0.25, 1);
}
.nav__dropdown:after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
    top: -6px;
    right: 45px;
}
.nav__dropdown-wrapper {
    display: inline-block;
    -webkit-perspective: 500px;
            perspective: 500px;
}
.nav__dropdown-toggle {
    outline: none!important;
    display: inline-block;
    border: none;
    background: none;
    font-weight: 700;
    text-decoration: underline;
    color: white;
    background-image: url("../img/more-icon.png");
    background-repeat: no-repeat;
    background-position: 100% center;
    height: 10px;
    width: 30px;

}
.inline > ul {
    /*padding-bottom: 5px;*/

}
.nav__dropdown li {
    display: block;
}
.nav__dropdown li:first-child a {
      /*padding-left: 2rem;*/
}
 .nav__dropdown a {
    display: inline-block;
    padding: .5rem 2rem;
    font-weight: 400;
    font-size: 1.6rem;
}
ul.nav__dropdown.priority-nav__dropdown li {
    display: block;
    border: none!important;
    padding: 0;
}
ul.nav__dropdown.priority-nav__dropdown li a {
	color: #111;
}
ul.nav__dropdown.priority-nav__dropdown .current-menu a {
	color: #c41606 !important;
}
ul.inline li {
    padding: 10px 15px;
}
nav.inline ul li a {
	font-size: 13px;
	/*font-family: "Arial";*/
	color: #fff;
    padding: 10px 13px;
    display: block;
    font-family: ws_semi_bold;
}
nav.inline .more > a{
	font-size: 55px;
    font-family: monospace;
    line-height: 10px;
    height: 25px;
    display: block;
    overflow: hidden;
    margin-top: -7px;
}
.inline ul li:last-child{
	flex: 1;
    text-align: center;
}
.inline ul li:not(:last-child) {
	/*border-right: 1px solid  rgb( 245, 245, 245 );*/
}

.slider-container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:nowrap;
	flex-wrap: nowrap;
	position: relative;
}
.slider-container #slide-wrap{
	width: 54%;
}
.slider-container  .news {
	width: calc( 26% - 15px );
	position: relative;
}
.slider-container  .right-sidebar{
	width: calc(20% - 10px);
}
.image-box,
.info-box {
	float: left;
	width: 50%;
	overflow: hidden;
	height: 230px;
}
.info-box h3 {
	font-size: 16px;
	/*font-family: "Arial";*/
	color: rgb( 255, 255, 255 );
	font-weight: bold;
	text-align: left;
	padding: 15px 15px 10px;
	margin-bottom: 0;
}
.slide-info { 
  padding: 0 15px;
  font-size: 13px;
  /*font-family: "Arial";*/
  color: rgb( 255, 255, 255 );
  font-variant: small-caps;
  -moz-transform: matrix( 0.99726453991635,0,0,1,0,0);
  -webkit-transform: matrix( 0.99726453991635,0,0,1,0,0);
  -ms-transform: matrix( 0.99726453991635,0,0,1,0,0);
}
.slider-for {
	background: #691616;
}
a.read-more {
	font-size: 12px;
    padding: 5px 25px;
	color: rgb( 255, 255, 255 );
	border-radius: 5px; 
	border-width: 1px;
	border-color: rgb( 255, 255, 255 );
	border-style: solid;
	background-color: rgb( 105, 22, 22 );
	text-decoration: none;	
}
a.read-more:hover {
	background: rgb( 255, 255, 255 );
	color: rgb( 105, 22, 22 );
    transition: 0.5s;
}
.read-more-box{
	padding: 15px 15px 0;
	text-align: center;
}
.slider-nav .nav-item {
	height: 160px !important;
	overflow: hidden;
	cursor: pointer;
    outline: none;
	margin-left: 2.5px;
	margin-right: 2.5px;
	margin-top: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: rgb( 221, 221, 221 );
	background-color: rgb( 255, 255, 255 );
}
.slider-nav .nav-item:first-child {
	 /*margin-left: 0; */
}
.slider-nav .nav-item[data-slick-index="4"] {
	/*margin-left: 0;*/
}
.slider-nav .nav-item.slick-current, .slider-nav .nav-item:hover{
	border-color: rgb(105, 21, 22);
	position: relative;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.slider-nav .nav-item.slick-current .nav-title, .slider-nav .nav-item:hover .nav-title{
	position: absolute;
    background: #fff;
    color: rgb(105, 21, 22);
    left: 0;
    width: 100%;
    height: 57px;
    bottom: 0;
    -webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.nav-image {
	height: 115px;
    overflow: hidden;
}
#slide-wrap {
	/*margin-left: -15px;*/
}
#main {
	margin-top: 10px;
}
.nav-title {
	padding: 2px 6px;
    font-size: 14px;
    line-height: 17px;
}
.slider-nav {
    margin-left: -2.5px;
    margin-right: -2.5px;
}
.news .title {
	margin-top: -3px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid rgb( 105, 22, 22 );
}
.b-letter {
	background-color: rgb( 105, 22, 22 );
	/*font-family: "Arial";*/
	color: rgb( 255, 255, 255 );
	line-height: 1;
	-moz-transform: matrix( 0.99667774086379,0,0,1,0,0);
	-webkit-transform: matrix( 0.99667774086379,0,0,1,0,0);
	-ms-transform: matrix( 0.99667774086379,0,0,1,0,0);
}
.news {
	margin-left: 10px;
	background: #fff;
}
.news-more {
	float: right;
	text-transform: lowercase;
	font-size: 10px;
	color: rgb( 108, 108, 108 );
	font-weight: normal;
	text-decoration: none;
}
.news-more:hover {
	color: rgb( 108, 108, 108 );
    text-decoration: none;
}
.all-icon {
	padding: 0 5px;
}
.news-item h4 {
  font-size: 14px;
  color: #111111;
  font-variant: small-caps;
  line-height: 1;
  padding: 10px 0;
}
ul.list-home {
    list-style: none;
    padding: 0;
    position: absolute;
    height: calc(100% - 22px );
    overflow-y: scroll;
    padding-right: 5px;
    left: 0;
    top: 22px;
    margin-bottom: 0;
}
.news ul  li {
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid rgb( 245, 245, 245 );
}
.news ul  li:last-child {
	border-bottom: 0;
}
.image-block {
	position: relative;
	overflow: hidden;
    /*max-height: 118px;*/
}
.b-photo time {
	position: absolute;
    bottom: 2px;
    right: 5px;
    background: #454543;
    color: #fff;
    font-size: 10px;
    padding: 0 2px;
}
.news-item:hover {
	text-decoration: none;
}

.latest-list::-webkit-scrollbar {
    width: 8px;
}
 
.latest-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px transparent; 
    border-radius: 10px;
}
 
.latest-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb( 205, 205, 205 ); 
    background: rgb( 205, 205, 205 );
}
.latest-list::-webkit-scrollbar-thumb:hover {
    background: rgb( 154, 154, 154 );
}
.latest-list::-webkit-scrollbar-thumb:active {
    background: rgb( 105, 22, 22 );
}


.section {
	margin-top: 15px;
    background-color: rgb( 255, 255, 255 );
    box-shadow: 0.5px 0.866px 5px 0px rgba(47, 47, 47, 0.08);
    /*min-height: 537px;*/
    padding-bottom: 15px;
}
.section h2 {
	position: relative;
	padding:20px 10px;
	font-size: 24px;
  	/*font-family: "Tahoma";*/
  	color: rgb( 196, 7, 7 );
  	font-weight: bold;
  	text-transform: uppercase;
}
.guest-img {
	overflow: hidden;
	height: 280px
}
.guest-img img{
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.guest-description {
	font-size: 16px;
}
.section h2::before {
    content: url(../../assets/img/h2rect.png);
    position: absolute;
    left: -1px;
    bottom: 13px;
}
.quote {
padding: 10px 15px;
    background-color: rgb( 105, 22, 22 );
    font-size: 15px;
    color: rgb( 255, 255, 255 );
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    transform: translateX(-50%);
    bottom: 10px;
    left: 50%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 97%;
}

.sky-p-r {
	position: relative;
}
.question-block {
	margin-top: 20px;
}
.journalist {
	text-align: right;
}
.journalist img{
  border-style: solid;
  border-width: 3px;
  border-color: rgb( 221, 221, 221 );
  border-radius: 50%;
  background-color: rgb( 243, 243, 243 );
}
.question {
	padding: 5px 15px;
	border-style: solid;
	border-width: 3px;
	border-color: rgb( 221, 221, 221 );
	background-color: rgb( 245, 245, 245 );
}
.answer{
	padding: 5px 15px;
  border-style: solid;
  border-width: 3px;
  border-color: rgb( 105, 22, 22 );
  background-color: rgb( 245, 245, 245 );
}
.answer-block {
	margin-top:10px;
}
.guest {
    border-style: solid;
    border-width: 3px;
    border-color: rgb( 105, 22, 22 );
    border-radius: 50%;
    background-color: rgb( 243, 243, 243 );
    overflow: hidden;
    width: 66px;
    height: 66px;

}
.guest img {    
	overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Polygon_1_copy {
  background-color: rgb( 105, 22, 22 );
  position: absolute;
  left: 823px;
  top: 952px;
  width: 11px;
  height: 15px;
  z-index: 492;
}
.answer:after {
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid rgb( 105, 22, 22 );
    border-bottom: 10px solid transparent;
    content: '';
    position: absolute;
    top: 15px;
    right: 0px;
}
.question:before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 15px solid rgb( 221, 221, 221 );
    border-bottom: 10px solid transparent;
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
}
.question-block .read-more-box {
	text-align: center;
}
.question-block .read-more {
	color: rgb( 105, 22, 22 );
	border-width: 1px;
	border-color: rgb( 255, 255, 255 );
	border-style: solid;
	border-style: solid;
	border-width: 1px;
	border-color: rgb( 105, 22, 22 );
	background-color: rgb( 255, 255, 255 );
}
.question-block .read-more:hover {
  border-width: 1px;
  border-color: rgb( 105, 22, 22 );
  border-style: solid;
  background-color: rgb( 105, 22, 22 );
  color: #fff;
}
.menu-sidebar-menu-container ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-sidebar-menu-container ul li {
	margin: 0 0 5px 0;
	border: 0!important;
	overflow: hidden;
}
.menu-sidebar-menu-container ul li:last-child {
	margin: 0;
}
.menu-sidebar-menu-container ul li a {
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	display: block;
	padding: 5px 0;
	border-width: 1px;
	color: #fff;
	border-color: rgb( 138, 48, 48 );
	background-color: rgb( 105, 22, 22 );
	border-style: solid;
	text-transform: uppercase;
}
.slider-container .right-sidebar {
	/*width: 100%;*/
	/*padding: 10px;*/
    margin-left: 10px;
}
.right-sidebar {
    background: #fff;
    padding-top: 15px;
    position: relative;
}
.single p:not(.has-text-align-right) {
	text-align: justify;
}
.menu-sidebar-menu-container ul li a:hover {
	transition: .5s;
	border-color: rgb( 138, 48, 48 );
	background-color: rgb( 249, 249, 249 );
	color: rgb( 105, 22, 22 );
}
aside {
	padding: 10px;
	border-top: 1px solid rgb( 245, 245, 245 );
}
aside:first-child {
	border-top:0;
	padding-top: 0px;
}
aside img {
	max-width: 100%;
}


.read-more.red {
	font-size: 12px;
    padding: 5px 25px;
	color: rgb( 255, 255, 255 );
	border-radius: 5px; 
	border-width: 1px;
	border-color: rgb( 255, 255, 255 );
	border-style: solid;
	background-color: rgb( 105, 22, 22 );
	text-decoration: none;	
}
.read-more.red:hover {
	background: rgb( 255, 255, 255 );
	color: rgb( 105, 22, 22 );
    transition: 0.5s;
}
.read-more.white {
	color: rgb( 105, 22, 22 );
	border-width: 1px;
	border-color: rgb( 255, 255, 255 );
	border-style: solid;
	border-style: solid;
	border-width: 1px;
	border-color: rgb( 105, 22, 22 );
	background-color: rgb( 255, 255, 255 );
}
.read-more.white:hover {
  border-width: 1px;
  border-color: rgb( 105, 22, 22 );
  border-style: solid;
  background-color: rgb( 105, 22, 22 );
  color: #fff;
}
.read-more-newslist {
	padding: 15px 0 0 0;
	text-align: center;
}

.item1 { grid-area: first;max-width: 400px; }
.item2 { grid-area: second; }
.item3 { grid-area: third; }
.item4 { grid-area: fourth; }
.item5 { grid-area: fifth; max-width: 300px}

.grid-container {
  display: grid;
  grid-template-areas:
    'first first second second fifth fifth'
    'first first third fourth fifth fifth';
  grid-gap: 10px;
  grid-template-rows: repeat(2, 1fr);
}

.grid-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.item {
	text-align: center;
	background-color: rgb(0, 0, 0);
	position: relative;
}
.photo-container .title {
	font-size: 16px;
	text-align: center;
	/*font-family: "Trebuchet MS";*/
	color: rgb( 255, 255, 255 );
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
    width: 100%;
}
.video-slider {
	/*width: 648px;*/
	/*min-height: 730px;*/
	max-height: 730px;
}
.section-red {
	background-color: #691616;
	padding-bottom: 5px;
}
.section-red h2 {
	color: #fff;
}
.section-red h2::before {
    content: url(../../assets/img/h2rect-white.png);
    position: absolute;
    left: -1px;
    bottom: 13px;
}
.vslider-nav {
	height: 735px;
	overflow: auto;
}
.slide-item iframe {
	width: 100%;
	height: 655px;
}
.vslider-nav .v-thumb  {
	background: #fff;
}
.vslider-nav .nav-item.active .v-thumb{
	background: #691616;
	color: #fff;
}
.vslider-nav .v-image{
	height: 145px;
}
.vslider-nav .slick-slide {
    padding-bottom: 10px;
}
.vslider-nav .nav-item iframe {
	width: 100%;
	height: 209px;
}
.vslider-nav .nav-item  {
	padding: 0 5px 15px 0;
    cursor: pointer;
}
.vslider-nav .nav-item img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.section-tsp {
	background-color: transparent;
	box-shadow: none; 
}
.video-container {
	margin-top: 40px;
}
.v-title {
	display: block;
	font-size: 12px;
    color: inherit;
    padding: 5px 5px;
    font-family: ws_semi_bold;
}
.section-red .news-more {
  font-size: 16px;
  color: rgb( 255, 255, 255 );
  text-align: right;
}

.vslider-nav::-webkit-scrollbar {
    width: 8px;
}
 
.vslider-nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px transparent; 
    border-radius: 10px;
}
 
.vslider-nav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb( 205, 205, 205 ); 
    background: rgb( 205, 205, 205 );
}
.vslider-nav::-webkit-scrollbar-thumb:hover {
    background: rgb( 154, 154, 154 );
}
.vslider-nav::-webkit-scrollbar-thumb:active {
    background: rgb( 105, 22, 22 );
}
.head-all h2 {
	float: left;
}
.head-all a {
	display: block;
    padding: 20px 0px;
}

h2.cat-title {
	color: rgb( 196, 7, 7 );
	font-size: 22px;
  line-height: 0.629;
  text-transform: none;
  font-weight: normal;
}

h2.cat-title::before {
	content: '';
}

.c-news-title, .c-news-title a {
	font-size: 14px;
    font-family: ws_semi_bold;
	color: rgb( 26, 26, 26 );
	line-height: 1;
    
}
.c-news-title {
	margin-bottom: 15px;
}
.news-item:not(.item-big) {
	/* display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	padding: 10px 0; */
}
.image-wrapper {
	width: 100%;
	height: 100%;
}
.image-wrapper img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}


.news-item:not(.item-big) time {
	margin: 10px 0;
    display: block;
  font-size: 13px;
  color: #fff;
  line-height: 1.077;
  z-index: 1;
}
.news .image-block img {
    width: 100%;
    height: auto;
}
.article , .cat-box-wrap > div{
	margin-bottom: 15px
}
.sidebar-ch.section{
	position: relative;
	min-height: 400px;
}
.sidebar-ch.section > .container > .row > div{
	margin-bottom: 15px;
	margin-top: 15px;
}
.item-big {
	position: relative;
	display: block;
	height: 100%;
}
.item-big .info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 10px 5px;
    width: 100%;
}
.bg-opsal{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(17, 17, 17, 0.6);
}
.item-big .info .c-news-title,.item-big  time {
	color: #fff;
}
.cnews-wrapper {
	padding: 0 15px 0 0;
}
.cnews-wrapper-right {
	padding: 0 0 0 15px;
}
.big-section {
	padding-right: 50px;
}
.small-section {
	padding-left: 29px;
}
.head-all {
	display: inline-block;
    width: 100%;
}
/* .head-all::after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #691616;
    border-top: 1px solid #691616;
    top: 0;
    width: calc(100% - 39px);
    left: 23px;
    bottom: 16px;
    top: 46px;
}
.head-all::before {
    content: "";
    position: absolute;
    height: 8px;
    border-top: 1px solid #691616;
    border-bottom: 1px solid #691616;
    top: 0;
    width: 30px;
    left: 5px;
    bottom: 16px;
    top: 27px;
    transform: rotate(90deg);
} */
.partners-item {
	text-align: center;
	outline: none;
}
.partners-for .slick-slide img {
	margin:auto;
    width: auto;
    height: auto;
    max-width: 90%;
}
.slick-prev, .slick-next {
	width: auto !important;
	height: auto !important;
}
.partners {
	margin-top: 50px;
}

footer {
	padding: 35px 0;
	margin-top: 50px;
	background: #691616;
	color: #fff;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
	text-decoration: none;
}
ul {
	list-style: none;
}
footer .search-box input {
	width: 100%;

}
#footer-menu ul{
	padding: 0;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
}
#footer-menu ul li {
    width: 50%;
    display: block;
    margin-bottom: 5px;
}
.privacy {
  font-size: 14px;
  color: rgb( 255, 255, 255 );
  margin-top: 20px;
}
.sky {
	text-align: center;
}
.sky-url {
	color: #5c8da4;
	font-size: 13px;
}
.fix-h-180 {
    height: 180px;
    overflow: hidden;
    width: 100%;
}

.sticky {
    position: fixed;
    top: 35px;
    left: 54%;
}
.abs {
	position: absolute;
    bottom: 0;
    left: 54px;
}
.news.sticky{
	height: 100%!important;
}

.news.sticky ul{
	    height: calc(100vh - 142px );
}
#nav-main a:hover {
	background: #fff;
	color: #c41606 !important;
}
.current-menu-item a{
	color: #fff !important;
}
ul.nav__dropdown.priority-nav__dropdown .current-menu-item a {
	color: #c41606 !important;
}
#searchsubmit{
	background: url(../img/s.png);
    width: 15px;
    height: 16px;
    padding: 0;
    border: none;
    outline: none;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 7px;
    right: 10px;
}
#searchform{
	position: relative;
    margin-right: 0;
    margin-left: auto;
    max-width: 100%;
}
header #searchform{
    max-width: 300px;
}
.search-php #searchform{
	width: 100%;
    max-width: inherit;
}
.search-php #searchform input[type="text"]{
	width: calc(100% - 100px );
    margin-left: 10px;
    border: none;
    background: transparent;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 5px;
    font-size: 16px;
}
.search-php #searchform label{
	font-size: 20px;
    font-weight: bold;
}


/* Contact Widget
================================================== */
.widget_contact ul li i {
	font-size: 13px;
	padding-right: 5px;
	vertical-align: middle;
}

.widget_contact ul li {
	padding: 6px 0 7px 0;
}

.widget_contact ul li a:hover {
	color: #fff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}

/* Calendar Widget
================================================== */

.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar th,
.widget_calendar #wp-calendar td {
	text-align: center;
}

.widget_calendar #wp-calendar caption {
	font-size: 18px;
    text-transform: uppercase;
    text-align: left;
    caption-side: top;
    padding: 0;
}

.widget_calendar #wp-calendar th,
.widget_calendar #wp-calendar tfoot td {
	background-color: #f4f4f4;
}
.widget_calendar a{
	color: #c41606;
}
.widget_media_image img{
	width: 100%;
    height: auto;
}
h2.widgettitle {
    font-size: 18px;
    font-weight: bold;
    color: red;
}
.home .widget_calendar #wp-calendar th,
.home .widget_calendar #wp-calendar td {
	padding: 2px;
}

/*.content-fix{
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}*/

.photo-container .item:hover .title{
	color: #c41606!important
}

@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

.timeline-item{
	padding:20px;
	border-top: 1px solid #f9f9f9;
}
.animated-bg{
	animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 160px;
    position: relative;
    width: 100%;
    margin: 20px 0;
}
.bg-masker {
    background: #fff;
    position: absolute;
}

.bg-masker.h-left {
    top: 0;
    left: 150px;
    width: 20px;
    height: 100%;
}
.bg-masker.h-top {
    left: 170px;
    height: 20px;
    width: calc(100% - 170px);
    top: 30px;
}
.bg-masker.h-right {
    left: 170px;
    height: 20px;
    width: calc(100% - 170px);
    top: 100px;
}
.bg-masker.h-bottom {
    right: 0;
    height: 40px;
    width: calc(100% - 320px);
    bottom: 0;
}
.cat-news .image-wrapper img {
    max-height: 248px;
}
.single p > img {
	float: left;
	margin: 10px 15px 0 0;
}
.single iframe {
	width: 100%;
}

.not-found {
	text-align: center;
}
.error-btn {
	color: #1b1b1b;
}
.not-found  #errorText {
  font-size: 22px;
  margin: 14px 0;
}
.not-found  #errorLink {
  font-size: 20px;
  padding: 12px;
  border: 1px solid;
  color: #000;
  background-color: transparent;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.not-found  #errorLink:hover, .not-found  #errorLink:active {
  color: #fff;
  background: #000;
}

.not-found .graphic {
	height: 400px;
}

.not-found .graphic svg {
	height: 100%;
	width: 100%;
}

.not-found #g6219 {
  -webkit-transform-origin: 85px 4px;
          transform-origin: 85px 4px;
  -webkit-animation: an1 12s 0.5s infinite ease-out;
          animation: an1 12s 0.5s infinite ease-out;
}

@-webkit-keyframes an1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  5% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  15% {
    -webkit-transform: rotate(-2.5deg);
            transform: rotate(-2.5deg);
  }
  25% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  35% {
    -webkit-transform: rotate(-1.5deg);
            transform: rotate(-1.5deg);
  }
  45% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  55% {
    -webkit-transform: rotate(-1.5deg);
            transform: rotate(-1.5deg);
  }
  65% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  75% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  85% {
    -webkit-transform: rotate(2.5deg);
            transform: rotate(2.5deg);
  }
  95% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes an1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  5% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  15% {
    -webkit-transform: rotate(-2.5deg);
            transform: rotate(-2.5deg);
  }
  25% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  35% {
    -webkit-transform: rotate(-1.5deg);
            transform: rotate(-1.5deg);
  }
  45% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  55% {
    -webkit-transform: rotate(-1.5deg);
            transform: rotate(-1.5deg);
  }
  65% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  75% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  85% {
    -webkit-transform: rotate(2.5deg);
            transform: rotate(2.5deg);
  }
  95% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.currency{
	display: inline-block;
    margin-bottom: 0;
    text-align: left;
}
.logo-content img{
	max-width: 100%;
	height: auto;
}