* {
    -webkit-overflow-scrolling: touch;
}
.card-full {
	background-color: transparent !important;
    border: 0;
    border-bottom: 1px solid #f9f9f9;
    border-radius: 0;
}
.cat-title {
	font-size: 16px;
    font-weight: 600;
}
.cat-title a {
	color: #111;
}
.cat-title a:hover, .news-item h4:hover, .c-news-title a:hover, .c-news-title:hover {
    color:#c41606!important;
}
.bg-white {
	background: #fff;
	box-shadow: 0.5px 0.866px 5px 0px rgba(47, 47, 47, 0.08);
}
.card-text {
	font-size: 14px;
    color: #666;
}
.sky_breadcrumbs {
	padding: 15px 0;
}
.pagination {
  padding: 30px 0;
  margin:auto;
}

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

.pagination a {
  display: inline-block;
  padding: 10px 18px;
  color: #222;
}
.page-item {
	background: #fff;
}
.page-item a {
	color: rgb( 105, 22, 22 );
}
.current {
 	display: inline-block;
	padding: 10px 18px;
	color: #fff;
	background: rgb( 105, 22, 22 );
}
.sky-card .image-wrapper img {
	width: 100%;
  max-height: 240px;
}
.category-magg .sky-card .image-wrapper img {
  max-height: 100%;
}
.widget-latest-news .image-block {
    position: relative;
    overflow: hidden;
    max-height: 100%;
}
.widget-latest-news .image-block img {
  width: 100%;
  height: auto;
}

.widget-latest-news .latest-list {
  padding: 0 5px 0 0;
  max-height: calc(100vh - 25px);
  overflow-y: scroll;
}
/*.widget-latest-news ul {
  padding: 0;
}
.widget-latest-news::-webkit-scrollbar {
    width: 8px;
}
 
.widget-latest-news::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px transparent; 
    border-radius: 10px;
}
 
.widget-latest-news::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb( 205, 205, 205 ); 
    background: rgb( 205, 205, 205 );
}
.widget-latest-news::-webkit-scrollbar-thumb:hover {
    background: rgb( 154, 154, 154 );
}
.widget-latest-news::-webkit-scrollbar-thumb:active {
    background: rgb( 105, 22, 22 );
}*/

textarea.form-control {
  height: 95px;
}
.form-control, .form-group .form-control {
    border: 0;
   border-bottom: 1px solid #691616;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.wpcf7-form br {
  display: none;
}

button#form-submit {
    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 );
    padding: 5px 25px;
}

button#form-submit:hover {
  border-width: 1px;
  border-color: rgb( 105, 22, 22 );
  border-style: solid;
  background-color: rgb( 105, 22, 22 );
  color: #fff;
}
.maps {
  margin-top: 40px;
}
.contact-title {
  position: relative;
  padding: 20px 10px;
  font-size: 24px;
  color: rgb( 196, 7, 7 );
  font-weight: bold;
  text-transform: uppercase;
}
.contact-title:before {
  content: url('../../assets/img/h2rect.png');
    position: absolute;
    left: -1px;
    bottom: 13px;
}

#skyapj-gallery {
  margin-top: 30px;
}


@media screen and (max-width: 576px) {
   /* .item-big .info .c-news-title, .item-big time {
        color: rgb( 26, 26, 26 );
    }
    .item-big .info {
      position: relative;
      padding: 0;
    }*/
    .col-12.col-md-8.pl-md-2.mb-pos-abs {
      position: absolute;
      bottom: 0;
      left: 0px;
    }
    .mb-pos-abs .c-news-title a, .mb-pos-abs time {
        color: #fff;
    }
    .mb-bg-opsal {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(17, 17, 17, 0.6);
    }
    .mb-pos-rel {
      position: relative;
    }
 	.answer-block .answer { 	
 		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    line-height: 22.5px;
	    max-height: 255px;
	    -webkit-line-clamp: 10;
	    -webkit-box-orient: vertical;
 	}   
 	.bg-white a.read-more {
	    display: block;
	    margin: auto;
	    width: auto;
	    max-width: 180px;
	    text-align: center;
	}
	h1 {
		font-weight: 600;
    	font-size: 17px;
	}
	article p {
		word-break: break-word;
	}
	.slider-nav .nav-item {
	    position: relative;
	}
	.slider-nav .nav-title {
		height: 40px;
	    position: absolute;
	    width: 100%;
	    bottom: 0;
	}
	.slider-nav .nav-item {
    	height: 108px !important;
	}
	.slider-nav .nav-image {
		height: auto;
	}
}
@media screen and (max-width: 320px) {
	.top-bar span {
	    font-size: 8px;
	}
	
}
@media screen and (max-width: 767px) {
	.mob-news-list-content .news .latest-list {
	    -webkit-overflow-scrolling: touch;
	}
}

