@font-face {
font-family: 'Repo';
font-style: normal;
font-weight: normal;
src: local('Repo Regular'), url('assets/i/font/Repo.woff') format('woff');
font-display: swap;
}

.text-primary {
    color: var(--bs-text-primary) !important;
}


.soc{
vertical-align: top;
}
.swiper-button-next, .swiper-button-prev {
    
    color: #fff !important;
}
.noborder {
	border: none !important;	
}

.topnews img {
    object-position: 50% 20%;
    object-fit: cover;
    width: 430px;
    max-height: 250px;
}

.nttl, .newsitem a {
    color: #3A5999  !important;
    text-decoration: none  !important;
    background-color: transparent  !important;
}
.nttl:hover, .newsitem a:hover {
    color: #1B3B7E !important;
    text-decoration: underline  !important;
}


.ho:hover {
	text-decoration: underline  !important;
}
 .clr {
	clear:both;
	height:1px;
}


.widget_title {
    position: absolute;
    bottom: 0;
    display: block;
    z-index: 1;
    padding-bottom: 1rem;
    font-size: 1.2rem; 
}


a .widget_title  {
    color: #fff;	
    font-weight: normal;	
}
a:hover .widget_title  {
    text-decoration: underline;
}


#news a {
      text-decoration: underline;
}

#news a:hover {
      text-decoration: underline !important;
}



.strong {
	font-weight:600;	
}
.underlined:hover {
    
    text-decoration: underline !important;
}

.widget_pic {

    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
     background-position: center center;
     background-repeat: no-repeat; 
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;

-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s;
    transition: all .2s;
	
}

.scrolled-down{
  transform:translateY(-100%); transition: all 0.3s ease-in-out;
}
.scrolled-up{
  transform:translateY(0); transition: all 0.3s ease-in-out;
}

.form-control, .form-select {
border: 1px solid #cddcf1;
}


.tshad {
text-shadow: 2px 2px  var(--bs-body-color);;	
}

.widget_pic:hover: {
  transform: scale(1.2);
}

/*
.card:hover .widget_pic,
.card:focus .widget_pic {
  transform: scale(1.2);
}
*/

 
 .widget_shadow {
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0.1)), color-stop(80%, rgba(0, 0, 0, 0.5))) no-repeat scroll 0 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.9) 80%) no-repeat scroll 0 0; } 
 
.shad {
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    margin-bottom: 1px;
    
  -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);    
    
}



.newsitem {
padding-bottom:1rem;
padding-top:1rem;
border-bottom: 1px solid #f4f4f4;
}


.newsd img {
	float:left;
	margin-right:10px;	
	object-fit: cover;
  	width: 360px;
  	height: 270px;	
}

.cursor-pointer{
	cursor: pointer !important;
}

.smimot {
	
	
	object-fit: cover;
  	width: 90px;
  	height: 65px;	
}


.ad-img {

    object-position: 50% 20%;
    object-fit: cover;
    margin-top: 10px;
    
     max-width: 80px;

}


.main-image {
	float:left;
	margin-right:10px;	
	object-fit: cover;
  	width: 350px;
  	
}

.newsitem h2  {
	 
	font-size: 1.1rem; 	
	font-weight: normal;
	margin-bottom: 0.1rem;
}

.info {
	font-size: 0.8rem;	
}

.info a:hover {
	text-decoration: none !important;
}



/* navbar  */
	.autohide{
		position: fixed;
	    top: 0;
	    right: 0;
	    left: 0;
	    width: 100%;
	    z-index: 1030;
	}
	.scrolled-down{
		transform:translateY(-100%); transition: all 0.3s ease-in-out;
	}
	.scrolled-up{
		transform:translateY(0); transition: all 0.3s ease-in-out;
	}

 .newsitem img {
	float:left;
	margin-right:10px;	
	object-fit: cover;
  	width: 100px;
  	height: 90px;	
}


.bussadvert > a:hover, {
text-decoration: none !important;
}

.bussadvert > h3 a:hover, {
text-decoration: underline !important;
}



#photos {
   
   line-height: 0;
   
   -webkit-column-count: 4;
   -webkit-column-gap:   0px;
   -moz-column-count:    4;
   -moz-column-gap:      0px;
   column-count:         4;
   column-gap:           0px;
}

#photos img {
  
  width: 100% !important;
  height: auto !important;
  
  padding:5px !important;
}

@media (max-width: 1200px) {
  #photos {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1000px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}

}


.fb-video {
	
	max-width:calc(100vw - 10px )!important;
	clear: both;
	margin-bottom:1rem;
}

@media (max-width:425px)  {
.main-image {
	max-width:calc(100vw - 2rem )!important;
	
	clear: both;
	margin-bottom:1rem !important;
	float: none;
    margin-right: auto !important;
    margin-left: auto !important;	
    display: block !important;
}

.hyphens-title {
    hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}	

}
@media (min-width: 1200px) {


}
 @media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1360px;
    }
}

/*

.post .entry-title {
    text-transform: inherit
}

.post .entry-meta i {
    margin-right: 5px
}

.post.small-post {
    max-height: auto !important
}

.post.shadow-box:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3)
}

.feature-post {
    position: relative
}

.feature-post .post-content {
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 0 25px 25px;
    position: absolute;
    width: 100%;
    z-index: 1
}

.feature-post .entry-meta a,
.feature-post .entry-meta a:hover,
.feature-post .entry-title a,
.feature-post .entry-title a:hover {
    color: #fff
}

.entry-meta {
    font-size: 12px
}

.post {
    background-color: #fff;
    border-bottom: 2px solid #f2f3f5;
    border-radius: 3px;
    overflow: hidden;
    transition: all .5s ease-in-out
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    transition: box-shadow .3s ease-in-out
    
}

.post:hover {
    border-bottom: 2px solid #eee
}

.post.feature-post {
    background-color: inherit
}

.post .entry-title {
    margin-top: 1rem;
    font-weight: normal;
}

.catagory {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2
}

.catagory a {
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 3px 12px;
    text-transform: uppercase
}

.feature-post img {
    border-radius: 3px
}

.entry-meta,
.entry-title,
.post-content,
.post img {
    transition: all .5s ease-in-out
}

.entry-thumbnail {
    overflow: hidden;
    object-fit: cover;
    object-position: center center;
}

.post img:hover {
    -khtml-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s ease 0s
}

.post .add img,
.post .carousel-inner .item img,
.post.feature-post img {
    -khtml-transform: scale(1);
    transform: scale(1)
}

.post.feature-post .entry-thumbnail:after {
    background: linear-gradient(180deg,transparent 25%,#000);
    bottom: -1px;
    content: "";
    display: block;
    left: -1px;
    opacity: .8;
    position: absolute;
    right: -1px;
    top: -1px;
}

*/

@media (min-width: 992px) {
    .app-header .app-header-menu .menu > .menu-item.show > .menu-link .menu-title {
        color: var(--bs-gray-100);
    }
	
} 

.drawer {
    z-index: 1031 !important;
}


@media (max-width: 767.98px) {
    .newscontent p{
        font-size: 18px !important;
    }
}